:root{--primary:#e88cab;--primary2:#f4b6c9;--dark:#171717;--muted:#737373;--line:#f0dfe5;--bg:#fffafb;--white:#fff;--success:#15803d;--danger:#b91c1c}*{box-sizing:border-box}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:var(--bg);color:var(--dark);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#f7cbd8;color:#171717;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:7px 0}.site-header{background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.05);position:sticky;top:0;z-index:20}.header-main{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;padding:16px 0}.logo img{height:48px;max-width:175px;object-fit:contain}.search{display:flex;background:#f2f2f7;border-radius:14px;overflow:hidden}.search input{border:0;background:transparent;padding:13px 16px;flex:1;outline:0;font:inherit}.search button,.newsletter button{border:0;background:var(--primary);color:#111;padding:0 20px;cursor:pointer}.header-actions{display:flex;gap:16px;align-items:center;font-size:14px}.cart-link b{background:var(--primary);color:#111;border-radius:99px;padding:2px 8px}.main-nav{border-top:1px solid var(--line)}.main-nav .container{display:flex;gap:28px;align-items:center;min-height:50px;overflow:auto;white-space:nowrap}.main-nav a:hover{color:var(--primary)}main{min-height:60vh}.hero{height:470px;position:relative;overflow:hidden;background:#ddd}.slide{position:absolute;inset:0;opacity:0;transition:.6s}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.55))}.slide-content{position:absolute;z-index:2;right:max(7vw,30px);top:50%;transform:translateY(-50%);max-width:520px;color:#fff}.slide-content h1{font-size:44px;line-height:1.35;margin:0 0 14px}.slide-content p{font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:11px 18px;font:inherit;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#111}.btn-secondary{background:#fff;color:var(--primary)}.btn-danger{background:#fee2e2;color:var(--danger)}.btn-block{width:100%}.section{padding:58px 0}.section.white{background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-head h2{font-size:28px;margin:0}.section-head p{margin:0;color:var(--muted)}.grid{display:grid;gap:22px}.categories-grid{grid-template-columns:repeat(5,1fr)}.category-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;text-align:center;transition:.25s}.category-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.category-card img{width:100%;height:135px;object-fit:cover}.category-card h3{font-size:15px;margin:13px}.products-grid{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s}.product-image{aspect-ratio:4/5;height:auto;display:block;position:relative;background:#f4f4f6}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;z-index:2;top:12px;right:12px;background:#ef4444;color:#fff;padding:3px 10px;border-radius:99px;font-size:12px}.product-body{padding:16px}.product-category{font-size:12px;color:var(--muted)}.product-body h3{font-size:16px;margin:7px 0 14px;min-height:54px}.price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.price-row strong{color:var(--primary)}.price-row del{color:#aaa;font-size:12px}.features{grid-template-columns:repeat(4,1fr)}.feature{background:#fff;border-radius:18px;padding:24px;text-align:center;border:1px solid var(--line)}.feature b{font-size:32px;display:block}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px;padding:38px 0}.sidebar,.panel,.detail-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.sidebar h3{margin-top:0}.sidebar a{display:block;padding:8px 0;border-bottom:1px solid #f1f1f1}.form-group{margin-bottom:16px}.form-group label{display:block;font-weight:bold;margin-bottom:6px}.input,select,textarea{width:100%;padding:11px 12px;border:1px solid #d8d8df;border-radius:10px;font:inherit;background:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:42px 0}.product-detail .main-image{background:#fff;border-radius:22px;border:1px solid var(--line);width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.detail-box h1{font-size:30px;line-height:1.5}.stock{color:var(--success)}.out{color:var(--danger)}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:14px;border-bottom:1px solid var(--line);text-align:right}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img{width:66px;height:66px;object-fit:cover;border-radius:10px}.summary{margin-top:22px;display:flex;justify-content:space-between;align-items:center}.auth-wrap{max-width:520px;margin:55px auto}.tabs{display:flex;margin-bottom:20px}.tabs a{flex:1;text-align:center;padding:10px;border-bottom:2px solid var(--line)}.tabs a.active{border-color:var(--primary);color:var(--primary)}.alert{margin-top:16px;padding:12px 16px;border-radius:12px;background:#fbe1e9;color:#171717}.alert.error{background:#fee2e2;color:#991b1b}.alert.success{background:#dcfce7;color:#166534}.footer{background:#fbe7ed;color:#3f3438;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.3fr 1.3fr;gap:36px;padding:55px 0}.footer h4{color:#171717}.footer a{display:block;margin:5px 0}.footer-logo{height:48px;filter:none}.newsletter{display:flex}.newsletter input{width:100%;padding:10px;border:0;border-radius:0 10px 10px 0}.newsletter button{border-radius:10px 0 0 10px}.copyright{text-align:center;padding:14px;border-top:1px solid #edc7d3;font-size:13px;color:#4b3c41}.empty{text-align:center;padding:60px 20px;color:var(--muted)}@media(max-width:900px){.header-main{grid-template-columns:130px 1fr}.header-actions{grid-column:1/-1;justify-content:center}.hero{height:390px}.slide-content h1{font-size:32px}.categories-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}.shop-layout,.product-detail{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.header-main{display:flex;flex-wrap:wrap}.logo{margin:auto}.search{order:3;width:100%}.main-nav .container{gap:18px}.hero{height:340px}.slide-content{right:22px;left:22px}.slide-content h1{font-size:26px}.slide-content p{font-size:14px}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr}.features,.footer-grid{grid-template-columns:1fr}.section{padding:38px 0}.cart-table th:nth-child(2),.cart-table td:nth-child(2){display:none}.summary{align-items:stretch;flex-direction:column;gap:14px}}

/* Hierarchical menu and category tree */
.main-nav .nav-container{display:block;min-height:50px;overflow:visible;white-space:normal}
.menu-level{list-style:none;margin:0;padding:0}
.menu-root{display:flex;align-items:center;gap:10px;min-height:50px}
.menu-item{position:relative;display:flex;align-items:center}
.menu-item>a{display:block;padding:12px 10px;white-space:nowrap}
.submenu-toggle{border:0;background:transparent;color:inherit;cursor:pointer;padding:8px 2px 8px 8px;font-size:18px;line-height:1}
.submenu{position:absolute;z-index:50;right:0;top:100%;min-width:220px;background:rgba(252,249,245,.94);border:1px solid rgba(214,205,191,.88);border-radius:12px;padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.10);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.submenu .menu-item{display:flex;width:100%}
.submenu .menu-item>a{flex:1;padding:9px 12px;border-radius:8px;color:#171717}
.submenu .menu-item>a:hover{background:rgba(255,255,255,.68)}
.submenu .submenu{right:100%;top:0;margin-right:7px}
.menu-item:hover>.submenu,.menu-item:focus-within>.submenu,.menu-item.open>.submenu{opacity:1;visibility:visible;transform:none}
.menu-item.open>.submenu-toggle{transform:rotate(180deg)}
.category-tree{list-style:none;margin:0;padding:0}
.category-tree li{margin:0}
.category-tree a{display:block;padding:8px 8px;border-bottom:1px solid #f1f1f1}
.category-tree .category-tree{padding-right:15px;border-right:2px solid #eee}
.category-tree .category-tree a{font-size:13px;color:#555}
.all-products-link{font-weight:bold}

@media(max-width:900px){
  .main-nav .nav-container{overflow-x:auto;overflow-y:visible}
  .menu-root{width:max-content;min-width:100%;gap:2px}
  .submenu{position:fixed;right:16px;left:16px;top:auto;min-width:0;max-height:60vh;overflow:auto}
  .submenu .submenu{position:static;margin:4px 12px 0 0;box-shadow:none;border:0;border-right:2px solid #eee;border-radius:0;display:none;opacity:1;visibility:visible;transform:none}
  .submenu .menu-item.open>.submenu{display:block}
  .submenu .menu-item{flex-wrap:wrap}
  .submenu .menu-item>a{min-width:calc(100% - 40px)}
}

/* Product detail price hierarchy: original price above, final price below */
.product-detail-price{display:flex;flex-direction:column;align-items:flex-start;gap:1px;margin:14px 0 18px;text-align:right}
.product-detail-price .original-price{display:block;color:#9ca3af;font-size:14px;font-weight:400;line-height:1.5}
.product-detail-price .final-price{display:block;color:var(--primary);font-size:32px;font-weight:800;line-height:1.45}
@media(max-width:560px){.product-detail-price .final-price{font-size:28px}}

/* Complete product details and justified product content */
.product-detail-v91{align-items:start}
.product-gallery{min-width:0}
.main-image-wrap{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}
.product-detail-v91 .main-image-wrap .main-image{border:0;border-radius:0}
.product-thumbnails{display:flex;gap:10px;overflow:auto;padding:12px 2px}
.product-thumb{flex:0 0 82px;width:82px;height:82px;padding:3px;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer}
.product-thumb.active{border-color:var(--primary)}
.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.product-summary h1{margin-bottom:8px}
.product-short-description,.justified-content,.quick-product-info span,.faq-answer{text-align:justify;text-justify:inter-word;line-height:2}
.tag-list{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 12px}
.tag-list span{background:#fdeef3;color:#c94f79;border-radius:99px;padding:3px 10px;font-size:12px}
.info-notice{background:#fef3c7;color:#92400e;padding:10px 12px;border-radius:10px;margin:10px 0}
.qty-input{max-width:120px}
.buy-button{min-width:170px}
.quick-product-info{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.quick-product-info>div{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;padding:10px}
.quick-product-info b,.quick-product-info span{display:block}
.quick-product-info b{font-size:12px;color:var(--muted);margin-bottom:3px}
.quick-product-info span{font-size:13px}
.product-content{display:grid;gap:18px;margin-top:5px}
.product-content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.product-content-card h2{margin-top:0;font-size:22px}
.spec-table{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.spec-row{display:grid;grid-template-columns:220px 1fr;gap:1px;background:var(--line)}
.spec-row>*{background:#fff;padding:12px 14px}
.spec-row b{background:#fafafa}
.size-chart{max-width:850px;width:100%;height:auto;margin:auto;border-radius:12px}
.product-video{width:100%;max-height:560px;border-radius:14px;background:#000}
.faq-list{display:grid;gap:10px}
.faq-list details{border:1px solid var(--line);border-radius:12px;padding:0 14px}
.faq-list summary{cursor:pointer;font-weight:bold;padding:13px 0}
.faq-answer{padding:0 0 14px}
.product-recommendations{padding-top:35px;padding-bottom:15px}
@media(max-width:700px){.quick-product-info{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr}.spec-row b{padding-bottom:5px}.spec-row span{padding-top:5px}.product-content-card{padding:18px}.product-thumb{flex-basis:68px;width:68px;height:68px}}
.cart-variation{display:block;color:var(--muted);font-size:12px;margin-top:3px;text-align:justify;text-justify:inter-word}
.product-summary h1,.product-summary .product-category{text-align:justify;text-justify:inter-word}
.detail-discount-badge{display:inline-block;align-self:flex-start;background:#ef4444;color:#fff;border-radius:99px;padding:3px 10px;font-size:12px;margin-bottom:2px}

/* v95: exact image frames matched to admin crop presets */
.product-card .product-image{aspect-ratio:4/5}
.product-detail-v91 .main-image-wrap{aspect-ratio:1/1}
.product-detail-v91 .main-image-wrap .main-image{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}


/* v96: keep the label of latest products away from faces */
.latest-products-section .product-card .product-image .badge{
    top:auto;
    right:auto;
    bottom:14px;
    left:14px;
    max-width:calc(100% - 28px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-shadow:0 6px 18px rgba(0,0,0,.16);
}
@media(max-width:560px){
    .latest-products-section .product-card .product-image .badge{bottom:12px;left:12px;max-width:calc(100% - 24px)}
}

/* v99: complete responsive layout for wide monitors, tablets and phones */
html{overflow-x:hidden;scroll-behavior:smooth}
body{min-width:320px;overflow-x:hidden}
.container{width:min(1360px,calc(100% - clamp(24px,5vw,72px)))}
.mobile-nav-toggle,.shop-filter-toggle{display:none}
.responsive-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.responsive-table table{min-width:680px}
.section-head{gap:18px}
.section-head>div{min-width:0}
.section-head h1,.section-head h2{overflow-wrap:anywhere}
.product-body h3{overflow-wrap:anywhere}
.checkout-summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.checkout-summary-row>span{min-width:0;flex:1}
.checkout-summary-row>strong{white-space:nowrap;color:inherit}
.checkout-total strong{color:var(--primary)}

@media(min-width:1500px){
  .container{width:min(1480px,calc(100% - 96px))}
  .header-main{grid-template-columns:210px minmax(420px,1fr) auto}
  .logo img{height:54px;max-width:200px}
  .hero{height:clamp(500px,34vw,620px)}
  .slide-content{max-width:620px}
  .slide-content h1{font-size:clamp(44px,3vw,58px)}
  .products-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .categories-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .category-card img{height:155px}
}

@media(max-width:1180px){
  .header-main{grid-template-columns:150px minmax(260px,1fr) auto;gap:16px}
  .header-actions{gap:11px}
  .main-nav .container{gap:16px}
  .categories-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shop-layout{grid-template-columns:230px minmax(0,1fr);gap:18px}
  .product-detail{gap:24px}
}

@media(max-width:900px){
  .container{width:min(100% - 28px,820px)}
  .topbar .container{gap:12px;align-items:center}
  .header-main{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:"logo actions toggle" "search search search";
    gap:10px 12px;
    padding:11px 0 12px;
  }
  .logo{grid-area:logo;margin:0}
  .logo img{height:40px;max-width:130px}
  .search{grid-area:search;order:initial;width:100%;border-radius:11px}
  .search input{min-width:0;padding:10px 12px;font-size:14px}
  .search button{padding:0 16px}
  .header-actions{grid-area:actions;grid-column:auto;justify-self:end;justify-content:flex-end;gap:10px;font-size:13px;white-space:nowrap}
  .mobile-nav-toggle{grid-area:toggle;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);background:#fff;color:var(--dark);border-radius:10px;padding:9px 11px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}
  .mobile-nav-icon{font-size:18px;line-height:1}
  .main-nav{display:none;border-top:1px solid var(--line);background:#fff}
  .site-header.nav-open .main-nav{display:block}
  .main-nav .nav-container{width:100%;max-height:calc(100vh - 132px);overflow-y:auto;overflow-x:hidden;padding:8px 14px 16px}
  .menu-root{display:block;width:100%;min-width:0}
  .menu-item{display:flex;flex-wrap:wrap;width:100%;border-bottom:1px solid #f1f1f1}
  .menu-item>a{flex:1;min-width:0;padding:11px 6px;white-space:normal;overflow-wrap:anywhere}
  .submenu-toggle{width:42px;flex:0 0 42px}
  .submenu,.submenu .submenu{position:static;right:auto;left:auto;top:auto;width:100%;min-width:0;max-height:none;margin:0 12px 7px 0;padding:4px 10px 4px 0;border:0;border-right:2px solid #f4d8e1;border-radius:0;box-shadow:none;display:none;opacity:1;visibility:visible;transform:none;background:rgba(250,248,245,.96)}
  .menu-item.open>.submenu{display:block}
  .submenu .menu-item{border-bottom:0}
  body.site-nav-open{overflow:hidden}

  .hero{height:clamp(330px,54vw,430px)}
  .slide-content{right:clamp(20px,6vw,48px);left:clamp(20px,8vw,70px);max-width:560px}
  .slide-content h1{font-size:clamp(28px,5vw,38px)}
  .slide-content p{font-size:16px}
  .section{padding:44px 0}
  .categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .features{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .shop-layout{display:grid;grid-template-columns:1fr;padding:26px 0}
  .shop-filter-toggle{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid #f1c8d5;background:#fff;color:var(--primary);border-radius:12px;padding:11px 14px;font:inherit;font-weight:700;cursor:pointer}
  .shop-layout>.sidebar{display:none;margin:0}
  .shop-layout.filter-open>.sidebar{display:block}
  .product-detail{grid-template-columns:1fr;padding:30px 0;gap:20px}
  .product-gallery{width:min(100%,720px);margin:auto}
  .detail-box h1{font-size:clamp(25px,4.5vw,32px)}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
}

@media(max-width:680px){
  .container{width:calc(100% - 24px)}
  .topbar{font-size:11px}
  .topbar .container{justify-content:center;text-align:center;flex-wrap:wrap;padding:5px 0}
  .topbar .container>span{display:none}
  .header-main{grid-template-columns:minmax(92px,1fr) auto auto;gap:8px}
  .logo img{height:36px;max-width:112px}
  .header-actions>a:first-child{font-size:0}
  .header-actions>a:first-child::after{content:"حساب";font-size:12px}
  .cart-link{font-size:inherit}
  .mobile-nav-toggle{padding:8px 9px;font-size:12px}
  .mobile-nav-toggle span:last-child{display:none}
  .main-nav .nav-container{max-height:calc(100vh - 118px)}

  .hero{height:clamp(300px,78vw,390px)}
  .slide::after{background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.08))}
  .slide-content{right:18px;left:18px;top:auto;bottom:24px;transform:none;max-width:none}
  .slide-content h1{font-size:clamp(24px,7vw,31px);margin-bottom:8px}
  .slide-content p{font-size:13px;margin:0 0 13px;line-height:1.8}
  .slide-content .btn{padding:9px 15px;font-size:13px}

  .section{padding:34px 0}
  .section-head{align-items:flex-start;flex-direction:column;margin-bottom:17px;gap:7px}
  .section-head h1,.section-head h2{font-size:23px;line-height:1.45}
  .section-head p{font-size:13px}
  .section-head>a{font-size:13px;color:var(--primary)}
  .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .category-card{border-radius:15px}
  .category-card img{height:auto;aspect-ratio:8/5}
  .category-card h3{font-size:13px;margin:10px 6px;min-height:39px;display:flex;align-items:center;justify-content:center;line-height:1.6}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card{border-radius:14px;min-width:0}
  .product-body{padding:11px}
  .product-category{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .product-body h3{font-size:13px;line-height:1.7;min-height:44px;margin:5px 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .price-row{align-items:flex-start;flex-direction:column;gap:2px;margin-bottom:10px;font-size:12px}
  .product-card .btn{width:100%;padding:8px 6px;font-size:12px;border-radius:9px}
  .badge{top:8px;right:8px;font-size:10px;padding:2px 7px;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .latest-products-section .product-card .product-image .badge{bottom:8px;left:8px;max-width:calc(100% - 16px)}
  .features{grid-template-columns:1fr 1fr;gap:10px}
  .feature{padding:15px 8px;border-radius:14px}
  .feature b{font-size:26px}
  .feature h3{font-size:14px;margin:7px 0 3px}
  .feature p{font-size:11px;margin:0}

  .sidebar,.panel,.detail-box{padding:16px;border-radius:14px}
  .product-detail-price .final-price{font-size:27px}
  .product-thumbnails{gap:7px}
  .product-thumb{flex-basis:60px;width:60px;height:60px}
  .quick-product-info{grid-template-columns:1fr 1fr;gap:7px}
  .quick-product-info>div{padding:8px}
  .product-content-card{padding:16px;border-radius:14px}
  .product-content-card h2{font-size:19px}
  .buy-button{width:100%;min-width:0}
  .qty-input{max-width:none}
  .spec-row{grid-template-columns:1fr}
  .spec-row b{padding-bottom:5px}
  .spec-row span{padding-top:5px}
  .checkout-summary-row{gap:10px;font-size:13px}
  .checkout-summary-row>strong{font-size:12px}

  .responsive-table{overflow:visible}
  .responsive-table table{min-width:0}
  .cart-items-table,.account-orders-table,.cart-items-table tbody,.account-orders-table tbody,.cart-items-table tr,.account-orders-table tr,.cart-items-table td,.account-orders-table td{display:block;width:100%}
  .cart-items-table thead,.account-orders-table tr:first-child{display:none}
  .cart-items-table tr,.account-orders-table tr:not(:first-child){background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:7px 12px}
  .cart-items-table td,.account-orders-table td{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px dashed #ececec;padding:10px 0;text-align:left}
  .cart-items-table td:last-child,.account-orders-table td:last-child{border-bottom:0}
  .cart-items-table td::before,.account-orders-table td::before{content:attr(data-label);font-weight:700;color:#52525b;text-align:right;flex:0 0 auto}
  .cart-items-table td[data-label="محصول"]{display:block;text-align:right}
  .cart-items-table td[data-label="محصول"]::before{display:none}
  .cart-product{align-items:flex-start}
  .cart-product img{width:74px;height:74px}
  .cart-items-table .input{width:90px!important}
  .summary{gap:12px}
  .summary>div{display:grid;gap:10px}
  .summary .btn{width:100%}

  .auth-wrap{margin:32px auto}
  .footer{margin-top:35px}
  .footer-grid{grid-template-columns:1fr;padding:36px 0;gap:22px}
  .newsletter{max-width:440px}
}

@media(max-width:420px){
  .container{width:calc(100% - 20px)}
  .header-main{grid-template-columns:minmax(78px,1fr) auto auto}
  .logo img{max-width:96px;height:33px}
  .search input{font-size:12px;padding:9px 10px}
  .search button{padding:0 12px;font-size:12px}
  .header-actions{gap:7px}
  .mobile-nav-toggle{padding:7px 8px}
  .categories-grid{gap:10px}
  .products-grid{grid-template-columns:1fr}
  .product-card{display:grid;grid-template-columns:42% 58%;min-height:180px}
  .product-image{height:100%;aspect-ratio:auto}
  .product-body{display:flex;flex-direction:column;justify-content:center;padding:12px}
  .product-body h3{font-size:14px;min-height:0;-webkit-line-clamp:3}
  .price-row{margin-top:auto}
  .latest-products-section .product-card .product-image .badge{left:6px;bottom:6px;max-width:calc(100% - 12px)}
  .features{grid-template-columns:1fr}
  .quick-product-info{grid-template-columns:1fr}
  .product-content-card{padding:14px}
  .detail-box h1{font-size:23px}
  .checkout-summary-row{flex-direction:column;gap:2px}
  .checkout-summary-row>strong{align-self:flex-end}
}

@media(max-width:350px){
  .container{width:calc(100% - 16px)}
  .header-main{grid-template-columns:74px auto auto}
  .logo img{max-width:74px}
  .categories-grid{grid-template-columns:1fr}
  .category-card{display:grid;grid-template-columns:44% 56%;align-items:center;text-align:right}
  .category-card img{height:100%;aspect-ratio:8/5}
  .category-card h3{justify-content:flex-start;padding:0 10px;margin:0}
}

/* v100: mobile hero shows the complete banner and hamburger stays on the right */
@media (max-width:900px){
  .header-main{
    direction:ltr;
    grid-template-columns:auto minmax(0,1fr) auto;
    grid-template-areas:"actions logo toggle" "search search search";
  }
  .logo,.search,.header-actions,.mobile-nav-toggle{direction:rtl}
  .logo{justify-self:center}
  .header-actions{justify-self:start}
  .mobile-nav-toggle{justify-self:end}
}

@media (max-width:680px){
  .hero{
    height:auto;
    min-height:0;
    aspect-ratio:auto;
    overflow:hidden;
    background:transparent;
  }
  .hero .slide{
    position:relative;
    inset:auto;
    display:none;
    opacity:1;
    transition:none;
    background:#fff;
  }
  .hero .slide.active{display:block}
  .hero .slide img{
    width:100%;
    height:auto;
    aspect-ratio:8/3;
    object-fit:contain;
    object-position:center;
    background:#f3f4f6;
  }
  .hero .slide::after{display:none}
  .hero .slide-content{
    position:static;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
    transform:none;
    max-width:none;
    padding:13px 16px 16px;
    color:var(--dark);
    background:#fff;
    border-bottom:1px solid var(--line);
    text-align:right;
  }
  .hero .slide-content h1{
    margin:0 0 5px;
    font-size:clamp(18px,5vw,23px);
    line-height:1.55;
  }
  .hero .slide-content p{
    margin:0 0 10px;
    font-size:12px;
    line-height:1.75;
    color:var(--muted);
  }
  .hero .slide-content .btn{
    padding:8px 13px;
    font-size:12px;
    color:#111;
    background:var(--primary);
  }
}


/* v101: administrator-controlled header logo size */
.logo{display:flex;align-items:center;min-width:0}
.logo img{
  width:var(--site-logo-desktop-width,200px)!important;
  height:auto!important;
  max-width:100%!important;
  max-height:92px;
  object-fit:contain;
}
.header-main{
  grid-template-columns:minmax(140px,min(var(--site-logo-desktop-width,200px),28vw)) minmax(260px,1fr) auto;
}
@media(max-width:1180px) and (min-width:901px){
  .header-main{grid-template-columns:minmax(120px,min(var(--site-logo-desktop-width,200px),25vw)) minmax(220px,1fr) auto}
}
@media(max-width:900px){
  .logo{width:100%;justify-content:center;overflow:hidden}
  .logo img{
    width:var(--site-logo-mobile-width,112px)!important;
    max-width:100%!important;
    max-height:62px;
  }
}
@media(max-width:420px){
  .logo img{max-height:54px}
}


/* v102: the whole hero banner is clickable; no visible action button */
.hero .slide{display:block;color:inherit;cursor:pointer}
.hero .slide:focus-visible{outline:4px solid var(--primary);outline-offset:-4px}
.hero .slide-content{pointer-events:none}
@media (max-width:680px){
  .hero .slide{display:none}
  .hero .slide.active{display:block}
  .hero .slide-content p{margin-bottom:0}
}


/* v103: desktop homepage overlay header on hero with centered logo and navigation below banner */
@media (min-width: 901px){
  body.home-overlay-layout .site-header.is-home-overlay{
    position:absolute;
    top:0;
    right:0;
    left:0;
    z-index:30;
    background:transparent;
    box-shadow:none;
    border-bottom:0;
  }
  body.home-overlay-layout .site-header.is-home-overlay .header-main{
    grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);
    grid-template-areas:"search logo actions";
    align-items:center;
    gap:28px;
    min-height:88px;
    padding:20px 0;
  }
  body.home-overlay-layout .site-header.is-home-overlay .logo{grid-area:logo;justify-self:center;width:auto}
  body.home-overlay-layout .site-header.is-home-overlay .search{grid-area:search;justify-self:start;width:min(360px,100%)}
  body.home-overlay-layout .site-header.is-home-overlay .header-actions{grid-area:actions;justify-self:end;justify-content:flex-end}
  body.home-overlay-layout .site-header.is-home-overlay .logo img{filter:brightness(0) invert(1);max-height:76px}
  body.home-overlay-layout .site-header.is-home-overlay .header-actions,
  body.home-overlay-layout .site-header.is-home-overlay .header-actions a,
  body.home-overlay-layout .site-header.is-home-overlay .search button,
  body.home-overlay-layout .site-header.is-home-overlay .search input{color:#fff}
  body.home-overlay-layout .site-header.is-home-overlay .cart-link b{background:#fff;color:#000}
  body.home-overlay-layout .site-header.is-home-overlay .search.search-minimal{
    background:transparent;
    border-radius:0;
    overflow:visible;
    border-bottom:1px solid rgba(255,255,255,.7);
    padding-bottom:5px;
  }
  body.home-overlay-layout .site-header.is-home-overlay .search.search-minimal input{
    background:transparent;
    border:0;
    padding:0 0 6px;
  }
  body.home-overlay-layout .site-header.is-home-overlay .search.search-minimal input::placeholder{color:rgba(255,255,255,.78)}
  body.home-overlay-layout .site-header.is-home-overlay .search.search-minimal button{
    background:transparent;
    padding:0 0 6px 0;
    font-size:14px;
  }
  body.home-overlay-layout .site-header.is-home-overlay .mobile-nav-toggle{display:none!important}
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav{display:none!important}
  body.home-overlay-layout .hero{
    height:620px;
  }
  body.home-overlay-layout .hero .slide::after{background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.12))}
  body.home-overlay-layout .hero.hero-home-standard .slide,body.home-overlay-layout .hero.hero-home-standard .slide img{height:100%!important}
  body.home-overlay-layout .hero .slide-content{display:none!important}
  body.home-overlay-layout .home-after-hero-nav{
    background:#fff;
    border-top:0;
    border-bottom:1px solid var(--line);
  }
  body.home-overlay-layout .home-after-hero-nav .nav-container{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:58px;
    overflow:visible;
    white-space:normal;
  }
  body.home-overlay-layout .home-after-hero-nav .menu-root{
    justify-content:center;
    width:auto;
    gap:18px;
  }
  body.home-overlay-layout .home-after-hero-nav .menu-item>a{padding:16px 10px}
  body.home-overlay-layout .home-after-hero-nav .submenu-toggle{padding-top:12px;padding-bottom:12px}
}

@media (max-width: 900px){
  body.home-overlay-layout .home-after-hero-nav{display:none}
}

/* v107: configurable desktop header layout, size, and offsets */
@media (min-width:901px){
  .header-main.header-layout-configurable{
    direction:ltr;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-areas:none!important;
    align-items:center;
    padding-top:var(--header-padding-y,20px)!important;
    padding-bottom:var(--header-padding-y,20px)!important;
  }
  .header-main.header-layout-configurable>.header-layout-item{direction:rtl;grid-row:1;min-width:0;grid-area:auto!important}
  .header-main.header-layout-configurable>.header-slot-left{grid-column:1!important;justify-self:start!important}
  .header-main.header-layout-configurable>.header-slot-center{grid-column:2!important;justify-self:center!important}
  .header-main.header-layout-configurable>.header-slot-right{grid-column:3!important;justify-self:end!important}
  .header-main.header-layout-configurable>.header-item-logo{
    transform:translate(var(--header-logo-x,0px),var(--header-logo-y,0px));
  }
  .header-main.header-layout-configurable>.header-item-search{
    width:min(var(--header-search-width,350px),100%)!important;
    max-width:100%;
    transform:translate(var(--header-search-x,0px),var(--header-search-y,0px));
    font-size:var(--header-search-font-size,14px);
  }
  .header-main.header-layout-configurable>.header-item-search input,
  .header-main.header-layout-configurable>.header-item-search button{font-size:inherit}
  .header-main.header-layout-configurable>.header-item-actions{
    gap:var(--header-actions-gap,16px)!important;
    font-size:var(--header-actions-font-size,14px)!important;
    transform:translate(var(--header-actions-x,0px),var(--header-actions-y,0px));
  }
}

/* Mobile keeps the existing fixed arrangement regardless of desktop settings. */
@media (max-width:900px){
  .header-main.header-layout-configurable>.header-layout-item{grid-column:auto!important;transform:none!important}
  .header-main.header-layout-configurable>.header-item-logo{grid-area:logo!important;justify-self:center!important}
  .header-main.header-layout-configurable>.header-item-search{grid-area:search!important;width:100%!important;justify-self:stretch!important;font-size:inherit!important}
  .header-main.header-layout-configurable>.header-item-actions{grid-area:actions!important;justify-self:start!important;font-size:inherit!important;gap:10px!important}
}


/* v108: safe standard header layout and guaranteed menu below the home banner */
@media (min-width:901px){
  body.home-overlay-layout .site-header.is-home-overlay{
    position:absolute;
    top:0;right:0;left:0;
    z-index:30;
    background:transparent!important;
    box-shadow:none;
  }
  .header-main.header-standard-layout{
    direction:ltr;
    display:grid!important;
    grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr)!important;
    grid-template-areas:"actions logo search"!important;
    align-items:center;
    gap:24px;
    min-height:auto;
    padding-top:var(--header-padding-y,16px)!important;
    padding-bottom:var(--header-padding-y,16px)!important;
  }
  .header-main.header-standard-layout>*{direction:rtl;transform:none!important}
  .header-standard-search{grid-area:search!important;justify-self:end!important;width:min(var(--header-search-width,340px),100%)!important;font-size:var(--header-search-font-size,14px)!important}
  .header-standard-logo{grid-area:logo!important;justify-self:center!important;width:auto!important}
  .header-standard-actions{grid-area:actions!important;justify-self:start!important;justify-content:flex-start!important;gap:var(--header-actions-gap,16px)!important;font-size:var(--header-actions-font-size,14px)!important}
  body.home-overlay-layout .header-standard-search.search-minimal{background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.72)!important;border-radius:0!important;padding:0 0 5px!important}
  body.home-overlay-layout .header-standard-search.search-minimal input{padding:3px 0 5px!important;color:#fff!important;background:transparent!important}
  body.home-overlay-layout .header-standard-search.search-minimal input::placeholder{color:rgba(255,255,255,.82)!important}
  body.home-overlay-layout .header-standard-search.search-minimal button{width:30px;height:30px;padding:0!important;color:#fff!important;background:transparent!important;font-size:20px!important}
  body.home-overlay-layout .header-standard-actions,body.home-overlay-layout .header-standard-actions a{color:#fff!important}
  body.home-overlay-layout .header-standard-logo img{filter:brightness(0) invert(1);max-height:72px}
  body.home-overlay-layout .hero.hero-home-standard{height:100svh!important;min-height:100vh!important;max-height:none!important}
  body.home-overlay-layout .hero .slide-content{display:none!important}
  body.home-overlay-layout .home-after-hero-nav{
    display:block!important;
    position:relative;
    z-index:25;
    background:#fff;
    border-top:0;
    border-bottom:1px solid var(--line);
    box-shadow:0 8px 24px rgba(0,0,0,.05);
  }
  body.home-overlay-layout .home-after-hero-nav .nav-container{display:flex!important;justify-content:center!important;align-items:center!important;min-height:58px;overflow:visible!important}
  body.home-overlay-layout .home-after-hero-nav .menu-root{display:flex!important;justify-content:center!important;width:auto!important;min-width:0!important;gap:18px!important}
  body.home-overlay-layout .home-after-hero-nav .menu-item>a{padding:15px 8px!important;font-weight:700}
}
@media (max-width:900px){
  .header-main.header-standard-layout>.header-standard-logo{grid-area:logo!important;justify-self:center!important}
  .header-main.header-standard-layout>.header-standard-search{grid-area:search!important;width:100%!important;justify-self:stretch!important}
  .header-main.header-standard-layout>.header-standard-actions{grid-area:actions!important;justify-self:start!important;gap:10px!important;font-size:inherit!important}
  body.home-overlay-layout .home-after-hero-nav{display:none!important}
}


/* v109: homepage navigation is inside the transparent hero header, centered below the logo */
@media (min-width:901px){
  body.home-overlay-layout .site-header.is-home-overlay{
    display:block;
    background:transparent!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .header-main.header-standard-layout{
    padding-bottom:8px!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav{
    display:block!important;
    position:relative;
    z-index:31;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .nav-container{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:48px!important;
    overflow:visible!important;
    white-space:normal!important;
    padding-top:0!important;
    padding-bottom:8px!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    width:auto!important;
    min-width:0!important;
    min-height:48px!important;
    gap:18px!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root > .menu-item > a{
    color:#fff!important;
    padding:10px 8px!important;
    font-weight:700;
    text-shadow:0 1px 5px rgba(0,0,0,.65);
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root > .menu-item > .submenu-toggle{
    color:#fff!important;
    text-shadow:0 1px 5px rgba(0,0,0,.65);
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .submenu{
    background:rgba(248,245,240,.86)!important;
    border:1px solid rgba(196,184,166,.72)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
    box-shadow:0 16px 34px rgba(0,0,0,.12)!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .submenu a,
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .submenu .submenu-toggle{
    color:#111!important;
    text-shadow:none!important;
    font-weight:600!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .submenu .menu-item>a:hover{
    background:rgba(255,255,255,.52)!important;
  }
  body.home-overlay-layout .home-after-hero-nav{display:none!important}
}


/* v112: glass login/register modal shown on the current page */
body.auth-modal-open{overflow:hidden}
.auth-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.auth-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.auth-modal-backdrop{position:absolute;inset:0;background:rgba(10,10,18,.46);-webkit-backdrop-filter:blur(15px) saturate(80%);backdrop-filter:blur(15px) saturate(80%)}
.auth-modal-card{position:relative;z-index:1;width:min(510px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:30px;border:1px solid rgba(255,255,255,.68);border-radius:26px;background:rgba(255,255,255,.9);box-shadow:0 28px 90px rgba(0,0,0,.3);transform:translateY(18px) scale(.98);transition:transform .24s ease;outline:0}
.auth-modal.is-open .auth-modal-card{transform:translateY(0) scale(1)}
.auth-modal-close{position:absolute;top:14px;left:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(20,20,28,.07);color:#25212d;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}
.auth-modal-close:hover{background:rgba(20,20,28,.14);transform:rotate(5deg)}
.auth-modal-heading{display:flex;align-items:center;gap:16px;padding:2px 2px 20px 48px}
.auth-modal-heading img{width:76px;height:54px;object-fit:contain;filter:none!important}
.auth-modal-heading h2{margin:0 0 3px;font-size:24px;line-height:1.45}
.auth-modal-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.8}
.auth-modal-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:20px;border-radius:14px;background:#f0eef5}
.auth-modal-tabs button{border:0;border-radius:10px;padding:10px 14px;background:transparent;color:#6b6574;font:inherit;font-weight:700;cursor:pointer;transition:.2s}
.auth-modal-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 5px 18px rgba(31,24,45,.09)}
.auth-modal-form{display:none}
.auth-modal-form.active{display:block}
.auth-modal-form[hidden]{display:none!important}
.auth-modal-form .form-group{margin-bottom:14px}
.auth-modal-form label{font-size:13px}
.auth-modal-form .input{height:48px;border-color:#dedbe5;background:rgba(255,255,255,.78);transition:border-color .2s,box-shadow .2s,background .2s}
.auth-modal-form .input:focus{border-color:var(--primary2);background:#fff;box-shadow:0 0 0 4px rgba(232,140,171,.1);outline:0}
.auth-modal-form small{display:block;margin-top:4px;color:var(--muted);font-size:11px}
.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.auth-field-full{grid-column:1/-1}
.auth-submit{min-height:48px;margin-top:4px;font-weight:700}
.auth-submit[disabled]{opacity:.65;cursor:wait}
.auth-modal-message{margin:0 0 16px;padding:11px 13px;border-radius:12px;font-size:13px;line-height:1.8}
.auth-modal-message.error{background:#fee2e2;color:#991b1b}
.auth-modal-message.success{background:#dcfce7;color:#166534}
@media(max-width:560px){
  .auth-modal{padding:12px;align-items:end}
  .auth-modal-card{width:100%;max-height:calc(100svh - 24px);padding:24px 18px 20px;border-radius:24px 24px 18px 18px}
  .auth-modal-heading{padding-left:42px;gap:11px}
  .auth-modal-heading img{width:58px;height:46px}
  .auth-modal-heading h2{font-size:20px}
  .auth-form-grid{grid-template-columns:1fr;gap:0}
  .auth-field-full{grid-column:auto}
}


/* v113: modern two-step registration experience */
.auth-modal-modern .auth-modal-backdrop{background:rgba(9,8,17,.58);-webkit-backdrop-filter:blur(22px) saturate(115%);backdrop-filter:blur(22px) saturate(115%)}
.auth-modal-modern .auth-modal-card{width:min(560px,100%);padding:28px 30px 26px;border:1px solid rgba(255,255,255,.75);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(249,247,253,.9));box-shadow:0 35px 110px rgba(8,5,20,.38),inset 0 1px 0 rgba(255,255,255,.9);overflow-x:hidden}
.auth-modal-modern .auth-modal-close{top:17px;left:17px;width:36px;height:36px;background:rgba(36,27,56,.07);font-size:25px}
.auth-modal-brand{display:flex;align-items:center;gap:15px;padding:0 2px 20px 48px}
.auth-brand-mark{display:grid;place-items:center;flex:0 0 74px;width:74px;height:64px;border-radius:20px;background:linear-gradient(145deg,#fff,#f9e8ee);box-shadow:0 12px 34px rgba(58,32,92,.12)}
.auth-brand-mark img{width:58px;height:44px;object-fit:contain;filter:none!important}
.auth-modal-brand small{display:block;margin-bottom:2px;color:var(--primary);font-weight:700;font-size:11px}
.auth-modal-brand h2{margin:0;font-size:25px;line-height:1.45}
.auth-modal-brand p{margin:2px 0 0;color:var(--muted);font-size:12px}
.auth-modal-modern .auth-modal-tabs{gap:4px;padding:4px;margin-bottom:20px;border:1px solid #f3e0e6;border-radius:16px;background:#fceef2}
.auth-modal-modern .auth-modal-tabs button{min-height:43px;border-radius:12px;font-size:13px}
.auth-modal-modern .auth-modal-tabs button.active{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#111;box-shadow:0 9px 24px rgba(232,140,171,.22)}
.auth-modal-modern .auth-modal-message{margin-bottom:15px;border-radius:14px}
.auth-social-login{margin:-4px 0 18px}
.auth-google-button{height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e4e0e8;border-radius:14px;background:#fff;color:#2d2932;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 5px 18px rgba(31,24,45,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.auth-google-button:hover{transform:translateY(-1px);border-color:#d7d0df;box-shadow:0 9px 24px rgba(31,24,45,.09)}
.auth-google-button:focus-visible{outline:3px solid rgba(232,140,171,.25);outline-offset:2px}
.auth-google-mark{width:26px;height:26px;display:grid;place-items:center;flex:0 0 26px;background:#fff;direction:ltr}
.auth-google-logo{display:block;width:23px;height:23px}
.auth-social-divider{display:flex;align-items:center;gap:10px;margin:14px 0 0;color:#8a8490;font-size:11px}
.auth-social-divider::before,.auth-social-divider::after{content:"";height:1px;flex:1;background:#ece8ef}
.auth-social-divider span{white-space:nowrap}
.auth-modal-modern .auth-modal-form{animation:authFormIn .22s ease}
@keyframes authFormIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.auth-modern-field{position:relative;margin-bottom:14px}
.auth-modern-field input{width:100%;height:56px;padding:20px 47px 7px 15px;border:1px solid #ded9e7;border-radius:16px;background:rgba(255,255,255,.82);color:#1d1924;font:inherit;outline:0;transition:border-color .2s,box-shadow .2s,background .2s}
.auth-modern-field input:focus{border-color:var(--primary2);background:#fff;box-shadow:0 0 0 4px rgba(232,140,171,.09)}
.auth-modern-field label{position:absolute;right:47px;top:16px;color:#777080;font-size:13px;pointer-events:none;transition:.18s}
.auth-modern-field input:focus+label,.auth-modern-field input:not(:placeholder-shown)+label{top:6px;color:var(--primary);font-size:10px;font-weight:700}
.auth-field-icon{position:absolute;right:16px;top:16px;width:22px;text-align:center;color:#8a8295;font-size:17px;pointer-events:none}
.auth-password-field input{padding-left:62px}
.auth-password-toggle{position:absolute;left:12px;top:13px;height:30px;padding:0 8px;border:0;border-radius:9px;background:#faebf0;color:#665d71;font:inherit;font-size:10px;cursor:pointer}
.auth-primary-action{display:flex!important;align-items:center;justify-content:center;gap:10px;min-height:52px;margin-top:5px;border-radius:16px;font-weight:800;box-shadow:0 13px 28px rgba(232,140,171,.2)}
.auth-primary-action b{font-size:18px;font-weight:400}
.auth-form-note{text-align:center;margin:16px 0 0;color:var(--muted);font-size:12px}
.auth-form-note button{padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:800;cursor:pointer}
.auth-register-progress{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:2px 3px 20px}
.auth-register-progress>span{display:flex;align-items:center;gap:7px;color:#99919f;font-size:11px;white-space:nowrap}
.auth-register-progress>span b{display:grid;place-items:center;width:28px;height:28px;border:1px solid #ddd7e5;border-radius:50%;background:#fff;font-size:11px;font-style:normal}
.auth-register-progress>span em{font-style:normal}
.auth-register-progress>i{height:2px;border-radius:99px;background:#e9e4ee;overflow:hidden}
.auth-register-progress>span.active,.auth-register-progress>span.complete{color:var(--primary);font-weight:800}
.auth-register-progress>span.active b,.auth-register-progress>span.complete b{border-color:var(--primary);background:var(--primary);color:#111;box-shadow:0 5px 15px rgba(232,140,171,.2)}
.auth-register-step{display:none}
.auth-register-step.active{display:block;animation:authFormIn .22s ease}
.auth-register-step[hidden]{display:none!important}
.auth-step-intro{margin-bottom:15px}
.auth-step-intro h3{margin:0 0 2px;font-size:18px}
.auth-step-intro p{margin:0;color:var(--muted);font-size:12px}
.auth-privacy-note{margin:12px 0 0;text-align:center;color:#918a99;font-size:10px}
.auth-register-actions{display:grid;grid-template-columns:125px 1fr;gap:10px;align-items:center;margin-top:5px}
.auth-register-actions .auth-primary-action{margin:0}
.auth-back-button{height:52px;border:1px solid #ddd7e5;border-radius:16px;background:#fff;color:#5f5868;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.auth-password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:-5px 2px 13px}
.auth-password-strength>span{height:4px;border-radius:99px;background:#e8e3ec;overflow:hidden}
.auth-password-strength>span i{display:block;width:0;height:100%;border-radius:inherit;background:#d64c4c;transition:.22s}
.auth-password-strength small{grid-column:1/-1;color:#8d8594;font-size:10px}
.auth-password-strength[data-score="1"]>span:nth-child(-n+1) i,.auth-password-strength[data-score="2"]>span:nth-child(-n+2) i,.auth-password-strength[data-score="3"]>span:nth-child(-n+3) i,.auth-password-strength[data-score="4"]>span:nth-child(-n+4) i{width:100%}
.auth-password-strength[data-score="2"]>span i{background:#dc9437}.auth-password-strength[data-score="3"]>span i{background:#7b9f34}.auth-password-strength[data-score="4"]>span i{background:#24935f}
@media(max-width:560px){
  .auth-modal-modern{padding:10px;align-items:end}
  .auth-modal-modern .auth-modal-card{padding:23px 16px 20px;border-radius:27px 27px 18px 18px;max-height:calc(100svh - 20px)}
  .auth-modal-brand{gap:10px;padding:0 38px 17px 0}
  .auth-brand-mark{flex-basis:55px;width:55px;height:52px;border-radius:16px}
  .auth-brand-mark img{width:43px;height:34px}
  .auth-modal-brand h2{font-size:20px}
  .auth-modal-brand p{font-size:10px}
  .auth-register-progress>span em{display:none}
  .auth-register-progress{grid-template-columns:auto 1fr auto;margin-bottom:16px}
  .auth-register-actions{grid-template-columns:100px 1fr}
}

/* v114: clean and minimal customer profile */
.account-page-v114{padding:42px 0 70px;background:linear-gradient(180deg,#f7f7fb 0,#fff 48%,#f7f7fb 100%)}
.account-layout-v114{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;align-items:start}
.account-sidebar-v114{position:sticky;top:24px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 18px 45px rgba(24,20,42,.06)}
.account-person-v114{display:flex;align-items:center;gap:12px;padding:7px 5px 20px;border-bottom:1px solid #f0eef5}
.account-person-v114>div{min-width:0}.account-person-v114 strong,.account-person-v114 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-person-v114 strong{font-size:15px}.account-person-v114 small{font-size:11px;color:var(--muted);direction:ltr;text-align:right;margin-top:2px}
.account-avatar-v114{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:16px;background:linear-gradient(145deg,var(--primary),var(--primary2));color:#fff;font-size:22px;font-weight:800;box-shadow:0 10px 22px rgba(232,140,171,.2)}
.account-menu-v114{display:grid;gap:5px;padding:16px 0}.account-menu-v114 a{display:flex;align-items:center;gap:10px;min-height:44px;padding:9px 12px;border-radius:13px;color:#5f5b69;font-size:14px;transition:.2s}.account-menu-v114 a:hover,.account-menu-v114 a.active{background:#fff0f4;color:var(--primary)}.account-menu-v114 a span{width:22px;text-align:center;font-size:18px}.account-menu-v114 a b{margin-right:auto;min-width:23px;height:23px;display:grid;place-items:center;border-radius:99px;background:var(--primary);color:#fff;font-size:11px}
.account-sidebar-footer-v114{border-top:1px solid #f0eef5;padding:16px 5px 2px}.account-sidebar-footer-v114 small{display:block;color:#999;font-size:11px;margin-bottom:8px}.account-sidebar-footer-v114 a{font-size:13px;color:#b91c1c}
.account-content-v114{display:grid;gap:20px;min-width:0}.account-welcome-v114{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:170px;padding:30px 34px;border-radius:26px;background:linear-gradient(135deg,#fff5f8 0%,#f8ccd9 58%,#efa4bc 100%);color:#171717;box-shadow:0 20px 45px rgba(199,103,136,.18)}.account-welcome-v114::after{content:"";position:absolute;width:250px;height:250px;left:-70px;top:-120px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025)}.account-welcome-v114>div,.account-shop-link-v114{position:relative;z-index:1}.account-eyebrow-v114{display:inline-block;margin-bottom:6px;color:#7a314a;font-size:12px}.account-welcome-v114 h1{font-size:28px;line-height:1.5;margin:0 0 5px}.account-welcome-v114 p{margin:0;color:rgba(23,23,23,.72);font-size:14px}.account-shop-link-v114{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:10px 15px;border:1px solid rgba(23,23,23,.18);border-radius:12px;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);font-size:13px}.account-shop-link-v114:hover{background:#fff;color:#171717}
.account-stats-v114{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.account-stats-v114 article{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 19px}.account-stat-icon-v114{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff0f4;color:var(--primary);font-size:19px}.account-stats-v114 strong,.account-stats-v114 small{display:block}.account-stats-v114 strong{font-size:21px;line-height:1.2}.account-stats-v114 small{margin-top:3px;color:var(--muted);font-size:12px}
.account-card-v114{scroll-margin-top:25px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px 27px;box-shadow:0 15px 40px rgba(24,20,42,.035)}.account-card-head-v114{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.account-card-head-v114 h2{font-size:20px;margin:2px 0 0}.account-card-kicker-v114{color:var(--primary);font-size:11px}.account-completion-v114{padding:6px 10px;border-radius:99px;background:#f0fdf4;color:#15803d;font-size:11px}.account-muted-v114{color:#999;font-size:11px}
.account-progress-v114{height:5px;margin:-7px 0 24px;background:#f6e7ec;border-radius:99px;overflow:hidden}.account-progress-v114 i{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--primary2));border-radius:99px}
.account-profile-form-v114{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}.account-profile-form-v114 .form-group{margin:0}.account-profile-form-v114 label{font-size:12px;color:#555}.account-profile-form-v114 .input{height:47px;background:#fafafd;border-color:#f0dde3}.account-profile-form-v114 .input:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,140,171,.08)}.account-readonly-field-v114{grid-column:1/-1}.account-readonly-field-v114 .input{color:#777;background:#f4f4f7}.account-readonly-field-v114 small{display:block;color:#999;font-size:10px;margin-top:5px}.account-form-actions-v114{grid-column:1/-1;display:flex;justify-content:flex-end;padding-top:2px}.account-form-actions-v114 .btn{min-width:140px}
.account-orders-v114{display:grid;gap:10px}.account-order-v114{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:13px 14px;border:1px solid #f3e3e8;border-radius:16px;transition:.2s}.account-order-v114:hover{border-color:#efcad7;background:#fff9fb}.account-order-main-v114{display:flex;align-items:center;gap:12px;min-width:0}.account-order-icon-v114{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:12px;background:#fff2f6;color:#e88cab}.account-order-main-v114 strong,.account-order-main-v114 small{display:block}.account-order-main-v114 strong{font-size:13px}.account-order-main-v114 small{color:#999;font-size:11px;margin-top:2px}.account-order-status-v114{padding:5px 9px;border-radius:99px;font-size:10px;white-space:nowrap}.account-order-status-v114.status-pending{background:#fff7ed;color:#c2410c}.account-order-status-v114.status-processing{background:#f9dbe4;color:#171717}.account-order-status-v114.status-shipped{background:#f7cbd8;color:#171717}.account-order-status-v114.status-delivered{background:#f0fdf4;color:#15803d}.account-order-status-v114.status-cancelled{background:#fef2f2;color:#b91c1c}.account-order-price-v114{font-size:12px;white-space:nowrap}
.account-empty-v114{text-align:center;padding:27px 15px 10px}.account-empty-v114>span{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 12px;border-radius:18px;background:#fff0f4;color:var(--primary);font-size:25px}.account-empty-v114 h3{font-size:16px;margin:0 0 4px}.account-empty-v114 p{margin:0 0 16px;color:var(--muted);font-size:12px}.account-empty-v114 .btn{font-size:12px}
.account-address-v114{display:flex;align-items:flex-start;gap:14px;padding:17px 18px;border:1px dashed #efd3dc;border-radius:17px;background:#fff9fb}.account-address-icon-v114{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:13px;background:#fff0f4;color:var(--primary);font-size:20px}.account-address-v114 strong{font-size:13px}.account-address-v114 p{margin:4px 0 0;color:#666;font-size:12px;line-height:1.9}.account-address-v114 small{color:#999;font-size:10px}.account-address-empty-v114{background:#fff}
@media(max-width:900px){.account-page-v114{padding:25px 0 50px}.account-layout-v114{grid-template-columns:1fr}.account-sidebar-v114{position:static}.account-menu-v114{display:flex;overflow:auto;padding-bottom:8px}.account-menu-v114 a{flex:0 0 auto;white-space:nowrap}.account-sidebar-footer-v114{display:none}.account-person-v114{border-bottom:0;padding-bottom:8px}.account-stats-v114{grid-template-columns:repeat(3,1fr)}.account-welcome-v114{min-height:150px}}
@media(max-width:640px){.account-layout-v114{width:min(100% - 20px,1180px);gap:14px}.account-sidebar-v114,.account-card-v114{border-radius:19px;padding:17px}.account-person-v114{padding:0}.account-menu-v114{margin:10px -5px -4px}.account-menu-v114 a{min-height:39px;padding:7px 10px;font-size:12px}.account-menu-v114 a span{font-size:16px}.account-menu-v114 a b{display:none}.account-welcome-v114{display:block;min-height:190px;padding:24px 21px;border-radius:20px}.account-welcome-v114 h1{font-size:22px}.account-welcome-v114 p{font-size:12px;max-width:270px}.account-shop-link-v114{margin-top:18px}.account-stats-v114{grid-template-columns:1fr;gap:9px}.account-stats-v114 article{padding:13px 15px;border-radius:16px}.account-stat-icon-v114{width:38px;height:38px}.account-card-head-v114{margin-bottom:17px}.account-profile-form-v114{grid-template-columns:1fr}.account-readonly-field-v114,.account-form-actions-v114{grid-column:auto}.account-form-actions-v114 .btn{width:100%}.account-order-v114{grid-template-columns:minmax(0,1fr) auto;gap:10px}.account-order-price-v114{grid-column:1/-1;padding-right:52px}.account-order-status-v114{align-self:start}.account-card-v114{scroll-margin-top:12px}}


/* v126: stronger, larger typography for the website navigation */
.main-nav .menu-root > .menu-item > a,
.home-mobile-nav .menu-root > .menu-item > a{
  font-family:"Vazirmatn","IRANSansX","Segoe UI",Tahoma,Arial,sans-serif!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-shadow:none!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.main-nav .submenu a,
.home-mobile-nav .submenu a{
  font-family:"Vazirmatn","IRANSansX","Segoe UI",Tahoma,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.6!important;
  letter-spacing:0!important;
  text-shadow:none!important;
}
.main-nav .submenu-toggle,
.home-mobile-nav .submenu-toggle{
  text-shadow:none!important;
}
@media (min-width:901px){
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root > .menu-item > a{
    font-size:20px!important;
    font-weight:700!important;
    color:#fff!important;
    text-shadow:none!important;
    padding:10px 12px!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root > .menu-item > .submenu-toggle{
    color:#fff!important;
    text-shadow:none!important;
  }
  body.home-overlay-layout .site-header.is-home-overlay .home-mobile-nav .menu-root{
    gap:14px!important;
  }
}
@media (max-width:900px){
  .main-nav .menu-root > .menu-item > a,
  .home-mobile-nav .menu-root > .menu-item > a{
    font-size:16px!important;
    font-weight:650!important;
  }
}


/* v116: administrator-controlled solid color for the header logo */
.site-logo-visual{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  line-height:0;
}
.site-logo-visual .site-logo-color-layer{
  display:none;
  position:absolute;
  inset:0;
  background:var(--site-logo-custom-color,#fff);
  -webkit-mask-image:var(--site-logo-mask-image);
  mask-image:var(--site-logo-mask-image);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  pointer-events:none;
}
.site-logo-visual.is-custom-color img{
  opacity:0!important;
  filter:none!important;
}
.site-logo-visual.is-custom-color .site-logo-color-layer{display:block}
body.home-overlay-layout .site-logo-visual.is-custom-color img{filter:none!important}


/* v117: simple 0-100 logo scale that never changes header column sizes */
@media (min-width:901px){
  .header-standard-logo{
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    height:92px;
    display:grid!important;
    place-items:center;
    overflow:visible!important;
    contain:layout;
  }
  .header-standard-logo .site-logo-visual{
    width:200px!important;
    height:78px!important;
    max-width:none!important;
    transform:scale(var(--site-logo-scale,1));
    transform-origin:center center;
    will-change:transform;
  }
  .header-standard-logo .site-logo-visual img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}
@media (max-width:900px){
  .header-standard-logo{
    width:140px!important;
    min-width:140px!important;
    max-width:140px!important;
    height:64px;
    display:grid!important;
    place-items:center;
    overflow:visible!important;
    contain:layout;
  }
  .header-standard-logo .site-logo-visual{
    width:120px!important;
    height:52px!important;
    max-width:none!important;
    transform:scale(var(--site-logo-scale,1));
    transform-origin:center center;
  }
  .header-standard-logo .site-logo-visual img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}


/* v118: luxury cart pill button in header */
.cart-link.cart-link-pill{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-height:52px;
  padding:0 16px 0 18px;
  border:1.5px solid #c7a66b;
  border-radius:18px;
  background:#fff;
  color:#171717!important;
  line-height:1;
  white-space:nowrap;
  box-shadow:none;
}
.cart-link-pill .cart-link-label{
  font-size:16px;
  font-weight:700;
  letter-spacing:0;
}
.cart-link-pill .cart-link-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  color:#4b4b4b;
  flex:0 0 36px;
}
.cart-link-pill .cart-link-icon svg{width:31px;height:31px;display:block}
.cart-link-pill .cart-link-count{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:21px;
  height:21px;
  padding:0 5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:99px;
  background:#c7a66b;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:1;
}
.header-actions .cart-link.cart-link-pill:hover{
  background:#fffaf2;
  border-color:#b8944f;
}
body.home-overlay-layout .cart-link.cart-link-pill{
  background:rgba(255,255,255,.92)!important;
  border-color:#d2b071!important;
  color:#111!important;
}
body.home-overlay-layout .cart-link-pill .cart-link-icon{color:#444}
body.home-overlay-layout .cart-link-pill .cart-link-count{background:#c7a66b!important;color:#fff!important}
@media (max-width:900px){
  .cart-link.cart-link-pill{min-height:46px;padding:0 13px 0 14px;gap:10px;border-radius:16px}
  .cart-link-pill .cart-link-label{font-size:14px}
  .cart-link-pill .cart-link-icon{width:31px;height:31px;flex-basis:31px}
  .cart-link-pill .cart-link-icon svg{width:26px;height:26px}
  .cart-link-pill .cart-link-count{top:-6px;right:-6px;min-width:19px;height:19px;font-size:10px}
}
@media (max-width:560px){
  .cart-link.cart-link-pill{min-height:42px;padding:0 10px 0 12px;gap:8px}
  .cart-link-pill .cart-link-label{font-size:13px}
}

@media (max-width:680px){
  .cart-link.cart-link-pill{font-size:inherit!important}
  .cart-link.cart-link-pill::before{content:none!important;display:none!important}
  .cart-link-pill .cart-link-count{margin:0!important}
}


/* v119: compact cart icon matching the simple reference */
.cart-link.cart-link-minimal{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:42px;
  padding:0;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  color:#3e3e3e!important;
  box-shadow:none!important;
}
.cart-link-minimal .cart-link-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  color:inherit;
}
.cart-link-minimal .cart-link-icon svg{width:32px;height:28px;display:block}
.cart-link-minimal .cart-link-count{
  position:absolute;
  top:8px;
  right:2px;
  min-width:18px;
  height:18px;
  padding:0 4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:99px;
  background:#4c4c4c!important;
  color:#fff!important;
  font-size:10px;
  font-weight:700;
  line-height:1;
}
.cart-link.cart-link-minimal:hover{opacity:.85}
body.home-overlay-layout .cart-link.cart-link-minimal{color:#fff!important}
body.home-overlay-layout .cart-link-minimal .cart-link-count{background:rgba(255,255,255,.9)!important;color:#333!important}
@media (max-width:680px){
  .cart-link.cart-link-minimal{width:38px;height:36px}
  .cart-link-minimal .cart-link-icon{width:28px;height:28px}
  .cart-link-minimal .cart-link-icon svg{width:27px;height:24px}
  .cart-link-minimal .cart-link-count{top:6px;right:0;min-width:16px;height:16px;font-size:9px}
}


/* v120: minimal profile icon with hover/click dropdown */
.profile-login-link,
.profile-menu-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:inherit;
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
}
.profile-login-link{width:38px;height:40px}
.profile-login-link svg{width:27px;height:27px;display:block}
.profile-menu{position:relative;display:inline-flex;align-items:center}
.profile-menu-trigger{
  width:45px;
  height:42px;
  gap:3px;
  border-radius:10px;
}
.profile-menu-trigger:hover,
.profile-menu.is-open .profile-menu-trigger{background:rgba(0,0,0,.055)}
.profile-menu-icon{width:27px;height:27px;display:block}
.profile-menu-chevron{width:10px;height:7px;transition:transform .2s ease}
.profile-menu.is-open .profile-menu-chevron{transform:rotate(180deg)}
.profile-menu-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  z-index:80;
  width:210px;
  padding:8px;
  border:1px solid rgba(0,0,0,.09);
  border-radius:15px;
  background:rgba(255,255,255,.98);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(-7px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.profile-menu-dropdown::before{
  content:"";
  position:absolute;
  top:-6px;
  left:17px;
  width:11px;
  height:11px;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.09);
  border-left:1px solid rgba(0,0,0,.09);
  transform:rotate(45deg);
}
.profile-menu:hover .profile-menu-dropdown,
.profile-menu:focus-within .profile-menu-dropdown,
.profile-menu.is-open .profile-menu-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.profile-menu-dropdown a{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  padding:9px 11px;
  border-radius:10px;
  color:#262626!important;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}
.profile-menu-dropdown a:hover{background:#f5f3ef;color:#111!important}
.profile-menu-dropdown a+a{border-top:1px solid #eee;border-top-left-radius:0;border-top-right-radius:0}
.profile-menu-dropdown svg{width:21px;height:21px;flex:0 0 21px}
.profile-menu-dropdown .profile-menu-logout{color:#a53333!important}
body.home-overlay-layout .profile-login-link,
body.home-overlay-layout .profile-menu-trigger{color:#fff!important}
body.home-overlay-layout .profile-menu-trigger:hover,
body.home-overlay-layout .profile-menu.is-open .profile-menu-trigger{background:rgba(255,255,255,.12)}
body.home-overlay-layout .profile-menu-dropdown{color:#262626}
@media (max-width:900px){
  .profile-menu:hover .profile-menu-dropdown:not(:focus-within){opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none}
  .profile-menu.is-open .profile-menu-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
}
@media (max-width:680px){
  .profile-login-link{width:34px;height:36px;font-size:inherit!important}
  .profile-login-link::after{content:none!important}
  .profile-login-link svg{width:24px;height:24px}
  .profile-menu-trigger{width:39px;height:36px}
  .profile-menu-icon{width:24px;height:24px}
  .profile-menu-chevron{width:8px;height:6px}
  .profile-menu-dropdown{left:0;width:200px;top:calc(100% + 8px)}
}


/* v121: black dropdown text and hover-only desktop behavior */
.profile-menu-dropdown,
.profile-menu-dropdown a,
.profile-menu-dropdown a span,
.profile-menu-dropdown a svg,
.profile-menu-dropdown .profile-menu-logout{
  color:#111!important;
}
.profile-menu-dropdown a:hover{color:#000!important}

@media (min-width:901px) and (hover:hover) and (pointer:fine){
  .profile-menu{padding-bottom:12px;margin-bottom:-12px}
  .profile-menu-dropdown{top:calc(100% + 4px)}
  .profile-menu-dropdown::after{
    content:"";
    position:absolute;
    left:0;right:0;
    top:-14px;
    height:14px;
  }
  .profile-menu:hover .profile-menu-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
  .profile-menu:not(:hover) .profile-menu-dropdown{
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(-7px)!important;
    pointer-events:none!important;
  }
  .profile-menu:hover .profile-menu-chevron{transform:rotate(180deg)}
  .profile-menu:not(:hover) .profile-menu-chevron{transform:none!important}
}

/* v122: modern, minimal cart page */
.cart-page-modern{
  --cart-gold:#b98a35;
  --cart-gold-soft:#f8f0e1;
  --cart-ink:#171717;
  --cart-muted:#777;
  --cart-line:#e8e8e8;
  padding:54px 0 34px;
  background:#fff;
}
.cart-page-shell{width:min(1320px,calc(100% - 40px))}
.cart-page-heading{text-align:center;margin-bottom:34px}
.cart-page-heading>span{display:block;color:var(--cart-gold);font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:4px}
.cart-page-heading h1{margin:0;color:var(--cart-ink);font-size:clamp(30px,3vw,44px);line-height:1.35;font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-weight:800}
.cart-page-heading p{margin:7px 0 0;color:#858585;font-size:15px}
.cart-modern-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;align-items:start;direction:ltr}
.cart-modern-products,.cart-summary-card{direction:rtl}
.cart-modern-products{display:grid;gap:12px}
.cart-product-card{display:grid;grid-template-columns:170px minmax(0,1fr) 170px;gap:22px;align-items:center;min-height:204px;padding:18px;background:#fff;border:1px solid var(--cart-line);border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,.018)}
.cart-product-image{display:block;width:170px;height:170px;border-radius:17px;overflow:hidden;background:#f5f4f2}
.cart-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.cart-product-image:hover img{transform:scale(1.025)}
.cart-product-info{min-width:0;align-self:center}
.cart-product-title{display:block;color:#171717;font-size:20px;font-weight:800;line-height:1.6;margin-bottom:7px}
.cart-product-title:hover{color:var(--cart-gold)}
.cart-product-meta{margin:3px 0;color:#686868;font-size:14px}
.cart-product-meta span{color:#999}
.cart-product-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:12px}
.cart-product-pricing del{color:#aaa;font-size:13px;text-decoration-thickness:1px}
.cart-product-pricing strong{color:var(--cart-gold);font-size:18px;font-weight:800}
.cart-low-stock{display:inline-flex;align-items:center;margin-top:8px;padding:4px 10px;border-radius:99px;background:#fff6e7;color:#a66c16;font-size:11px;font-weight:700}
.cart-line-form{height:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:7px 0}
.cart-line-actions{display:flex;flex-direction:column;align-items:flex-end;gap:15px;width:100%}
.cart-action-link{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;border:0;padding:0;background:transparent;color:#888;font:inherit;font-size:13px;cursor:pointer;transition:color .2s ease}
.cart-action-link svg{width:21px;height:21px;flex:0 0 21px}
.cart-action-link:hover{color:#222}
.cart-remove-link:hover{color:#bd3434}
.cart-quantity-control{display:grid;grid-template-columns:42px 48px 42px;align-items:center;height:48px;border:1px solid #dedede;border-radius:13px;overflow:hidden;background:#fff;direction:ltr}
.cart-quantity-control button{height:100%;border:0;background:transparent;color:#222;font-size:22px;cursor:pointer;transition:background .18s ease}
.cart-quantity-control button:hover{background:#f5f5f5}
.cart-quantity-control input{width:100%;height:100%;border:0;border-inline:1px solid #ededed;text-align:center;outline:0;font:700 15px/1 "Segoe UI",Tahoma,sans-serif;background:#fff;-moz-appearance:textfield}
.cart-quantity-control input::-webkit-outer-spin-button,.cart-quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cart-summary-card{position:sticky;top:106px;padding:29px 25px 24px;border:1px solid #e3e3e3;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.045)}
.cart-summary-card h2{margin:0 0 24px;color:#181818;font-size:22px;font-weight:800}
.cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:13px 0;color:#525252;font-size:14px}
.cart-summary-row strong{color:#2e2e2e;font-size:14px;white-space:nowrap}
.cart-summary-row.cart-summary-discount strong{color:#e13b3b}
.cart-summary-divider{height:1px;background:#ededed;margin:21px 0}
.cart-shipping-text{font-size:12px!important;font-weight:500!important;color:#616161!important}
.cart-free-shipping-note{margin:15px 0 4px}
.cart-free-shipping-note span{display:block;color:#777;font-size:11px;line-height:1.7;margin-bottom:7px}
.cart-free-shipping-note div{height:5px;border-radius:99px;background:#eee;overflow:hidden;direction:ltr}
.cart-free-shipping-note i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d8b56e,#b98a35)}
.cart-summary-total{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:23px;color:#292929;font-size:16px;font-weight:800}
.cart-summary-total strong{color:var(--cart-gold);font-size:24px;line-height:1.25;white-space:nowrap}
.cart-primary-button,.cart-secondary-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;border-radius:12px;font-size:16px;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.cart-primary-button{background:#111;color:#fff;border:1px solid #111}
.cart-primary-button:hover{background:#292929;transform:translateY(-1px)}
.cart-secondary-button{margin-top:12px;background:#fff;color:#222;border:1px solid #ddd}
.cart-secondary-button:hover{border-color:#999;background:#fafafa}
.cart-coupon-box{margin-top:18px;border:1px solid #e3e3e3;border-radius:13px;background:#fff;overflow:hidden}
.cart-coupon-box summary{display:grid;grid-template-columns:24px 1fr 20px;align-items:center;gap:10px;min-height:58px;padding:0 15px;list-style:none;cursor:pointer;color:#353535;font-size:14px;font-weight:700}
.cart-coupon-box summary::-webkit-details-marker{display:none}
.cart-coupon-box summary svg{width:22px;height:22px;color:#555}
.cart-coupon-box summary b{font-size:17px;text-align:left;transition:transform .2s ease}
.cart-coupon-box[open] summary b{transform:rotate(180deg)}
.cart-coupon-form{display:grid;grid-template-columns:1fr 70px;gap:8px;padding:0 13px 14px}
.cart-coupon-form input{min-width:0;height:42px;border:1px solid #ddd;border-radius:9px;padding:0 11px;font:inherit;outline:0}
.cart-coupon-form input:focus{border-color:#b98a35}
.cart-coupon-form button,.cart-applied-coupon button{border:0;border-radius:9px;background:#b98a35;color:#fff;font:700 13px/1 inherit;cursor:pointer}
.cart-applied-coupon{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px 14px;color:#447447;font-size:12px}
.cart-applied-coupon button{padding:10px 12px;background:#f6e6e6;color:#a13030}
.cart-trust-bar{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;padding:22px 24px;border:1px solid #e5e5e5;border-radius:18px;background:#fff}
.cart-trust-bar>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:2px 25px;border-inline-start:1px solid #ececec}
.cart-trust-bar>div:first-child{border-inline-start:0}
.cart-trust-bar svg{width:39px;height:39px;color:var(--cart-gold);flex:0 0 39px}
.cart-trust-bar span{display:flex;flex-direction:column}
.cart-trust-bar b{color:#2d2d2d;font-size:14px}
.cart-trust-bar small{color:#888;font-size:11px;margin-top:2px}
.cart-empty-modern{max-width:660px;margin:15px auto 30px;padding:60px 35px;text-align:center;border:1px solid #e5e5e5;border-radius:24px;background:#fff}
.cart-empty-icon{display:inline-flex;width:86px;height:86px;align-items:center;justify-content:center;border-radius:50%;background:#f7f4ed;color:#9f792f;margin-bottom:15px}
.cart-empty-icon svg{width:51px;height:47px}
.cart-empty-modern h2{margin:0 0 8px;font-size:25px}
.cart-empty-modern p{margin:0 0 24px;color:#777}
.cart-empty-modern .cart-primary-button{max-width:230px;margin:auto}
.cart-saved-section{margin-top:32px}
.cart-saved-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.cart-saved-heading h2{margin:0;font-size:23px}
.cart-saved-heading span{color:#888;font-size:13px}
.cart-saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cart-saved-item{display:grid;grid-template-columns:82px 1fr;gap:13px;padding:12px;border:1px solid #e7e7e7;border-radius:16px;background:#fff}
.cart-saved-item img{width:82px;height:82px;border-radius:12px;object-fit:cover;background:#f5f5f5}
.cart-saved-item>div{min-width:0;display:flex;flex-direction:column;justify-content:center}
.cart-saved-item strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-saved-item span{color:#a67a2c;font-size:12px;margin-top:5px}
.cart-saved-item form{grid-column:1/-1;display:flex;gap:8px}
.cart-saved-item button{flex:1;border:0;border-radius:9px;padding:9px;background:#111;color:#fff;font:inherit;font-size:12px;cursor:pointer}
.cart-saved-item button.is-delete{background:#f4f4f4;color:#555}

@media(max-width:1100px){
  .cart-modern-layout{grid-template-columns:minmax(0,1fr) 330px;gap:18px}
  .cart-product-card{grid-template-columns:145px minmax(0,1fr) 145px;gap:16px;min-height:181px}
  .cart-product-image{width:145px;height:145px}
  .cart-product-title{font-size:18px}
  .cart-summary-card{padding:24px 20px}
  .cart-saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .cart-page-modern{padding-top:36px}
  .cart-page-shell{width:min(100% - 24px,760px)}
  .cart-modern-layout{grid-template-columns:1fr;direction:rtl}
  .cart-summary-card{position:static;order:2}
  .cart-modern-products{order:1}
  .cart-trust-bar{grid-template-columns:1fr;margin-top:20px;padding:8px 18px}
  .cart-trust-bar>div{justify-content:flex-start;border-inline-start:0;border-top:1px solid #ececec;padding:15px 4px}
  .cart-trust-bar>div:first-child{border-top:0}
}
@media(max-width:680px){
  .cart-page-modern{padding:26px 0 22px}
  .cart-page-heading{margin-bottom:22px}
  .cart-page-heading>span{display:none}
  .cart-page-heading h1{font-size:28px}
  .cart-page-heading p{font-size:13px}
  .cart-product-card{grid-template-columns:104px minmax(0,1fr);gap:13px;min-height:0;padding:12px;border-radius:16px;align-items:start}
  .cart-product-image{width:104px;height:124px;border-radius:13px}
  .cart-product-info{padding-top:2px}
  .cart-product-title{font-size:15px;line-height:1.55;margin-bottom:4px}
  .cart-product-meta{font-size:11px;margin:1px 0}
  .cart-product-pricing{margin-top:7px}
  .cart-product-pricing del{font-size:11px}
  .cart-product-pricing strong{font-size:14px}
  .cart-low-stock{font-size:9px;padding:3px 7px}
  .cart-line-form{grid-column:1/-1;height:auto;flex-direction:row;align-items:center;gap:10px;padding:2px 1px 0}
  .cart-line-actions{flex-direction:row;align-items:center;gap:13px;flex:1}
  .cart-action-link{font-size:11px;gap:4px}
  .cart-action-link svg{width:17px;height:17px;flex-basis:17px}
  .cart-quantity-control{grid-template-columns:34px 38px 34px;height:40px;border-radius:11px;flex:0 0 auto}
  .cart-quantity-control button{font-size:18px}
  .cart-summary-card{padding:22px 17px;border-radius:17px}
  .cart-summary-card h2{font-size:19px;margin-bottom:20px}
  .cart-summary-total strong{font-size:19px}
  .cart-primary-button,.cart-secondary-button{min-height:51px;font-size:14px}
  .cart-saved-grid{grid-template-columns:1fr}
  .cart-empty-modern{padding:45px 22px}
}
@media(max-width:410px){
  .cart-line-form{align-items:flex-end}
  .cart-line-actions{flex-direction:column;align-items:flex-start;gap:6px}
}


/* v123: compact and configurable homepage advantage cards */
.home-features-section{background:#fff;padding:var(--home-feature-section-py,10px) 0}
.home-features-grid{display:grid;grid-template-columns:repeat(var(--home-feature-count,4),minmax(0,1fr));gap:14px}
.home-feature-card{display:flex;align-items:center;gap:16px;min-height:var(--home-feature-min-height,92px);padding:var(--home-feature-card-py,12px) 18px;border:1px solid #e6e7eb;border-radius:15px;background:#fff;text-align:right}
.home-feature-icon{width:var(--home-feature-icon-size,44px);height:var(--home-feature-icon-size,44px);flex:0 0 var(--home-feature-icon-size,44px);display:flex;align-items:center;justify-content:center}
.home-feature-icon img{width:100%;height:100%;object-fit:contain;transform:scale(1.22);transform-origin:center center}
.home-feature-icon span{font-size:calc(var(--home-feature-icon-size,44px) * .78);line-height:1}
.home-feature-copy{min-width:0;flex:1}
.home-feature-copy h3{margin:0 0 6px;font-size:var(--home-feature-title-size,18px);font-weight:800;line-height:1.4;color:#171717}
.home-feature-copy p{margin:0;color:#666;font-size:var(--home-feature-text-size,13px);line-height:1.6}
@media(max-width:900px){.home-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-feature-card{gap:14px;padding:11px 15px}.home-feature-copy h3{font-size:16px}.home-feature-copy p{font-size:12px}}
@media(max-width:560px){.home-features-grid{grid-template-columns:1fr;gap:9px}.home-feature-card{min-height:auto;padding:10px 13px;gap:12px}.home-feature-icon{width:36px;height:36px;flex-basis:36px}.home-feature-icon img{transform:scale(1.14)}.home-feature-copy h3{font-size:15px;margin-bottom:4px}.home-feature-copy p{font-size:11px}}


/* v124: exact/original uploaded logo mode — no recoloring or automatic white filter */
.site-logo-visual.is-original-image img{
  opacity:1!important;
  filter:none!important;
}
.site-logo-visual.is-original-image .site-logo-color-layer{display:none!important}
body.home-overlay-layout .site-header.is-home-overlay .site-logo-visual.is-original-image img,
body.home-overlay-layout .header-standard-logo .site-logo-visual.is-original-image img{
  filter:none!important;
}


/* v129: public-site white + pink palette; no blue accents */
body{background:#fffafb}
.main-nav a:hover{color:#171717}
.btn-primary:hover{filter:brightness(.98);color:#111}
.btn-secondary{background:#fff;color:#171717;border:1px solid #f0c8d5}
.tabs a.active{color:#171717;border-color:var(--primary)}
.tag-list span{background:#fdeef3!important;color:#171717!important}
.shop-filter-toggle{border-color:#f1c8d5!important;color:#171717!important;background:#fff!important}
.auth-modal-modern .auth-modal-tabs button.active{color:#111!important}
.auth-register-progress>span.active b,.auth-register-progress>span.complete b{color:#111!important}
.account-avatar-v114{color:#111!important}
.account-menu-v114 a:hover,.account-menu-v114 a.active{color:#171717!important;background:#fff0f4!important}
.account-menu-v114 a b{color:#111!important}
.account-stat-icon-v114,.account-order-icon-v114,.account-empty-v114>span,.account-address-icon-v114{color:#171717!important;background:#fff0f4!important}
.account-eyebrow-v114{color:#5c3542!important}
.account-welcome-v114 h1,.account-welcome-v114 p,.account-welcome-v114 .account-shop-link-v114{color:#171717!important}
.footer a{color:#4b3c41}
.footer a:hover{color:#171717}


/* v130: fully managed footer */
.footer.footer-managed{background:var(--footer-bg,#fbe7ed);color:var(--footer-text,#3f3438);margin-top:50px}
.footer-managed .footer-managed-grid{display:flex;align-items:flex-start;gap:var(--footer-gap,36px);padding:var(--footer-padding-y,55px) 0;direction:rtl}
.footer-managed .footer-block{flex:1 1 0;min-width:0}
.footer-managed .footer-block-brand{flex:1.45 1 0}
.footer-managed h4{margin:0 0 13px;color:var(--footer-heading,#171717);font-size:16px;line-height:1.55}
.footer-managed p{margin:0 0 8px;color:var(--footer-text,#3f3438)}
.footer-managed a{display:block;margin:5px 0;color:var(--footer-text,#3f3438);transition:color .18s ease,transform .18s ease}
.footer-managed a:hover{color:var(--footer-hover,#171717);transform:translateX(-2px)}
.footer-logo-wrap{display:flex;width:100%;min-height:52px;align-items:center;margin-bottom:14px;overflow:visible}
.footer-logo-align-right .footer-logo-wrap{justify-content:flex-start}
.footer-logo-align-center .footer-logo-wrap{justify-content:center}
.footer-logo-align-left .footer-logo-wrap{justify-content:flex-end}
.footer-managed .footer-managed-logo{display:block;width:min(var(--footer-logo-width,195px),100%);height:auto;max-height:125px;object-fit:contain;filter:none!important;transform:none!important}
.footer-about-text{max-width:440px;line-height:1.95}
.footer-contact-list p{display:flex;gap:5px;align-items:flex-start;line-height:1.8}
.footer-contact-list strong{color:var(--footer-heading,#171717);white-space:nowrap}
.footer-managed .newsletter{display:flex;max-width:390px;border:1px solid var(--footer-border,#edc7d3);border-radius:11px;overflow:hidden;background:#fff}
.footer-managed .newsletter input{min-width:0;flex:1;border:0;outline:0;background:#fff;color:#171717}
.footer-managed .newsletter button{border:0;border-radius:0!important;background:var(--primary,#e88cab);color:#111;font-weight:700;white-space:nowrap}
.footer-managed .footer-managed-copyright{border-top:1px solid var(--footer-border,#edc7d3);color:var(--footer-copyright-color,#3f3438);background:var(--footer-copyright-bg,var(--footer-bg,#fbe7ed));font-size:var(--footer-copyright-font-size,16px);padding:var(--footer-copyright-padding-y,16px) 16px;text-align:var(--footer-copyright-align,center);line-height:1.7;font-weight:500}
@media(max-width:900px){.footer-managed .footer-managed-grid{flex-wrap:wrap}.footer-managed .footer-block{flex:1 1 calc(50% - var(--footer-gap,36px))}.footer-managed .footer-block-brand{flex-basis:100%}}
@media(max-width:560px){.footer.footer-managed{margin-top:35px}.footer-managed .footer-managed-grid{display:block;padding:34px 0}.footer-managed .footer-block{margin-bottom:25px}.footer-managed .footer-block:last-child{margin-bottom:0}.footer-logo-align-right .footer-logo-wrap,.footer-logo-align-left .footer-logo-wrap{justify-content:flex-start}.footer-managed .footer-managed-logo{max-height:105px}.footer-managed .newsletter{max-width:100%}}


/* v132: pink headset contact menu selected by user */
.contact-menu-v132{position:relative;display:inline-flex;align-items:center;z-index:84}
.contact-menu-v132 .contact-menu-trigger{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:54px;height:54px;padding:0;border:0;background:transparent;color:#ed5d8b;cursor:pointer;overflow:visible}
.contact-menu-v132 .contact-menu-main-badge{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#fff 10%,#ffe9f0 100%);border:1px solid rgba(237,93,139,.48);box-shadow:0 0 0 3px rgba(255,255,255,.72),0 0 14px rgba(237,93,139,.47),inset 0 0 8px rgba(255,255,255,.95);transition:transform .18s ease,box-shadow .18s ease}
.contact-menu-v132 .contact-menu-trigger:hover .contact-menu-main-badge,.contact-menu-v132.is-open .contact-menu-main-badge{transform:translateY(-1px) scale(1.04);box-shadow:0 0 0 3px rgba(255,255,255,.82),0 0 20px rgba(237,93,139,.62),inset 0 0 8px rgba(255,255,255,1)}
.contact-menu-v132 .contact-menu-icon{width:34px;height:34px;display:block;color:#dc3f73;filter:drop-shadow(0 1px 2px rgba(190,43,93,.15))}
.contact-menu-v132 .contact-menu-chevron{width:12px;height:8px;margin-top:3px;color:#ed5d8b;transition:transform .2s ease}
.contact-menu-v132.is-open .contact-menu-chevron{transform:rotate(180deg)}
.contact-menu-v132 .contact-menu-dropdown{position:absolute;top:calc(100% + 10px);left:50%;z-index:85;width:236px;padding:0;border:1px solid rgba(237,93,139,.22);border-radius:17px;background:rgba(255,255,255,.985);box-shadow:0 18px 42px rgba(70,42,50,.16),0 0 22px rgba(237,93,139,.10);color:#151515;opacity:0;visibility:hidden;transform:translate(-50%,-7px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;overflow:visible}
.contact-menu-v132 .contact-menu-dropdown::before{content:"";position:absolute;top:-8px;left:50%;width:15px;height:15px;background:#fff;border-top:1px solid rgba(237,93,139,.22);border-left:1px solid rgba(237,93,139,.22);transform:translateX(-50%) rotate(45deg);border-radius:2px 0 0 0}
.contact-menu-v132:hover .contact-menu-dropdown,.contact-menu-v132:focus-within .contact-menu-dropdown,.contact-menu-v132.is-open .contact-menu-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
.contact-menu-v132 .contact-social-link{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:9px 18px;color:#171717!important;font-size:16px;font-weight:700;white-space:nowrap;background:transparent;border-radius:0}
.contact-menu-v132 .contact-social-link:first-child{border-radius:16px 16px 0 0}
.contact-menu-v132 .contact-social-link:last-child{border-radius:0 0 16px 16px}
.contact-menu-v132 .contact-social-link+.contact-social-link{border-top:1px solid #f1e7eb}
.contact-menu-v132 .contact-social-link:hover{background:#fff7fa;color:#111!important}
.contact-menu-v132 .contact-social-link.is-disabled{opacity:1;cursor:default;pointer-events:none;background:#fff}
.contact-menu-v132 .contact-social-link.is-disabled .contact-social-icon{filter:saturate(.45);box-shadow:0 0 0 3px rgba(255,255,255,.82),0 2px 7px rgba(214,70,118,.12),inset 0 0 7px rgba(255,255,255,.98)}
.contact-menu-v132 .contact-social-link.is-disabled .contact-social-label::after{content:" — لینک ثبت نشده";font-size:10px;font-weight:600;color:#2d2d2d!important}
.contact-menu-v132 .contact-social-label{display:block;flex:1 1 auto;min-width:0;line-height:1.5;overflow:hidden;text-overflow:ellipsis;color:#b91f5a!important;font-weight:800}.contact-menu-v132 .contact-social-icon{margin-inline-start:auto}
.contact-menu-v132 .contact-social-icon{width:39px;height:39px;display:grid;place-items:center;flex:0 0 39px;border-radius:50%;background:linear-gradient(145deg,#fff 8%,#ffe8f0 100%);color:#d83f73;border:1px solid rgba(232,82,132,.55);box-shadow:0 0 0 3px rgba(255,255,255,.82),0 3px 9px rgba(214,70,118,.20),0 0 12px rgba(238,91,141,.24),inset 0 0 7px rgba(255,255,255,.98);transition:transform .18s ease,box-shadow .18s ease}
.contact-menu-v132 .contact-social-link:hover .contact-social-icon{transform:scale(1.06);box-shadow:0 0 0 3px rgba(255,255,255,.9),0 4px 12px rgba(214,70,118,.24),0 0 16px rgba(238,91,141,.34),inset 0 0 7px rgba(255,255,255,1)}
.contact-menu-v132 .contact-social-icon svg{width:27px;height:27px;display:block}
.contact-menu-v132 .contact-menu-empty{position:relative;z-index:1;padding:16px;color:#777;font-size:12px;line-height:1.9;text-align:right}
body.home-overlay-layout .contact-menu-v132 .contact-menu-trigger{color:#ed5d8b!important}
body.home-overlay-layout .contact-menu-v132 .contact-menu-trigger:hover,body.home-overlay-layout .contact-menu-v132.is-open .contact-menu-trigger{background:transparent!important}
@media (min-width:901px) and (hover:hover) and (pointer:fine){
  .contact-menu-v132{padding-bottom:14px;margin-bottom:-14px}
  .contact-menu-v132 .contact-menu-dropdown{top:calc(100% + 3px)}
  .contact-menu-v132 .contact-menu-dropdown::after{content:"";position:absolute;left:0;right:0;top:-17px;height:17px}
  .contact-menu-v132:hover .contact-menu-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
  .contact-menu-v132:not(:hover) .contact-menu-dropdown{opacity:0!important;visibility:hidden!important;transform:translate(-50%,-7px)!important;pointer-events:none!important}
  .contact-menu-v132:hover .contact-menu-chevron{transform:rotate(180deg)}
  .contact-menu-v132:not(:hover) .contact-menu-chevron{transform:none!important}
}
@media (max-width:900px){
  .contact-menu-v132:hover .contact-menu-dropdown:not(:focus-within){opacity:0;visibility:hidden;transform:translate(-50%,-7px);pointer-events:none}
  .contact-menu-v132.is-open .contact-menu-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
}
@media (max-width:680px){
  .contact-menu-v132 .contact-menu-trigger{width:46px;height:48px}
  .contact-menu-v132 .contact-menu-main-badge{width:37px;height:37px}
  .contact-menu-v132 .contact-menu-icon{width:29px;height:29px}
  .contact-menu-v132 .contact-menu-chevron{width:10px;height:7px;margin-top:2px}
  .contact-menu-v132 .contact-menu-dropdown{width:220px;top:calc(100% + 8px)}
  .contact-menu-v132 .contact-social-link{min-height:54px;padding:8px 15px;font-size:15px}
  .contact-menu-v132 .contact-social-icon{width:36px;height:36px;flex-basis:36px}
  .contact-menu-v132 .contact-social-icon svg{width:25px;height:25px}
}


/* v135: contact menu text must stay readable over every hero/banner */
body.home-overlay-layout .site-header.is-home-overlay .header-actions .contact-menu-v132 .contact-social-link,
body.home-overlay-layout .site-header.is-home-overlay .header-actions .contact-menu-v132 .contact-social-link .contact-social-label,
.header-actions .contact-menu-v132 .contact-social-link .contact-social-label{
  color:#b91f5a!important;
}
body.home-overlay-layout .site-header.is-home-overlay .header-actions .contact-menu-v132 .contact-social-link.is-disabled .contact-social-label::after,
.header-actions .contact-menu-v132 .contact-social-link.is-disabled .contact-social-label::after{
  color:#2d2d2d!important;
}

/* v136: requested Trendish footer layout */
.footer-layout-v137 .footer-v137-shell{padding:var(--footer-padding-y,55px) 0}
.footer-layout-v137 .footer-v137-top-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,1.6fr) minmax(180px,.8fr);gap:var(--footer-gap,36px);align-items:start;direction:ltr}
.footer-layout-v137 .footer-v137-top-block{grid-column:var(--footer-slot);grid-row:1!important;align-self:start;direction:rtl;min-width:0;text-align:right}
.footer-layout-v137 .footer-v137-top-block>h4{margin-top:0}
.footer-layout-v137 .footer-block-brand{max-width:560px;justify-self:center;width:100%}
.footer-layout-v137 .footer-about-justify{max-width:none;margin:0;text-align:justify;text-align-last:right;text-justify:inter-word;line-height:2.05}
.footer-layout-v137 .footer-block-contact{height:100%;min-height:100%;display:flex;flex-direction:column}
.footer-layout-v137 .footer-logo-under-contact{margin-top:auto;margin-bottom:6px;padding-top:18px;min-height:90px;overflow:visible}
.footer-layout-v137 .footer-logo-align-right .footer-logo-under-contact{justify-content:flex-start}
.footer-layout-v137 .footer-logo-align-center .footer-logo-under-contact{justify-content:center}
.footer-layout-v137 .footer-logo-align-left .footer-logo-under-contact{justify-content:flex-end}
.footer-layout-v137 .footer-managed-logo{width:min(var(--footer-logo-width,250px),100%);max-height:180px;object-fit:contain}
.footer-layout-v137 .footer-v137-bottom-row{display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,1.6fr) minmax(180px,.8fr);gap:var(--footer-gap,36px);margin-top:30px;direction:ltr;width:100%}
.footer-layout-v137 .footer-newsletter-fixed-left .footer-newsletter-box{grid-column:1;justify-self:start;margin-left:0;margin-right:auto}
.footer-layout-v137 .footer-newsletter-box{width:min(390px,100%);direction:rtl;text-align:right}
.footer-layout-v137 .footer-newsletter-box h4{margin-bottom:10px}
.footer-layout-v137 .footer-contact-list p{justify-content:flex-start}
@media(max-width:900px){
  .footer-layout-v137 .footer-v137-top-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-layout-v137 .footer-v137-top-block{grid-column:auto!important;grid-row:auto!important}
  .footer-layout-v137 .footer-block-brand{grid-column:1/-1!important;grid-row:1!important;max-width:none}
  .footer-layout-v137 .footer-block-links{grid-column:1!important;grid-row:2!important}
  .footer-layout-v137 .footer-block-contact{grid-column:2!important;grid-row:2!important}
  .footer-layout-v137 .footer-v137-bottom-row{grid-template-columns:1fr 1fr;margin-top:24px}
  .footer-layout-v137 .footer-newsletter-fixed-left .footer-newsletter-box{grid-column:1}
}
@media(max-width:560px){
  .footer-layout-v137 .footer-v137-shell{padding:34px 0}
  .footer-layout-v137 .footer-v137-top-grid{display:flex;flex-direction:column;gap:25px;direction:rtl}
  .footer-layout-v137 .footer-v137-top-block{width:100%}
  .footer-layout-v137 .footer-block-links{order:1}
  .footer-layout-v137 .footer-block-brand{order:2}
  .footer-layout-v137 .footer-block-contact{order:3}
  .footer-layout-v137 .footer-managed-logo{max-height:150px}
  .footer-layout-v137 .footer-block-contact{height:auto;min-height:0}
  .footer-layout-v137 .footer-logo-under-contact{margin-top:18px;margin-bottom:4px;padding-top:0}
  .footer-layout-v137 .footer-v137-bottom-row{display:block;margin-top:25px}
  .footer-layout-v137 .footer-newsletter-fixed-left .footer-newsletter-box{margin:0;width:100%}
  .footer-layout-v137 .footer-newsletter-box{width:100%}
}

/* v145: unified customer-service pages */
.customer-service-page{padding:64px 0 76px;background:linear-gradient(180deg,#fff 0,#fff9fb 100%)}
.customer-service-shell{max-width:1040px}
.customer-service-hero{text-align:center;max-width:780px;margin:0 auto 36px}
.customer-service-eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:5px 14px;border-radius:999px;background:#fde8ef;color:#b91f5a;font-size:12px;font-weight:800;margin-bottom:12px}
.customer-service-hero h1{margin:0 0 13px;font-size:clamp(28px,3.3vw,44px);line-height:1.45;color:#171717}
.customer-service-hero p{margin:0;color:#666;font-size:15px;line-height:2.05}
.customer-service-sections{display:grid;gap:14px}
.customer-service-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:start;background:#fff;border:1px solid #f0dce4;border-radius:20px;padding:23px 24px;box-shadow:0 10px 32px rgba(91,35,55,.045)}
.customer-service-card-index{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#fff0f5;color:#c93269;font-weight:800;font-size:13px}
.customer-service-card-content h2{margin:0 0 8px;font-size:18px;color:#171717}
.customer-service-card-content p{margin:0;color:#4d4548;font-size:14px;line-height:2.15;text-align:justify;text-align-last:right}
.customer-service-card-content ul{margin:7px 0 0;padding:0 19px 0 0;color:#4d4548}
.customer-service-card-content li{margin:5px 0;line-height:1.95;font-size:14px}
.customer-service-note{margin-top:18px;padding:17px 20px;border:1px dashed #e9b8c9;border-radius:16px;background:#fff6f9;color:#5a444c;font-size:13px;line-height:2}
.customer-service-cta{margin-top:26px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 24px;border-radius:20px;background:#f8dce6;color:#171717}
.customer-service-cta strong,.customer-service-cta span{display:block}.customer-service-cta strong{font-size:16px}.customer-service-cta span{margin-top:3px;font-size:12px;color:#5c5054}.customer-service-cta .btn-primary{background:#e88cab;color:#171717;font-weight:800}
.customer-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:start}
.customer-contact-info,.customer-contact-form{background:#fff;border:1px solid #f0dce4;border-radius:22px;padding:25px;box-shadow:0 10px 32px rgba(91,35,55,.045)}
.customer-contact-info{display:grid;gap:12px}.customer-contact-info article{padding:14px 16px;border-radius:14px;background:#fff7fa}.customer-contact-info article span,.customer-contact-info article strong{display:block}.customer-contact-info article span{color:#a66a7f;font-size:11px;margin-bottom:3px}.customer-contact-info article strong{font-size:13px;overflow-wrap:anywhere;color:#252025}.customer-contact-help{margin:7px 0 0;color:#666;font-size:12px;line-height:2}.customer-contact-form .form-group:last-of-type{margin-bottom:18px}.customer-contact-form .btn-primary{background:#e88cab;color:#171717;font-weight:800}
@media(max-width:760px){.customer-service-page{padding:42px 0 55px}.customer-service-card{grid-template-columns:1fr;padding:19px}.customer-service-card-index{width:39px;height:39px}.customer-service-card-content h2{font-size:16px}.customer-service-card-content p,.customer-service-card-content li{font-size:13px}.customer-service-cta{align-items:stretch;flex-direction:column}.customer-service-cta .btn{width:100%}.customer-contact-layout{grid-template-columns:1fr}.customer-contact-info,.customer-contact-form{padding:19px}}

/* v162 - local development payment gateway */
.local-gateway-page{display:flex;justify-content:center;align-items:flex-start;padding-top:48px;padding-bottom:70px}.local-gateway-card{width:min(720px,100%);background:#fff;border:1px solid #f0d7df;border-radius:24px;padding:32px;box-shadow:0 18px 50px rgba(78,36,50,.08);text-align:center}.local-gateway-badge{display:inline-flex;align-items:center;justify-content:center;min-width:68px;height:34px;padding:0 14px;border-radius:999px;background:#fff0f5;color:#9d345a;font-weight:800;letter-spacing:.08em;margin-bottom:12px}.local-gateway-card h1{margin:0 0 10px;font-size:28px}.local-gateway-lead{max-width:600px;margin:0 auto 24px;color:#62545a;line-height:2}.local-gateway-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;text-align:right;margin:24px 0}.local-gateway-info>div{border:1px solid #f2e2e7;border-radius:16px;padding:14px 16px;background:#fffafb}.local-gateway-info span{display:block;font-size:12px;color:#8d7a82;margin-bottom:5px}.local-gateway-info strong{font-size:15px;color:#271f22}.local-gateway-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:18px 0}.local-gateway-card>small{display:block;color:#8a777f;line-height:1.9}@media(max-width:640px){.local-gateway-card{padding:22px 16px;border-radius:18px}.local-gateway-info{grid-template-columns:1fr}.local-gateway-actions .btn{width:100%}}


/* v163: visible checkout payment gateway choices */
.checkout-payment-section>label{margin-bottom:10px}.checkout-payment-methods{display:grid;gap:10px}.checkout-payment-option{display:block;cursor:pointer;margin:0}.checkout-payment-option>input{position:absolute;opacity:0;pointer-events:none}.checkout-payment-card-body{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid #eadde2;border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.checkout-payment-copy{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:3px 8px;min-width:0}.checkout-payment-copy strong{font-size:14px}.checkout-payment-copy em{font-style:normal;font-size:10px;font-weight:800;padding:2px 7px;border-radius:999px;background:#fbe7ed;color:#8f4761}.checkout-payment-copy small{grid-column:1/-1;color:#777;font-size:11px;line-height:1.8}.checkout-payment-radio{width:20px;height:20px;border:2px solid #d8c7cd;border-radius:50%;position:relative;flex:0 0 auto}.checkout-payment-option>input:checked+.checkout-payment-card-body{border-color:var(--primary);background:#fff9fb;box-shadow:0 0 0 3px rgba(232,140,171,.10)}.checkout-payment-option>input:checked+.checkout-payment-card-body .checkout-payment-radio{border-color:var(--primary)}.checkout-payment-option>input:checked+.checkout-payment-card-body .checkout-payment-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--primary)}.checkout-payment-option:focus-within .checkout-payment-card-body{outline:2px solid rgba(232,140,171,.25);outline-offset:2px}.checkout-gateway-ready-note{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:10px;padding:9px 11px;border-radius:11px;background:#f7fbf8;border:1px solid #dcefe1;font-size:11px;color:#47634e}.checkout-gateway-ready-note strong{color:#216e39}.checkout-gateway-ready-note span{color:#5d6b61}@media(max-width:560px){.checkout-payment-card-body{padding:12px}.checkout-payment-copy{grid-template-columns:1fr}.checkout-payment-copy em{justify-self:start}.checkout-payment-copy small{grid-column:1}}

/* v164 - manual bank/card-to-card payment confirmation */
.bank-payment-layout{max-width:780px;margin:0 auto}.bank-payment-card{padding:26px}.bank-payment-step{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff0f5;color:#9f506b;font-size:11px;font-weight:800;margin-bottom:10px}.bank-payment-card h1{margin:0 0 8px;font-size:27px}.bank-payment-lead{color:#6f6669;line-height:2;margin:0 0 20px}.bank-payment-order-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.bank-payment-order-info>div{padding:13px 15px;border:1px solid #eee2e6;border-radius:14px;background:#fff}.bank-payment-order-info span,.bank-account-row span{display:block;color:#877a7e;font-size:11px;margin-bottom:4px}.bank-payment-order-info strong{font-size:16px}.bank-account-box{padding:17px;border:1px solid #ead9df;border-radius:16px;background:#fff9fb;margin-bottom:18px}.bank-account-box h2,.bank-proof-form h2{font-size:17px;margin:0 0 12px}.bank-account-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px dashed #eadfe3}.bank-account-row:last-of-type{border-bottom:0}.bank-account-row span{margin:0}.bank-account-row strong{font-size:16px;word-break:break-all}.bank-account-note{margin:12px 0 0;color:#6d6266;line-height:2}.bank-payment-warning{padding:11px 13px;border-radius:12px;background:#fff7e8;border:1px solid #f2dfb0;color:#805f15;line-height:1.9}.bank-proof-form{padding-top:4px}.bank-proof-form .form-group{margin-bottom:14px}.bank-proof-form label{display:block;font-weight:700;margin-bottom:6px}.bank-proof-form label small,.bank-proof-form .form-group>small{font-weight:400;color:#8a7f82;font-size:11px}.required-star{color:#c63d5a}.bank-proof-form .btn-block{margin-top:4px}@media(max-width:620px){.bank-payment-card{padding:18px}.bank-payment-card h1{font-size:22px}.bank-payment-order-info{grid-template-columns:1fr}.bank-account-row{align-items:flex-start;flex-direction:column;gap:3px}.bank-account-row strong{font-size:14px}}


/* v169 - home ad cards get a very light purple surface to separate from white sections */
.home-ad-banners-section{background:#fff;padding:8px 0 54px}
.home-ad-banners-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.home-ad-banners-grid.has-one{grid-template-columns:minmax(0,1fr)}
.home-ad-banner-card{display:block;overflow:hidden;border-radius:22px;aspect-ratio:5/2;padding:8px;background:#f5edf8;border:1px solid #eadcf0;box-shadow:0 1px 0 rgba(0,0,0,.03);transition:transform .2s ease,box-shadow .2s ease}
.home-ad-banner-card img{display:block;width:100%;height:100%;object-fit:cover;border-radius:16px}
.home-ad-banner-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px dashed #d9c5e2;background:linear-gradient(135deg,#fbf6fd,#f4ebf8);color:#8e737d;text-align:center}
.home-ad-banner-placeholder span{font-size:14px;font-weight:800}
.home-ad-banner-placeholder small{font-size:11px;color:#a28f96}
a.home-ad-banner-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(31,23,26,.10)}
@media(max-width:760px){.home-ad-banners-section{padding-bottom:38px}.home-ad-banners-grid{grid-template-columns:1fr;gap:12px}.home-ad-banner-card{border-radius:18px;padding:7px}.home-ad-banner-card img{border-radius:13px}}

/* v170 - one consistent very-light-pink page background across the public site */
:root{--site-page-bg:#fff4f7;--bg:var(--site-page-bg)}
html,body,main{background:var(--site-page-bg)!important}
.section,
.section.white,
.home-features-section,
.home-ad-banners-section{background:var(--site-page-bg)!important}

/* v171 shop search + filter sidebar */
.shop-layout-v171{align-items:start}
.shop-sidebar-v171{position:sticky;top:112px;padding:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border:1px solid #efd8e1;box-shadow:0 14px 30px rgba(213,144,173,.08)}
.shop-filter-form-v171{display:flex;flex-direction:column;gap:12px}.shop-filter-panel-head-v171{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:4px}.shop-filter-panel-head-v171 h3{margin:0;font-size:26px;color:#283168}.shop-filter-panel-head-v171 p{margin:6px 0 0;color:#8b7d84;font-size:12px;line-height:1.9}.shop-clear-filters-v171{font-size:12px;color:#111;background:#f8d5e1;border-radius:999px;padding:6px 10px;white-space:nowrap}.shop-filter-card-v171{background:#fff;border:1px solid #f1d8e2;border-radius:18px;overflow:hidden}.shop-filter-card-v171 summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:800;color:#38406a;display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-filter-card-v171 summary::-webkit-details-marker{display:none}.shop-filter-card-v171 summary::after{content:'⌄';font-size:18px;color:#9aa0b0;transition:transform .2s ease}.shop-filter-card-v171[open] summary::after{transform:rotate(180deg)}.shop-filter-card-body-v171{padding:0 18px 18px}.shop-option-list-v171,.shop-toggle-list-v171{display:flex;flex-direction:column;gap:10px;max-height:240px;overflow:auto;padding-left:2px}.shop-check-v171,.shop-radio-v171,.shop-toggle-v171{display:flex;align-items:center;gap:10px;color:#3e3c46;font-size:14px;line-height:1.7}.shop-check-v171 input,.shop-radio-v171 input{margin:0;accent-color:#e88cab}.shop-toggle-v171{justify-content:space-between;border:1px solid #f4e5eb;border-radius:14px;padding:11px 12px;background:#fffafb}.shop-toggle-v171 input{margin:0;accent-color:#e88cab}.shop-toggle-v171 span{flex:1}.shop-price-grid-v171{display:grid;grid-template-columns:1fr 1fr;gap:10px}.shop-price-grid-v171 label,.shop-sort-form-v171 label span{display:block;font-size:12px;color:#83727c;margin-bottom:6px}.shop-filter-actions-v171{padding-top:4px}.shop-results-v171{min-width:0}.shop-results-head-v171{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.shop-results-head-v171 h2{margin:0;font-size:30px;color:#1d1d1d}.shop-results-head-v171 p{margin:6px 0 0;color:#7f7780}.shop-sort-form-v171 label{display:block;min-width:175px}.shop-sort-form-v171 select{background:#fff;border:1px solid #ead1db}.shop-active-filters-v171{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.shop-active-filters-v171 span{background:#fff;border:1px solid #f0d8e2;border-radius:999px;padding:7px 12px;font-size:12px;color:#4f4550}.shop-results-v171 .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:1180px){.shop-results-v171 .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-sidebar-v171{top:100px}}
@media(max-width:900px){.shop-sidebar-v171{position:static;top:auto;padding:14px}.shop-results-head-v171{align-items:stretch;flex-direction:column}.shop-sort-form-v171 label{min-width:0}.shop-layout.filter-open .shop-sidebar-v171{display:block}.shop-results-v171 .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.shop-filter-panel-head-v171 h3{font-size:23px}.shop-price-grid-v171,.shop-results-v171 .products-grid{grid-template-columns:1fr}.shop-filter-card-v171 summary{padding:14px 16px}.shop-filter-card-body-v171{padding:0 16px 16px}}

/* v175: hover/tap cart preview in the site header */
.header-cart-preview-v175{position:relative;display:inline-flex;align-items:center;z-index:92}
.header-cart-dropdown-v175{position:absolute;top:calc(100% + 10px);left:0;z-index:93;width:min(390px,calc(100vw - 24px));padding:0;border:1px solid #ecd8df;border-radius:20px;background:rgba(255,255,255,.99);box-shadow:0 22px 56px rgba(62,38,47,.18);color:#191919;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;overflow:hidden}
.header-cart-dropdown-v175::before{content:"";position:absolute;top:-7px;left:17px;width:13px;height:13px;background:#fff;border-top:1px solid #ecd8df;border-left:1px solid #ecd8df;transform:rotate(45deg);z-index:2}
.header-cart-preview-v175:hover .header-cart-dropdown-v175,.header-cart-preview-v175:focus-within .header-cart-dropdown-v175,.header-cart-preview-v175.is-open .header-cart-dropdown-v175{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.header-cart-head-v175{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px 12px;border-bottom:1px solid #f1e4e9;background:#fffafd}.header-cart-head-v175 strong{font-size:14px}.header-cart-head-v175 a{font-size:12px;font-weight:800;color:#c43f70!important}
.header-cart-items-v175{max-height:330px;overflow:auto;padding:5px 10px}.header-cart-item-v175{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 5px;color:#202020!important;border-bottom:1px solid #f4eaee}.header-cart-item-v175:last-child{border-bottom:0}.header-cart-item-v175:hover{background:#fff7fa;border-radius:13px}.header-cart-thumb-v175{width:58px;height:66px;border-radius:12px;overflow:hidden;background:#f7f2f4;display:grid;place-items:center}.header-cart-thumb-v175 img{width:100%;height:100%;object-fit:cover}.header-cart-thumb-v175>span{font-size:22px}.header-cart-item-info-v175{min-width:0;display:flex;flex-direction:column;gap:3px}.header-cart-item-info-v175 b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#1d1d1d}.header-cart-item-info-v175 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#8c7d84}.header-cart-item-info-v175 em{font-style:normal;font-size:10px;color:#6e656a}.header-cart-line-total-v175{font-size:11px;color:#222;white-space:nowrap;align-self:end;padding-bottom:5px}.header-cart-more-v175{text-align:center;padding:7px 12px;color:#806f76;background:#fffafb;border-top:1px solid #f4e9ed;font-size:11px}
.header-cart-footer-v175{padding:13px 15px 15px;border-top:1px solid #f0dfe5;background:#fff}.header-cart-total-v175{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.header-cart-total-v175 span{font-size:12px;color:#76686e}.header-cart-total-v175 strong{font-size:15px;color:#181818}.header-cart-actions-v175{display:grid;grid-template-columns:1fr 1fr;gap:8px}.header-cart-actions-v175 a{display:flex!important;align-items:center;justify-content:center!important;min-height:39px;padding:8px 10px!important;border-radius:11px!important;font-size:12px!important;font-weight:800!important;text-align:center!important;border:0!important}.header-cart-view-v175{background:#f7edf1;color:#6e4050!important}.header-cart-checkout-v175{background:linear-gradient(135deg,#ed91ae,#f4b6c9);color:#171717!important}
.header-cart-empty-v175{padding:28px 20px 23px;text-align:center;display:flex;flex-direction:column;align-items:center}.header-cart-empty-icon-v175{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff1f5;color:#d75b85;margin-bottom:10px}.header-cart-empty-icon-v175 svg{width:34px;height:31px}.header-cart-empty-v175 strong{font-size:15px;margin-bottom:3px}.header-cart-empty-v175 small{font-size:11px;color:#8a7e83;margin-bottom:14px}.header-cart-empty-v175>a{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 15px!important;border-radius:999px!important;background:#f7d4df!important;color:#5d3443!important;font-size:12px!important;font-weight:800!important}
body.home-overlay-layout .header-cart-dropdown-v175,body.home-overlay-layout .header-cart-dropdown-v175 *{color:#191919}body.home-overlay-layout .header-cart-head-v175 a{color:#c43f70!important}body.home-overlay-layout .header-cart-checkout-v175{color:#171717!important}
@media (min-width:901px) and (hover:hover) and (pointer:fine){.header-cart-preview-v175{padding-bottom:13px;margin-bottom:-13px}.header-cart-dropdown-v175{top:calc(100% + 2px)}.header-cart-dropdown-v175::after{content:"";position:absolute;top:-15px;left:0;right:0;height:15px}.header-cart-preview-v175:hover .header-cart-dropdown-v175{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header-cart-preview-v175:not(:hover) .header-cart-dropdown-v175{opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none}}
@media (max-width:900px){.header-cart-preview-v175:hover .header-cart-dropdown-v175:not(:focus-within){opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none}.header-cart-preview-v175.is-open .header-cart-dropdown-v175{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.header-cart-dropdown-v175{left:0;top:calc(100% + 8px)}}
@media (max-width:480px){.header-cart-dropdown-v175{position:fixed;top:78px!important;left:12px!important;right:12px!important;width:auto;max-height:calc(100vh - 95px);overflow:auto}.header-cart-dropdown-v175::before{display:none}.header-cart-items-v175{max-height:42vh}.header-cart-actions-v175{grid-template-columns:1fr}.header-cart-item-v175{grid-template-columns:52px minmax(0,1fr)}.header-cart-thumb-v175{width:52px;height:60px}.header-cart-line-total-v175{grid-column:2;justify-self:start;padding:0}.header-cart-empty-v175{padding:24px 18px}}

/* v176: add-to-cart checkout progress modal */
body.cart-added-modal-open-v176{overflow:hidden}
.cart-added-modal-v176{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.cart-added-modal-v176.is-open{opacity:1;visibility:visible;pointer-events:auto}
.cart-added-backdrop-v176{position:absolute;inset:0;background:rgba(12,8,16,.56);-webkit-backdrop-filter:blur(18px) saturate(110%);backdrop-filter:blur(18px) saturate(110%)}
.cart-added-card-v176{position:relative;z-index:1;width:min(820px,100%);max-height:calc(100vh - 34px);overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.82);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,250,.96));box-shadow:0 34px 110px rgba(31,18,26,.34);transform:translateY(18px) scale(.985);transition:transform .22s ease;outline:0}
.cart-added-modal-v176.is-open .cart-added-card-v176{transform:translateY(0) scale(1)}
.cart-added-close-v176{position:absolute;top:16px;left:16px;width:38px;height:38px;border:0;border-radius:50%;background:#f6e9ee;color:#5d4c54;font:inherit;font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer}
.cart-added-head-v176{display:flex;align-items:center;gap:15px;padding-left:48px;margin-bottom:20px}.cart-added-success-v176{flex:0 0 auto;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e8f8ee;color:#18844a;font-size:26px;font-weight:900}.cart-added-head-v176 small{display:block;color:#c64272;font-size:11px;font-weight:800}.cart-added-head-v176 h2{margin:2px 0 2px;font-size:24px;line-height:1.45}.cart-added-head-v176 p{margin:0;color:#85757c;font-size:12px}
.cart-added-product-v176{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid #efdce4;border-radius:20px;background:#fff}.cart-added-product-image-v176{width:78px;height:86px;border-radius:14px;overflow:hidden;background:#f7f1f4;display:grid;place-items:center}.cart-added-product-image-v176 img{width:100%;height:100%;object-fit:cover}.cart-added-product-image-v176 span{font-size:28px}.cart-added-product-copy-v176{min-width:0;display:flex;flex-direction:column;gap:3px}.cart-added-product-copy-v176 strong{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-added-product-copy-v176 small{color:#8c7f85;font-size:11px}.cart-added-product-copy-v176 span{color:#655a5f;font-size:11px}.cart-added-product-price-v176{text-align:left;white-space:nowrap}.cart-added-product-price-v176 small{display:block;color:#97878e;font-size:10px}.cart-added-product-price-v176 strong{font-size:14px}
.cart-added-checkout-title-v176{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 2px 14px}.cart-added-checkout-title-v176 strong{display:block;font-size:16px}.cart-added-checkout-title-v176 span{display:block;color:#8a7a82;font-size:11px}.cart-added-checkout-title-v176>b{flex:0 0 auto;padding:5px 10px;border-radius:999px;background:#f7dce6;color:#5f4350;font-size:11px}
.cart-added-steps-v176{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr);align-items:center;padding:16px;border:1px solid #f0dfe5;border-radius:20px;background:#fff}.cart-added-steps-v176>div{display:flex;align-items:center;gap:8px;min-width:0}.cart-added-steps-v176>div>i{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4edf0;color:#8c7b82;font-style:normal;font-size:12px;font-weight:900}.cart-added-steps-v176>div.is-current>i{background:linear-gradient(135deg,#e88cab,#f4b6c9);color:#171717;box-shadow:0 7px 18px rgba(232,140,171,.24)}.cart-added-steps-v176 span{min-width:0}.cart-added-steps-v176 b,.cart-added-steps-v176 small{display:block}.cart-added-steps-v176 b{font-size:12px;white-space:nowrap}.cart-added-steps-v176 small{color:#9a8c92;font-size:9px;white-space:nowrap}.cart-added-steps-v176>em{height:1px;background:#eadce1}
.cart-added-summary-v176{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:12px 16px;border-radius:15px;background:#fff4f7}.cart-added-summary-v176 span{font-size:12px;color:#6f6268}.cart-added-summary-v176 strong{font-size:16px}
.cart-added-actions-v176{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:10px;margin-top:18px}.cart-added-actions-v176 button,.cart-added-actions-v176 a{min-height:46px;border:0;border-radius:14px;padding:10px 14px;font:inherit;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-added-continue-v176{background:#f5eef1;color:#62545b}.cart-added-cart-v176{background:#fff;border:1px solid #ead6df!important;color:#5f4e56}.cart-added-checkout-v176{background:linear-gradient(135deg,#e88cab,#f4b6c9);color:#171717;box-shadow:0 10px 24px rgba(232,140,171,.22)}
@media(max-width:720px){.cart-added-modal-v176{padding:10px;align-items:end}.cart-added-card-v176{width:100%;max-height:calc(100svh - 18px);padding:22px 15px 17px;border-radius:28px 28px 18px 18px}.cart-added-head-v176{align-items:flex-start;padding-left:40px;gap:10px}.cart-added-success-v176{width:42px;height:42px;font-size:22px}.cart-added-head-v176 h2{font-size:19px}.cart-added-product-v176{grid-template-columns:64px minmax(0,1fr);gap:10px}.cart-added-product-image-v176{width:64px;height:72px}.cart-added-product-price-v176{grid-column:2;text-align:right}.cart-added-steps-v176{grid-template-columns:1fr 1fr;gap:10px;padding:12px}.cart-added-steps-v176>em{display:none}.cart-added-steps-v176>div{padding:8px;border-radius:12px;background:#fff8fa}.cart-added-actions-v176{grid-template-columns:1fr 1fr}.cart-added-checkout-v176{grid-column:1/-1}.cart-added-checkout-title-v176{margin-top:18px}}
@media(max-width:430px){.cart-added-product-price-v176 strong{font-size:12px}.cart-added-actions-v176{grid-template-columns:1fr}.cart-added-checkout-v176{grid-column:auto}}
