/* =================================
   UGUR CERAMIC PREMIUM EFFECTS
================================= */



.hidden{

opacity:0;

transform:translateY(40px);

transition:0.8s ease;

}



.show{

opacity:1;

transform:translateY(0);

}








.product-card{

position:relative;

overflow:hidden;

}





.product-card::before{


content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:3px;

background:#b8860b;

transition:.5s;


}




.product-card:hover::before{


left:0;


}









.logo h1{

font-weight:700;

}



.logo span{

color:#b8860b;

}









.btn{


background:

linear-gradient(

45deg,

#b8860b,

#d4af37

);


border:none;


cursor:pointer;


}





.btn:hover{


box-shadow:

0 10px 25px rgba(184,134,11,.4);


}








.hero{


background-attachment:fixed;


}








input,
textarea{


transition:.3s;


}



input:focus,
textarea:focus{


outline:none;

border-color:#b8860b;

box-shadow:

0 0 10px rgba(184,134,11,.2);


}









@media(max-width:768px){


.hero{

background-attachment:scroll;

}



}

/* =====================================
   GLOBAL PREMIUM HEADER — ALL PAGES
===================================== */
.premium-site-header{
    position:sticky;
    top:0;
    z-index:5000;
    padding:12px 18px;
    background:rgba(24,24,24,.68);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    box-shadow:0 8px 30px rgba(0,0,0,.18);
}

.premium-header-inner{
    width:min(96%,1500px);
    max-width:1500px;
    min-height:94px;
    margin:auto;
    padding:12px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(249,246,237,.98));
    border:1px solid rgba(184,134,11,.30);
    border-radius:22px;
    box-shadow:0 18px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.95);
}

.premium-brand{
    min-width:250px;
    display:flex;
    align-items:center;
    gap:14px;
    padding-right:22px;
    color:inherit;
    text-decoration:none;
    border-right:1px solid rgba(0,0,0,.10);
}

.premium-brand-mark{
    width:58px;
    height:58px;
    flex:0 0 58px;
    display:grid;
    place-items:center;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
    border-radius:17px;
    background:linear-gradient(135deg,#e0ba5b,#9a6809);
    box-shadow:0 10px 24px rgba(184,134,11,.30),inset 0 1px 0 rgba(255,255,255,.40);
}

.premium-brand-text{
    display:block;
}

.premium-brand-text h1{
    margin:0;
    color:#252525;
    font-family:Georgia,"Times New Roman",serif;
    font-size:22px;
    line-height:1.1;
    letter-spacing:1.7px;
    white-space:nowrap;
}

.premium-brand-text h1 span{color:#b8860b;}

.premium-brand-text p{
    margin-top:7px;
    color:#a87710;
    font-size:8px;
    font-weight:700;
    letter-spacing:1.8px;
    white-space:nowrap;
}

.premium-navigation{flex:1;}
.premium-navigation ul{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:5px;
    margin:0;
    padding:0;
    list-style:none;
}

.premium-navigation .premium-nav-link{
    min-width:78px;
    min-height:68px;
    padding:9px 10px;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#343434;
    text-decoration:none;
    border-radius:13px;
    transition:transform .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
}

.premium-navigation .premium-nav-link > span:last-child{
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}

.nav-icon{
    width:24px;
    height:24px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.premium-navigation .premium-nav-link:hover,
.premium-navigation .premium-nav-link.active{
    color:#a57512;
    background:linear-gradient(180deg,rgba(214,174,73,.16),rgba(184,134,11,.05));
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(184,134,11,.10);
}

.premium-navigation .premium-nav-link.active::after{
    content:"";
    position:absolute;
    left:25%;
    right:25%;
    bottom:2px;
    height:3px;
    border-radius:20px;
    background:linear-gradient(90deg,#e0bb5e,#9b690b);
}

.premium-icon-wrap{position:relative;display:block;}
.nav-count{
    position:absolute;
    top:-9px;
    right:-12px;
    min-width:19px;
    height:19px;
    padding:0 5px;
    display:none;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:10px;
    line-height:1;
    border:2px solid #fff;
    border-radius:20px;
    background:linear-gradient(135deg,#d8aa3c,#966306);
    box-shadow:0 4px 10px rgba(184,134,11,.28);
}

.premium-nav-divider{
    width:1px;
    height:52px;
    margin:0 3px;
    background:linear-gradient(transparent,rgba(0,0,0,.16),transparent);
}

.premium-navigation .catalog-link{color:#9d7215;}

.premium-menu-btn{
    display:none;
    width:48px;
    height:48px;
    padding:0;
    align-items:center;
    justify-content:center;
    color:#fff;
    border:0;
    border-radius:13px;
    background:linear-gradient(135deg,#d5a941,#986507);
    box-shadow:0 9px 22px rgba(184,134,11,.28);
    cursor:pointer;
}

@media(max-width:1200px){
    .premium-header-inner{gap:12px;padding:11px 15px;}
    .premium-brand{min-width:220px;padding-right:14px;}
    .premium-brand-mark{width:52px;height:52px;flex-basis:52px;}
    .premium-brand-text h1{font-size:18px;}
    .premium-navigation .premium-nav-link{min-width:68px;padding:8px 7px;}
    .premium-navigation .premium-nav-link > span:last-child{font-size:11px;}
}

@media(max-width:980px){
    .premium-site-header{padding:8px;}
    .premium-header-inner{position:relative;min-height:76px;border-radius:17px;}
    .premium-brand{min-width:0;border-right:0;padding-right:0;}
    .premium-menu-btn{display:flex;margin-left:auto;}
    .premium-navigation{
        display:none;
        position:absolute;
        top:calc(100% + 9px);
        left:0;
        right:0;
        padding:14px;
        background:rgba(255,255,255,.99);
        border:1px solid rgba(184,134,11,.24);
        border-radius:17px;
        box-shadow:0 20px 45px rgba(0,0,0,.22);
    }
    .premium-navigation.active{display:block;}
    .premium-navigation ul{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}
    .premium-navigation .premium-nav-link{min-height:66px;}
    .premium-nav-divider{display:none;}
}

@media(max-width:600px){
    .premium-site-header{padding:6px;}
    .premium-header-inner{min-height:68px;padding:9px 11px;border-radius:14px;}
    .premium-brand-mark{width:44px;height:44px;flex-basis:44px;border-radius:12px;font-size:14px;}
    .premium-brand-text h1{font-size:15px;letter-spacing:1px;}
    .premium-brand-text p{font-size:6.5px;letter-spacing:1px;margin-top:5px;}
    .premium-menu-btn{width:43px;height:43px;}
    .premium-navigation ul{grid-template-columns:repeat(2,1fr);}
    .premium-navigation .premium-nav-link{flex-direction:row;justify-content:flex-start;min-width:0;min-height:56px;padding:10px 12px;}
    .premium-navigation .premium-nav-link.active::after{left:12px;right:12px;}
}


/* =====================================
   PREMIUM KATEQORIYA / XÜSUSİYYƏT SEÇİMİ
===================================== */
.catalog-selector-section{padding:56px 0 34px;background:linear-gradient(180deg,#fff,#faf8f3);border-top:1px solid rgba(184,134,11,.10);border-bottom:1px solid rgba(184,134,11,.12)}
.catalog-selector-heading{margin-bottom:18px}.catalog-selector-heading h2{margin:0;color:#2b2b2b;font-size:34px;font-weight:500;letter-spacing:.2px}.catalog-selector-heading p{margin:8px 0 0;color:#777;font-size:15px}
.catalog-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #ddd;margin:16px 0 22px}.catalog-tab{position:relative;padding:14px 10px;border:0;background:transparent;color:#555;font-size:15px;cursor:pointer}.catalog-tab::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}.catalog-tab.active{color:#9b6b0c;font-weight:700}.catalog-tab.active::after{background:linear-gradient(90deg,#d8ad49,#8d5d06)}
.catalog-tab-panel{display:none}.catalog-tab-panel.active{display:block}.catalog-choice-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.catalog-choice-card{padding:0;border:1px solid transparent;background:transparent;border-radius:12px;overflow:hidden;cursor:pointer;color:#333;transition:.25s ease}.catalog-choice-card img{display:block;width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:9px;box-shadow:0 5px 18px rgba(0,0,0,.09)}.catalog-choice-card span{display:block;padding:10px 5px 12px;font-size:14px}.catalog-choice-card:hover,.catalog-choice-card.is-selected{transform:translateY(-4px);border-color:rgba(184,134,11,.38);background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.09)}.catalog-choice-card.is-selected span{color:#9a690a;font-weight:700}.catalog-selector-action{text-align:center;margin:26px 0 52px}.application-heading{margin-top:8px}.application-grid{margin-bottom:0}
.color-choice-grid .catalog-choice-card,.size-choice-grid .catalog-choice-card{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #eee}.color-choice i{display:block;width:78px;height:78px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 6px rgba(255,255,255,.55),0 6px 18px rgba(0,0,0,.10)}.size-choice i{width:95px;height:95px;display:grid;place-items:center;border:2px solid #b99442;color:#7c5a16;font-style:normal;font-weight:700;background:linear-gradient(135deg,#fff,#f2eee4);border-radius:7px}.size-choice i.portrait{width:68px;height:106px}
.filter-box{margin-top:28px;padding:18px;border:1px solid rgba(184,134,11,.16);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:0 8px 28px rgba(0,0,0,.05)}
@media(max-width:980px){.catalog-choice-grid{grid-template-columns:repeat(3,1fr)}.catalog-selector-heading h2{font-size:29px}}
@media(max-width:600px){.catalog-selector-section{padding:36px 0 20px}.catalog-tabs{grid-template-columns:1fr}.catalog-tab{border-bottom:1px solid #eee}.catalog-choice-grid{grid-template-columns:repeat(2,1fr);gap:11px}.catalog-selector-heading h2{font-size:25px}.catalog-choice-card span{font-size:13px}.catalog-selector-action{margin:18px 0 38px}.color-choice i{width:62px;height:62px}.size-choice i{width:78px;height:78px}.size-choice i.portrait{width:56px;height:88px}}

/* Admin-dən yüklənən seçim şəkilləri */
.color-choice-grid .catalog-choice-card img,.size-choice-grid .catalog-choice-card img{display:block;width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:9px}.choice-placeholder{width:82px;height:82px;display:grid;place-items:center;border:1px dashed #b99442;border-radius:10px;color:#9b6b0c;font-style:normal;font-weight:700;background:#faf7ef}.size-choice img+.size-choice span,.color-choice img+.color-choice span{padding-top:10px}

/* =====================================
   PREMIUM MƏHSUL FİLTR PANELİ
===================================== */
.premium-filter-panel{
    margin:30px 0 36px;
    padding:26px;
    border:1px solid rgba(184,134,11,.18);
    border-radius:22px;
    background:
      radial-gradient(circle at top right,rgba(216,173,73,.12),transparent 34%),
      linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,248,242,.96));
    box-shadow:0 18px 48px rgba(44,35,17,.08);
}
.premium-filter-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px;
    padding-bottom:18px;
    border-bottom:1px solid rgba(184,134,11,.14);
}
.premium-filter-kicker{
    display:block;
    margin-bottom:7px;
    color:#9b6b0c;
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
}
.premium-filter-head h3{
    margin:0 0 5px;
    color:#282828;
    font-family:Georgia,"Times New Roman",serif;
    font-size:26px;
    font-weight:500;
}
.premium-filter-head p{margin:0;color:#777;font-size:14px;line-height:1.6}
.premium-filter-clear-top{
    flex:0 0 auto;
    padding:10px 14px;
    border:1px solid rgba(184,134,11,.24);
    border-radius:999px;
    background:#fff;
    color:#8a6516;
    font-weight:700;
    cursor:pointer;
    transition:.25s ease;
}
.premium-filter-clear-top:hover{background:#171717;color:#fff;border-color:#171717;transform:translateY(-1px)}
.premium-filter-grid{
    display:grid;
    grid-template-columns:2fr repeat(4,minmax(145px,1fr));
    gap:15px;
    align-items:end;
}
.premium-filter-field{
    display:flex;
    flex-direction:column;
    gap:7px;
}
.premium-filter-field>span{
    color:#6b6254;
    font-size:12px;
    font-weight:800;
    letter-spacing:.3px;
}
.premium-filter-field input,
.premium-filter-field select{
    width:100%;
    min-width:0;
    height:48px;
    padding:0 14px;
    border:1px solid #e4dccb;
    border-radius:12px;
    outline:none;
    background:#fff;
    color:#292929;
    font-size:14px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
    transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.premium-filter-field select{
    appearance:none;
    -webkit-appearance:none;
    background-image:
      linear-gradient(45deg,transparent 50%,#9a741f 50%),
      linear-gradient(135deg,#9a741f 50%,transparent 50%);
    background-position:calc(100% - 17px) 20px,calc(100% - 12px) 20px;
    background-size:5px 5px,5px 5px;
    background-repeat:no-repeat;
    padding-right:36px;
    cursor:pointer;
}
.premium-filter-field input:focus,
.premium-filter-field select:focus{
    border-color:#c99c35;
    box-shadow:0 0 0 4px rgba(184,134,11,.10),0 7px 18px rgba(0,0,0,.04);
}
.premium-input-wrap,.premium-price-wrap{position:relative}
.premium-input-wrap svg{
    position:absolute;
    left:14px;
    top:50%;
    width:19px;
    height:19px;
    transform:translateY(-50%);
    fill:none;
    stroke:#a1781c;
    stroke-width:1.8;
    stroke-linecap:round;
    pointer-events:none;
}
.premium-input-wrap input{padding-left:43px}
.premium-price-wrap b{
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    color:#9a741f;
    font-size:14px;
}
.premium-price-wrap input{padding-right:34px}
.premium-filter-actions{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:20px;
}
.premium-filter-actions button{
    min-width:132px;
    height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:12px;
    font-weight:800;
    cursor:pointer;
    transition:.25s ease;
}
.premium-filter-actions svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.premium-filter-search-btn{
    border:1px solid #b58519;
    background:linear-gradient(135deg,#d9ad45,#a7750d);
    color:#fff;
    box-shadow:0 10px 24px rgba(184,134,11,.25);
}
.premium-filter-search-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(184,134,11,.32)}
.premium-filter-reset-btn{
    border:1px solid #ded8cb;
    background:#fff;
    color:#48423a;
}
.premium-filter-reset-btn:hover{border-color:#1e1e1e;background:#1e1e1e;color:#fff;transform:translateY(-2px)}

@media(max-width:1200px){
    .premium-filter-grid{grid-template-columns:repeat(3,1fr)}
    .premium-filter-search{grid-column:span 2}
}
@media(max-width:760px){
    .premium-filter-panel{padding:18px;border-radius:17px;margin-top:22px}
    .premium-filter-head{flex-direction:column;gap:12px}
    .premium-filter-clear-top{display:none}
    .premium-filter-head h3{font-size:22px}
    .premium-filter-grid{grid-template-columns:1fr 1fr;gap:12px}
    .premium-filter-search{grid-column:1/-1}
    .premium-filter-actions{display:grid;grid-template-columns:1fr 1fr}
    .premium-filter-actions button{width:100%;min-width:0}
}
@media(max-width:480px){
    .premium-filter-grid{grid-template-columns:1fr}
    .premium-filter-search{grid-column:auto}
    .premium-filter-actions{grid-template-columns:1fr}
}


/* =====================================
   UĞUR CERAMIC — PREMIUM V2 EXPERIENCE
===================================== */
.premium-hero-slider{position:relative;height:min(760px,78vh);min-height:560px;overflow:hidden;background:#171717}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-media-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.72),rgba(10,10,10,.18));z-index:1}.hero-slide-content{position:relative;z-index:2}.hero-slide.active{opacity:1;visibility:visible}.hero-slide-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.hero-slide-content>span,.premium-section-head>span{font-size:11px;font-weight:800;letter-spacing:3px;color:#d9ad45}.hero-slide-content h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,82px);margin:12px 0 4px}.hero-slide-content h2{font-size:clamp(22px,3vw,34px);font-weight:400;margin:0 0 15px}.hero-slide-content p{max-width:620px;font-size:18px;line-height:1.7;margin:0 0 28px}.hero-dots{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:9px;height:9px;border:1px solid #fff;border-radius:50%;background:transparent;padding:0}.hero-dots button.active{width:35px;border-radius:9px;background:#d9ad45;border-color:#d9ad45}
.premium-section-head{text-align:center;max-width:750px;margin:0 auto 34px}.premium-section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,46px);font-weight:500;margin:8px 0 10px}.premium-section-head p{color:#777;line-height:1.7}.premium-brands-section,.premium-projects-section,.premium-stats-section{padding:72px 0}.premium-brands-section{overflow:hidden;background:#fff}.brand-track{display:flex;gap:18px;width:max-content;animation:brandScroll 25s linear infinite}.brand-track:hover{animation-play-state:paused}.brand-item{width:270px;height:145px;display:grid;place-items:center;padding:20px;border:1px solid #eee1c8;border-radius:20px;background:#fff;text-decoration:none;color:#2a2a2a;box-shadow:0 10px 30px #00000012;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.brand-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 18px 42px #0000001a;border-color:#d8bd82}.brand-item img{max-width:100%;max-height:100px;object-fit:contain}.brand-item strong{font-family:Georgia,serif;font-size:22px;text-align:center}@keyframes brandScroll{to{transform:translateX(-50%)}}
.premium-projects-section{background:linear-gradient(180deg,#f8f5ee,#fff)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.project-card{position:relative;min-height:420px;overflow:hidden;border-radius:24px;color:#fff;text-decoration:none;box-shadow:0 22px 60px #0002}.project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.78))}.project-card span{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;display:flex;flex-direction:column;gap:8px}.project-card b{font-family:Georgia,serif;font-size:30px}.project-card em{font-style:normal;color:#eee;line-height:1.5}.project-card:hover img{transform:scale(1.05)}
.premium-stats-section{background:#191919;color:#fff}.premium-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff20;border:1px solid #ffffff20;border-radius:24px;overflow:hidden}.premium-stat{text-align:center;padding:38px 20px;background:#191919}.premium-stat strong{display:block;color:#d9ad45;font-family:Georgia,serif;font-size:42px}.premium-stat span{display:block;margin-top:8px;color:#ddd}
.premium-product-card{padding:0!important;border:1px solid #ede6d8!important;border-radius:20px!important;overflow:hidden!important;background:#fff;position:relative}.premium-product-image{display:block;overflow:hidden;background:#f4f1eb}.premium-product-image img{width:100%!important;height:280px!important;object-fit:cover;transition:transform .45s}.premium-product-card:hover .premium-product-image img{transform:scale(1.04)}.premium-product-body{padding:20px}.premium-product-body h3{margin:0 0 8px!important}.premium-product-meta{min-height:42px;color:#81786b;font-size:13px}.premium-product-price{min-height:38px;margin:12px 0;color:#9b6b0c;font-size:21px}.premium-product-price small{font-size:12px;color:#777}.premium-product-qty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0}.premium-product-qty label{font-size:12px;color:#777}.premium-product-qty input{max-width:120px!important;padding:10px!important}.premium-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.premium-product-actions .btn{padding:12px 8px;text-align:center}.premium-product-badges{position:absolute;top:14px;left:14px;z-index:3;display:flex;flex-wrap:wrap;gap:6px;max-width:75%}.premium-product-badges span,.detail-badge{padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.7px;color:#fff;box-shadow:0 6px 16px #0002}.badge-bestseller,.detail-badge.bestseller{background:#171717}.badge-premium,.detail-badge.premium{background:linear-gradient(135deg,#d9ad45,#97670a)}.badge-new,.detail-badge.new{background:#1f7a48}.badge-campaign{background:#b21c1c}.compare-toggle{position:absolute;right:14px;top:14px;z-index:4;width:38px;height:38px;border:0;border-radius:50%;background:#ffffffed;color:#333;font-size:18px;box-shadow:0 5px 16px #0002;cursor:pointer}.compare-toggle.active{background:#d9ad45;color:#fff}.compare-tray{position:fixed;z-index:8000;left:50%;bottom:-100px;transform:translateX(-50%);display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid #dcc17d;border-radius:16px;background:#fff;box-shadow:0 14px 45px #0003;transition:.3s}.compare-tray.show{bottom:22px}.compare-tray>button{border:0;background:none;color:#8b1d1d;cursor:pointer}.compare-page{padding:50px 0}.compare-page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.compare-page-head span{color:#a27619;font-weight:800;letter-spacing:2px}.compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.compare-card{background:#fff;border:1px solid #eadfca;border-radius:20px;padding:16px;box-shadow:0 12px 32px #0001}.compare-card img{width:100%;height:220px;object-fit:cover;border-radius:14px}.compare-card p{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eee}.compare-card p span{color:#888}.compare-price{font-size:20px;color:#9b6b0c;margin:14px 0}.compare-remove{width:100%;margin-top:9px;border:0;background:none;color:#9b1d1d;cursor:pointer}.active-filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.filter-chip{padding:8px 12px;border:1px solid #d8bf83;border-radius:999px;background:#fffaf0;color:#795b18;cursor:pointer}.detail-premium-badges{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.image-zoom-modal{position:fixed;z-index:99999;inset:0;background:#000e;display:grid;place-items:center;padding:40px}.image-zoom-modal img{max-width:94vw;max-height:90vh;object-fit:contain}.image-zoom-modal button{position:absolute;right:25px;top:20px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px}.detail-image #productImage{cursor:zoom-in}.similar-products-section{padding:40px 0 70px}
.premium-footer{background:#151515!important;color:#ddd!important;padding:65px 0 0!important;text-align:left!important}.premium-footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.2fr;gap:36px}.premium-footer h2{color:#fff;font-family:Georgia,serif;font-size:30px}.premium-footer h2 span{color:#d4a844}.premium-footer h3{color:#d4a844;margin-bottom:15px}.premium-footer a{display:block;color:#ddd;text-decoration:none;margin:9px 0}.premium-footer p{line-height:1.6}.premium-footer iframe{width:100%;height:160px;border:0;border-radius:14px}.premium-footer-bottom{text-align:center;border-top:1px solid #ffffff18;margin-top:45px;padding:20px;color:#888}.mobile-bottom-nav{display:none}
@media(max-width:900px){.premium-hero-slider{height:650px}.project-grid,.compare-grid{grid-template-columns:repeat(2,1fr)}.premium-stats-grid{grid-template-columns:repeat(2,1fr)}.premium-footer-grid{grid-template-columns:repeat(2,1fr)}.compare-tray{bottom:-120px;width:calc(100% - 24px);justify-content:center;flex-wrap:wrap}.compare-tray.show{bottom:82px}}
@media(max-width:650px){body{padding-bottom:72px}.premium-hero-slider{min-height:570px;height:72vh}.hero-slide-content{padding-top:70px}.hero-slide-content p{font-size:15px}.project-grid,.compare-grid,.premium-footer-grid{grid-template-columns:1fr}.project-card{min-height:350px}.premium-stats-grid{grid-template-columns:1fr 1fr}.premium-stat{padding:25px 10px}.premium-stat strong{font-size:30px}.premium-product-actions{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;z-index:9000;left:8px;right:8px;bottom:8px;height:62px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;border:1px solid #e4d6b8;border-radius:18px;background:#fffdf9eF;backdrop-filter:blur(16px);box-shadow:0 12px 35px #0003}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#3b352d;text-decoration:none;font-size:17px}.mobile-bottom-nav span{font-size:9px}.compare-page-head{align-items:flex-start;flex-direction:column}}
.favorite-empty{grid-column:1/-1;text-align:center;padding:60px 25px;border:1px dashed #d7bf88;border-radius:24px;background:#fffaf2}.favorite-empty-icon{font-size:64px;color:#c4932b}.favorite-empty h2{font-family:Georgia,serif;font-size:32px;margin:10px 0}.favorite-empty p{color:#777;max-width:520px;margin:0 auto 22px}.favorite-remove{width:100%;margin-top:10px;border:0;background:none;color:#9e2727;cursor:pointer;font-weight:700}
.premium-card-tools{position:absolute;right:14px;top:14px;z-index:4;display:flex;gap:7px}.premium-card-tools .compare-toggle{position:static}.favorite-toggle{width:38px;height:38px;border:0;border-radius:50%;background:#ffffffed;color:#343434;font-size:22px;box-shadow:0 5px 16px #0002;cursor:pointer}.favorite-toggle.active{background:#b42331;color:#fff}.stock-pill{display:inline-block;margin-top:5px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800}.stock-pill.in_stock{background:#e5f6eb;color:#267544}.stock-pill.preorder{background:#fff3d7;color:#956e10}.stock-pill.out_of_stock{background:#f9e3e3;color:#a22626}.premium-product-actions button:disabled{opacity:.5;cursor:not-allowed}
.detail-favorite-btn.active{background:#b42331!important;color:#fff!important}.detail-favorite-btn{transition:.25s}.detail-favorite-btn:hover{transform:translateY(-2px)}
.footer-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.premium-footer .footer-socials a{display:inline-flex;padding:7px 10px;border:1px solid #ffffff25;border-radius:999px;font-size:12px}.premium-footer .footer-socials a:hover{background:#d4a844;color:#151515}
.hero-fallback{position:absolute;inset:0;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(10,10,10,.72),rgba(10,10,10,.22)),url('../images/hero.jpg') center/cover}.hero-fallback h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,84px);margin:0 0 12px}.hero-fallback p{font-size:22px;margin-bottom:24px}

@media(max-width:768px){.brand-track{gap:14px}.brand-item{width:210px;height:120px;padding:16px;border-radius:17px}.brand-item img{max-height:82px}.brand-item strong{font-size:19px}}

/* ===== MOBILE / DESKTOP FUNCTION PARITY ===== */
@media(max-width:768px){
  body{padding-bottom:0!important}
  .container{width:94%!important;max-width:1180px!important}

  /* Desktop-style header navigation remains visible on mobile */
  .menu-btn{display:none!important}
  header{position:relative;z-index:10000}
  header .header{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
  header nav{display:block!important;position:static!important;top:auto!important;left:auto!important;width:100%!important;background:transparent!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none}
  header nav::-webkit-scrollbar{display:none}
  header nav ul{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;padding:8px 0 10px!important;white-space:nowrap!important;min-width:max-content!important}
  header nav a{display:block!important;white-space:nowrap!important}

  /* Same hero content/media behaviour as desktop */
  .premium-hero-slider{height:min(720px,78vh)!important;min-height:520px!important}
  .hero-slide-content{padding-top:0!important;justify-content:center!important;align-items:flex-start!important}
  .hero-slide-content h1{font-size:clamp(36px,11vw,62px)!important}
  .hero-slide-content h2{font-size:clamp(20px,6vw,30px)!important}
  .hero-slide-content p{font-size:16px!important;max-width:92%!important}
  .hero-media{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}

  /* Disable mobile-only category accordion: same open layout as desktop */
  .home-category-collections{gap:24px!important}
  .home-category-collection{padding:18px!important;border-radius:20px!important;overflow:visible!important}
  .home-category-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:18px!important;padding:0 0 15px!important;border-bottom:1px solid rgba(0,0,0,.08)!important}
  .home-category-header>div{display:flex!important}
  .home-category-toggle{display:none!important}
  .home-category-collapse{display:block!important;opacity:1!important;border-top:0!important}
  .home-category-collapse>.home-category-products{overflow:visible!important;padding:0!important}
  .home-category-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .home-category-link{width:auto!important;padding:10px 13px!important;font-size:12px!important;border-radius:999px!important}
  .home-category-link span{display:inline!important}

  /* Products remain fully functional and visible */
  #productContainer,.product-container{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .premium-product-card,.product-card{width:auto!important;min-width:0!important}
  .premium-product-image img,.product-card img,.home-category-products .product-card img{height:190px!important;object-fit:cover!important}
  .premium-product-body{padding:14px!important}
  .premium-product-meta{min-height:auto!important;font-size:11px!important}
  .premium-product-price{font-size:17px!important}
  .premium-product-actions{grid-template-columns:1fr 1fr!important;gap:6px!important}
  .premium-product-actions .btn{padding:10px 6px!important;font-size:11px!important}

  /* Full filter functionality stays on screen */
  .premium-filter-panel{display:block!important}
  .premium-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-filter-search{grid-column:1/-1!important}
  .catalog-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow-x:auto!important}
  .catalog-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  /* Brand / collection behaviour same as desktop, swipe horizontally */
  .premium-brands-section{overflow:hidden!important}
  .brand-track{gap:18px!important;animation:brandScroll 25s linear infinite!important}
  .brand-item{width:250px!important;height:138px!important;padding:18px!important}
  .brand-item img{max-height:94px!important}
  .brand-item strong{font-size:21px!important}

  /* Project, stats, footer: same content, adapted only for width */
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .project-card{min-height:300px!important}
  .project-card span{left:16px!important;right:16px!important;bottom:16px!important}
  .project-card b{font-size:21px!important}
  .premium-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}

  /* Keep PC controls: do not replace with a separate mobile-only nav */
  .mobile-bottom-nav{display:none!important}

  /* Compare tray and zoom continue to work */
  .compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .compare-tray{width:calc(100% - 20px)!important;max-width:720px!important}
}

@media(max-width:430px){
  #productContainer,.product-container,.home-category-products{grid-template-columns:1fr!important}
  .project-grid,.premium-footer-grid{grid-template-columns:1fr!important}
  .premium-filter-grid{grid-template-columns:1fr!important}
  .premium-filter-search{grid-column:auto!important}
  .catalog-tabs{grid-template-columns:repeat(3,160px)!important}
}

/* ===== MOBILE HEADER NAV CLEAN FIX ===== */
@media(max-width:768px){
  body{padding-bottom:0!important}
  header{position:sticky!important;top:0!important;z-index:10000!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.07)!important}
  header .header{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;padding-top:10px!important;padding-bottom:10px!important}
  .logo{min-width:0!important}
  .logo h1{font-size:24px!important;line-height:1.05!important;margin:0!important}
  .logo p{font-size:8px!important;letter-spacing:1.8px!important;margin-top:4px!important;white-space:nowrap!important}
  .menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;border:1px solid #e6dac1!important;border-radius:14px!important;background:#fffaf0!important;color:#2d2923!important;font-size:24px!important;cursor:pointer!important;box-shadow:0 6px 18px rgba(0,0,0,.06)!important}
  header nav{display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;width:100%!important;background:rgba(255,255,255,.985)!important;border-top:1px solid #eee5d4!important;box-shadow:0 18px 35px rgba(0,0,0,.12)!important;max-height:calc(100vh - 80px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}
  header nav.active{display:block!important}
  header nav ul{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;min-width:0!important;white-space:normal!important;padding:10px 16px 18px!important;margin:0!important}
  header nav li{width:100%!important;margin:0!important;border-bottom:1px solid #f0eadf!important}
  header nav li:last-child{border-bottom:0!important}
  header nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:14px 8px!important;margin:0!important;font-size:15px!important;font-weight:700!important;color:#302b24!important;white-space:normal!important;text-align:left!important;border-radius:10px!important}
  header nav a:hover,header nav a.active{background:#fff5df!important;color:#a57617!important}
  .premium-header-actions{grid-column:1/-1!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;padding:2px 0!important;scrollbar-width:none!important}
  .premium-header-actions::-webkit-scrollbar{display:none!important}
  .premium-header-actions a,.premium-header-actions button{flex:0 0 auto!important}
  .mobile-bottom-nav{display:none!important}
}

/* =========================================
   MOBILE CATEGORY PRODUCT CARDS — COMPACT WIDE
========================================= */
@media(max-width:768px){
  .home-category-products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch;
  }
  .home-category-products .premium-product-card,
  .home-category-products .product-card{
    width:100% !important;
    min-width:0 !important;
    padding:8px !important;
    border-radius:12px !important;
    margin:0 !important;
    box-shadow:0 6px 18px rgba(0,0,0,.10) !important;
  }
  .home-category-products .premium-product-image,
  .home-category-products .product-card > a:first-of-type{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    overflow:hidden;
    border-radius:9px;
  }
  .home-category-products .premium-product-image img,
  .home-category-products .product-card img{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:cover !important;
    border-radius:9px !important;
    display:block;
  }
  .home-category-products .premium-product-body{
    padding:9px 3px 4px !important;
  }
  .home-category-products .premium-product-body h3,
  .home-category-products .product-card h3{
    margin:4px 0 5px !important;
    font-size:14px !important;
    line-height:1.25 !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .home-category-products .premium-product-meta,
  .home-category-products .product-card p{
    font-size:11px !important;
    line-height:1.35 !important;
    margin:3px 0 !important;
  }
  .home-category-products .premium-product-price{
    font-size:14px !important;
    margin:7px 0 !important;
  }
  .home-category-products .stock-pill{
    font-size:10px !important;
    padding:4px 7px !important;
  }
  .home-category-products .premium-product-actions,
  .home-category-products .product-buttons{
    gap:5px !important;
  }
  .home-category-products .btn,
  .home-category-products button{
    min-height:34px !important;
    padding:8px 7px !important;
    font-size:11px !important;
    border-radius:8px !important;
  }
  .home-category-products .premium-card-tools{
    top:6px !important;
    right:6px !important;
    gap:4px !important;
  }
  .home-category-products .favorite-toggle,
  .home-category-products .compare-toggle{
    width:30px !important;
    height:30px !important;
    min-height:30px !important;
    padding:0 !important;
  }
  .home-category-products .premium-product-badges{
    top:6px !important;
    left:6px !important;
    gap:3px !important;
  }
  .home-category-products .premium-product-badges span{
    font-size:8px !important;
    padding:4px 6px !important;
  }
}
@media(max-width:390px){
  .home-category-products{gap:8px !important;}
  .home-category-products .premium-product-card,
  .home-category-products .product-card{padding:6px !important;}
  .home-category-products .premium-product-body h3,
  .home-category-products .product-card h3{font-size:13px !important;}
}

/* EXTRA COMPACT MOBILE CATEGORY CARDS */
@media(max-width:768px){
 .home-category-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;}
 .home-category-products .premium-product-card,.home-category-products .product-card{padding:5px!important;border-radius:9px!important;}
 .home-category-products .premium-product-image,.home-category-products .product-card>a:first-of-type{aspect-ratio:1/1!important;border-radius:7px!important;}
 .home-category-products .premium-product-body{padding:6px 1px 2px!important;}
 .home-category-products .premium-product-body h3,.home-category-products .product-card h3{font-size:11px!important;line-height:1.2!important;margin:3px 0!important;}
 .home-category-products .premium-product-meta,.home-category-products .product-card p{font-size:9px!important;line-height:1.25!important;margin:2px 0!important;}
 .home-category-products .premium-product-price{font-size:12px!important;margin:4px 0!important;}
 .home-category-products .stock-pill{font-size:8px!important;padding:3px 4px!important;}
 .home-category-products .btn,.home-category-products button{min-height:28px!important;padding:5px 3px!important;font-size:9px!important;border-radius:6px!important;}
 .home-category-products .favorite-toggle,.home-category-products .compare-toggle{width:24px!important;height:24px!important;min-height:24px!important;}
 .home-category-products .premium-product-badges span{font-size:7px!important;padding:3px 4px!important;}
}
@media(max-width:360px){.home-category-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* MOBILE CATEGORY — DESKTOP-LIKE 4 CARD ROW (reference layout) */
@media(max-width:768px){
 .home-category-collection{overflow:hidden!important;}
 .home-category-collapse{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;padding-bottom:8px!important;}
 .home-category-products{display:grid!important;grid-template-columns:repeat(4,minmax(190px,1fr))!important;gap:14px!important;width:max-content!important;min-width:100%!important;align-items:stretch!important;justify-content:start!important;}
 .home-category-products .premium-product-card,.home-category-products .product-card{width:190px!important;min-width:190px!important;max-width:190px!important;padding:0!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;}
 .home-category-products .premium-product-image,.home-category-products .product-card>a:first-of-type{width:100%!important;height:190px!important;aspect-ratio:auto!important;display:block!important;overflow:hidden!important;border-radius:0!important;background:#f5f3ed!important;}
 .home-category-products .premium-product-image img,.home-category-products .product-card img{width:100%!important;height:190px!important;object-fit:contain!important;border-radius:0!important;display:block!important;}
 .home-category-products .premium-product-body{padding:13px 14px 14px!important;}
 .home-category-products .premium-product-body h3,.home-category-products .product-card h3{font-size:13px!important;line-height:1.18!important;margin:0 0 7px!important;min-height:46px!important;}
 .home-category-products .premium-product-meta,.home-category-products .product-card p{font-size:9px!important;line-height:1.35!important;margin:2px 0!important;}
 .home-category-products .premium-product-price{font-size:15px!important;margin:8px 0!important;}
 .home-category-products .stock-pill{font-size:8px!important;padding:3px 6px!important;}
 .home-category-products .premium-product-actions,.home-category-products .product-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;}
 .home-category-products .btn,.home-category-products button{min-height:34px!important;padding:7px 5px!important;font-size:9px!important;border-radius:7px!important;}
 .home-category-products .premium-card-tools{top:8px!important;right:8px!important;gap:5px!important;}
 .home-category-products .favorite-toggle,.home-category-products .compare-toggle{width:29px!important;height:29px!important;min-height:29px!important;border-radius:50%!important;}
 .home-category-products .premium-product-badges{top:8px!important;left:8px!important;}
 .home-category-products .premium-product-badges span{font-size:7px!important;padding:3px 5px!important;}
 .home-category-link{display:inline-flex!important;}
}
@media(max-width:430px){
 .home-category-products{grid-template-columns:repeat(4,minmax(165px,1fr))!important;gap:10px!important;}
 .home-category-products .premium-product-card,.home-category-products .product-card{width:165px!important;min-width:165px!important;max-width:165px!important;}
 .home-category-products .premium-product-image,.home-category-products .product-card>a:first-of-type,.home-category-products .premium-product-image img,.home-category-products .product-card img{height:165px!important;}
 .home-category-products .premium-product-body{padding:10px!important;}
 .home-category-products .premium-product-body h3,.home-category-products .product-card h3{font-size:12px!important;min-height:43px!important;}
}

/* HOME CATEGORY TITLES — PREMIUM LOOK */
.home-category-collection{
    position:relative;
    border:1px solid rgba(184,134,11,.16);
    border-radius:22px;
    background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(249,246,237,.98));
    box-shadow:0 14px 36px rgba(39,31,14,.08);
}
.home-category-header{
    position:relative;
    padding:18px 20px;
    margin:0 0 14px;
    border-bottom:1px solid rgba(184,134,11,.16);
    background:radial-gradient(circle at 0 0,rgba(212,175,55,.12),transparent 38%),linear-gradient(135deg,#fffdf8,#f7f1e5);
    border-radius:22px 22px 0 0;
    overflow:hidden;
}
.home-category-header::before{
    content:"";
    position:absolute;
    left:0;top:0;bottom:0;width:5px;
    background:linear-gradient(180deg,#e2bd59,#a67309);
}
.home-category-header::after{
    content:"";
    position:absolute;
    right:-45px;top:-45px;width:130px;height:130px;border-radius:50%;
    background:radial-gradient(circle,rgba(212,175,55,.16),transparent 70%);
    pointer-events:none;
}
.home-category-toggle-main,.home-category-header>div{position:relative;z-index:2}
.home-category-icon{
    display:grid;place-items:center;width:50px;height:50px;min-width:50px;border-radius:15px;
    color:#fff;font-size:23px;background:linear-gradient(135deg,#d5aa37,#9c6c0b);
    box-shadow:0 9px 20px rgba(184,134,11,.24),inset 0 1px 0 rgba(255,255,255,.35);
}
.home-category-title-wrap h3,.home-category-header h3{
    margin:0;color:#2b271f;font-family:Georgia,"Times New Roman",serif;
    font-size:27px;font-weight:700;letter-spacing:.2px;line-height:1.12;
}
.home-category-title-wrap p,.home-category-header p{
    margin:6px 0 0;color:#90723b;font-size:12px;font-weight:700;letter-spacing:.9px;text-transform:uppercase;
}
.home-category-link{
    position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:8px;
    min-height:42px;padding:10px 16px;border-radius:999px;color:#fff!important;font-size:12px;
    font-weight:800;text-decoration:none;background:linear-gradient(135deg,#252525,#0f0f0f);
    border:1px solid rgba(212,175,55,.28);box-shadow:0 8px 20px rgba(0,0,0,.14);
}
.home-category-link:hover{
    transform:translateY(-2px);background:linear-gradient(135deg,#c99a26,#9e6f0e);
    box-shadow:0 12px 26px rgba(184,134,11,.28);
}
@media(max-width:768px){
    .home-category-collection{border-radius:16px!important;box-shadow:0 10px 26px rgba(39,31,14,.08)!important}
    .home-category-header{padding:13px 12px!important;margin-bottom:10px!important;border-radius:16px 16px 0 0!important}
    .home-category-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:12px!important;font-size:19px!important}
    .home-category-title-wrap h3,.home-category-header h3{font-size:18px!important;letter-spacing:0!important}
    .home-category-title-wrap p,.home-category-header p{font-size:9px!important;letter-spacing:.5px!important;margin-top:3px!important}
    .home-category-link{min-height:34px!important;padding:7px 10px!important;font-size:10px!important}
}

/* Category name inside View All button */
.home-category-link b{font:inherit;font-weight:900;color:#e5bd59}
.home-category-link-sep{opacity:.7}
@media(max-width:768px){
  .home-category-link{gap:4px!important;white-space:nowrap}
  .home-category-link b{max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .home-category-link-sep{display:inline!important}
}

/* PREMIUM INSTAGRAM — NAV + FLOATING */
.uc-instagram-svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.premium-instagram-nav{position:relative;overflow:hidden}
.premium-instagram-nav::before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.9}
.premium-instagram-nav .uc-instagram-svg{stroke:#c48b24}
.premium-instagram-nav:hover .uc-instagram-svg{stroke:#fff}
.fixed-instagram{position:fixed;right:25px;bottom:160px;width:60px;height:60px;border-radius:50%;align-items:center;justify-content:center;color:#fff!important;text-decoration:none;z-index:1001;background:radial-gradient(circle at 30% 105%,#fdf497 0 5%,#fdf497 5% 10%,#fd5949 28%,#d6249f 62%,#285AEB 100%);border:2px solid rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(90,35,120,.30),0 0 0 5px rgba(255,255,255,.10);transition:transform .22s ease,box-shadow .22s ease}
.fixed-instagram:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 34px rgba(90,35,120,.38),0 0 0 6px rgba(255,255,255,.14)}
.fixed-instagram .uc-instagram-svg{width:30px;height:30px;stroke:#fff;stroke-width:1.9}
@media(max-width:768px){.fixed-instagram{right:18px;bottom:151px;width:54px;height:54px}.fixed-instagram .uc-instagram-svg{width:27px;height:27px}.premium-instagram-nav-item{display:list-item!important}.premium-instagram-nav{display:flex!important}}

/* FLOAT SOCIAL ORDER FINAL — WHATSAPP ABOVE, INSTAGRAM BELOW */
.fixed-whatsapp{
 position:fixed!important;right:25px!important;bottom:95px!important;
 width:60px!important;height:60px!important;padding:0!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 border-radius:50%!important;background:#25D366!important;color:#fff!important;
 border:2px solid #fff!important;box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
 font-size:0!important;z-index:1002!important;box-sizing:border-box!important;
}
.fixed-whatsapp .uc-whatsapp-svg{
 width:34px!important;height:34px!important;display:block!important;
 fill:none!important;stroke:#fff!important;stroke-width:1.55!important;
 stroke-linecap:round!important;stroke-linejoin:round!important;
}
.fixed-instagram{
 position:fixed!important;right:25px!important;bottom:25px!important;
 width:60px!important;height:60px!important;padding:0!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 border-radius:50%!important;
 background:linear-gradient(145deg,#f9ce34 0%,#ee2a7b 48%,#6228d7 100%)!important;
 color:#fff!important;border:2px solid #fff!important;
 box-shadow:0 10px 26px rgba(66,28,91,.28)!important;
 z-index:1001!important;box-sizing:border-box!important;
}
.fixed-instagram .uc-instagram-svg{
 width:31px!important;height:31px!important;fill:none!important;
 stroke:#fff!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
#topBtn{right:95px!important;bottom:30px!important}
@media(max-width:768px){
 .fixed-whatsapp{right:18px!important;bottom:86px!important;width:54px!important;height:54px!important}
 .fixed-whatsapp .uc-whatsapp-svg{width:31px!important;height:31px!important}
 .fixed-instagram{right:18px!important;bottom:22px!important;width:54px!important;height:54px!important}
 .fixed-instagram .uc-instagram-svg{width:28px!important;height:28px!important}
 #topBtn{right:82px!important;bottom:24px!important}
}

/* INSTAGRAM NEXT TO CONTACT NAV */
.premium-instagram-contact{
 position:relative!important;display:flex!important;align-items:center!important;gap:6px!important;
 color:inherit!important;
}
.premium-instagram-contact .uc-instagram-svg{
 width:20px!important;height:20px!important;fill:none!important;stroke:#c13584!important;
 stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
.premium-instagram-contact:hover .uc-instagram-svg{stroke:#fff!important}
@media(max-width:768px){
 .premium-instagram-contact-item{display:list-item!important}
 .premium-instagram-contact{display:flex!important}
}
