/*
 * Abeer Alwaili 2026 experience layer
 * Mobile-first refinements, Tajawal typography, premium motion and UX polish.
 */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

:root{
  --af-rose:#C4848A;
  --af-rose-dark:#ad6d74;
  --af-beige:#F5EDE0;
  --af-mocha:#7B5B4A;
  --af-cream:#FFF9F2;
  --af-warm-white:#FFFCF8;
  --af-text:#342824;
  --af-muted:#89766D;
  --af-border:rgba(123,91,74,.14);
  --af-shadow:0 24px 70px rgba(123,91,74,.16);
  --af-soft-shadow:0 12px 36px rgba(123,91,74,.10);
  --af-radius-xl:28px;
  --af-radius-lg:20px;
  --af-header-height:118px;
  --af-safe-bottom:env(safe-area-inset-bottom,0px);
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body,
button,
input,
select,
textarea,
.woocommerce,
.af-site-main,
.af-site-header,
.af-footer,
.af-mobile-sidebar{
  font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  letter-spacing:0;
}
body{background:linear-gradient(180deg,#fffaf4 0%,#fff 38%,#fffaf4 100%);line-height:1.75;color:var(--af-text);}
body *:not(i):not([class*='fa-']):not([class*='la-']){font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important;}
body.af-menu-open,body.af-search-open{overflow:hidden;touch-action:none;}
a,button{-webkit-tap-highlight-color:transparent;}
img{max-width:100%;height:auto;}
.container{width:min(1180px,calc(100% - 32px));max-width:1180px;}

/* Override old embedded font-family aliases without distributing font files. */
*[style*="font-family"],
.af-section-head h2,
.af-product-card h3,
.af-product-price,
.af-btn,
.af-icon-btn,
.af-browse-btn,
.af-footer h5,
.af-single-summary .product_title,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #payment #place_order{
  font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif!important;
}

/* Important icon fallback when bundled icon-font files are not present. */
i[class*="fa-"],i[class*="la-"]{font-style:normal!important;font-family:'Tajawal','Segoe UI Emoji',Tahoma,Arial,sans-serif!important;line-height:1;display:inline-flex;align-items:center;justify-content:center;}
i[class*="fa-"]::before,i[class*="la-"]::before{font-family:'Segoe UI Emoji','Tajawal',Tahoma,Arial,sans-serif!important;font-weight:400!important;display:inline-block;line-height:1;}
.fa-search:before,.la-search:before{content:'⌕'!important}.fa-home:before{content:'⌂'!important}.fa-user:before,.la-user:before{content:'👤'!important}.fa-shopping-cart:before{content:'🛒'!important}.fa-bars:before{content:'☰'!important}.fa-times:before{content:'×'!important}.fa-shipping-fast:before,.fa-truck:before{content:'🚚'!important}.fa-map-marker-question:before,.fa-map-marker-alt:before{content:'📍'!important}.fa-gift:before{content:'🎁'!important}.fa-sparkles:before{content:'✦'!important}.fa-globe:before{content:'🌐'!important}.fa-grid-2:before{content:'▦'!important}.fa-angle-down:before{content:'⌄'!important}.fa-angle-left:before,.fa-arrow-left:before,.fa-long-arrow-left:before{content:'‹'!important}.fa-long-arrow-right:before{content:'›'!important}.fa-star:before{content:'★'!important}.fa-birthday-cake:before{content:'🎂'!important}.fa-heart:before,.fa-hands-heart:before,.fa-user-heart:before{content:'♡'!important}.fa-party-horn:before{content:'🎉'!important}.fa-baby:before{content:'👶'!important}.fa-graduation-cap:before{content:'🎓'!important}.fa-house-heart:before{content:'🏠'!important}.fa-briefcase-medical:before{content:'💐'!important}.fa-flower:before{content:'✿'!important}.fa-users:before{content:'👥'!important}.fa-child:before{content:'🧸'!important}.fa-briefcase:before{content:'💼'!important}.fa-credit-card:before{content:'💳'!important}.fa-ribbon:before{content:'🎀'!important}.fa-headset:before{content:'🎧'!important}.fa-box-open:before{content:'□'!important}.fa-phone:before{content:'☎'!important}.fa-envelope:before{content:'✉'!important}.fa-whatsapp:before{content:'☏'!important}.fa-cc-visa:before{content:'VISA'!important;font-size:12px}.fa-cc-mastercard:before{content:'MC'!important;font-size:12px}.fa-shield-alt:before{content:'🛡'!important}

/* Header 2026 polish */
.af-announcement{background:linear-gradient(90deg,var(--af-mocha),#6d4f42);color:#fff;transition:transform .28s ease,opacity .28s ease,max-height .28s ease;max-height:52px;overflow:hidden;}
.af-announcement.is-hidden{transform:translateY(-120%);opacity:0;max-height:0;pointer-events:none;}
.af-announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:14px;position:relative;}
.af-announcement__text{justify-content:center;font-weight:700;font-size:14px;color:#fff;}
.af-announcement__close{position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;}
.af-service-strip{background:rgba(245,237,224,.72);border-bottom:1px solid var(--af-border);backdrop-filter:blur(10px);}
.af-service-strip ul{margin:0;min-height:40px;display:flex;align-items:center;justify-content:center;gap:28px;color:var(--af-mocha);font-weight:700;font-size:13px;}
.af-service-strip li i{font-size:17px;}
.af-site-header{top:0!important;border-bottom:1px solid rgba(123,91,74,.08);box-shadow:0 10px 34px rgba(123,91,74,.07)!important;will-change:transform;}
.af-site-header.is-sticky{box-shadow:0 18px 48px rgba(123,91,74,.13)!important;background:rgba(255,252,248,.92)!important;}
.af-header-main{padding:11px 0!important;}
.af-header-grid{gap:16px;}
.af-logo img{max-height:62px!important;width:auto;object-fit:contain;}
.af-icon-btn,.af-lang-switcher a{height:42px;min-width:42px;border-radius:999px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(123,91,74,.13)!important;box-shadow:0 8px 22px rgba(123,91,74,.07)!important;font-weight:700!important;color:var(--af-mocha)!important;}
.af-icon-btn:hover,.af-lang-switcher a:hover{transform:translateY(-2px);background:var(--af-mocha)!important;color:#fff!important;border-color:var(--af-mocha)!important;}
.total-cart{position:absolute;top:-6px;left:-5px;min-width:19px;height:19px;border-radius:999px;background:var(--af-rose);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;font-weight:800;}
.af-main-nav{background:rgba(255,252,248,.98);border-top:1px solid rgba(123,91,74,.08);border-bottom:1px solid rgba(123,91,74,.08);}
.af-nav-shell{min-height:48px;display:flex;align-items:center;justify-content:center;gap:24px;}
.af-browse-wrap{position:relative;}
.af-browse-btn{border:0!important;background:var(--af-beige)!important;color:var(--af-mocha)!important;box-shadow:inset 0 0 0 1px rgba(123,91,74,.10);}
.af-mega-panel{border-radius:0 0 26px 26px!important;border:1px solid var(--af-border)!important;box-shadow:var(--af-shadow)!important;overflow:hidden;transform-origin:top center;}
.af-browse-wrap.is-open .af-mega-panel{animation:afPanelIn .22s ease both;}
.af-menu-wrap .header-menu{display:flex;align-items:center;justify-content:center;gap:23px;margin:0;padding:0;list-style:none;}
.af-menu-wrap a{font-weight:700!important;position:relative;}
.af-menu-wrap a:after{content:'';position:absolute;right:0;left:0;bottom:8px;height:2px;border-radius:99px;background:var(--af-rose);transform:scaleX(0);transition:transform .22s ease;transform-origin:center;}
.af-menu-wrap a:hover:after{transform:scaleX(1);}

/* Search panel */
.af-search-panel{position:fixed;inset:0;z-index:1700;background:rgba(52,40,36,.52);backdrop-filter:blur(12px);display:flex;align-items:flex-start;justify-content:center;padding-top:110px;opacity:0;visibility:hidden;transition:.28s ease;}
.af-search-panel.open{opacity:1;visibility:visible;}
.af-search-inner{width:min(720px,calc(100vw - 28px));transform:translateY(-18px);transition:.28s ease;}
.af-search-panel.open .af-search-inner{transform:translateY(0);}
.af-search-panel .woocommerce-product-search{position:relative;background:#fff;border-radius:32px;padding:10px;box-shadow:var(--af-shadow);display:flex;align-items:center;gap:8px;}
.af-search-panel .search-field{height:58px!important;border:0!important;box-shadow:none!important;border-radius:24px!important;padding-inline:22px 70px!important;font-size:17px!important;}
.af-search-panel button[type="submit"]{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:var(--af-rose);color:#fff;}
.af-close-search{position:fixed!important;top:28px!important;left:28px!important;width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:var(--af-mocha);box-shadow:var(--af-soft-shadow);}

/* Premium reveal and micro interactions */
.af-js .af-reveal{opacity:0;transform:translateY(22px);filter:blur(2px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1),filter .65s ease;transition-delay:var(--af-delay,0ms);}
.af-js .af-reveal.is-visible{opacity:1;transform:none;filter:none;}
.af-product-card,.af-category-tile,.af-moment-card,.af-idea-chip,.af-editorial-card,.af-brand-card,.af-everyone-card,.af-benefit-card,.af-testimonial-card{will-change:transform;}
.af-product-card{border-radius:18px!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important;}
.af-product-card:hover{transform:translateY(-8px)!important;}
.af-product-card__image{position:relative;}
.af-product-card__image:after{content:'';position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.28) 45%,transparent 70%);transform:translateX(120%) rotate(8deg);transition:transform .75s ease;pointer-events:none;}
.af-product-card:hover .af-product-card__image:after{transform:translateX(-120%) rotate(8deg);}
.af-add-to-cart.is-clicked,.af-add-to-cart.is-added{animation:afPulse .65s ease;}
.af-products-grid.is-loading{position:relative;min-height:260px;opacity:.62;pointer-events:none;}
.af-products-grid.is-loading:after{content:'';position:absolute;inset:50% auto auto 50%;width:42px;height:42px;margin:-21px 0 0 -21px;border-radius:50%;border:3px solid rgba(196,132,138,.22);border-top-color:var(--af-rose);animation:afSpin .8s linear infinite;z-index:5;}

/* Homepage section rhythm */
.af-home-hero{border-bottom:1px solid var(--af-border);}
.af-hero-slide{min-height:560px;display:flex;align-items:center;position:relative;overflow:hidden;}
.af-hero-slide__media img{filter:saturate(.98) contrast(.98);transform:scale(1.02);transition:transform 5s ease;}
.owl-item.active .af-hero-slide__media img{transform:scale(1.08);}
.af-hero-slide__content{position:relative;z-index:3;max-width:560px;background:linear-gradient(135deg,rgba(255,252,248,.92),rgba(255,252,248,.64));border:1px solid rgba(255,255,255,.65);border-radius:32px;padding:34px;box-shadow:var(--af-soft-shadow);backdrop-filter:blur(10px);}
.af-hero-slide__content h1{font-weight:800!important;letter-spacing:-.03em;}
.af-hero__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.af-btn{font-weight:800!important;box-shadow:0 12px 26px rgba(196,132,138,.22);}
.af-btn--primary:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(196,132,138,.32);}
.af-section-head{margin-bottom:18px;}
.af-section-head h2{font-weight:800!important;letter-spacing:-.015em;}
.af-category-tiles-row,.af-moment-row,.af-idea-row,.af-brand-row,.af-everyone-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.af-category-tiles-row::-webkit-scrollbar,.af-moment-row::-webkit-scrollbar,.af-idea-row::-webkit-scrollbar,.af-brand-row::-webkit-scrollbar,.af-everyone-row::-webkit-scrollbar,.af-products-row::-webkit-scrollbar{display:none;}
.af-category-tile span,.af-moment-card span,.af-idea-chip span,.af-everyone-card span{box-shadow:0 12px 30px rgba(123,91,74,.10);transition:transform .28s ease,box-shadow .28s ease,background .28s ease;}
.af-category-tile:hover span,.af-moment-card:hover span,.af-idea-chip:hover span,.af-everyone-card:hover span{transform:translateY(-5px);box-shadow:0 18px 44px rgba(123,91,74,.16);}
.af-products-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.af-products-row .af-product-card__image{background:linear-gradient(180deg,#F5E8DB,#FFF9F2)!important;}
.af-products-row .af-product-price{margin-bottom:0!important;}
.af-editorial-card{border-radius:24px!important;box-shadow:var(--af-soft-shadow);}
.af-editorial-card img{transition:transform .6s ease,filter .35s ease;}
.af-editorial-card:hover img{transform:scale(1.08);filter:saturate(1.08);}

/* Mobile drawer v2 */
.close-overlay{position:fixed;inset:0;background:rgba(52,40,36,.5);backdrop-filter:blur(8px);z-index:1550;opacity:0;visibility:hidden;transition:.28s ease;}
.close-overlay.open-overlay{opacity:1;visibility:visible;}
.af-mobile-sidebar.sidebar{position:fixed!important;top:0!important;right:auto!important;left:auto;inset-inline-start:auto;inset-inline-end:-420px;width:min(410px,92vw)!important;max-width:92vw!important;height:100dvh!important;padding:18px!important;background:linear-gradient(180deg,#fffdf9,#fff7ef)!important;box-shadow:-26px 0 70px rgba(52,40,36,.22)!important;z-index:1600!important;overflow-y:auto!important;overscroll-behavior:contain;transition:inset-inline-end .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)!important;}
.af-mobile-sidebar.sidebar.sidebar-width,.af-mobile-sidebar.sidebar.is-open{inset-inline-end:0!important;right:auto!important;}
.af-mobile-close{position:sticky!important;top:0!important;z-index:3;margin-inline-start:auto!important;width:42px;height:42px;border-radius:999px;background:#fff!important;border:1px solid var(--af-border)!important;color:var(--af-mocha)!important;box-shadow:var(--af-soft-shadow)!important;display:flex!important;align-items:center;justify-content:center;}
.af-mobile-logo{display:flex;justify-content:center;margin:0 0 16px;}
.af-mobile-logo img{max-height:58px;width:auto;}
.af-sidebar-discover{background:rgba(255,255,255,.78);border:1px solid var(--af-border);border-radius:24px;padding:14px;margin-bottom:18px;box-shadow:0 10px 30px rgba(123,91,74,.07);}
.af-sidebar-title strong{font-weight:800!important;font-size:22px!important;}
.af-sidebar-feature-grid{grid-template-columns:1fr 1fr;gap:10px;}
.af-sidebar-feature-card{height:122px!important;border-radius:18px!important;box-shadow:0 12px 28px rgba(123,91,74,.12);}
.af-sidebar-feature-card span{font-weight:800!important;font-size:14px!important;text-shadow:0 2px 12px rgba(0,0,0,.45);}
.af-sidebar-visual-row{border-radius:16px!important;min-height:64px!important;grid-template-columns:54px 1fr auto!important;padding:8px 10px!important;box-shadow:0 8px 22px rgba(123,91,74,.045);transition:transform .2s ease,background .2s ease;}
.af-sidebar-visual-row span{width:54px!important;height:50px!important;border-radius:13px!important;}
.af-mobile-menu{background:#fff;border:1px solid var(--af-border);border-radius:22px;padding:6px!important;box-shadow:0 10px 28px rgba(123,91,74,.06);}
.af-mobile-menu li{border-bottom:0!important;}
.af-mobile-menu li a{border-bottom:1px solid rgba(123,91,74,.09)!important;border-radius:14px;padding:14px 12px!important;font-weight:700;color:var(--af-text)!important;}
.af-mobile-menu li:last-child a{border-bottom:0!important;}
.af-mobile-menu li a:hover{background:var(--af-beige)!important;color:var(--af-rose)!important;}
.af-mobile-sidebar.is-open .af-sidebar-feature-card,.af-mobile-sidebar.is-open .af-sidebar-visual-row,.af-mobile-sidebar.is-open .af-mobile-menu li{animation:afDrawerItem .42s ease both;}
.af-mobile-sidebar.is-open .af-sidebar-visual-row:nth-child(1){animation-delay:.04s}.af-mobile-sidebar.is-open .af-sidebar-visual-row:nth-child(2){animation-delay:.07s}.af-mobile-sidebar.is-open .af-sidebar-visual-row:nth-child(3){animation-delay:.1s}.af-mobile-sidebar.is-open .af-sidebar-visual-row:nth-child(4){animation-delay:.13s}.af-mobile-sidebar.is-open .af-sidebar-visual-row:nth-child(5){animation-delay:.16s}

/* WooCommerce mobile polish */
.woocommerce-page .af-site-main,.woocommerce-cart .af-site-main,.woocommerce-checkout .af-site-main{background:#fffaf4;}
.woocommerce table.shop_table,.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:22px!important;border:1px solid var(--af-border)!important;box-shadow:0 12px 34px rgba(123,91,74,.07);overflow:hidden;background:#fff;}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{border-radius:15px!important;border:1px solid var(--af-border)!important;background:#fff!important;min-height:48px;padding-inline:14px!important;color:var(--af-text)!important;box-shadow:none!important;}
.woocommerce input.input-text:focus,.woocommerce textarea:focus{border-color:var(--af-rose)!important;box-shadow:0 0 0 4px rgba(196,132,138,.12)!important;outline:0!important;}

/* Mobile bottom tab bar */
.af-mobile-tabbar{display:none;position:fixed;right:10px;left:10px;bottom:calc(10px + var(--af-safe-bottom));z-index:1200;background:rgba(255,252,248,.92);border:1px solid rgba(123,91,74,.14);box-shadow:0 18px 54px rgba(52,40,36,.20);border-radius:24px;padding:8px;backdrop-filter:blur(16px);}
.af-mobile-tabbar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;}
.af-mobile-tabbar a,.af-mobile-tabbar button{height:50px;border:0;background:transparent;border-radius:18px;color:var(--af-mocha);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:800;position:relative;}
.af-mobile-tabbar a:active,.af-mobile-tabbar button:active{background:var(--af-beige);transform:scale(.96);}
.af-mobile-tabbar i{font-size:18px;}

@keyframes afPanelIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@keyframes afPulse{0%{transform:scale(1)}38%{transform:scale(.96)}72%{transform:scale(1.04)}100%{transform:scale(1)}}
@keyframes afSpin{to{transform:rotate(360deg)}}
@keyframes afDrawerItem{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:none}}

@media (min-width:992px){
  .af-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;}
  .af-product-card__body{padding:16px!important;}
  .af-product-card h3{font-size:16px!important;}
}

@media (max-width:991px){
  :root{--af-header-height:70px;}
  body{padding-bottom:calc(78px + var(--af-safe-bottom));}
  .container{width:min(100% - 24px,1180px);}
  .af-service-strip ul{justify-content:flex-start;overflow-x:auto;gap:18px;white-space:nowrap;padding:0 4px;scrollbar-width:none;}
  .af-service-strip ul::-webkit-scrollbar{display:none;}
  .af-main-nav{display:none!important;}
  .af-header-main{padding:8px 0!important;}
  .af-header-grid{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;}
  .af-logo img{max-height:48px!important;}
  .af-icon-btn,.af-lang-switcher a{width:40px;height:40px;min-width:40px;padding:0!important;}
  .af-icon-btn span,.af-lang-switcher span,.af-account-link{display:none!important;}
  .af-header-actions{gap:7px!important;}
  .af-header-actions--left{justify-content:flex-start!important;}
  .af-header-actions--right{justify-content:flex-end!important;}
  .af-home-hero{border-radius:0 0 28px 28px;overflow:hidden;}
  .af-hero-slide{min-height:460px;align-items:flex-end;}
  .af-hero-slide__media:after{background:linear-gradient(180deg,rgba(255,249,242,.28),rgba(255,249,242,.94) 68%,#fffaf4 100%)!important;}
  .af-hero-slide__content{max-width:100%;padding:22px 18px 82px!important;border-radius:24px 24px 0 0;background:rgba(255,252,248,.76);border-color:rgba(255,255,255,.54);box-shadow:none;}
  .af-hero-slide__content h1{font-size:31px!important;line-height:1.28!important;margin-bottom:10px!important;}
  .af-hero-slide__content p{font-size:14px!important;line-height:1.8;margin-bottom:14px;}
  .af-hero__actions .af-btn{min-height:44px;padding:0 18px;font-size:14px;}
  .af-home-hero .owl-nav{display:none!important;}
  .af-home-hero .owl-dots{bottom:32px!important;}
  .af-category-section--floward,.af-moment-section,.af-ideas-section,.af-product-rail-section,.af-products-section,.af-editorial-section,.af-brand-section,.af-everyone-section,.af-benefits,.af-testimonials{padding:26px 0!important;}
  .af-section-head{align-items:flex-end!important;margin-bottom:14px!important;gap:10px;}
  .af-section-head h2{font-size:24px!important;line-height:1.35;}
  .af-section-head>a{font-size:13px;white-space:nowrap;}
  .af-category-tiles-row{display:flex!important;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 8px;}
  .af-category-tile{min-width:138px;scroll-snap-align:start;}
  .af-category-tile span{height:130px!important;border-radius:20px!important;}
  .af-category-tile strong{font-size:13px!important;}
  .af-moment-row,.af-idea-row,.af-everyone-row,.af-brand-row{display:flex!important;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 2px 8px;}
  .af-moment-card,.af-idea-chip,.af-everyone-card{min-width:92px;scroll-snap-align:start;}
  .af-moment-card span,.af-idea-chip span,.af-everyone-card span{width:72px!important;height:72px!important;font-size:23px!important;}
  .af-moment-card strong,.af-idea-chip strong,.af-everyone-card strong{font-size:12px!important;}
  .af-products-row{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px!important;margin-inline:-2px;}
  .af-products-row .af-product-card{min-width:46vw!important;max-width:46vw!important;scroll-snap-align:start;border-radius:16px!important;background:#fff!important;border:1px solid rgba(123,91,74,.09)!important;padding:0!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(123,91,74,.055)!important;}
  .af-products-row .af-product-card__image{height:auto!important;aspect-ratio:1/1.06;border-radius:0!important;border:0!important;}
  .af-products-row .af-product-card__image img{object-fit:contain!important;padding:8px!important;}
  .af-products-row .af-product-card__body{padding:10px!important;}
  .af-products-row .af-product-card h3{font-size:12px!important;line-height:1.55!important;min-height:39px!important;margin-bottom:4px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .af-products-row .af-product-price{font-size:13px!important;}
  .af-products-row .af-product-actions{display:none!important;}
  .af-products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .af-products-grid .af-product-card{border-radius:18px!important;box-shadow:0 8px 24px rgba(123,91,74,.06)!important;}
  .af-products-grid .af-product-card__image{height:auto!important;aspect-ratio:1/1.05;border-radius:18px 18px 0 0!important;}
  .af-products-grid .af-product-card__body{padding:10px!important;}
  .af-products-grid .af-product-card h3{font-size:12px!important;line-height:1.55!important;min-height:38px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .af-products-grid .af-product-card__meta,.af-products-grid .af-view-product{display:none!important;}
  .af-products-grid .af-product-price{font-size:13px!important;margin:4px 0 8px!important;}
  .af-products-grid .af-add-to-cart{height:36px!important;border-radius:12px!important;font-size:11px!important;}
  .af-filter-tabs{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:8px;scrollbar-width:none;}
  .af-filter-tabs::-webkit-scrollbar{display:none;}
  .af-filter-btn{height:38px!important;padding:0 14px!important;white-space:nowrap;font-size:13px!important;}
  .af-editorial-grid{display:flex!important;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:8px;}
  .af-editorial-card{min-width:78vw;height:220px!important;scroll-snap-align:start;}
  .af-benefits-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .af-benefit-card{padding:16px 12px!important;border-radius:18px!important;}
  .af-benefit-card h3{font-size:15px!important;}
  .af-benefit-card p{font-size:12px!important;line-height:1.7;}
  .af-footer-newsletter{border-radius:24px!important;padding:20px!important;display:block!important;}
  .af-newsletter-form{margin-top:14px;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .af-footer{padding-bottom:calc(86px + var(--af-safe-bottom))!important;}
  .af-mobile-tabbar{display:block;}
  .af-whatsapp-float{display:none!important;}
}

@media (max-width:430px){
  .container{width:min(100% - 18px,1180px);}
  .af-announcement__text{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline:28px;}
  .af-service-strip li span{font-size:12px;}
  .af-hero-slide{min-height:430px;}
  .af-hero-slide__content h1{font-size:27px!important;}
  .af-products-row .af-product-card{min-width:48vw!important;max-width:48vw!important;}
  .af-products-grid{gap:10px!important;}
  .af-product-badge{font-size:10px!important;padding:3px 8px!important;top:8px!important;right:8px!important;}
  .af-sidebar-feature-card{height:110px!important;}
  .af-mobile-sidebar.sidebar{width:94vw!important;max-width:94vw!important;padding:14px!important;}
  .af-mobile-tabbar{right:8px;left:8px;border-radius:22px;}
  .af-mobile-tabbar a,.af-mobile-tabbar button{height:48px;font-size:10px;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}
  .af-js .af-reveal{opacity:1!important;transform:none!important;filter:none!important;}
}

/* ========================================================================
   Professional correction layer: clean icons, calmer motion, tighter mobile.
   ======================================================================== */
:root{
  --af-rose:#C4848A;
  --af-rose-dark:#A96E75;
  --af-beige:#F5EDE0;
  --af-mocha:#6F5143;
  --af-ink:#2D2421;
  --af-muted:#7F7068;
  --af-line:rgba(111,81,67,.13);
  --af-card:#FFFFFF;
  --af-page:#FFF9F2;
  --af-shadow:0 16px 42px rgba(45,36,33,.10);
  --af-soft-shadow:0 8px 24px rgba(45,36,33,.075);
}
body{background:#fffaf5;color:var(--af-ink);font-weight:400;}
a{color:inherit;}

.af-svg-icon{width:20px;height:20px;display:inline-flex;vertical-align:middle;flex:0 0 auto;color:currentColor;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease,color .2s ease,opacity .2s ease;}
.af-svg-star{fill:currentColor;stroke:currentColor;stroke-width:1.3;}
.af-svg-cart,.af-svg-user,.af-svg-search,.af-svg-menu{width:21px;height:21px;}
.af-svg-close{width:19px;height:19px;}
.af-svg-truck,.af-svg-gift,.af-svg-pin{width:19px;height:19px;}
.af-svg-chevon-left,.af-svg-arrow-left,.af-svg-chevron-left{width:17px;height:17px;}

/* Stop the earlier emoji/icon fallback from leaking into the interface. */
i[class*="fa-"],i[class*="la-"]{font-family:inherit!important;font-style:normal!important;font-size:0!important;width:0!important;height:0!important;overflow:hidden!important;display:inline-block!important;}
i[class*="fa-"]::before,i[class*="la-"]::before{content:''!important;display:none!important;}

/* Header: premium, calmer, and more aligned. */
.af-announcement{background:#2f2420!important;max-height:44px;}
.af-announcement__inner{min-height:36px;}
.af-announcement__text{font-size:13px;font-weight:600;gap:8px;display:flex;align-items:center;}
.af-announcement__close{background:transparent!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important;width:28px;height:28px;}
.af-service-strip{background:#fff!important;border-bottom:1px solid var(--af-line)!important;}
.af-service-strip ul{min-height:38px;gap:34px;font-size:13px;font-weight:500;color:var(--af-mocha);}
.af-service-strip li{display:flex;align-items:center;gap:7px;}
.af-site-header{background:rgba(255,250,245,.96)!important;border-bottom:1px solid var(--af-line)!important;box-shadow:0 8px 22px rgba(45,36,33,.055)!important;backdrop-filter:blur(14px);}
.af-site-header.is-sticky{background:rgba(255,250,245,.98)!important;box-shadow:0 10px 26px rgba(45,36,33,.08)!important;}
.af-header-main{padding:10px 0!important;}
.af-header-grid{min-height:56px;}
.af-logo img{max-height:56px!important;display:block;}
.af-icon-btn,.af-lang-switcher a{width:auto;min-width:40px;height:40px;padding:0 13px!important;border-radius:999px!important;border:1px solid var(--af-line)!important;background:#fff!important;color:var(--af-mocha)!important;box-shadow:none!important;gap:7px;font-size:13px;line-height:1;}
.af-icon-btn:hover,.af-lang-switcher a:hover{transform:none!important;background:#fff7f1!important;color:var(--af-rose-dark)!important;border-color:rgba(196,132,138,.32)!important;}
.af-icon-btn:active,.af-lang-switcher a:active{transform:scale(.98)!important;}
.total-cart{top:-5px;left:-6px;background:var(--af-rose-dark);font-size:10px;box-shadow:0 4px 10px rgba(169,110,117,.25);}
.af-main-nav{background:#fff!important;border-color:var(--af-line)!important;}
.af-nav-shell{min-height:46px;gap:24px;}
.af-browse-btn{height:34px;padding:0 15px!important;border-radius:999px!important;background:#f8efe7!important;border:1px solid var(--af-line)!important;color:var(--af-mocha)!important;gap:8px;font-size:13px;font-weight:600;box-shadow:none!important;}
.af-browse-btn:hover{background:#fff3ea!important;color:var(--af-rose-dark)!important;}
.af-menu-wrap .header-menu{gap:26px;}
.af-menu-wrap a{font-size:14px!important;font-weight:500!important;color:var(--af-ink)!important;padding:14px 0!important;}
.af-menu-wrap a:after{bottom:9px;height:1px;background:var(--af-rose-dark);}
.af-mega-panel{border-radius:0 0 22px 22px!important;box-shadow:0 20px 45px rgba(45,36,33,.12)!important;background:#fff!important;border:1px solid var(--af-line)!important;}

/* Search overlay: clean modal, no heavy blur look. */
.af-search-panel{background:rgba(45,36,33,.42);backdrop-filter:blur(6px);padding-top:96px;}
.af-search-panel .woocommerce-product-search{border-radius:24px;padding:8px;box-shadow:0 18px 44px rgba(45,36,33,.18);}
.af-search-panel .search-field{height:54px!important;border-radius:18px!important;font-size:15px!important;}
.af-search-panel button[type="submit"]{left:14px;width:42px;height:42px;background:var(--af-mocha);}
.af-close-search{top:24px!important;left:24px!important;width:40px;height:40px;background:#fff!important;}

/* Motion: present but refined. */
.af-js .af-reveal{opacity:0;transform:translateY(12px);filter:none;transition:opacity .42s ease,transform .42s ease;}
.af-js .af-reveal.is-visible{opacity:1;transform:none;}
.af-product-card,.af-category-tile,.af-moment-card,.af-idea-chip,.af-editorial-card,.af-brand-card,.af-everyone-card,.af-benefit-card,.af-testimonial-card{will-change:auto;}
.af-product-card:hover{transform:translateY(-3px)!important;box-shadow:0 12px 28px rgba(45,36,33,.10)!important;}
.af-product-card__image:after{display:none!important;}
.af-add-to-cart.is-clicked,.af-add-to-cart.is-added{animation:none!important;}

/* Product cards: steadier composition. */
.af-product-card{background:#fff!important;border:1px solid rgba(111,81,67,.11)!important;box-shadow:0 6px 18px rgba(45,36,33,.055)!important;border-radius:16px!important;overflow:hidden;}
.af-product-card__image{background:#f8f1ea!important;border-radius:0!important;}
.af-product-card__image img{object-fit:contain!important;}
.af-product-badge{background:#28504E!important;color:#fff!important;border-radius:4px!important;font-weight:600!important;letter-spacing:0!important;}
.af-rating{display:inline-flex;align-items:center;gap:4px;color:#A36C51!important;font-size:12px;font-weight:600;}
.af-rating .af-svg-icon{width:13px;height:13px;}
.af-product-card h3{font-weight:500!important;color:var(--af-ink)!important;}
.af-product-price{font-weight:700!important;color:var(--af-ink)!important;}
.af-product-actions{gap:8px;}
.af-view-product,.af-add-to-cart{border-radius:12px!important;font-weight:600!important;}
.af-add-to-cart{background:var(--af-mocha)!important;color:#fff!important;}
.af-add-to-cart .af-svg-icon{width:16px;height:16px;}

/* Homepage rhythm and section titles closer to the reference. */
.af-home-hero{background:#fff;border-bottom:0;}
.af-hero-slide{min-height:520px;}
.af-hero-slide__content{max-width:480px;background:rgba(255,255,255,.88);border-radius:22px;padding:28px;box-shadow:0 18px 44px rgba(45,36,33,.11);border:1px solid rgba(255,255,255,.72);}
.af-hero-slide__content h1{font-size:40px!important;line-height:1.25!important;font-weight:700!important;letter-spacing:-.01em;}
.af-hero-slide__content p{color:var(--af-muted);font-size:15px;line-height:1.85;}
.af-btn{border-radius:999px!important;box-shadow:none!important;font-weight:600!important;}
.af-btn--primary{background:var(--af-mocha)!important;color:#fff!important;}
.af-btn--primary:hover{transform:none;box-shadow:none;background:#51392f!important;}
.af-section-head h2{font-size:27px!important;font-weight:600!important;letter-spacing:0;color:var(--af-ink);}
.af-section-head span{font-weight:500;color:var(--af-muted);}
.af-section-head>a{font-weight:600;display:inline-flex;align-items:center;gap:6px;color:var(--af-mocha);}
.af-category-tile span,.af-moment-card span,.af-idea-chip span,.af-everyone-card span{box-shadow:none!important;border:1px solid rgba(111,81,67,.10);background:#f8f1ea;}
.af-category-tile:hover span,.af-moment-card:hover span,.af-idea-chip:hover span,.af-everyone-card:hover span{transform:none;box-shadow:0 8px 22px rgba(45,36,33,.08)!important;}
.af-moment-card .af-svg-icon,.af-idea-chip .af-svg-icon,.af-everyone-card .af-svg-icon{width:28px;height:28px;stroke-width:1.55;color:var(--af-mocha);}
.af-benefit-card .af-svg-icon{width:30px;height:30px;color:var(--af-mocha);margin-bottom:10px;}
.af-stars{display:flex;align-items:center;gap:3px;color:#B97A50;}
.af-stars .af-svg-icon{width:14px;height:14px;}

/* Drawer: image rich, but disciplined. */
.close-overlay{background:rgba(45,36,33,.38);backdrop-filter:blur(4px);}
.af-mobile-sidebar.sidebar{width:min(390px,92vw)!important;max-width:92vw!important;background:#fffaf5!important;border-inline-start:1px solid rgba(111,81,67,.10);box-shadow:-18px 0 48px rgba(45,36,33,.18)!important;padding:16px!important;transition:inset-inline-end .26s ease!important;}
.af-mobile-close{width:38px;height:38px;background:#fff!important;border:1px solid var(--af-line)!important;box-shadow:none!important;color:var(--af-mocha)!important;}
.af-mobile-logo{margin-bottom:14px;}
.af-mobile-logo img{max-height:50px;}
.af-sidebar-discover{background:#fff!important;border:1px solid var(--af-line)!important;border-radius:18px;padding:12px;margin-bottom:14px;box-shadow:none!important;}
.af-sidebar-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px;}
.af-sidebar-title strong{font-size:20px!important;font-weight:600!important;}
.af-sidebar-title small{color:var(--af-muted);font-size:12px;}
.af-sidebar-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;}
.af-sidebar-feature-card{height:116px!important;border-radius:14px!important;overflow:hidden;box-shadow:none!important;border:1px solid rgba(111,81,67,.10);}
.af-sidebar-feature-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.36));z-index:1;}
.af-sidebar-feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease;}
.af-sidebar-feature-card span{font-size:13px!important;font-weight:600!important;text-shadow:none!important;z-index:2;color:#fff;}
.af-sidebar-visual-list{display:grid;gap:8px;}
.af-sidebar-visual-row{min-height:58px!important;border-radius:14px!important;grid-template-columns:50px 1fr auto!important;padding:7px 9px!important;background:#fff!important;border:1px solid rgba(111,81,67,.10);box-shadow:none!important;color:var(--af-ink);}
.af-sidebar-visual-row:hover{background:#fff6ef!important;transform:none!important;}
.af-sidebar-visual-row span{width:50px!important;height:44px!important;border-radius:10px!important;background:#f8f1ea;overflow:hidden;}
.af-sidebar-visual-row img{width:100%;height:100%;object-fit:cover;}
.af-sidebar-visual-row strong{font-weight:500;font-size:14px;}
.af-sidebar-visual-row .af-svg-icon{width:16px;height:16px;color:var(--af-muted);}
.af-mobile-menu{border-radius:18px;border:1px solid var(--af-line);box-shadow:none;padding:4px!important;background:#fff;}
.af-mobile-menu li a{border-radius:12px;padding:12px!important;font-weight:500!important;}
.af-mobile-sidebar.is-open .af-sidebar-feature-card,.af-mobile-sidebar.is-open .af-sidebar-visual-row,.af-mobile-sidebar.is-open .af-mobile-menu li{animation:none!important;}

.af-footer-payments{display:flex;align-items:center;gap:8px;}
.af-payment-mark{min-width:40px;height:24px;padding:0 8px;border:1px solid rgba(255,255,255,.22);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;}
.af-footer-contact li a,.af-footer-contact li{display:flex;align-items:center;gap:8px;}
.af-footer-contact .af-svg-icon,.af-footer-payments .af-svg-icon{width:17px;height:17px;}
.af-whatsapp-float .af-svg-icon{width:25px;height:25px;}

.af-owl-arrow{font-size:26px;line-height:1;font-weight:300;display:inline-flex;align-items:center;justify-content:center;}

@media (max-width:991px){
  body{padding-bottom:0;}
  .container{width:min(100% - 22px,1180px);}
  .af-announcement__inner{min-height:34px;}
  .af-service-strip ul{gap:20px;justify-content:flex-start;padding-inline:2px;}
  .af-service-strip li{min-width:max-content;}
  .af-header-grid{grid-template-columns:1fr auto 1fr!important;min-height:50px;gap:8px;}
  .af-header-main{padding:7px 0!important;}
  .af-logo img{max-height:42px!important;}
  .af-icon-btn,.af-lang-switcher a{width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;}
  .af-icon-btn span,.af-lang-switcher span,.af-account-link{display:none!important;}
  .af-header-actions{gap:6px!important;}
  .af-svg-cart,.af-svg-user,.af-svg-search,.af-svg-menu{width:19px;height:19px;}
  .af-home-hero{border-radius:0;}
  .af-hero-slide{min-height:390px!important;align-items:flex-end;}
  .af-hero-slide__content{margin:0 0 18px;max-width:100%;padding:18px!important;border-radius:18px;background:rgba(255,255,255,.88);}
  .af-hero-slide__content h1{font-size:25px!important;line-height:1.35!important;margin-bottom:6px!important;}
  .af-hero-slide__content p{font-size:13px!important;line-height:1.7;margin-bottom:10px;}
  .af-hero__actions .af-btn{min-height:40px;padding:0 16px;font-size:13px;}
  .af-home-hero .owl-dots{bottom:12px!important;}
  .af-category-section--floward,.af-moment-section,.af-ideas-section,.af-product-rail-section,.af-products-section,.af-editorial-section,.af-brand-section,.af-everyone-section,.af-benefits,.af-testimonials{padding:22px 0!important;}
  .af-section-head{margin-bottom:12px!important;}
  .af-section-head h2{font-size:21px!important;line-height:1.45;}
  .af-section-head>a{font-size:12px;}
  .af-category-tiles-row,.af-moment-row,.af-idea-row,.af-everyone-row,.af-brand-row,.af-products-row,.af-editorial-grid,.af-filter-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;}
  .af-category-tile{min-width:132px;}
  .af-category-tile span{height:122px!important;border-radius:16px!important;}
  .af-moment-card,.af-idea-chip,.af-everyone-card{min-width:84px;}
  .af-moment-card span,.af-idea-chip span,.af-everyone-card span{width:68px!important;height:68px!important;}
  .af-moment-card .af-svg-icon,.af-idea-chip .af-svg-icon,.af-everyone-card .af-svg-icon{width:25px;height:25px;}
  .af-products-row{gap:10px!important;padding-bottom:8px!important;margin-inline:0!important;}
  .af-products-row .af-product-card{min-width:46%!important;max-width:46%!important;border-radius:14px!important;box-shadow:none!important;}
  .af-products-row .af-product-card__image{aspect-ratio:1/1.08!important;}
  .af-products-row .af-product-card__body{padding:9px!important;}
  .af-products-row .af-product-card h3{font-size:12px!important;line-height:1.55!important;min-height:37px!important;}
  .af-products-row .af-product-price{font-size:12px!important;}
  .af-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .af-products-grid .af-product-card{border-radius:14px!important;box-shadow:none!important;}
  .af-products-grid .af-product-card__image{border-radius:0!important;aspect-ratio:1/1.08!important;}
  .af-products-grid .af-product-card__body{padding:9px!important;}
  .af-filter-btn{height:36px!important;padding:0 13px!important;border-radius:999px!important;font-size:12px!important;}
  .af-editorial-card{min-width:76vw;height:210px!important;border-radius:18px!important;}
  .af-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .af-benefit-card{padding:14px 10px!important;border-radius:16px!important;}
  .af-benefit-card h3{font-size:14px!important;}
  .af-mobile-tabbar{display:none!important;}
  .af-footer{padding-bottom:24px!important;}
}

@media (max-width:430px){
  .container{width:min(100% - 18px,1180px);}
  .af-announcement__text{font-size:12px;padding-inline:26px;}
  .af-hero-slide{min-height:370px!important;}
  .af-hero-slide__content h1{font-size:23px!important;}
  .af-products-row .af-product-card{min-width:48%!important;max-width:48%!important;}
  .af-mobile-sidebar.sidebar{width:94vw!important;max-width:94vw!important;padding:12px!important;}
  .af-sidebar-feature-card{height:104px!important;}
}
