/* ===== BASE ===== */ 
body { 
    margin: 0; 
    font-family: 'Montserrat', sans-serif; 
    background: #f7f7f7; 
    overflow-y: scroll; 
}

h1 { 
    color: #2c3e50; 
} 

/* ===== HEADER ===== */ 

.brand-name { 
    font-size: 26px; 
    font-weight: 700; 
    color: #1A1A1A; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
} 

.header { 
    position: sticky; 
    top: 0px; 
    z-index: 2000; 
    display: flex; 
    align-items: center; 
    padding: 15px 20px; 
    background: #ffffff; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
 }
 
 .logo { 
    position: absolute;
     left: 50%; 
     transform: translateX(-50%); 
     text-decoration: none; 
}  

.header-right { 
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px; 
}
 
.header-left { 
    text-align: left; 
} 

.section-title { 
    letter-spacing: 1px; 
} 

.menu-link, .phone { 
    text-decoration: none; 
    color: #555; 
    font-size: 14px; 
    font-weight: 500; 
}

.menu-link { 
    transition: color 0.2s ease, transform 0.2s ease; 
} 

.menu-link:hover { 
    color: #d3798b; 
    transform: scale(1.05); 
} 

.header-pill{
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(196,91,116,.18);
    background: linear-gradient(180deg, rgba(255,247,250,.96), rgba(255,255,255,.96));
    color: #2b2529;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(17,17,20,.06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, color .16s ease;
    text-decoration: none;
    box-sizing: border-box;
}
.header-pill:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(17,17,20,.10);
    border-color: rgba(196,91,116,.35);
    color: #c45b74;
    text-decoration: none;
}
.header-pill--icon{
    width: 42px;
    padding: 0;
    flex: 0 0 42px;
}
.search-icon{
    border: 0;
    background: linear-gradient(180deg, rgba(255,247,250,.96), rgba(255,255,255,.96));
    padding: 0;
}
.search-icon svg{ display:block; }

/* ===== SEARCH ===== */ 

.search-icon {
    cursor: pointer;
    color: #555;
    transition: transform 0.2s ease, color 0.2s ease;
}

.search-icon:hover {
    transform: scale(1.08);
    color: #ff6a88;
}

.search-bar {
    position: fixed;
    top: 132px;
    left: 0;
    width: 100%;
    padding: 14px 18px 16px;
    background: rgba(255,255,255,0.92);
    border-top: 1px solid rgba(229,210,218,.9);
    border-bottom: 1px solid rgba(229,210,218,.9);
    box-shadow: 0 18px 40px rgba(17,17,20,.10);
    backdrop-filter: blur(14px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .18s ease, transform .22s ease, visibility .18s ease;
}
.search-bar.is-open{ opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0); }
.search-bar__form{
    width: min(1240px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 12px;
}
.search-bar__input-wrap{
    display:flex;
    align-items:center;
    gap: 12px;
    background:#fff;
    border-radius: 24px;
    border:1px solid #ead6de;
    box-shadow: 0 12px 26px rgba(17,17,20,.08);
    padding: 8px;
}
.search-bar input {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 18px;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color:#20191d;
}
.search-bar input:focus{ outline:none; }
.search-submit{
    border:none;
    border-radius: 18px;
    padding: 0 22px;
    height: 46px;
    background: linear-gradient(135deg,#ff6a88,#ff99ac);
    color:#fff;
    font: 700 14px 'Montserrat',sans-serif;
    cursor:pointer;
    white-space:nowrap;
    box-shadow: 0 12px 24px rgba(255,106,136,.24);
    transition: transform .16s ease, box-shadow .16s ease;
}
.search-submit:hover{ transform: translateY(-1px); box-shadow:0 16px 28px rgba(255,106,136,.30); }
.search-suggestions {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(17,17,20,.12);
    overflow: hidden;
    border: 1px solid rgba(234,214,222,.9);
    display:none;
}
.search-item {
    display: flex;
    gap: 14px;
    padding: 14px 16px;
    cursor: pointer;
    align-items: center;
    transition: background 0.2s ease;
    text-decoration: none !important;
    color: #2f2933 !important;
}
.search-item:link,
.search-item:visited,
.search-item:active,
.search-item:focus,
.search-item:hover{
    text-decoration: none !important;
    color: #2f2933 !important;
}
.search-item *{ color: inherit !important; text-decoration: none !important; }
.search-item:hover {
    background: #fff5f7;
}
.search-item img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 14px;
    flex: 0 0 auto;
    box-shadow: 0 8px 18px rgba(17,17,20,.10);
}
.search-item-copy{ display:grid; gap:4px; }
.search-item-title {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    line-height: 1.45;
}
.search-item-price {
    font-size: 13px;
    color: #777;
}
.search-suggestions a,
.search-suggestions a:link,
.search-suggestions a:visited,
.search-suggestions a:hover,
.search-suggestions a:active{
  color: inherit !important;
  text-decoration: none !important;
}
.search-empty{
  padding: 18px 20px;
  color:#6d6068;
  font-size:14px;
}

@media (max-width: 768px){
  .search-bar{ top: 96px; padding: 10px 10px 12px; }
  .search-bar__input-wrap{ gap:10px; border-radius: 20px; padding:10px; flex-direction:column; align-items:stretch; }
  .search-bar input{ padding: 12px 14px; font-size:14px; }
  .search-submit{ width:100%; height:44px; padding:0 16px; font-size:13px; }
  .search-item{ padding:12px; gap:12px; }
  .search-item img{ width:52px; height:52px; border-radius:12px; }
}

.favorites-link { 
    position: relative; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px; 
    color: #555; 
    text-decoration: none; 
}


.ui-icon{
  display:inline-block;
  width:1em;
  height:1em;
  vertical-align:-0.12em;
  fill:currentColor;
  flex:0 0 auto;
}

.favorites-link .ui-icon-bag,
.favorites-link .ui-icon-cart4{
  width: 1.22em;
  height: 1.22em;
}

.fav-btn .ui-icon-heart{
  width: 18px;
  height: 18px;
}

.product-buy .ui-icon-bag,
.product-buy .ui-icon-cart4,
.product-oneclick .ui-icon-cart{
  width: 24px;
  height: 24px;
}

.fav-btn .ui-icon,
.product-buy .ui-icon,
.product-oneclick .ui-icon,
.favorites-link .ui-icon{
  pointer-events:none;
}

.fav-btn{
    position:absolute;
    top:12px;
    left:12px;
    width:38px;
    height:38px;
    border:none;
    border-radius:999px;
    background:#ffffff;
    color:#111114;
    display:grid;
    place-items:center;
    box-shadow:0 10px 24px rgba(17,17,20,.14);
    cursor:pointer;
    z-index:3;
    transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.fav-btn:hover{
    transform:translateY(-1px) scale(1.03);
    box-shadow:0 14px 28px rgba(17,17,20,.18);
}
.fav-btn.active{
    background:#fff0f4;
    color:#ff6a88;
}
.fav-btn .ui-icon-heart path{ fill: currentColor; }

.fav-count { 
    position: absolute; 
    top: -6px; 
    right: -10px; 
    width: 18px; 
    height: 18px; 
    background: #ff4d6d; 
    color: #fff; 
    font-size: 12px; 
    font-weight: 700; 
    line-height: 1; 
    border-radius: 50%; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    font-family: 'Montserrat', sans-serif; 
    /* 🔥 антимило */ 
    transform: translateZ(0); 
    -webkit-font-smoothing: antialiased; 
} 

.product { 
    background: white; 
    padding: 18px; 
    border-radius: 16px; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.08); 
    display: flex; 
    flex-direction: column; 
    max-width: 320px; 
} 

.product h2 { 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 1.4; 
} 

.product-content { 
    flex-grow: 1; 
} 

.buy-btn { 
    margin-top: auto; 
} 

.buy-btn { 
    background: linear-gradient(135deg, #ff6a88, #ff99ac); 
    color: white; 
    border: none; 
    padding: 14px 28px; 
    font-size: 15px; 
    font-weight: 600; 
    border-radius: 30px; 
    cursor: pointer; 
    box-shadow: 0 8px 20px rgba(255, 106, 136, 0.3); 
} 

.buy-btn:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 12px 24px rgba(255, 106, 136, 0.4); 
} 

.buy-btn:active { 
    transform: scale(0.97); 
} 

.description { 
    font-size: 14px; 
    color: #666; 
    margin-bottom: 10px; 
} 

/* ===== CATEGORIES ===== */ 
.categories { 
    display: flex; 
    justify-content: center; 
    gap: 32px; 
    padding: 14px 20px; 
    background: white; 
    border-bottom: 1px solid #eee; 
    flex-wrap: wrap; 
} 

.category-link { 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 600; 
    color: #333; 
    position: relative; 
    padding-bottom: 4px; 
} 

.category-link:hover { 
    color: #eb93a5; 
} 

/* тонка лінія при наведенні */ 

.category-link::after { 
    content: ""; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 0; 
    height: 2px; 
    background: #eb93a5; 
    transition: width 0.3s ease; 
} 

.category-link:hover::after { 
    width: 100%; 
} 

/* ===== POPULAR SLIDER ===== */ 

.popular-section { 
    padding: 20px 20px 40px; 
} 

.section-title { 
    font-size: 22px; 
    margin-top: 0; 
    margin-bottom: 24px; 
    font-weight: 700; 
    text-align: center; 
} 

.slider-wrapper { 
    position: relative; 
    display: flex; 
    align-items: center; 
} 

.slider { 
    display: flex; 
    gap: 20px; 
    overflow-x: hidden; 
    scroll-behavior: smooth; 
} 

.slider .product { 
    min-width: 240px; 
    max-width: 240px; 
    flex-shrink: 0; 
} 

.slider-btn { 
    width: 42px; 
    height: 42px; 
    border-radius: 50%; 
    border: none; 
    background: white; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    box-shadow: 0 6px 18px rgba(0,0,0,0.15); 
    transition: all 0.2s ease; 
    color: #333; 
} 

.slider-btn:hover { 
    background: #ebdbe4; 
    color: white; 
    transform: scale(1.1); 
} 

.burger { 
    display: none; 
    color: #000000; 
} 

.mobile-menu, .mobile-categories { 
    display: none; 
} 

/* ===== HERO ===== */ 

.hero-slider { 
    width: 100%;
    height: 480px;
    aspect-ratio: 16 / 11;
    background-image: url("images/photo-baner-1.jpg"); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover; 
    background-color: #fff; 
} 
@media (max-width: 768px){
  .hero-slider{
    height: clamp(180px, 42vw, 250px);
    aspect-ratio: auto;
    background-size: contain;
    background-position: center center;
    background-color: #f7f3f5;
  }
}

.category-item { 
    position: relative; 
} 

.subcategory { 
position: absolute; 
top: 100%; 
left: 0; 
background: white; 
min-width: 180px; 
padding: 12px 0; 
border-radius: 12px; 
box-shadow: 0 12px 30px rgba(0,0,0,0.15); 
display: none; 
z-index: 1000; 
} 

.subcategory-item { 
position: relative; 
} 

.sub-subcategory { 
position: absolute; 
top: 0; 
left: 100%; 
background: white; 
min-width: 180px; 
padding: 12px 0; 
border-radius: 12px; 
box-shadow: 0 12px 30px rgba(0,0,0,0.15); 
opacity: 0; 
visibility: hidden; 
pointer-events: none; 
transform: translateX(10px); 
transition: 0.25s ease; 
z-index: 1100; 
} 

.subcategory a { 
display: block; 
padding: 10px 18px; 
font-size: 14px; 
color: #333; 
text-decoration: none; 
} 

.subcategory a:hover { 
background: #f7f7f7; 
color: #ff6a88; 
} 

/* ПК — при наведенні */ 
.category-item:hover .subcategory { 
display: block; 
} 

.subcategory-item:hover .sub-subcategory { 
opacity: 1; 
visibility: visible; 
pointer-events: auto; 
transform: translateX(0); 
} 

/* ===== PREMIUM PRODUCT CARD ===== */ 
.premium-card { 
position: relative; 
background: #fff; 
border-radius: 18px; 
overflow: hidden; 
box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
transition: transform 0.35s ease, box-shadow 0.35s ease; 
} 

.premium-card:hover { 
transform: translateY(-6px); 
box-shadow: 0 18px 45px rgba(0,0,0,0.12); 
}
 
/* IMAGE */ 
.product-image-wrap { 
position: relative; 
width: 100%; 
aspect-ratio: 1 / 1; 
overflow: hidden; 
} 

.product-image-wrap img { 
width: 100%; 
height: 100%; 
object-fit: cover; 
transition: transform 0.5s ease; 
} 

.premium-card:hover img { 
transform: scale(1.08); 
} 

/* BUTTON */ 
.quick-buy { 
position: absolute; 
bottom: 14px; 
left: 50%; 
transform: translateX(-50%) translateY(10px); 
background: #ff6a88; 
color: #fff; 
border: none; 
padding: 12px 26px; 
border-radius: 30px; 
font-size: 14px; 
font-weight: 600; 
cursor: pointer; 
opacity: 0; 
transition: 0.35s ease; 
} 

.premium-card:hover .quick-buy { 
opacity: 1; 
transform: translateX(-50%) translateY(0); 
} 

/* INFO */ 
.product-info { 
padding: 16px 18px 20px; 
text-align: center; 
} 

.product-title { 
font-size: 14px; 
font-weight: 600; 
color: #1a1a1a; 
margin: 0 0 6px; 
} 

.price { 
font-size: 18px; 
font-weight: 700; 
color: #1a1a1a; 
} 

.product-image-wrap::after { 
content: "Переглянути"; 
position: absolute; 
inset: 0; 
display: flex; 
align-items: center; 
justify-content: center; 
background: rgba(0,0,0,0.25); 
color: #fff; 
font-size: 14px; 
font-weight: 600; 
opacity: 0; 
transition: 0.3s ease; 
pointer-events: none; 
} 

.premium-card:hover .product-image-wrap::after { 
opacity: 1; 
} 

.product-link { 
display: block; 
text-decoration: none; 
color: inherit; 
} 

/* ===== ABOUT ===== */ 
.about-section { 
padding: 80px 20px; 
background: linear-gradient(135deg, #fff1f5, #ffffff); 
} 

.about-container { 
max-width: 1200px; 
margin: 0 auto; 
display: grid; 
grid-template-columns: 1fr 1fr; 
gap: 60px; 
align-items: center; 
} 

.about-image{
display: flex;
justify-content: center;
}

.about-image img{
width: 100%;
max-width: 560px;
border-radius: 18px;
box-shadow: 0 20px 40px rgba(0,0,0,0.12);
} 

.about-content h2 { 
font-size: 32px; 
margin-bottom: 20px; 
} 

.about-content p { 
font-size: 15px; 
line-height: 1.7; 
color: #555; 
margin-bottom: 14px; 
} 

.about-features { 
margin-top: 30px; 
display: flex; 
gap: 24px; 
flex-wrap: wrap; 
font-weight: 600; 
color: #1A1A1A; 
} 

/* ===== CONTACTS ===== */ 
.contacts-section { 
padding: 80px 20px 100px; 
background: #ffffff; 
text-align: center; 
} 

.social-links { 
margin-top: 40px; 
display: flex; 
justify-content: center; 
gap: 30px; 
flex-wrap: wrap; 
} 

.social-card { 
width: 260px; 
height: 90px; 
background: white; 
border-radius: 20px; 
box-shadow: 0 12px 30px rgba(0,0,0,0.1); 
display: flex; 
align-items: center; 
justify-content: center; 
gap: 16px; 
font-size: 18px; 
font-weight: 600; 
text-decoration: none; 
color: #1A1A1A; 
transition: all 0.3s ease; 
} 

.social-card i { 
font-size: 28px; 
} 

/* Instagram */ 
.social-card.instagram:hover { 
background: linear-gradient(135deg, #ff6a88, #ff99ac); 
color: white; 
} 

/* TikTok */ 
.social-card.tiktok:hover { 
background: linear-gradient(135deg, #111111, #333333); 
color: white; 
} 

.social-card:hover { 
transform: translateY(-6px); 
} 

/* ===== DELIVERY & PAYMENT ===== */ 
.delivery-payment { 
padding: 100px 20px; 
background: linear-gradient(135deg, #fff5f8, #ffffff); 
text-align: center; 
} 

.delivery-payment-grid { 
margin-top: 50px; 
display: grid; 
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
gap: 30px; 
max-width: 1000px; 
margin-left: auto; 
margin-right: auto; 
} 

.info-card { 
background: white; 
border-radius: 24px; 
padding: 36px 30px; 
box-shadow: 0 18px 40px rgba(0,0,0,0.1); 
text-align: left; 
transition: transform 0.3s ease; 
} 

.info-card:hover { 
transform: translateY(-6px); 
} 

.info-icon { 
font-size: 42px; 
margin-bottom: 20px; 
} 

.info-card h3 { 
font-size: 20px; 
margin-bottom: 14px; 
color: #1A1A1A; 
} 

.info-card p { 
font-size: 15px; 
color: #555; 
line-height: 1.6; 
margin-bottom: 10px; 
} 

.info-card ul { 
padding-left: 18px; 
margin-bottom: 12px; 
} 

.info-card ul li { 
font-size: 15px; 
margin-bottom: 6px; 
} 

.small-text { 
font-size: 13px; 
color: #777; 
} 

.ticker {
    overflow: hidden;
    white-space: nowrap;
    background: #fff1f5;
    color: rgb(0, 0, 0);
    padding: 10px 0;
    position: relative;
    z-index: 1500;
  }
  
  .ticker-track {
    display: inline-block;
    animation: scroll 25s linear infinite;
  }
  
  .ticker-track span {
    padding-right: 50px;
    font-size: 12px;
    font-weight: 500;
  }
  
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }  

/* ===== FAVORITES PANEL ===== */

.favorites-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 6000;
}

.favorites-overlay.active {
    opacity: 1;
    visibility: visible;
}

.favorites-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100%;
    background: #fff1f5;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    z-index: 6001;
    display: flex;
    flex-direction: column;
}

.favorites-panel.active {
    right: 0;
}

.favorites-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.favorites-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.favorite-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;      /* щоб хрестик ставився відносно блока */
    padding-right: 40px;
}

.favorite-item img {
    width: 70px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.favorite-remove{
    position: absolute;
    top: 8px;
    right: 0;
  
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
  
    background: rgba(255,255,255,0.8);
    cursor: pointer;
  
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    transition: transform 0.15s ease, opacity 0.15s ease;
  }
  
  .favorite-remove:hover{
    transform: scale(1.08);
  }
  

/* ===== CART HEADER ===== */

.cart-title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-icon {
    font-size: 22px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.cart-info {
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

/* ===== FOOTER ===== */

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.free-shipping {
    font-size: 13px;
    margin-bottom: 15px;
}

.progress-bar {
    height: 6px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #ff6a88, #ff99ac);
    transition: 0.3s;
}

.checkout-btn {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(to right, #ff6a88, #ff99ac);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.checkout-btn:hover {
    opacity: 0.9;
}

.catalog-page{
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 60px;
  }
  
  .catalog-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  
  .catalog-title{
    margin: 0;
    font-size: 26px;
    color: #1A1A1A;
  }
  
  .catalog-actions{
    display: flex;
    gap: 10px;
    align-items: center;
  
    /* ✅ щоб елементи переносились і не ламали ширину екрану */
    flex-wrap: wrap;
    min-width: 0;
  }
  
  /* ✅ дозволяємо flex-елементам стискатись, інакше вони “вилазять” */
  .catalog-actions > *{
    min-width: 0;
    max-width: 100%;
  }
  
  /* ✅ select не має розпирати екран */
  .sort-select{
    max-width: 100%;
  }
  
  
  .sort-select{
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1A1A1A;
  }
  
  .filters-open{
    display: none;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    cursor: pointer;
  }
  
  .catalog-layout{
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 18px;
  }
  
  .filters{
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 16px;
    position: sticky;
    top: 140px;
    height: fit-content;
  }
  
  .filters-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 12px;
  }
  
  .filters-title{
    font-weight: 700;
    color: #1A1A1A;
  }
  
  .filters-close{
    display: none;
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
  }
  
  .filter-block{
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  
  .filter-block:last-child{
    border-bottom: 0;
  }
  
  .filter-label{
    font-weight: 700;
    margin-bottom: 10px;
    color: #1A1A1A;
  }
  
  .price-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  
  .price-row label{
    display: grid;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .num{
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    width: 100%;
    box-sizing: border-box;
  }
  
  .range-wrap{
    margin-top: 12px;
    display: grid;
    gap: 8px;
  }
  
  .range-wrap input[type="range"]{
    width: 100%;
  }
  
  .brands{
    display: grid;
    gap: 10px;
    max-height: 220px;
    overflow: auto;
    padding-right: 6px;
  }
  
  .brand-item{
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    color: #1A1A1A;
  }
  
  .check{
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    color: #1A1A1A;
    padding: 8px 0;
    cursor: pointer;
  }
  
  .btn-reset{
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #fff1f5;
  }
  
  .products{
    min-width: 0;
  }
  
  .products-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  
  /* Картка товару (простий красивий стиль) */
  .pcard{
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  
  .pcard:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 42px rgba(0,0,0,0.12);
  }
  
  .pimg{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }
  
  .pbody{
    padding: 14px 14px 16px;
    display: grid;
    gap: 8px;
  }
  
  .ptitle{
    font-weight: 700;
    color: #1A1A1A;
    font-size: 14px;
    margin: 0;
    line-height: 1.35;
  }
  
  .pmeta{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: #666;
    font-weight: 700;
  }
  
  .pprice{
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
  }
  
  .badges{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .badge{
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7f7f7;
    color: #1A1A1A;
  }
  
  .badge.sale{ background: #ffe7ee; }
  .badge.out{ background: #f2f2f2; opacity: .75; }
  
  .empty{
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-weight: 700;
    color: #1A1A1A;
    text-align: center;
  }

  /* ===== CART LINK (щоб лінк виглядав як звичайний товар) ===== */
.favorites-panel .favorite-main,
.favorites-panel .favorite-main:visited,
.favorites-panel .favorite-main:hover,
.favorites-panel .favorite-main:active{
  color: inherit;
  text-decoration: none;
}

/* щоб підкреслення точно не передавалось на текст всередині */
.favorites-panel .favorite-main *{
  color: inherit;
  text-decoration: none;
}

.favorites-panel .favorite-main{
  display: flex;
  gap: 15px;
  align-items: center;
  flex: 1;
  min-width: 0;
}

  
  /* Адаптив */
  @media (max-width: 1024px){
    .products-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-layout{ grid-template-columns: 280px 1fr; }
  }
  
  
body.cart-open .beauty-consultant{
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
@media (max-width: 768px){
    .catalog-layout{ grid-template-columns: 1fr; }
    .filters{
      position: fixed;
      inset: 0;
      top: 0;
      border-radius: 0;
      transform: translateX(-100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      z-index: 7000;
      overflow: auto;
    }
    .filters.active{ transform: translateX(0); }
  
    .filters-close{ display: inline-block; }
    .filters-open{ display: inline-flex; gap: 8px; align-items: center; }
  
    .products-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  
  @media (max-width: 420px){
    .products-grid{ grid-template-columns: 1fr; }
  }
  


@media (max-width: 768px) { 
    :root{ --menu-gap: 0px; }

    /* щоб меню точно дотягувалось до низу */
    .mobile-menu{
      bottom: 0;
      height: auto;
    }

img, video, iframe { 
max-width: 100%; 
height: auto; 
display: block; 
} 

/* сховати меню */ 
.menu-link, .categories { 
display: none; 
} 

/* мобільна шапка */ 
.header {
    display: grid;
    grid-template-columns: 44px 44px minmax(0,1fr) 44px auto;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 100;
}

/* ===== PREMIUM BURGER (3 lines -> X) ===== */
.burger{
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  
    position: relative;
    z-index: 2500;
  
    border-radius: 14px;
    -webkit-tap-highlight-color: transparent;
  
    transition: transform 140ms ease, background 180ms ease;
  }
  
  .burger:hover{
    transform: scale(1.06);
    background: rgba(0,0,0,0.04);
  }
  
  .burger:active{ transform: scale(0.98); }
  
  .burger:focus-visible{
    outline: 2px solid rgba(255, 106, 136, .45);
    outline-offset: 4px;
  }
  
  /* центральна лінія */
  .burger-lines{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;          /* ← гарантує що це НЕ “точки” */
    height: 2px;
    background: #111;
    border-radius: 2px;
  
    transform: translate(-50%, -50%);
    transition: transform 320ms cubic-bezier(.2,.9,.2,1);
  }
  
  /* верхня та нижня лінії */
  .burger-lines::before,
  .burger-lines::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 2px;
  
    transition:
      transform 320ms cubic-bezier(.2,.9,.2,1),
      opacity 200ms ease;
  }
  
  .burger-lines::before{ transform: translateY(-8px); }
  .burger-lines::after{  transform: translateY( 8px); }
  
  /* ACTIVE -> X */
  .burger.is-active .burger-lines{
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .burger.is-active .burger-lines::before{
    transform: translateY(0);
    opacity: 0;
  }
  
  .burger.is-active .burger-lines::after{
    transform: translateY(0) rotate(-90deg);
  }

  .pcard-link{
    display: block;
    color: inherit;
    text-decoration: none;
  }
  
  .pcard-link:focus{
    outline: 2px solid #ff6a88;
    outline-offset: 2px;
    border-radius: 14px;
  }

  .favorite-main{
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
  }
  
  .favorite-text{
    min-width: 0;
  }
  
  
  
  /* показуємо бургер тільки на мобільному */
  @media (min-width: 769px){
    .burger{ display: none; }
    .header{ display:flex; gap:0; }
    .logo{ position:absolute; left:50%; transform:translateX(-50%); font-size:26px; letter-spacing:2px; }
    .header-right{ display:flex; margin-left:auto; align-items:center; gap:12px; }
    .menu-link{ display:inline-flex; }
    .search-icon{ grid-column:auto; }
    .favorites-link{ grid-column:auto; }
    .header .auth-entry[data-auth-entry="desktop"]{ grid-column:auto; }
  }
  html, body{
    overflow-x: hidden;
  }
  
  

/* лупа */ 
.header-right { 
justify-content: flex-end; 
} 

/* назва по центру */ 
.logo { 
position: static; 
transform: none; 
justify-self: center; 
grid-column: 2; 
} 

.header-right{
display: contents;
}
.logo{
grid-column: 3;
max-width: 100%;
font-size: 22px;
letter-spacing: 1.3px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search-icon{ grid-column: 2; }
.favorites-link{ grid-column: 4; }
.header .auth-entry[data-auth-entry="desktop"]{ grid-column: 5; min-height: 42px; padding: 0 14px; }
.header .menu-link{ display:none; }
.burger{ grid-column: 1; }

/* ===== MOBILE MENU (FINAL) ===== */

/* блокуємо скролл сторінки коли меню відкрите */
body.menu-open {
    overflow: hidden !important;
  }

  :root { --menu-gap: 40px; }

  
  /* контейнер меню: під шапкою */
  .mobile-menu{
    display: block;
    position: fixed;
  
    top: calc(var(--header-h, 110px) + var(--menu-gap, 10px));             /* автоматично з JS */
    left: 0;
    right: 0;
    height: calc(100vh - var(--header-h, 110px) - var(--menu-gap, 10px));
    height: calc(100dvh - var(--header-h, 110px) - var(--menu-gap, 10px));

    background: #fff1f5;
  
    transform: translateX(-100%);
    transition: transform 350ms cubic-bezier(.4,0,.2,1);
  
    z-index: 1500;                           /* нижче ніж бургер (2000) */
    overflow: hidden;
    pointer-events: none;                    /* щоб закрите меню не ловило кліки */
  }
  
  .mobile-menu.active{
    transform: translateX(0);
    pointer-events: auto;
  }
  
  /* область, в якій “живуть” екрани */
  .mobile-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  /* щоб при instant-показі не було анімації */
  .mobile-wrapper.no-anim .mobile-screen{
    transition: none !important;
  }
  
  /* кожен екран — абсолютний, НЕ стрічка */
  .mobile-screen{
    position: absolute;
    inset: 0;
  
    padding: 18px 18px 30px;
    box-sizing: border-box;
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  
    /* за замовчуванням всі екрани справа */
    transform: translateX(100%);
    transition: transform 350ms cubic-bezier(.4,0,.2,1);
  }
  
  /* активний екран */
  .mobile-screen.active{
    transform: translateX(0);
  }
  
  /* екрани “в історії” — зліва */
  .mobile-screen.left{
    transform: translateX(-100%);
  }
  
  /* однаковий вигляд для div-пунктів і a-посилань */
  .mobile-item,
  .mobile-screen > a{
    width: 100%;
    padding: 14px 0;
  
    text-decoration: none;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
  
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  
  /* клікабельні div */
  .mobile-item{
    cursor: pointer;
  }
  
  /* стрілочка для пунктів з підменю */
  .mobile-item.has-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mobile-item.has-child::after{
    content: "›";
    opacity: .6;
    font-size: 20px;
    line-height: 1;
  }
  
  /* кнопка назад — завжди зверху, не ховається */
  .mobile-back{
    position: sticky;
    top: 0;
  
    padding: 12px 0 16px;
    margin-bottom: 6px;
  
    background: #fff1f5;
    font-weight: 700;
  
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 5;
  
    cursor: pointer;
  }
  






  /* “Переглянути усе” — виділяємо як “Назад” */
  .mobile-viewall{
    display: block;
    width: 100%;

    padding: 12px 0 16px;
    margin-bottom: 6px;

    background: #fff1f5;
    font-weight: 700;

    border-bottom: 1px solid rgba(0,0,0,0.08);

    color: #1A1A1A;
    text-decoration: none;
    cursor: pointer;
  }
.quick-buy { 
opacity: 1; 
transform: translateX(-50%) translateY(0); 
} 

.about-container { 
grid-template-columns: 1fr; 
text-align: center; 
} 

.about-image { 
order: -1; 
} 

.about-features { 
justify-content: center; 
} 

.social-card { 
width: 100%; 
max-width: 320px; 
} 

.favorites-link { 
margin-right: 14px; /* ⬅️ РУХАЄ СЕРДЕЧКО ВЛІВО */ 
} 

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
  .catalog-actions{
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .home-tabs{
    width: 100%;
  }

  .sort-select{
    width: 100%;
  }

  .home-viewall{
    width: 100%;
    text-align: center;
  }
}




/* ===========================
   FIX: links underline in cards
   =========================== */
.pcard-link,
.pcard-link:hover,
.pcard-link:visited,
.pcard-link:active{
  text-decoration: none !important;
  color: inherit;
}
.pcard-link *{
  text-decoration: none !important;
}

/* ===========================
   HERO BANNER: dots + fade
   =========================== */
.hero-slider.hero-slider--js{
  position: relative;
}
.hero-slider{
  transition: opacity .35s ease;
}
.hero-slider.hero-fade{
  opacity: .55;
}
.hero-dots{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
.hero-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255,255,255,.55);
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transition: transform .2s ease, background .2s ease, width .2s ease;
}
.hero-dot:hover{
  transform: scale(1.15);
}
.hero-dot.active{
  background: rgba(255,255,255,.95);
  width: 22px;
  border-radius: 999px;
}

/* ===========================
   CART: qty stepper in panel
   =========================== */
.cart-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.qty-stepper{
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}
.qty-btn{
  width: 32px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  color: #222;
  transition: background .15s ease;
}
.qty-btn:hover{
  background: rgba(0,0,0,0.05);
}
.qty-input{
  width: 44px;
  height: 30px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: 700;
  background: transparent;
}
.row-total{
  font-weight: 700;
  white-space: nowrap;
}
/* “Переглянути всі товари” — як кнопка під "Назад" (mobile only) */
.mobile-screen > a.mobile-viewall{
  display: flex;
  align-items: center;
  justify-content: flex-start;  /* було center — через це “їхало” */
  gap: 10px;

  width: 100%;
  padding: 12px 0 16px;         /* як .mobile-back */
  margin: 0 0 6px;

  background: #fff1f5;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-radius: 0;
  box-shadow: none;

  color: #1A1A1A;
  text-decoration: none;
  font-weight: 700;
  transform: none;
}

.mobile-screen > a.mobile-viewall::before{
  content: "⤢";
  font-size: 18px;
  line-height: 1;
  opacity: .75;
}

.mobile-screen > a.mobile-viewall:active{
  transform: scale(0.98);
}

/* ===== SCROLL TO TOP ===== */
.scroll-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.scroll-top.show{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top i{
  font-size: 16px;
  color: #1A1A1A;
}

/* ===== PC: Mega-menu usability fix (2nd -> 3rd level hover) ===== */
@media (min-width: 769px){
  /* remove the "gap" that made it hard to reach 3rd level */
  .sub-subcategory{
    transform: none;              /* override translateX(10px) */
    left: calc(100% - 6px);       /* tiny overlap = no hover gap */
    border-left: 1px solid #f0f0f0;
  }

  /* small invisible bridge to keep hover active while moving the mouse */
  .subcategory-item::after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 100%;
  }

  /* make it visually clear there is a 3rd level */
  .subcategory-item > a{
    position: relative;
    padding-right: 36px;          /* room for chevron */
  }
  .subcategory-item > a::after{
    content: "›";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.55;
    font-size: 16px;
    line-height: 1;
  }

  /* keep 2nd level highlighted while 3rd level is open */
  .subcategory-item:hover > a{
    background: #f7f7f7;
    color: #ff6a88;
  }
}


/* ===== TYPOGRAPHY FIX (CONSISTENT FONTS) ===== */
html, body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Ensure form controls use site font (prevents random system font on some devices) */
button, input, select, textarea{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* ===== SITE FOOTER ===== */
.site-footer{
  margin-top: 40px;
  padding: 18px 12px;
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
}
.site-footer__inner{
  font-size: 12px;
  color: #666;
  letter-spacing: 0.3px;
}



/* ===== BEAUTY CONSULTANT ===== */
.beauty-consultant{
  position: fixed;
  right: 22px;
  bottom: 84px;
  z-index: 8900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  transition: opacity .2s ease, transform .2s ease;
}

.beauty-consultant__toggle{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8cab 0%, #ff6a88 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 15px 22px;
  box-shadow: 0 16px 34px rgba(255,106,136,.30);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.beauty-consultant__toggle:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255,106,136,.34);
}

.beauty-consultant__toggle-icon{
  font-size: 20px;
  line-height: 1;
}

.beauty-consultant__toggle-text{
  white-space: nowrap;
  font-size: 15px;
}

.beauty-consultant__panel{
  width: min(430px, calc(100vw - 32px));
  height: min(650px, calc(100vh - 120px));
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  border: 1px solid rgba(0,0,0,.08);
  overflow: hidden;
  display: none;
}

.beauty-consultant.is-open .beauty-consultant__panel{
  display: flex;
  flex-direction: column;
}

.beauty-consultant.is-open .beauty-consultant__toggle{
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.beauty-consultant__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.beauty-consultant__eyebrow{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ff6a88;
  font-weight: 700;
}

.beauty-consultant__title{
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.2;
}

.beauty-consultant__header-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.beauty-consultant__ghost,
.beauty-consultant__close{
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: #1a1a1a;
  font: inherit;
  cursor: pointer;
}

.beauty-consultant__ghost{
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
}

.beauty-consultant__close{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
}

.beauty-consultant__body{
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  background: #fff;
}

.beauty-consultant__messages{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255,106,136,.07), transparent 28%),
    #fff;
}

.beauty-consultant__message{
  max-width: 88%;
  margin-bottom: 12px;
  padding: 13px 15px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
}

.beauty-consultant__message p{
  margin: 0;
}

.beauty-consultant__message p + p{
  margin-top: 8px;
}

.beauty-consultant__message--assistant{
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  color: #1f1f1f;
  border-top-left-radius: 8px;
}

.beauty-consultant__message--user{
  margin-left: auto;
  background: linear-gradient(135deg, #ff8cab 0%, #ff6a88 100%);
  color: #fff;
  border-top-right-radius: 8px;
}

.beauty-consultant__actions{
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  flex: 0 0 auto;
  align-content: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: min(48vh, 360px);
}

.beauty-consultant__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.beauty-consultant__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,106,136,.4);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.beauty-consultant__btn--primary{
  background: linear-gradient(135deg, #ff8cab 0%, #ff6a88 100%);
  border-color: transparent;
  color: #fff;
}

.beauty-consultant__btn--accent{
  background: #fff7fa;
  color: #ff4f76;
  border-color: rgba(255,106,136,.22);
}

.beauty-consultant__tip{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff7fa;
  color: #b44562;
  font-size: 13px;
  line-height: 1.45;
}

.beauty-consultant__form-wrap{
  width: 100%;
  flex: 1 1 100%;
  min-width: 0;
}

.beauty-consultant__actions::-webkit-scrollbar{
  width: 8px;
}

.beauty-consultant__actions::-webkit-scrollbar-thumb{
  background: rgba(255,106,136,.28);
  border-radius: 999px;
}

.beauty-consultant__form{
  width: 100%;
  display: grid;
  gap: 10px;
}

.beauty-consultant__form-intro{
  font-size: 13px;
  line-height: 1.5;
  color: #444;
}

.beauty-consultant__field{
  display: grid;
  gap: 6px;
  width: 100%;
}

.beauty-consultant__field span{
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #444;
}

.beauty-consultant__field strong{
  color: #ff4f76;
}

.beauty-consultant__field input,
.beauty-consultant__field textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: #fff;
  color: #1a1a1a;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 14px;
  resize: vertical;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.beauty-consultant__field input:focus,
.beauty-consultant__field textarea:focus{
  border-color: rgba(255,106,136,.55);
  box-shadow: 0 0 0 4px rgba(255,106,136,.12);
}

.beauty-consultant__form-error{
  min-height: 18px;
  font-size: 12px;
  line-height: 1.4;
  color: #d33d62;
}

.beauty-consultant__form-actions{
  display: grid;
  gap: 8px;
  width: 100%;
}

@media (max-width: 768px){
  .beauty-consultant{
    right: 14px;
    bottom: 74px;
  }

  .beauty-consultant__toggle{
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .beauty-consultant__toggle-text{
    display: none;
  }

  .beauty-consultant__toggle-icon{
    font-size: 22px;
  }

  .beauty-consultant__panel{
    width: min(100vw - 16px, 380px);
    height: min(72vh, 560px);
    border-radius: 22px;
  }

  .beauty-consultant__header{
    padding: 14px 14px 12px;
  }

  .beauty-consultant__header-actions{
    gap: 6px;
  }

  .beauty-consultant__ghost{
    padding: 7px 10px;
    font-size: 11px;
  }

  .beauty-consultant__messages{
    padding: 14px;
  }

  .beauty-consultant__message{
    max-width: 92%;
    font-size: 13px;
  }

  .beauty-consultant__actions{
    padding: 12px;
    gap: 8px;
    max-height: min(42vh, 300px);
  }

  .beauty-consultant__btn{
    width: 100%;
  }

  .beauty-consultant__form-intro{
    font-size: 12px;
  }

  .beauty-consultant__field input,
  .beauty-consultant__field textarea{
    font-size: 16px;
  }
}

/* ===== BEAUTY CONSULTANT ENHANCEMENTS ===== */
.beauty-consultant__cards{
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.beauty-consultant__card{
  display: grid;
  grid-template-columns: 82px minmax(0,1fr);
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}

.beauty-consultant__card-media{
  display: block;
  width: 82px;
  height: 98px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.beauty-consultant__card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.beauty-consultant__card-content{
  min-width: 0;
}

.beauty-consultant__card-brand{
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #c05b77;
  font-weight: 700;
}

.beauty-consultant__card-title{
  display: block;
  margin-top: 4px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.beauty-consultant__card-price{
  margin-top: 8px;
  color: #ff4f76;
  font-weight: 700;
  font-size: 14px;
}

.beauty-consultant__card-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.beauty-consultant__card-meta span{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(255,106,136,.18);
  font-size: 11px;
  line-height: 1.2;
  color: #8f4a5f;
}

.beauty-consultant__card-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.beauty-consultant__card-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8cab 0%, #ff6a88 100%);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.beauty-consultant__card-btn--ghost{
  background: #fff;
  color: #c24b68;
  border: 1px solid rgba(255,106,136,.2);
}

.beauty-consultant__search-wrap{
  width: 100%;
}

.beauty-consultant__search-form{
  display: grid;
  gap: 10px;
}

.beauty-consultant__search-form textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  background: #fff;
  color: #1a1a1a;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 14px;
  resize: vertical;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.beauty-consultant__search-form textarea:focus{
  border-color: rgba(255,106,136,.55);
  box-shadow: 0 0 0 4px rgba(255,106,136,.12);
}

.beauty-consultant__search-hint{
  font-size: 12px;
  line-height: 1.45;
  color: #666;
}

.beauty-consultant__quick-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.beauty-consultant__tag{
  border: 1px solid rgba(255,106,136,.18);
  background: #fff7fa;
  color: #b44562;
  border-radius: 999px;
  min-height: 32px;
  padding: 6px 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 768px){
  .beauty-consultant__card{
    grid-template-columns: 72px minmax(0,1fr);
    gap: 10px;
    padding: 9px;
  }

  .beauty-consultant__card-media{
    width: 72px;
    height: 88px;
  }

  .beauty-consultant__card-actions{
    display: grid;
    grid-template-columns: 1fr;
  }

  .beauty-consultant__card-btn,
  .beauty-consultant__tag{
    width: 100%;
  }
}

/* ===== BEAUTY CONSULTANT SMART ANSWER ===== */
.beauty-consultant__smart-answer{
  display: grid;
  gap: 10px;
}
.beauty-consultant__thinking{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7f3d52;
  font-weight: 600;
}

.beauty-consultant__thinking-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7f9e;
  animation: consultant-dot-pulse 1.2s ease-in-out infinite;
}

.beauty-consultant__thinking-dot:nth-child(2){
  animation-delay: .15s;
}

.beauty-consultant__thinking-dot:nth-child(3){
  animation-delay: .3s;
}

@keyframes consultant-dot-pulse{
  0%, 80%, 100%{
    transform: scale(.7);
    opacity: .45;
  }
  40%{
    transform: scale(1);
    opacity: 1;
  }
}

.beauty-consultant__message--thinking{
  border-style: dashed;
}

.beauty-consultant__smart-answer--ai{
  gap: 12px;
}

.beauty-consultant__ai-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff2f7 0%, #ffe4ec 100%);
  border: 1px solid rgba(255,106,136,.18);
  color: #b44562;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.beauty-consultant__ai-fallback{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,106,136,.07);
  color: #8a4860;
  font-size: 12px;
  line-height: 1.45;
}

.beauty-consultant__smart-answer p{
  margin: 0;
}

.beauty-consultant__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.beauty-consultant__chips span{
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff7fa;
  border: 1px solid rgba(255,106,136,.18);
  color: #9c4660;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.beauty-consultant__smart-note{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,106,136,.08);
  color: #7f3d52;
  font-size: 12px;
  line-height: 1.45;
}

.beauty-consultant__card-reasons{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.beauty-consultant__card-reasons span{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(255,106,136,.08);
  color: #7f3d52;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
}

.product-buy .ui-icon-check{
  width: 16px;
  height: 16px;
}

/* ===== SEO / SITE MAP ===== */
.visually-hidden{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.footer-sitemap{
  margin-top: 48px;
  padding: 34px 16px;
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.footer-sitemap__inner{
  max-width: 1220px;
  margin: 0 auto;
}
.footer-sitemap__eyebrow{
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b07a8d;
}
.footer-sitemap__title{
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
  color: #1f1f1f;
}
.footer-sitemap__text{
  margin: 10px 0 0;
  max-width: 720px;
  color: #666;
  line-height: 1.6;
}
.footer-sitemap__grid{
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.footer-sitemap__group{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}
.footer-sitemap__group h3{
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.footer-sitemap__group a{
  display: block;
  padding: 7px 0;
  color: #555;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-sitemap__group a:hover{
  color: #ff6a88;
  transform: translateX(3px);
}
@media (max-width: 992px){
  .footer-sitemap__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .footer-sitemap{
    padding: 28px 14px;
  }
  .footer-sitemap__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer-sitemap__group{
    border-radius: 16px;
    padding: 16px 16px 14px;
  }
}


.scroll-top-icon{
  width: 18px;
  height: 18px;
  display: block;
  color: #1A1A1A;
}
.scroll-top-icon path{
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.search-icon svg{ display:block; }
.favorites-link{ gap: 0; }
.favorites-link .ui-icon-bag,
.favorites-link .ui-icon-cart4{
  width: 20px;
  height: 20px;
  color: #555;
}
.favorites-link:hover .ui-icon-bag,
.favorites-link:hover .ui-icon-cart4{ color:#ff6a88; }
.social-card .social-icon{
  width: 28px;
  height: 28px;
  fill: currentColor;
  flex: 0 0 auto;
}
.footer-sitemap__intro{ margin-bottom: 8px; }
.footer-sitemap__text{ display:none; }
.footer-sitemap__group a[href="site-map.html"]{ font-weight: 700; }
.filters-open .ui-icon-filter{
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.btn-secondary .ui-icon,
.result-actions .btn-secondary .ui-icon{
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.product-mini div{
  display:flex;
  align-items:flex-start;
  gap:8px;
}
.product-mini .ui-icon{
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: currentColor;
}
.product-mini i{ margin-right: 0; }
.thumbs-arrow .ui-icon{
  width: 18px;
  height: 18px;
  color: currentColor;
}
.site-map-page{
  padding: 56px 20px 80px;
  background: linear-gradient(180deg,#fff8fb 0%,#ffffff 100%);
}
.site-map-page__inner{
  max-width: 1240px;
  margin: 0 auto;
}
.site-map-page__eyebrow{
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #c891a1;
}
.site-map-page__title{
  margin: 0;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.05;
}
.site-map-page__lead{
  max-width: 820px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5f5a61;
}
.site-map-page__grid{
  display:grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px;
  margin-top: 34px;
}
.site-map-card{
  background:#fff;
  border:1px solid rgba(26,26,26,.08);
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 14px 40px rgba(26,26,26,.06);
}
.site-map-card h2{
  margin:0 0 16px;
  font-size:24px;
}
.site-map-card h3{
  margin:18px 0 10px;
  font-size:16px;
}
.site-map-card ul{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.site-map-card li{ margin:0; }
.site-map-card a{ color:#3b3640; text-decoration:none; }
.site-map-card a:hover{ color:#ff6a88; }
.site-map-card--wide{ grid-column: span 2; }
.site-map-subgrid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 28px; }
.site-map-muted{ color:#6c6770; font-size:14px; line-height:1.6; }
@media (max-width: 980px){
  .site-map-page__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .site-map-card--wide{ grid-column: span 2; }
}
@media (max-width: 680px){
  .site-map-page{ padding: 40px 16px 64px; }
  .site-map-page__lead{ font-size: 16px; }
  .site-map-page__grid{ grid-template-columns:1fr; }
  .site-map-card--wide{ grid-column: span 1; }
  .site-map-subgrid{ grid-template-columns:1fr; }
}

/* ===== PATCH: HEADER / SEARCH / INFO PAGES / FOOTER ===== */
body.menu-open,
body.search-open{
  overflow: hidden !important;
}
body.search-open::after{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(17,17,20,.22);
  backdrop-filter: blur(3px);
  z-index:999;
}

.search-bar{
  z-index: 2200;
}
.search-bar__topline{
  display:none;
}
.search-close{
  border:0;
  background:transparent;
  color:#7a6b72;
  width:44px;
  height:44px;
  border-radius:50%;
  cursor:pointer;
  display:grid;
  place-items:center;
  flex:0 0 44px;
}
.search-close svg{
  width:20px;
  height:20px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.search-close:hover{ background:#fff3f6; color:#2b2529; }
.search-results-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border-bottom:1px solid rgba(234,214,222,.9);
  color:#2f2933 !important;
  text-decoration:none !important;
  font-weight:600;
}
.search-results-link:hover{ background:#fff5f7; }

.section-kicker{
  margin:0 0 12px;
  color:#c45b74;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.about-section--premium{
  padding: 30px 18px 18px;
}
.about-shell{
  width:min(1240px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  gap:28px;
  align-items:stretch;
}
.about-copy{
  background:linear-gradient(180deg, rgba(255,250,252,.95), rgba(255,255,255,.96));
  border:1px solid rgba(230,214,221,.9);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 48px rgba(17,17,20,.06);
}
.about-copy h2{
  margin:0 0 18px;
  font-size:40px;
  line-height:1.08;
  color:#20191d;
}
.about-copy p{
  margin:0 0 14px;
  color:#5f525a;
  font-size:17px;
  line-height:1.8;
}
.about-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.about-feature-card{
  border-radius:22px;
  background:#fff7f9;
  border:1px solid rgba(235,216,223,.95);
  padding:18px;
  display:grid;
  gap:12px;
}
.about-feature-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  background:#fff;
  display:grid;
  place-items:center;
  color:#c45b74;
  font-weight:700;
  box-shadow:0 10px 24px rgba(17,17,20,.06);
}
.about-feature-card h3{
  margin:0 0 6px;
  font-size:18px;
  color:#20191d;
}
.about-feature-card p{
  margin:0;
  font-size:14px;
  line-height:1.65;
}
.about-visual{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(170px,.8fr);
  gap:18px;
}
.about-visual__main,
.about-visual__side{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 48px rgba(17,17,20,.08);
}
.about-visual__main img,
.about-visual__side img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-visual__side{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
}
.about-badge{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(230,214,221,.9);
  border-radius:22px;
  padding:14px 16px;
  display:grid;
  gap:4px;
  box-shadow:0 16px 34px rgba(17,17,20,.10);
}
.about-badge span{
  color:#7b6d75;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.about-badge strong{
  color:#20191d;
  font-size:20px;
}

.delivery-payment--premium{
  padding: 18px 18px 28px;
}
.delivery-payment__head{
  width:min(1240px, 100%);
  margin:0 auto 18px;
}
.delivery-payment__lead{
  max-width:760px;
  color:#655961;
  line-height:1.8;
  margin:10px 0 0;
}
.delivery-payment-grid{
  width:min(1240px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
.info-card--premium,
.info-card--accent{
  background:#fff;
  border-radius:28px;
  padding:28px;
  border:1px solid rgba(232,216,223,.9);
  box-shadow:0 18px 42px rgba(17,17,20,.06);
}
.info-card--accent{
  background:linear-gradient(180deg, #fff7f9 0%, #fff 100%);
}
.info-list{
  margin:16px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.info-list li{
  position:relative;
  padding-left:20px;
  color:#5c5057;
  line-height:1.7;
}
.info-list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:#c45b74;
  font-weight:700;
}
.info-card__link{
  display:inline-flex;
  margin-top:14px;
  color:#c45b74;
  font-weight:700;
  text-decoration:none;
}

.mobile-menu{
  top:0 !important;
  height:100vh !important;
  height:100dvh !important;
  background:#fff;
  z-index:2300;
}
.mobile-menu::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, #fff 0%, #fff7f9 100%);
}
.mobile-wrapper{
  position:relative;
  z-index:1;
}
.mobile-screen{
  padding:88px 20px 26px;
  background:transparent;
}
.mobile-menu__topbar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 20px 14px;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(230,214,221,.9);
}
.mobile-menu__title{
  font-size:24px;
  font-weight:700;
  color:#20191d;
}
.mobile-menu__close{
  border:0;
  background:#fff3f6;
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#2b2529;
}
.mobile-menu__close svg{
  width:20px;
  height:20px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mobile-main-divider{
  width:100%;
  margin:20px 0 8px;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,.08);
  color:#8f7c84;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
}
.mobile-info-group{
  width:100%;
  display:grid;
}
.mobile-info-group a{
  width:100%;
  padding:14px 0;
  text-decoration:none;
  color:#1A1A1A;
  font-size:16px;
  font-weight:500;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

.site-footer{
  margin-top:28px;
  background:linear-gradient(180deg, #fff 0%, #fff7f9 100%);
  border-top:1px solid rgba(230,214,221,.9);
}
.site-footer__grid{
  width:min(1240px, 100%);
  margin:0 auto;
  padding:34px 18px 22px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:22px;
}
.site-footer__brand{
  font-size:26px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#20191d;
}
.site-footer__desc{
  margin:12px 0 0;
  color:#685b63;
  line-height:1.8;
  max-width:320px;
}
.site-footer__col h3{
  margin:0 0 12px;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#9a8590;
}
.site-footer__col a,
.site-footer__col span{
  display:block;
  margin:0 0 10px;
  color:#2f2933;
  text-decoration:none;
  line-height:1.6;
}
.site-footer__bottom{
  width:min(1240px, 100%);
  margin:0 auto;
  padding:0 18px 22px;
  color:#8b7a82;
  font-size:13px;
  border-top:1px solid rgba(230,214,221,.72);
  padding-top:18px;
}

.info-page{
  width:min(1100px, 100%);
  margin:0 auto;
  padding:32px 18px 52px;
}
.info-hero{
  background:linear-gradient(180deg, rgba(255,249,252,.96), rgba(255,255,255,.96));
  border:1px solid rgba(230,214,221,.9);
  border-radius:32px;
  padding:34px;
  box-shadow:0 18px 42px rgba(17,17,20,.06);
  margin-bottom:20px;
}
.info-hero h1{
  margin:0;
  color:#20191d;
  font-size:42px;
  line-height:1.08;
}
.info-hero p{
  margin:14px 0 0;
  color:#665962;
  line-height:1.8;
  max-width:760px;
}
.info-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}
.info-box{
  background:#fff;
  border-radius:26px;
  padding:26px;
  border:1px solid rgba(232,216,223,.9);
  box-shadow:0 16px 36px rgba(17,17,20,.05);
}
.info-box h2{
  margin:0 0 12px;
  font-size:24px;
  color:#20191d;
}
.info-box p,
.info-box li{
  color:#5e5259;
  line-height:1.8;
}
.info-box a{
  color:#c45b74;
  text-decoration:none;
  font-weight:600;
}
.info-box a:hover{
  text-decoration:underline;
}
.info-box ul{
  margin:0;
  padding-left:18px;
}
.info-box--wide{
  grid-column:1 / -1;
}
.review-list,
.blog-list{
  display:grid;
  gap:16px;
}
.review-card,
.blog-card{
  background:#fff;
  border:1px solid rgba(232,216,223,.9);
  border-radius:24px;
  padding:22px;
  box-shadow:0 12px 28px rgba(17,17,20,.05);
}
.review-card strong,
.blog-card strong{
  color:#20191d;
}

@media (max-width: 1024px){
  .about-shell,
  .delivery-payment-grid,
  .site-footer__grid,
  .info-grid{
    grid-template-columns:1fr;
  }
  .about-visual{
    grid-template-columns:1fr 1fr;
  }
  .about-feature-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 768px){
  .header{
    grid-template-columns:44px 44px minmax(0,1fr) 44px 44px;
    padding:14px 16px;
    gap:10px;
  }
  .brand-name{
    font-size:18px;
    letter-spacing:.02em;
    text-transform:none;
  }
  .logo{
    grid-column:3;
  }
  .search-icon{ grid-column:2; }
  .favorites-link{ grid-column:4; }
  .header .auth-entry[data-auth-entry="desktop"]{
    display:none !important;
  }
  .search-bar{
    top:0 !important;
    bottom:0;
    height:100vh;
    height:100dvh;
    padding:18px 14px 20px;
    background:rgba(248,246,247,.98);
    border:none;
    transform:none;
    overflow-y:auto;
  }
  .search-bar__form{
    max-width:none;
    gap:14px;
  }
  .search-bar__topline{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding-bottom:10px;
  }
  .search-bar__input-wrap{
    border-radius:22px;
    padding:6px 8px 6px 12px;
    flex-direction:row;
    align-items:center;
  }
  .search-submit{
    display:none;
  }
  .search-bar input{
    font-size:16px;
    padding:14px 8px;
  }
  .about-section--premium,
  .delivery-payment--premium,
  .info-page{
    padding-left:14px;
    padding-right:14px;
  }
  .about-copy,
  .info-card--premium,
  .info-card--accent,
  .info-hero,
  .info-box{
    padding:22px;
    border-radius:24px;
  }
  .about-copy h2,
  .info-hero h1{
    font-size:32px;
  }
  .about-visual{
    grid-template-columns:1fr;
  }
  .site-footer__grid{
    padding:28px 14px 20px;
  }
  .site-footer__bottom{
    padding-left:14px;
    padding-right:14px;
  }
}


/* ===== PATCH 2026-03-21: mobile header / burger / search ===== */
@media (max-width: 768px){
  .header{
    display:grid !important;
    grid-template-columns:40px 40px minmax(0,1fr) 40px 40px;
    align-items:center;
    gap:12px;
    padding:12px 16px;
    min-height:72px;
  }

  .header-right{
    display:contents !important;
  }

  .burger,
  .search-icon,
  .favorites-link,
  .header .auth-entry[data-auth-entry="desktop"]{
    margin:0 !important;
    align-self:center;
    justify-self:center;
  }

  .burger{
    grid-column:1;
    grid-row:1;
    width:40px;
    height:40px;
  }

  .search-icon{
    grid-column:2;
    grid-row:1;
    width:40px;
    height:40px;
    min-height:40px;
    flex:0 0 40px;
  }

  .logo,
  .brand-name{
    grid-column:3;
    grid-row:1;
    position:static !important;
    transform:none !important;
    justify-self:center;
    align-self:center;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0 4px;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:clamp(18px, 5vw, 22px);
    letter-spacing:.04em;
    line-height:1;
  }

  .favorites-link{
    grid-column:5;
    grid-row:1;
    width:40px;
    height:40px;
    min-height:40px;
    padding:0;
    flex:0 0 40px;
  }

  .favorites-link .fav-count{
    top:-5px;
    right:-5px;
  }

  .header .auth-entry[data-auth-entry="desktop"]{
    display:none !important;
    visibility:hidden;
    pointer-events:none;
  }

  .header .menu-link{
    display:none !important;
  }

  .mobile-menu__topbar{
    padding:14px 16px 12px;
  }

  .mobile-menu__title{
    font-size:22px;
  }

  .mobile-menu__close{
    width:42px;
    height:42px;
    border-radius:14px;
  }
}

@media (min-width: 769px){
  .auth-modal__dialog{
    width:min(500px, calc(100vw - 40px));
    max-height:calc(100vh - 40px);
    padding:28px 26px 24px;
  }
}


/* ===== PATCH 2026-03-21-2: mobile header / search / sitemap footer ===== */
.search-bar,
.search-bar__form,
.search-bar__input-wrap{
  box-sizing:border-box;
}
.search-bar{
  left:0;
  right:0;
  width:auto;
  max-width:100vw;
  overflow-x:hidden;
}
.search-bar__form,
.search-bar__input-wrap,
.search-bar input{
  min-width:0;
}

.site-footer__inner--compact{
  width:min(1240px, 100%);
  margin:0 auto;
  padding:18px 20px;
  text-align:center;
  color:#8c7d86;
  font-size:13px;
}

@media (max-width: 768px){
  .header{
    display:grid !important;
    grid-template-columns:34px 34px minmax(0,1fr) 34px 34px;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    min-height:64px;
  }

  .header-right{
    display:contents !important;
  }

  .burger,
  .search-icon,
  .favorites-link,
  .header .auth-entry[data-auth-entry="desktop"]{
    width:34px;
    height:34px;
    min-height:34px;
    padding:0 !important;
    margin:0 !important;
    border-radius:12px;
    justify-self:center;
    align-self:center;
    box-shadow:none;
  }

  .burger{ grid-column:1; }
  .search-icon{ grid-column:2; }

  .logo,
  .brand-name{
    grid-column:3;
    min-width:0;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0 2px;
    text-align:center;
    white-space:nowrap;
    overflow:visible;
    text-overflow:clip;
    font-size:clamp(15px, 4.3vw, 18px);
    letter-spacing:.04em;
    line-height:1.1;
  }

  .header .auth-entry[data-auth-entry="desktop"]{
    display:inline-flex !important;
    grid-column:4;
    visibility:visible;
    pointer-events:auto;
    border:1px solid rgba(196,91,116,.18);
    background:linear-gradient(180deg, rgba(255,247,250,.96), rgba(255,255,255,.96));
  }

  .header .auth-entry[data-auth-entry="desktop"] .auth-entry__label{
    display:none !important;
  }

  .header .auth-entry[data-auth-entry="desktop"] .auth-entry__icon{
    width:17px;
    height:17px;
  }

  .favorites-link{ grid-column:5; }
  .favorites-link .fav-count{
    top:-4px;
    right:-4px;
  }

  .header .menu-link{
    display:none !important;
  }

  .search-bar{
    top:0 !important;
    left:0;
    right:0;
    width:auto;
    height:100dvh;
    padding:12px;
  }

  .search-bar__form{
    width:100%;
    max-width:100%;
  }

  .search-bar__input-wrap{
    width:100%;
    max-width:100%;
    padding:6px 10px 6px 12px;
    gap:8px;
  }

  .search-bar input{
    width:100%;
    padding:13px 6px;
    font-size:15px;
  }

  .search-close{
    width:36px;
    height:36px;
    flex:0 0 36px;
  }

  .site-footer__inner--compact{
    padding:16px 14px 22px;
  }
}


/* ===== NEW LOGO ===== */
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    height: 42px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-size: 20px;
    font-weight: 700;
    color: #f47c20;
    letter-spacing: 1px;
}

.logo-sub {
    font-size: 11px;
    color: #888;
    letter-spacing: 2px;
}

.logo-wrap:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
