/* Aurora 1.0 — Siyezden / OpenCart 3.0.3.7 */
:root {
  --aurora-cream-50:#fdfcf8; --aurora-cream-100:#f7f3e9; --aurora-cream-200:#eee6d5;
  --aurora-brown-950:#241d18; --aurora-brown-800:#44352a; --aurora-brown-600:#725c4b;
  --aurora-olive-800:#414b31; --aurora-olive-700:#55613f; --aurora-olive-100:#e9eddf;
  --aurora-gold-600:#a8732d; --aurora-gold-100:#f4e7cf;
  --aurora-text:#2b241f; --aurora-muted:#746b63; --aurora-line:#e5ded3; --aurora-surface:#fff;
  --aurora-success:#267044; --aurora-warning:#a56b16; --aurora-error:#b63f35;
  --aurora-radius-xs:4px; --aurora-radius-sm:8px; --aurora-radius-md:14px; --aurora-radius-lg:22px;
  --aurora-shadow-sm:0 4px 16px rgba(50,38,29,.06); --aurora-shadow-md:0 18px 44px rgba(50,38,29,.11);
  --aurora-container:1320px; --aurora-header-height:82px;
  --aurora-space-1:4px; --aurora-space-2:8px; --aurora-space-3:12px; --aurora-space-4:16px;
  --aurora-space-5:24px; --aurora-space-6:32px; --aurora-space-7:48px; --aurora-space-8:72px;
}

/* Newsletter feedback is rendered only after validation or a server response. */
.aurora-theme .aurora-newsletter__status:empty{display:none}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.aurora-theme{min-width:320px;margin:0;overflow-x:hidden;background:var(--aurora-cream-50);color:var(--aurora-text);font:400 15px/1.65 "DM Sans",sans-serif;-webkit-font-smoothing:antialiased}
body.aurora-lock{overflow:hidden}
.aurora-theme h1,.aurora-theme h2,.aurora-theme h3,.aurora-theme h4,.aurora-theme h5,.aurora-theme h6{color:var(--aurora-brown-950);font-family:"Manrope",sans-serif;font-weight:700;letter-spacing:-.025em}
.aurora-theme h1{font-size:clamp(32px,4vw,58px);line-height:1.07}.aurora-theme h2{font-size:clamp(27px,3vw,42px);line-height:1.16}.aurora-theme h3{font-size:21px;line-height:1.3}
.aurora-theme a{color:inherit;text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}
.aurora-theme a:not(.btn):not(.aurora-btn):hover,.aurora-theme a:not(.btn):not(.aurora-btn):focus{color:var(--aurora-olive-700);text-decoration:none}
.aurora-theme img{max-width:100%;height:auto}.aurora-theme button,.aurora-theme input,.aurora-theme select,.aurora-theme textarea{font:inherit}
.aurora-theme button,.aurora-theme a{touch-action:manipulation}.aurora-theme :focus-visible{outline:3px solid rgba(168,115,45,.42);outline-offset:3px}
.aurora-container,.aurora-theme .container{width:min(calc(100% - 40px),var(--aurora-container));max-width:none;margin-inline:auto;padding-left:0;padding-right:0}
.aurora-skip{position:fixed;top:8px;left:8px;z-index:9999;transform:translateY(-160%);padding:10px 16px;border-radius:6px;background:#fff;color:#111;box-shadow:var(--aurora-shadow-md)}.aurora-skip:focus{transform:none}

/* Header */
.aurora-announcement{background:var(--aurora-brown-950);color:#f8f2e9;font-size:12px;letter-spacing:.025em}.aurora-announcement .aurora-container{min-height:35px;display:flex;align-items:center;justify-content:space-between}
.aurora-header{position:sticky;top:0;z-index:1000;background:#fdfcf8;border-bottom:1px solid var(--aurora-line);transition:box-shadow .2s ease}.aurora-header.is-scrolled{box-shadow:0 8px 26px rgba(49,38,29,.09)}
.aurora-header__main{height:var(--aurora-header-height);display:grid;grid-template-columns:210px minmax(280px,580px) 1fr;align-items:center;gap:34px}
.aurora-logo{display:inline-flex;align-items:center}.aurora-logo img{width:auto;max-width:190px;max-height:51px;object-fit:contain}.aurora-logo span,.aurora-footer__wordmark{font:800 29px/1 "Manrope",sans-serif;color:var(--aurora-brown-950)}
.aurora-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.aurora-action{min-height:48px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:0;background:transparent;color:var(--aurora-brown-800);font-size:12px;font-weight:600;white-space:nowrap}.aurora-action i{font-size:19px}.aurora-icon-button{width:44px;height:44px;border:0;background:transparent;color:var(--aurora-text);font-size:20px}
.aurora-search{position:relative}.aurora-search input.form-control{width:100%;height:48px;padding:0 52px 0 18px;border:1px solid #dcd4c8;border-radius:999px;background:#fff;box-shadow:none;color:var(--aurora-text)}.aurora-search input:focus{border-color:var(--aurora-gold-600);box-shadow:0 0 0 4px rgba(168,115,45,.1)}.aurora-search>button{position:absolute;top:4px;right:4px;width:40px;height:40px;border:0;border-radius:50%;background:var(--aurora-olive-800);color:#fff}.aurora-autocomplete{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:20;overflow:hidden;border-radius:var(--aurora-radius-md);background:#fff;box-shadow:var(--aurora-shadow-md)}
.aurora-header__nav{border-top:1px solid rgba(229,222,211,.72)}.aurora-nav__list{display:flex;align-items:center;justify-content:center;gap:2px;margin:0;padding:0;list-style:none}.aurora-nav__list>li>a{min-height:50px;display:flex;align-items:center;padding:0 14px;color:var(--aurora-brown-800);font-size:12px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}.aurora-nav__item{position:static}.aurora-nav__item.has-children>a::after{content:"\f107";margin-left:7px;font-family:FontAwesome;font-size:11px}.aurora-nav__list>li:hover>a{color:var(--aurora-gold-600)}
.aurora-mega{position:absolute;top:100%;right:0;left:0;visibility:hidden;opacity:0;transform:translateY(8px);padding:25px max(20px,calc((100vw - var(--aurora-container))/2));border-top:1px solid var(--aurora-line);background:#fff;box-shadow:var(--aurora-shadow-md);transition:.18s ease}.aurora-nav__item:hover .aurora-mega,.aurora-nav__item:focus-within .aurora-mega{visibility:visible;opacity:1;transform:none}.aurora-mega__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid var(--aurora-line)}.aurora-mega__head strong{font:700 18px "Manrope"}.aurora-mega__head>a{color:var(--aurora-gold-600);font-size:12px;font-weight:700}.aurora-mega__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 25px}.aurora-mega__title{display:block;padding:5px 0;color:var(--aurora-brown-800);font-weight:700}.aurora-mega__group ul{margin:4px 0 0;padding:0;list-style:none}.aurora-mega__group li a{display:block;padding:4px 0;color:var(--aurora-muted);font-size:12px}
.aurora-mobile-only,.aurora-mobile-nav{display:none}

/* Mini cart and overlays */
.aurora-mini-cart__toggle{position:relative}.aurora-theme #cart-total.aurora-mini-cart__count{max-width:none;margin-left:3px;overflow:visible;color:var(--aurora-brown-800);font-size:inherit;font-weight:inherit;text-overflow:clip}.aurora-mini-cart__count>span{display:inline!important}.aurora-mini-cart__menu{right:0!important;left:auto!important;width:min(410px,calc(100vw - 24px));margin-top:10px;padding:0;border:1px solid var(--aurora-line);border-radius:var(--aurora-radius-md);box-shadow:var(--aurora-shadow-md)}.aurora-mini-cart__head{display:flex;justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--aurora-line)}.aurora-mini-cart__items{max-height:340px;overflow-y:auto}.aurora-mini-cart__item{display:grid;grid-template-columns:76px 1fr 28px;gap:12px;padding:14px 16px;border-bottom:1px solid var(--aurora-line)}.aurora-mini-cart__image{overflow:hidden;border-radius:8px;background:var(--aurora-cream-100)}.aurora-mini-cart__image img{width:100%;height:76px;object-fit:contain}.aurora-mini-cart__name{display:block;font-weight:600;line-height:1.35}.aurora-mini-cart__item small,.aurora-mini-cart__item span{display:block;color:var(--aurora-muted);font-size:11px}.aurora-mini-cart__remove{width:28px;height:28px;border:0;background:transparent;color:var(--aurora-muted)}.aurora-mini-cart__totals{margin:0;padding:14px 18px;border-bottom:1px solid var(--aurora-line)}.aurora-mini-cart__totals div{display:flex;justify-content:space-between}.aurora-mini-cart__totals dt,.aurora-mini-cart__totals dd{font-size:12px}.aurora-mini-cart__totals dd{font-weight:700}.aurora-mini-cart__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px}.aurora-mini-cart__actions .aurora-btn{padding:0 10px;font-size:11px}
.aurora-search-dialog,.aurora-mobile-nav{position:fixed;inset:0;z-index:2000;visibility:hidden}.aurora-search-dialog.is-open,.aurora-mobile-nav.is-open{visibility:visible}.aurora-search-dialog__backdrop,.aurora-mobile-nav__backdrop{position:absolute;inset:0;border:0;background:rgba(30,24,19,.54);opacity:0;transition:opacity .2s}.is-open>.aurora-search-dialog__backdrop,.is-open>.aurora-mobile-nav__backdrop{opacity:1}.aurora-search-dialog__panel{position:relative;width:min(680px,calc(100% - 28px));margin:8vh auto;padding:24px;border-radius:var(--aurora-radius-lg);background:#fff;box-shadow:var(--aurora-shadow-md);transform:translateY(-15px);opacity:0;transition:.2s}.aurora-search-dialog.is-open .aurora-search-dialog__panel{transform:none;opacity:1}.aurora-search-dialog__head{display:flex;justify-content:space-between;margin-bottom:18px;font:700 19px "Manrope"}.aurora-search-dialog__head button{border:0;background:transparent}.aurora-search-dialog__hint{margin:15px 3px 0;color:var(--aurora-muted);font-size:12px}

/* Controls */
.aurora-btn,.aurora-theme .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid transparent;border-radius:var(--aurora-radius-sm);box-shadow:none;font-weight:700;line-height:1.1}.aurora-theme .aurora-btn--primary,.aurora-theme .btn-primary,.aurora-theme a.btn-primary,.aurora-theme #button-cart{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-theme .aurora-btn--primary:hover,.aurora-theme .aurora-btn--primary:focus,.aurora-theme .aurora-btn--primary:active,.aurora-theme .btn-primary:hover,.aurora-theme .btn-primary:focus,.aurora-theme .btn-primary:active,.aurora-theme a.btn-primary:hover,.aurora-theme a.btn-primary:focus,.aurora-theme a.btn-primary:active,.aurora-theme #button-cart:hover,.aurora-theme #button-cart:focus{border-color:#313a25;background:#313a25;color:#fff}.aurora-theme .aurora-btn--ghost,.aurora-theme .btn-default{border-color:var(--aurora-line);background:#fff;color:var(--aurora-brown-800)}.aurora-theme .aurora-btn--light{background:#fff;color:var(--aurora-brown-950)}
.aurora-theme .form-control{min-height:46px;border:1px solid #dcd4ca;border-radius:var(--aurora-radius-sm);box-shadow:none;background:#fff}.aurora-theme textarea.form-control{min-height:120px}.aurora-theme .form-control:focus{border-color:var(--aurora-gold-600);box-shadow:0 0 0 4px rgba(168,115,45,.1)}.aurora-theme label{color:var(--aurora-brown-800);font-weight:600}.aurora-theme .has-error .form-control{border-color:var(--aurora-error)}.aurora-theme .text-danger{color:var(--aurora-error)}.aurora-theme .alert{border-radius:var(--aurora-radius-sm)}

/* Home */
.aurora-home{overflow:hidden}.aurora-home .container{width:min(calc(100% - 40px),1240px)}.aurora-hero-wrap{display:grid;grid-template-columns:minmax(0,2.12fr) minmax(280px,.84fr);gap:16px;margin-top:32px}.aurora-hero{grid-column:1;grid-row:1;position:relative;min-width:0;min-height:624px;display:flex;align-items:center;isolation:isolate;overflow:hidden;border-radius:var(--aurora-radius-lg);background:var(--aurora-cream-200)}.aurora-hero__image,.aurora-hero__overlay{position:absolute;inset:0;width:100%;height:100%}.aurora-hero__image{z-index:-2;object-fit:cover}.aurora-hero__overlay{z-index:-1;background:linear-gradient(90deg,rgba(247,243,233,.99),rgba(247,243,233,.87) 40%,rgba(247,243,233,.06) 75%)}.aurora-hero__content{min-width:0;padding:70px}.aurora-hero__content>*{max-width:520px}.aurora-eyebrow{display:block;margin-bottom:12px;color:var(--aurora-gold-600);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.aurora-eyebrow i{margin-right:5px}.aurora-hero h1{margin:0;max-width:600px;font-size:clamp(45px,5vw,72px)}.aurora-hero__content>p{margin:22px 0 0;max-width:450px;color:var(--aurora-brown-600);font-size:17px}.aurora-hero__actions{display:flex;gap:10px;margin-top:28px}.aurora-hero__actions .fa{margin-left:9px}.aurora-hero__side{grid-column:2;grid-row:1;display:grid;grid-template-rows:1fr 1fr;gap:16px;min-width:0}.aurora-hero-feature{position:relative;display:block;min-height:0;overflow:hidden;border-radius:var(--aurora-radius-lg);background:var(--aurora-olive-800);color:#fff!important}.aurora-hero-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.aurora-hero-feature:hover>img{transform:scale(1.045)}.aurora-hero-feature__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(42,59,39,.88),rgba(42,59,39,.43) 67%,rgba(42,59,39,.08))}.aurora-hero-feature--2 .aurora-hero-feature__shade{background:linear-gradient(90deg,rgba(110,54,42,.88),rgba(110,54,42,.42) 67%,rgba(110,54,42,.08))}.aurora-hero-feature__copy{position:absolute;inset:auto 25px 25px;display:flex;flex-direction:column;align-items:flex-start}.aurora-hero-feature small{margin-bottom:7px;color:rgba(255,255,255,.8);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aurora-hero-feature strong{font:800 clamp(23px,2.1vw,33px)/1.03 "Manrope"}.aurora-hero-feature em{margin-top:13px;color:#fff;font-size:12px;font-style:normal;font-weight:700}.aurora-hero-feature em i{margin-left:6px}.aurora-section{padding-block:82px}.aurora-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.aurora-section__head h2,.aurora-story h2,.aurora-promo h2{margin:0}.aurora-section__head>p{max-width:430px;margin:0;color:var(--aurora-muted)}.aurora-section__head--center{justify-content:center;text-align:center}.aurora-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aurora-category-card{position:relative;display:block;min-height:260px;overflow:hidden;background:var(--aurora-cream-100);color:#fff!important}.aurora-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.aurora-category-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(33,27,22,.82),rgba(33,27,22,.04) 65%)}.aurora-category-card__content{position:absolute;right:22px;bottom:20px;left:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.aurora-category-card strong{font:700 21px/1.18 "Manrope"}.aurora-category-card__content>span{font-size:11px;font-weight:700;white-space:nowrap}.aurora-category-card:hover>img{transform:scale(1.05)}
.aurora-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center;padding:58px!important;background:var(--aurora-cream-100)}.aurora-story__copy p{margin:20px 0;color:var(--aurora-muted)}.aurora-text-link{color:var(--aurora-gold-600)!important;font-weight:700}.aurora-story__features{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--aurora-line)}.aurora-story__features>div{min-height:145px;padding:24px;background:var(--aurora-cream-50)}.aurora-story__features i{display:block;margin-bottom:15px;color:var(--aurora-gold-600);font-size:21px}.aurora-story__features strong,.aurora-story__features span{display:block}.aurora-story__features span{margin-top:5px;color:var(--aurora-muted);font-size:12px}.aurora-products-section{background:#f2efe8}.aurora-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.aurora-product-card{min-width:0;background:#fff;border:1px solid transparent;transition:.2s}.aurora-product-card:hover{transform:translateY(-3px);border-color:#d8d0c4;box-shadow:var(--aurora-shadow-sm)}.aurora-product-card__image{position:relative;aspect-ratio:1;display:block;overflow:hidden;background:#faf8f3}.aurora-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.aurora-product-card:hover img{transform:scale(1.035)}.aurora-product-card__badge{position:absolute;top:12px;left:12px;z-index:1;padding:5px 8px;background:var(--aurora-gold-600);color:#fff;font-size:10px;font-weight:800}.aurora-product-card__body{padding:17px}.aurora-product-card__kicker{display:block;margin-bottom:6px;color:var(--aurora-gold-600);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.aurora-product-card h3{height:44px;overflow:hidden;margin:0 0 15px;font-size:14px;line-height:1.5}.aurora-product-card__bottom{min-height:42px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.aurora-product-card__price{display:flex;flex-direction:column}.aurora-product-card__price strong{color:var(--aurora-brown-950);font-size:17px}.aurora-product-card__price del{color:var(--aurora-muted);font-size:11px}.aurora-product-card__cart{width:42px;height:42px;flex:0 0 42px;border:0;background:var(--aurora-olive-800);color:#fff}.aurora-product-card__cart:hover{background:#313a25}.aurora-promo{min-height:285px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:82px;padding:55px!important;background:var(--aurora-olive-800);color:#fff}.aurora-promo h2{max-width:720px;color:#fff}.aurora-promo p{max-width:650px;color:rgba(255,255,255,.72)}

/* Catalogue, product, account and checkout */
.aurora-theme .breadcrumb{margin:22px 0;padding:0;background:transparent;color:var(--aurora-muted);font-size:12px}.aurora-theme .breadcrumb>li+li:before{color:#b8afa4}.aurora-theme #content{min-height:360px}.aurora-theme #product-category .cate-top{margin-bottom:24px;padding:32px;background:var(--aurora-cream-100)}.aurora-theme #product-category .cate-top h2,.aurora-theme #product-category h1{margin-top:0}.aurora-theme #product-category .refines{margin-bottom:24px;padding:22px;border:1px solid var(--aurora-line);background:#fff}.aurora-theme .refines li a{display:inline-flex;margin:4px;padding:8px 12px;border:1px solid var(--aurora-line);border-radius:999px;font-size:12px}.aurora-theme .cate-border{margin-bottom:22px;padding:12px 15px;border:1px solid var(--aurora-line);background:#fff}.aurora-theme .product-layout{margin-bottom:22px}.aurora-theme .product-thumb{height:100%;overflow:hidden;border:1px solid var(--aurora-line);background:#fff;box-shadow:none;transition:.2s}.aurora-theme .product-thumb:hover{transform:translateY(-3px);box-shadow:var(--aurora-shadow-sm)}.aurora-theme .product-thumb .image{overflow:hidden;background:#faf8f3}.aurora-theme .product-thumb .image img{width:100%;object-fit:contain}.aurora-theme .product-thumb .caption{padding:15px}.aurora-theme .product-thumb h4,.aurora-theme .product-thumb .protitle{min-height:43px;margin:0 0 9px;font-size:14px;line-height:1.5}.aurora-theme .product-thumb .price{color:var(--aurora-brown-950);font-size:17px;font-weight:700}.aurora-theme .price-old{color:var(--aurora-muted);font-size:12px}.aurora-theme .product-thumb .button-group{border-top:1px solid var(--aurora-line)}.aurora-theme .product-thumb .button-group button{min-height:44px;border:0;border-right:1px solid var(--aurora-line);background:#fff;color:var(--aurora-brown-800)}.aurora-theme .product-thumb .button-group button:first-child{background:var(--aurora-olive-800);color:#fff}.aurora-theme .pagination>li>a,.aurora-theme .pagination>li>span{margin:2px;border-color:var(--aurora-line);color:var(--aurora-brown-800)}.aurora-theme .pagination>.active>span{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800)}
.aurora-product-breadcrumb>.row{margin:0}.aurora-product-breadcrumb nav{overflow:hidden}.aurora-theme .aurora-product-breadcrumb .breadcrumb{width:max-content;max-width:100%;display:flex;align-items:center;overflow:hidden;margin:18px 0 8px;padding:7px 13px 7px 7px;border:1px solid var(--aurora-line);border-radius:999px;background:#fff;box-shadow:0 3px 14px rgba(50,38,29,.045);font-size:11px;font-weight:600;text-transform:none}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li{min-width:0;display:flex;align-items:center}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li:first-child a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-gold-600)}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li:first-child a::after{display:none}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li+li::before{content:"\f105";display:inline-block;padding:0 10px;color:#b9afa2;font-family:FontAwesome;font-size:12px}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li a::after{display:none}.aurora-theme .aurora-product-breadcrumb .breadcrumb>li:last-child a{overflow:hidden;color:var(--aurora-brown-800);text-overflow:ellipsis;white-space:nowrap}.aurora-theme .aurora-product-breadcrumb .breadcrumb a:hover{color:var(--aurora-gold-600)}
.aurora-theme .productbg{padding:26px;border:1px solid var(--aurora-line);background:#fff}.aurora-theme .thumbnails .thumbnail{border-color:var(--aurora-line);box-shadow:none;background:#faf8f3}.aurora-theme .pro-content h1{margin-top:0;font-size:clamp(27px,3vw,42px);line-height:1.16}.aurora-theme .pro-price,.aurora-theme .pro-content h2{color:var(--aurora-brown-950);font-size:29px;font-weight:800}.aurora-theme .stock_bg .bg-success{display:inline-block;padding:6px 10px;border-radius:999px;background:#e6f2e8;color:var(--aurora-success)}.aurora-theme #button-cart{width:100%;min-height:56px;font-size:16px}.aurora-theme .nav-tabs{border-bottom-color:var(--aurora-line)}.aurora-theme .nav-tabs>li>a{border:0;color:var(--aurora-muted);font-weight:600}.aurora-theme .nav-tabs>li.active>a{border:0;border-bottom:2px solid var(--aurora-gold-600);background:transparent;color:var(--aurora-text)}.aurora-theme .tab-content{padding:25px 0}.aurora-theme .table{background:#fff}.aurora-theme .table>tbody>tr>td,.aurora-theme .table>thead>tr>td,.aurora-theme .table>thead>tr>th{padding:13px;border-color:var(--aurora-line);vertical-align:middle}.aurora-theme .panel{border-color:var(--aurora-line);border-radius:var(--aurora-radius-sm);box-shadow:none}.aurora-theme .panel-heading{padding:15px 17px;border-color:var(--aurora-line);background:var(--aurora-cream-100)}.aurora-theme .well{border-color:var(--aurora-line);border-radius:var(--aurora-radius-md);background:#fff;box-shadow:none}.aurora-theme fieldset legend{padding-bottom:10px;border-color:var(--aurora-line);font:700 21px "Manrope"}.aurora-theme #accordion .panel-heading a{display:block}.aurora-theme #checkout-checkout #content,.aurora-theme #account-login #content,.aurora-theme #account-register #content{margin-bottom:55px}.aurora-theme .list-group a{border-color:var(--aurora-line)}
.aurora-theme .pro-qty>.row{display:flex;align-items:center}.aurora-theme .qty-plus-minus{display:flex;width:auto}.aurora-theme .qty-plus-minus .form-control{width:46px;height:46px;padding:0;text-align:center}.aurora-theme .product-btn{display:grid;grid-template-columns:minmax(190px,1fr) 48px 48px;gap:7px}.aurora-theme .product-btn #button-cart{min-height:56px}.aurora-theme .product-btn .aurora-product-secondary{width:48px;min-height:48px;padding:0;border:1px solid var(--aurora-line);background:#fff;color:var(--aurora-brown-800);font-size:17px}.aurora-filter-toggle{min-height:46px;width:100%;margin-bottom:16px;border:1px solid var(--aurora-line);background:#fff;color:var(--aurora-brown-800);font-weight:700}.aurora-filter-close,.aurora-filter-backdrop{display:none}
.aurora-page-title{margin:5px 0 24px;font-size:clamp(29px,3vw,44px)}.aurora-theme .acpage .well h2{margin-top:0;font-size:clamp(23px,2.2vw,32px)}.aurora-theme .acpage .well{min-height:100%}.aurora-theme #account-login #content>.row{display:flex;flex-wrap:wrap}.aurora-theme #account-login #content>.row>div{display:flex}.aurora-theme #account-login .well{width:100%}
.aurora-empty{padding:48px 24px;text-align:center}.aurora-empty i{display:block;margin-bottom:15px;color:#b8ad9f;font-size:38px}.aurora-empty strong{display:block;font:700 20px "Manrope"}.aurora-empty p{color:var(--aurora-muted)}.aurora-empty--compact{padding:35px 20px}.aurora-empty--compact .aurora-btn{margin-top:8px}

/* Newsletter and footer */
.aurora-newsletter{margin-top:75px;background:var(--aurora-cream-200)}.aurora-newsletter__inner{min-height:260px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:55px}.aurora-newsletter h2{max-width:620px;margin:0}.aurora-newsletter p{margin-bottom:0;color:var(--aurora-muted)}.aurora-newsletter__form{display:flex;padding:6px;background:#fff;border:1px solid #d8cfc2}.aurora-newsletter__form input{min-width:0;flex:1;height:48px;padding:0 13px;border:0;outline:0}.aurora-newsletter__form button{padding:0 22px;border:0;background:var(--aurora-olive-800);color:#fff;font-weight:700}.aurora-footer{margin:0!important;padding:60px 0 22px;background:var(--aurora-brown-950);color:#cfc6bd}.aurora-footer__grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:50px}.aurora-footer__wordmark{color:#fff!important}.aurora-footer__brand p{max-width:420px;margin:20px 0;color:#bdb2a8}.aurora-footer address{color:#9f958c;font-style:normal}.aurora-footer a{color:#cfc6bd}.aurora-footer a:hover{color:#fff}.aurora-footer h3{margin:4px 0 18px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.aurora-footer ul{margin:0;padding:0;list-style:none}.aurora-footer li a{display:block;padding:5px 0;font-size:13px}.aurora-footer__bottom{display:flex;justify-content:space-between;margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#8f867e;font-size:11px}.aurora-scroll-top{position:fixed;right:20px;bottom:20px;z-index:900;width:44px;height:44px;border:0;background:var(--aurora-brown-950);color:#fff;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.aurora-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}

@media(max-width:1199px){.aurora-header__main{grid-template-columns:170px minmax(230px,1fr) auto;gap:18px}.aurora-action span{display:none}.aurora-mini-cart__count{display:block!important}.aurora-nav__list>li>a{padding:0 9px;font-size:11px}.aurora-mega__grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:991px){:root{--aurora-header-height:68px}.aurora-mobile-only{display:inline-flex;align-items:center;justify-content:center}.aurora-announcement__shipping{display:none}.aurora-header__main{grid-template-columns:44px 1fr auto;gap:8px}.aurora-logo{justify-content:center}.aurora-logo img{max-width:155px;max-height:43px}.aurora-header__search,.aurora-header__nav,.aurora-action:not(.aurora-mini-cart__toggle){display:none}.aurora-header__actions{gap:0}.aurora-mini-cart__label,.aurora-mini-cart__count{display:none!important}.aurora-action{width:44px;justify-content:center;padding:0}.aurora-mobile-nav{display:block}.aurora-mobile-nav__panel{position:absolute;top:0;bottom:0;left:0;width:min(390px,88vw);overflow-y:auto;background:var(--aurora-cream-50);transform:translateX(-102%);transition:transform .23s}.aurora-mobile-nav.is-open .aurora-mobile-nav__panel{transform:none}.aurora-mobile-nav__head{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--aurora-line);font:700 19px "Manrope"}.aurora-mobile-nav__head button{width:44px;height:44px;border:0;background:transparent}.aurora-mobile-nav__panel>ul{margin:0;padding:9px 20px;list-style:none}.aurora-mobile-nav__panel>ul>li{border-bottom:1px solid var(--aurora-line)}.aurora-mobile-nav__row{display:flex;align-items:center}.aurora-mobile-nav__row>a,.aurora-mobile-nav__panel>ul>li>a{min-height:52px;display:flex;align-items:center;flex:1;font-weight:700}.aurora-mobile-nav__row button{width:46px;height:46px;border:0;background:transparent}.aurora-mobile-nav__children{display:none;margin:0 0 12px;padding:0 0 0 13px;list-style:none}.aurora-mobile-nav__children a{display:block;padding:7px 0;color:var(--aurora-muted);font-size:13px}.aurora-mobile-nav li.is-expanded .aurora-mobile-nav__children{display:block}.aurora-mobile-nav li.is-expanded .aurora-mobile-nav__row i{transform:rotate(180deg)}.aurora-mobile-nav__utility{display:flex;gap:22px;padding:20px;color:var(--aurora-gold-600);font-weight:700}.aurora-category-grid{grid-template-columns:repeat(3,1fr)}.aurora-product-grid{grid-template-columns:repeat(2,1fr)}.aurora-story{grid-template-columns:1fr;gap:35px;padding:42px!important}.aurora-newsletter__inner{grid-template-columns:1fr;gap:28px;padding-block:45px}.aurora-footer__grid{grid-template-columns:1.4fr 1fr 1fr}.aurora-footer__group:last-child{display:none}}
@media(max-width:767px){.aurora-container,.aurora-theme .container,.aurora-home .container{width:min(calc(100% - 28px),var(--aurora-container))}.aurora-announcement .aurora-container{justify-content:center}.aurora-announcement{font-size:10px}.aurora-hero{min-height:610px;align-items:flex-end}.aurora-hero__image{object-position:66% center}.aurora-hero__overlay{background:linear-gradient(0deg,rgba(247,243,233,1) 0%,rgba(247,243,233,.95) 48%,rgba(247,243,233,.18) 84%)}.aurora-hero__content{max-width:100%;padding:220px 0 40px}.aurora-hero__content>*{width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere}.aurora-hero h1{font-size:39px}.aurora-hero__content>p{margin-top:15px;font-size:15px}.aurora-hero__actions{flex-direction:column}.aurora-hero__actions .aurora-btn{width:100%}.aurora-hero__trust{gap:8px 14px;margin-top:20px}.aurora-section{padding-block:56px}.aurora-section__head{display:block;margin-bottom:24px}.aurora-section__head>p{margin-top:12px}.aurora-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aurora-category-card{padding:8px}.aurora-category-card strong{font-size:12px}.aurora-story{width:calc(100% - 28px)!important;padding:28px 20px!important}.aurora-story__features{grid-template-columns:1fr}.aurora-story__features>div{min-height:0}.aurora-product-grid{gap:9px}.aurora-product-card__body{padding:12px}.aurora-product-card__kicker{display:none}.aurora-product-card h3{height:40px;margin-bottom:12px;font-size:12px}.aurora-product-card__price strong{font-size:14px}.aurora-product-card__cart{width:38px;height:38px;flex-basis:38px}.aurora-promo{display:block;min-height:0;margin-top:56px;padding:32px 23px!important}.aurora-promo .aurora-btn{margin-top:18px}.aurora-theme #product-category .cate-top{padding:22px}.aurora-theme #product-category #column-left{position:fixed;top:0;bottom:0;left:0;z-index:2200;display:block!important;width:min(360px,88vw);overflow-y:auto;padding:0 14px 30px;background:var(--aurora-cream-50);transform:translateX(-105%);transition:transform .22s}.aurora-filter-open #product-category #column-left{transform:none}.aurora-filter-close{position:sticky;top:0;z-index:2;width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;border:0;border-bottom:1px solid var(--aurora-line);background:var(--aurora-cream-50);font-weight:700}.aurora-filter-backdrop{position:fixed;inset:0;z-index:2100;border:0;background:rgba(30,24,19,.54)}.aurora-filter-open .aurora-filter-backdrop{display:block}.aurora-theme .productbg{padding:15px}.aurora-theme .pro-content{padding-top:22px}.aurora-theme .pro-qty>.row{display:block}.aurora-theme .qty-plus-minus{margin-bottom:10px}.aurora-theme .product-btn{position:sticky;bottom:10px;z-index:40;grid-template-columns:1fr 48px 48px;padding:8px;background:rgba(255,255,255,.96);box-shadow:var(--aurora-shadow-md)}.aurora-theme .table-responsive{border-color:var(--aurora-line)}.aurora-newsletter{margin-top:55px}.aurora-newsletter__form{display:block;padding:6px}.aurora-newsletter__form input,.aurora-newsletter__form button{width:100%}.aurora-newsletter__form button{height:46px}.aurora-footer{padding-top:45px}.aurora-footer__grid{grid-template-columns:1fr 1fr;gap:34px 25px}.aurora-footer__brand{grid-column:1/-1}.aurora-footer__bottom{display:block;margin-top:35px}.aurora-footer__bottom span{display:block;margin-top:5px}}
@media(max-width:767px){.aurora-theme #product-category .refines{display:none}.aurora-theme #product-category .cpagerow{margin-left:-5px;margin-right:-5px}.aurora-theme #product-category .product-layout{padding-left:5px;padding-right:5px}}
@media(max-width:374px){.aurora-hero h1{font-size:34px}.aurora-product-card__cart{width:35px;height:35px;flex-basis:35px}.aurora-product-card__price strong{font-size:12px}.aurora-category-card__image{margin-bottom:9px}}
@media(max-width:991px){.aurora-hero-wrap{grid-template-columns:minmax(0,1.65fr) minmax(220px,.8fr);gap:12px;margin-top:22px}.aurora-hero{min-height:530px}.aurora-hero__content{padding:45px}.aurora-hero-feature__copy{right:18px;bottom:18px;left:18px}.aurora-hero-feature strong{font-size:24px}.aurora-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-category-card{min-height:215px}}
@media(max-width:767px){.aurora-hero-wrap{display:block;width:calc(100% - 28px)!important;margin-top:16px}.aurora-hero{min-height:570px;border-radius:14px;align-items:flex-end}.aurora-hero__image{object-position:65% center}.aurora-hero__overlay{background:linear-gradient(0deg,rgba(247,243,233,1) 0%,rgba(247,243,233,.93) 49%,rgba(247,243,233,.1) 84%)}.aurora-hero__content{padding:190px 24px 26px}.aurora-hero__content>*{width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere}.aurora-hero h1{font-size:39px}.aurora-hero__content>p{margin-top:14px;font-size:15px}.aurora-hero__actions{display:block;margin-top:22px}.aurora-hero__actions .aurora-btn{width:100%}.aurora-hero__side{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:10px;margin-top:10px}.aurora-hero-feature{min-height:180px;border-radius:14px}.aurora-hero-feature__copy{right:13px;bottom:13px;left:13px}.aurora-hero-feature small{font-size:8px}.aurora-hero-feature strong{font-size:18px}.aurora-hero-feature em{margin-top:8px;font-size:10px}.aurora-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aurora-category-card{min-height:178px}.aurora-category-card__content{right:13px;bottom:13px;left:13px;display:block}.aurora-category-card strong{display:block;font-size:15px}.aurora-category-card__content>span{display:block;margin-top:6px;font-size:10px}}
.aurora-theme .aurora-hero__image,.aurora-theme .aurora-hero-feature>img,.aurora-theme .aurora-category-card>img{height:100%}

/* Wishlist, feedback and brand color refresh */
.aurora-theme #account-wishlist{width:min(calc(100% - 40px),1280px)}
.aurora-theme #account-wishlist .account-page-row{grid-template-columns:238px minmax(0,1fr)!important;gap:22px!important}
.aurora-theme #account-wishlist #content,.aurora-theme #account-wishlist .account-page-shell{min-width:0;overflow:hidden}
.aurora-theme #account-wishlist .account-page-shell{padding:26px!important;background:linear-gradient(180deg,#fff 0%,#fffcf7 100%)}
.aurora-theme #account-wishlist .account-page-head{align-items:flex-end;margin-bottom:22px;padding-bottom:21px;border-bottom:1px solid var(--aurora-line)}
.aurora-theme #account-wishlist .account-page-subtitle{margin:5px 0 0;color:var(--aurora-muted);font-size:11px}
.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.aurora-theme #account-wishlist .wishlist-card{min-width:0;border:1px solid #e6ddcf;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(63,47,34,.035);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.aurora-theme #account-wishlist .wishlist-card:hover{transform:translateY(-3px);border-color:#d9c8b4;box-shadow:0 15px 32px rgba(63,47,34,.09)}
.aurora-theme #account-wishlist .wishlist-card-image{height:178px;padding:20px;border-bottom:1px solid #e8dfd3;background:#eef4e9}
.aurora-theme #account-wishlist .wishlist-card:nth-child(3n+2) .wishlist-card-image{background:#fff0e7}
.aurora-theme #account-wishlist .wishlist-card:nth-child(3n+3) .wishlist-card-image{background:#eef4f1}
.aurora-theme #account-wishlist .wishlist-card-image img{max-width:145px;max-height:138px;filter:drop-shadow(0 8px 10px rgba(57,43,31,.1));transition:transform .22s ease}
.aurora-theme #account-wishlist .wishlist-card:hover .wishlist-card-image img{transform:scale(1.035)}
.aurora-theme #account-wishlist .wishlist-card-body{gap:9px;padding:16px}
.aurora-theme #account-wishlist .wishlist-card-title{min-height:42px;font-size:13px;font-weight:800;line-height:1.45}
.aurora-theme #account-wishlist .wishlist-meta-chip,.aurora-theme #account-wishlist .wishlist-stock-chip{max-width:100%;padding:4px 8px;font-size:9px}
.aurora-theme #account-wishlist .wishlist-meta-chip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aurora-theme #account-wishlist .wishlist-card-price{margin-top:2px;font-size:17px}
.aurora-theme #account-wishlist .wishlist-card-actions{gap:7px;padding-top:7px}
.aurora-theme #account-wishlist .btn-cart-wishlist{min-height:42px;border-radius:10px;font-size:11px}
.aurora-theme #account-wishlist .btn-remove-wishlist{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border:1px solid #f0d5ce;border-radius:10px;background:#fff7f4;color:#b94d3c!important}
.aurora-theme #account-wishlist .btn-remove-wishlist:hover{border-color:#c85b48;background:#c85b48;color:#fff!important}

.aurora-wishlist-toast{position:fixed;top:112px;right:22px;z-index:3500;width:min(430px,calc(100vw - 30px));min-height:78px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 34px;align-items:center;gap:12px;padding:13px 12px 13px 14px;overflow:hidden;border:1px solid rgba(31,91,69,.2);border-radius:16px;background:#fff;color:#24372f;box-shadow:0 20px 55px rgba(29,57,46,.2);opacity:0;transform:translateY(-12px) scale(.98);transition:opacity .2s ease,transform .2s ease}
.aurora-wishlist-toast.is-visible{opacity:1;transform:none}
.aurora-wishlist-toast{cursor:pointer}
.aurora-wishlist-toast:focus-visible{outline:3px solid rgba(216,167,67,.4);outline-offset:3px}
.aurora-wishlist-toast__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#e9f3ed;color:#c65545;font-size:17px}
.aurora-wishlist-toast__copy{min-width:0;display:block}.aurora-wishlist-toast__copy strong,.aurora-wishlist-toast__copy small{display:block}.aurora-wishlist-toast__copy strong{font-size:12px;font-weight:850}.aurora-wishlist-toast__copy small{margin-top:2px;overflow:hidden;color:#6f786f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.aurora-wishlist-toast__link{padding:7px 10px;border-radius:8px;background:#edf3e8;color:#3d573e!important;font-size:9px;font-weight:800;white-space:nowrap}
.aurora-wishlist-toast__close{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#8b918c}
.aurora-wishlist-toast__timer{position:absolute;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#4f7b5f,#e4a545,#d86a50);transform-origin:left;animation:aurora-wishlist-timer 3.8s linear forwards}
@keyframes aurora-wishlist-timer{to{transform:scaleX(0)}}

.aurora-theme .aurora-contact-page{position:relative}
.aurora-theme .aurora-contact-page::before{content:"";position:absolute;top:20px;right:4%;z-index:-1;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(232,167,77,.13),rgba(232,167,77,0) 70%)}
.aurora-theme .aurora-contact-details{position:relative;overflow:hidden;border-color:#315b4a;background:linear-gradient(145deg,#315c4a 0%,#1f463b 100%);box-shadow:0 18px 45px rgba(35,75,60,.16)}
.aurora-theme .aurora-contact-details::after{content:"";position:absolute;right:-75px;bottom:-90px;width:230px;height:230px;border:45px solid rgba(245,176,77,.12);border-radius:50%}
.aurora-theme .aurora-contact-details__label,.aurora-theme .aurora-contact-locations>small{color:#ffc56e}
.aurora-theme .aurora-contact-details__note{color:#dcebe3}
.aurora-theme .aurora-contact-detail{position:relative;z-index:1;border-top-color:rgba(255,255,255,.16)}
.aurora-theme .aurora-contact-detail>i{background:#f3a75d;color:#213f35;box-shadow:0 6px 18px rgba(22,49,40,.2)}
.aurora-theme .aurora-contact-detail:nth-of-type(3)>i{background:#e27a60;color:#fff}
.aurora-theme .aurora-contact-detail:nth-of-type(4)>i{background:#9cc8b3;color:#173d32}
.aurora-theme .aurora-contact-detail small{color:#b9d4c7}.aurora-theme .aurora-contact-detail div>a:last-child{color:#ffc56e!important}
.aurora-theme .aurora-contact-form{border-color:#eadbca;background:linear-gradient(180deg,#fff 0%,#fff8f2 100%);box-shadow:0 16px 42px rgba(87,59,38,.07)}
.aurora-theme .aurora-contact-form__head span{color:#244c3f}.aurora-theme .aurora-contact-form .form-control:focus{border-color:#dc8a59;box-shadow:0 0 0 3px rgba(220,138,89,.12)}

.aurora-theme .aurora-newsletter{position:relative;overflow:hidden;border-top:1px solid #efcf9f;background:linear-gradient(120deg,#fae6bd 0%,#f7d8c5 46%,#dceadf 100%)}
.aurora-theme .aurora-newsletter::after{content:"";position:absolute;right:-80px;bottom:-150px;width:350px;height:350px;border:65px solid rgba(255,255,255,.27);border-radius:50%}
.aurora-theme .aurora-newsletter__inner{position:relative;z-index:1}.aurora-theme .aurora-newsletter .aurora-eyebrow{color:#a34835}.aurora-theme .aurora-newsletter p{color:#5f564d}
.aurora-theme .aurora-newsletter__form{border:0;border-radius:14px;box-shadow:0 12px 32px rgba(77,57,40,.12)}.aurora-theme .aurora-newsletter__form button{border-radius:9px;background:#275444}
.aurora-theme .aurora-footer{position:relative;border-top:6px solid transparent;border-image:linear-gradient(90deg,#e9a340,#dc7358,#75a88e) 1;background:#173f37;color:#dce8e2}
.aurora-theme .aurora-footer__wordmark{color:#fff4dd!important}.aurora-theme .aurora-footer__brand p{color:#bfd2c8}.aurora-theme .aurora-footer address{color:#9fc1b2}.aurora-theme .aurora-footer a{color:#d5e5dc}.aurora-theme .aurora-footer a:hover{color:#ffc66f}
.aurora-theme .aurora-footer h3{color:#ffc66f}.aurora-theme .aurora-footer__group:nth-child(3) h3{color:#f39a7d}.aurora-theme .aurora-footer__group:nth-child(4) h3{color:#9ed0ba}
.aurora-theme .aurora-footer__bottom{border-top-color:rgba(255,255,255,.14);color:#92b3a5}.aurora-theme .aurora-footer__studio strong{color:#ffc66f}

@media(max-width:1199px){.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991px){.aurora-theme #account-wishlist .account-page-row{grid-template-columns:minmax(0,1fr)!important}.aurora-theme #account-wishlist .account-page-row>#column-left{grid-column:1!important;grid-row:1!important}.aurora-theme #account-wishlist .account-page-row>#content{grid-column:1!important;grid-row:2!important}}
@media(max-width:767px){.aurora-theme #account-wishlist{width:calc(100% - 28px)}.aurora-theme #account-wishlist .account-page-shell{padding:18px 14px!important}.aurora-theme #account-wishlist .account-page-head{align-items:stretch;flex-direction:column;gap:13px}.aurora-theme #account-wishlist .account-page-head .btn{width:100%}.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:1fr}.aurora-theme #account-wishlist .wishlist-card{display:grid;grid-template-columns:118px minmax(0,1fr)}.aurora-theme #account-wishlist .wishlist-card-image{height:100%;min-height:178px;border-right:1px solid #e8dfd3;border-bottom:0}.aurora-theme #account-wishlist .wishlist-card-image img{max-width:96px;max-height:128px}.aurora-wishlist-toast{top:76px;right:14px;left:14px;width:auto;grid-template-columns:40px minmax(0,1fr) 32px}.aurora-wishlist-toast__link{display:none}.aurora-wishlist-toast__icon{width:40px;height:40px}.aurora-theme .aurora-contact-page::before{display:none}}
@media(max-width:430px){.aurora-theme #account-wishlist .wishlist-card{display:flex}.aurora-theme #account-wishlist .wishlist-card-image{height:165px;min-height:0;border-right:0;border-bottom:1px solid #e8dfd3}}

/* Aurora commerce unification */
.aurora-theme .aurora-header__nav{position:relative}.aurora-theme .aurora-mega{top:calc(100% + 1px);max-height:calc(100vh - 168px);overflow-x:hidden;overflow-y:auto;padding:20px 0 24px;background:rgba(253,252,248,.99);overscroll-behavior:contain;scrollbar-color:#c7baa8 transparent;scrollbar-width:thin}.aurora-theme .aurora-mega__inner{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}.aurora-theme .aurora-mega__feature{position:sticky;top:0;min-height:238px;overflow:hidden;border-radius:14px;color:#fff!important}.aurora-theme .aurora-mega__feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.aurora-theme .aurora-mega__feature-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(29,23,18,.86),rgba(29,23,18,.05) 72%)}.aurora-theme .aurora-mega__feature>span:last-child{position:absolute;right:22px;bottom:20px;left:22px}.aurora-theme .aurora-mega__feature small,.aurora-theme .aurora-mega__feature strong,.aurora-theme .aurora-mega__feature em{display:block}.aurora-theme .aurora-mega__feature small{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.aurora-theme .aurora-mega__feature strong{margin-top:5px;font:750 23px/1.12 "Manrope"}.aurora-theme .aurora-mega__feature em{margin-top:12px;font-size:11px;font-style:normal;font-weight:700}.aurora-theme .aurora-mega__content{min-width:0}.aurora-theme .aurora-mega__head{position:sticky;top:-20px;z-index:2;margin:0 0 10px;padding:0 0 15px;background:rgba(253,252,248,.98)}.aurora-theme .aurora-mega__head>div small{display:block;color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.aurora-theme .aurora-mega__head>div strong{display:block;margin-top:3px;font-size:21px}.aurora-theme .aurora-mega__grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:4px 26px}.aurora-theme .aurora-mega__title{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 0;border-bottom:1px solid var(--aurora-line);font-size:12px}.aurora-theme .aurora-mega__group ul{margin:7px 0 8px}.aurora-theme .aurora-mega__group li a{padding:3px 0}.aurora-theme .aurora-mega__group{display:block!important;min-width:0}
.aurora-theme .aurora-mobile-nav__grandchildren{display:grid!important;margin:3px 0 7px 12px!important;padding-left:12px!important;border-left:1px solid var(--aurora-line)}.aurora-theme .aurora-mobile-nav__grandchildren a{padding:7px 0!important;color:var(--aurora-muted)!important;font-size:11px!important}.aurora-theme .aurora-mobile-nav__all{margin-top:6px;border-top:1px solid var(--aurora-line)}.aurora-theme .aurora-mobile-nav__all a{color:var(--aurora-gold-600)!important;font-weight:800!important}

/* Mega menu refinement --------------------------------------------------- */
.aurora-theme .aurora-mega{padding-top:18px;padding-bottom:20px}
.aurora-theme .aurora-mega__inner{grid-template-columns:220px minmax(0,1fr);gap:32px}
.aurora-theme .aurora-mega__feature{min-height:214px;border-radius:12px}
.aurora-theme .aurora-mega__feature>span:last-child{right:18px;bottom:18px;left:18px}
.aurora-theme .aurora-mega__feature em{display:inline-flex;align-items:center;gap:6px;margin-top:7px;font-size:12px}
.aurora-theme .aurora-mega__head{display:flex;align-items:flex-end;justify-content:flex-start;gap:26px;margin-bottom:12px;padding-bottom:13px}
.aurora-theme .aurora-mega__head>a{margin:0 0 2px;padding:7px 11px;border:1px solid var(--aurora-line);border-radius:999px;background:#fff;white-space:nowrap}
.aurora-theme .aurora-mega__head>a:hover{border-color:var(--aurora-gold-600);background:var(--aurora-gold-100)}
.aurora-theme .aurora-mega__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px 18px}
.aurora-theme .aurora-mega__group{border-bottom:1px solid var(--aurora-line)}
.aurora-theme .aurora-mega__title{min-height:48px;padding:8px 10px;border:0;border-radius:8px;font-size:12px;line-height:1.35}
.aurora-theme .aurora-mega__title>span{min-width:0}
.aurora-theme .aurora-mega__title>i{flex:0 0 auto;color:var(--aurora-gold-600);font-size:10px}
.aurora-theme .aurora-mega__title:hover,.aurora-theme .aurora-mega__title:focus{background:var(--aurora-cream-100);color:var(--aurora-gold-600);transform:translateX(2px)}
.aurora-theme .aurora-mega__group ul{padding:0 10px 8px}
@media(max-width:1199px){.aurora-theme .aurora-mega__inner{grid-template-columns:190px minmax(0,1fr);gap:24px}.aurora-theme .aurora-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-theme .aurora-mega__feature{min-height:205px}}

/* Search suggestions ----------------------------------------------------- */
.aurora-theme .aurora-autocomplete{top:calc(100% + 10px);right:0;left:0;display:none;overflow:hidden;border:1px solid var(--aurora-line);border-radius:16px;background:#fff;box-shadow:0 22px 55px rgba(42,33,25,.16)}
.aurora-theme .aurora-autocomplete.is-open:not(:empty){display:block}
.aurora-search-results__head{min-height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--aurora-line);background:var(--aurora-cream-50)}
.aurora-search-results__head span{color:var(--aurora-brown-950);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.aurora-search-results__head small{color:var(--aurora-muted);font-size:10px}
.aurora-search-results__list{padding:5px 8px}
.aurora-search-result{min-height:76px;display:grid;grid-template-columns:58px minmax(0,1fr) auto 24px;gap:12px;align-items:center;padding:7px 8px;border-bottom:1px solid #eee8de;border-radius:9px}
.aurora-search-result:last-child{border-bottom:0}
.aurora-search-result:hover,.aurora-search-result:focus{background:var(--aurora-cream-100);color:inherit!important;transform:none}
.aurora-search-result__image{width:58px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#faf8f3}
.aurora-search-result__image img{width:100%;height:100%;object-fit:contain;transform:none!important}
.aurora-search-result__copy{min-width:0}
.aurora-search-result__copy strong,.aurora-search-result__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aurora-search-result__copy strong{color:var(--aurora-brown-950);font:700 13px/1.35 "Manrope",sans-serif}
.aurora-search-result__copy small{max-width:300px;margin-top:4px;color:var(--aurora-muted);font-size:10px}
.aurora-search-result__price{display:flex;align-items:flex-end;flex-direction:column;white-space:nowrap}
.aurora-search-result__price strong{color:var(--aurora-brown-950);font-size:13px}
.aurora-search-result__price del{color:var(--aurora-muted);font-size:9px}
.aurora-search-result>i{color:#b5aa9d;font-size:10px;transition:transform .18s,color .18s}
.aurora-search-result:hover>i{color:var(--aurora-gold-600);transform:translateX(2px)}
.aurora-search-results__all{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-top:1px solid var(--aurora-line);background:var(--aurora-olive-800);color:#fff!important;font-size:11px;font-weight:800}
.aurora-search-results__all:hover{background:#313a25;color:#fff!important}
.aurora-search-loading,.aurora-search-empty{min-height:92px;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;color:var(--aurora-muted)}
.aurora-search-loading{font-size:11px}.aurora-search-loading i{color:var(--aurora-gold-600)}
.aurora-search-empty{justify-content:flex-start}.aurora-search-empty>i{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:50%;background:var(--aurora-gold-100);color:var(--aurora-gold-600)}.aurora-search-empty strong{display:block;color:var(--aurora-brown-950);font-size:12px}.aurora-search-empty p{margin:2px 0 0;font-size:10px}
@media(max-width:600px){.aurora-search-result{grid-template-columns:52px minmax(0,1fr) 19px;gap:10px}.aurora-search-result__image{width:52px;height:52px}.aurora-search-result__price{grid-column:2;align-items:flex-start;margin-top:-15px}.aurora-search-result>i{grid-column:3;grid-row:1 / span 2}.aurora-search-result__copy small{display:none}}

/* Breadcrumb refinement ------------------------------------------------- */
.aurora-theme nav[aria-label="Sayfa yolu"],.aurora-theme nav[aria-label="Breadcrumb"],.aurora-theme .aurora-product-breadcrumb nav{margin:16px 0 28px;border:0;overflow:hidden}
.aurora-theme nav[aria-label="Sayfa yolu"] .breadcrumb,.aurora-theme nav[aria-label="Breadcrumb"] .breadcrumb,.aurora-theme .aurora-product-breadcrumb .breadcrumb,.aurora-theme .breadbg .breadcrumb{width:max-content;max-width:100%;display:flex;align-items:center;flex-wrap:nowrap;overflow-x:auto;margin:0;padding:8px 12px 8px 10px;border:0;border-left:3px solid var(--aurora-gold-600);border-radius:2px 9px 9px 2px;background:var(--aurora-cream-100);box-shadow:none;font-size:10px;scrollbar-width:none;white-space:nowrap}
.aurora-theme .breadcrumb::-webkit-scrollbar{display:none}
.aurora-theme .breadcrumb>li{display:flex;min-width:max-content;align-items:center;color:var(--aurora-muted)}
.aurora-theme .breadcrumb>li+li::before,.aurora-theme .breadbg .breadcrumb>li+li::before,.aurora-theme .aurora-product-breadcrumb .breadcrumb>li+li::before{content:"/";width:auto;height:auto;margin:0;padding:0 10px;background:transparent;color:#b6aa9b;font-family:inherit;font-size:10px}
.aurora-theme .breadcrumb>li:first-child a,.aurora-theme .aurora-product-breadcrumb .breadcrumb>li:first-child a{width:auto;height:auto;display:flex;padding:0;border-radius:0;background:transparent;color:var(--aurora-gold-600);font-size:0}
.aurora-theme .breadcrumb>li:first-child a::before{font-size:12px}
.aurora-theme .breadcrumb>li:last-child a{max-width:310px;overflow:hidden;color:var(--aurora-brown-950);font-weight:800;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:600px){.aurora-theme nav[aria-label="Sayfa yolu"],.aurora-theme nav[aria-label="Breadcrumb"],.aurora-theme .aurora-product-breadcrumb nav{margin:10px 0 20px}.aurora-theme .breadcrumb>li:last-child a{max-width:190px}}
.aurora-category-page{padding-bottom:75px}.aurora-category-hero{position:relative;min-height:360px;display:flex;align-items:flex-end;overflow:hidden;margin-bottom:38px;border-radius:18px;background:var(--aurora-cream-100)}.aurora-category-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.aurora-category-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(36,29,24,.91),rgba(36,29,24,.58) 55%,rgba(36,29,24,.08))}.aurora-category-hero__copy{position:relative;z-index:1;max-width:760px;padding:42px;color:#fff}.aurora-category-hero__copy .aurora-eyebrow{color:#ead39f}.aurora-category-hero h1{max-width:720px;margin:0;color:#fff;font-size:clamp(35px,4vw,57px)}.aurora-category-hero__description{max-height:88px;overflow:hidden;margin-top:15px;color:rgba(255,255,255,.8);font-size:14px;line-height:1.6}.aurora-category-hero__description *{margin:0;color:inherit!important;font:inherit!important}.aurora-category-hero__count{display:inline-flex;margin-top:18px;padding:6px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:11px;font-weight:700}.aurora-category-hero--plain{background:var(--aurora-olive-800)}.aurora-subcategories{margin-bottom:38px}.aurora-subcategories__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.aurora-subcategories__head h2{margin:0;font-size:24px}.aurora-subcategories__head span{color:var(--aurora-muted);font-size:12px}.aurora-subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.aurora-subcategory-card{position:relative;min-height:135px;overflow:hidden;border-radius:12px;color:#fff!important}.aurora-subcategory-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.aurora-subcategory-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(30,24,19,.82),rgba(30,24,19,.05) 70%)}.aurora-subcategory-card strong{position:absolute;right:36px;bottom:14px;left:15px;z-index:1;font:700 13px/1.3 "Manrope"}.aurora-subcategory-card>i{position:absolute;right:15px;bottom:17px;z-index:1}.aurora-catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}.aurora-catalog-sidebar{min-width:0}.aurora-catalog-sidebar:empty{display:none}.aurora-catalog-sidebar:empty+.aurora-catalog-content{grid-column:1/-1}.aurora-catalog-sidebar #column-left{width:100%;float:none;padding:0}.aurora-catalog-sidebar .list-group,.aurora-catalog-sidebar .panel{overflow:hidden;border:1px solid var(--aurora-line);border-radius:12px;background:#fff}.aurora-catalog-sidebar .list-group a{padding:12px 14px;font-size:12px}.aurora-catalog-content{min-width:0}.aurora-catalog-toolbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:10px 14px;border:1px solid var(--aurora-line);border-radius:12px;background:#fff}.aurora-catalog-toolbar>div{display:flex;align-items:center;gap:10px}.aurora-catalog-toolbar__result{color:var(--aurora-muted);font-size:11px}.aurora-catalog-toolbar__selects label{margin:0 0 0 8px;font-size:11px}.aurora-catalog-toolbar__selects .form-control{width:auto;min-width:145px;height:42px;min-height:42px}.aurora-catalog-toolbar__selects #input-limit{min-width:78px}.aurora-catalog-toolbar .aurora-filter-toggle{display:none;margin:0}.aurora-product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aurora-product-card{overflow:hidden;border:1px solid var(--aurora-line);border-radius:10px}.aurora-theme .aurora-product-card__image img{height:100%;object-fit:cover}.aurora-product-card__wish{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border:1px solid rgba(229,222,211,.9);border-radius:50%;background:rgba(255,255,255,.92);color:var(--aurora-brown-800);opacity:0;transform:translateY(-3px);transition:.2s}.aurora-product-card:hover .aurora-product-card__wish,.aurora-product-card__wish:focus{opacity:1;transform:none}.aurora-product-card__badge--new{background:var(--aurora-olive-700)}.aurora-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;color:var(--aurora-muted);font-size:12px}.aurora-pagination .pagination{margin:0}
.aurora-account-page{padding-bottom:80px}.aurora-account-welcome{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 48px;border-radius:18px;background:var(--aurora-olive-800);color:#fff}.aurora-account-welcome h1{margin:0;color:#fff}.aurora-account-welcome p{max-width:650px;margin:13px 0 0;color:rgba(255,255,255,.72)}.aurora-account-welcome .aurora-eyebrow{color:#ead39f}.aurora-account-welcome__avatar{width:94px;height:94px;flex:0 0 94px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.11);font:750 38px "Manrope"}.aurora-account-groups{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:22px}.aurora-account-group{overflow:hidden;border:1px solid var(--aurora-line);border-radius:14px;background:#fff}.aurora-account-group__head{display:flex;align-items:center;gap:15px;padding:24px;border-bottom:1px solid var(--aurora-line);background:var(--aurora-cream-100)}.aurora-account-group__head>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-olive-800);color:#fff;font-size:19px}.aurora-account-group__head h2{margin:0;font-size:20px}.aurora-account-group__head p{margin:3px 0 0;color:var(--aurora-muted);font-size:11px}.aurora-account-links{display:grid;grid-template-columns:1fr 1fr}.aurora-account-links>a{min-height:108px;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:12px;padding:18px;border-right:1px solid var(--aurora-line);border-bottom:1px solid var(--aurora-line)}.aurora-account-links>a:nth-child(even){border-right:0}.aurora-account-links>a:nth-last-child(-n+2){border-bottom:0}.aurora-account-links>a>i{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-gold-600)}.aurora-account-links strong,.aurora-account-links small{display:block}.aurora-account-links strong{font-size:13px}.aurora-account-links small{margin-top:3px;color:var(--aurora-muted);font-size:10px}.aurora-account-links b{color:#b2a99e}.aurora-account-secondary{display:flex;align-items:center;gap:22px;margin-top:22px;padding:18px 22px;border:1px solid var(--aurora-line);border-radius:12px;background:#fff;font-size:12px;font-weight:600}.aurora-account-secondary .aurora-account-logout{margin-left:auto;color:var(--aurora-error)}
.aurora-cart-page{padding-bottom:80px}.aurora-cart-page__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:15px 0 28px}.aurora-cart-page__head h1{margin:0}.aurora-cart-page__head>span{color:var(--aurora-muted);font-size:12px}.aurora-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;align-items:start}.aurora-cart-items>form{display:grid;gap:12px}.aurora-cart-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px;padding:18px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff}.aurora-cart-item__image{aspect-ratio:1;overflow:hidden;border-radius:9px;background:#f7f4ed}.aurora-cart-item__image img{width:100%;height:100%;object-fit:contain}.aurora-cart-item__top,.aurora-cart-item__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.aurora-cart-item__name{display:block;margin-bottom:7px;font:700 16px/1.35 "Manrope"}.aurora-cart-item__content small,.aurora-cart-item__stock{display:block;color:var(--aurora-muted);font-size:11px}.aurora-cart-item__stock{color:var(--aurora-error)}.aurora-cart-item__remove{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-muted)}.aurora-cart-item__bottom{align-items:flex-end;margin-top:24px}.aurora-cart-quantity{display:flex;align-items:center}.aurora-cart-quantity>button:not(.aurora-cart-update),.aurora-cart-quantity>input{width:38px;height:38px;border:1px solid var(--aurora-line);background:#fff;text-align:center}.aurora-cart-quantity>input{border-right:0;border-left:0}.aurora-cart-update{margin-left:8px;border:0;background:transparent;color:var(--aurora-gold-600);font-size:11px;font-weight:700}.aurora-cart-item__price{text-align:right}.aurora-cart-item__price strong{display:block;font-size:18px}.aurora-cart-summary{position:sticky;top:155px;padding:25px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff;box-shadow:var(--aurora-shadow-sm)}.aurora-cart-summary h2{margin:0 0 20px;font-size:23px}.aurora-cart-summary dl{margin:0}.aurora-cart-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;color:var(--aurora-muted);font-size:12px}.aurora-cart-summary dl>div.is-total{margin-top:8px;padding-top:18px;border-top:1px solid var(--aurora-line);color:var(--aurora-text);font-size:17px}.aurora-cart-summary dd{margin:0;font-weight:700}.aurora-cart-checkout{width:100%;min-height:54px;margin-top:20px}.aurora-cart-continue{display:block;margin:14px 0;text-align:center;font-size:12px;font-weight:700}.aurora-cart-summary ul{margin:20px 0 0;padding:18px 0 0;border-top:1px solid var(--aurora-line);list-style:none}.aurora-cart-summary li{padding:4px 0;color:var(--aurora-muted);font-size:11px}.aurora-cart-summary li i{width:22px;color:var(--aurora-olive-700)}.aurora-cart-benefits{margin-top:22px;padding:22px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff}.aurora-cart-benefits h2{margin:0;font-size:18px}.aurora-cart-empty{max-width:680px;margin:35px auto 80px;padding:60px 35px;border:1px solid var(--aurora-line);border-radius:18px;background:#fff;text-align:center}.aurora-cart-empty>span{width:78px;height:78px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-gold-600);font-size:30px}.aurora-cart-empty p{max-width:470px;margin:13px auto 23px;color:var(--aurora-muted)}.aurora-mini-cart{position:relative}.aurora-mini-cart__menu{top:100%;right:0!important;left:auto!important}.aurora-cart-wrap{position:relative}
.aurora-theme .product-layout{margin-bottom:18px}.aurora-theme .product-thumb{overflow:hidden;border:1px solid var(--aurora-line);border-radius:10px;background:#fff}.aurora-theme .product-thumb .image{position:relative;aspect-ratio:1;background:#f7f4ed}.aurora-theme .product-thumb .image>a:first-child,.aurora-theme .product-thumb .image>a:first-child img{display:block;width:100%;height:100%}.aurora-theme .product-thumb .image img{object-fit:cover}.aurora-theme .product-thumb .second-img,.aurora-theme .product-thumb .rating{display:none!important}.aurora-theme .product-thumb .caption{padding:17px}.aurora-theme .product-thumb .caption::before{content:"Siyezden doğal ürünler";display:block;margin-bottom:6px;color:var(--aurora-gold-600);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.aurora-theme .product-thumb h4,.aurora-theme .product-thumb .protitle{height:44px;min-height:44px;overflow:hidden;margin:0 0 15px;font-size:14px;line-height:1.5}.aurora-theme .product-thumb .catlist-des,.aurora-theme .product-thumb .discount,.aurora-theme .product-thumb .price-tax,.aurora-theme .product-thumb .webi-main .form-group:not(.homeaddq),.aurora-theme .product-thumb .homeqt,.aurora-theme .product-thumb .button-group{display:none!important}.aurora-theme .product-thumb .webi-main{display:flex;align-items:center;justify-content:flex-end;margin-top:-42px}.aurora-theme .product-thumb .homeaddq{margin:0}.aurora-theme .product-thumb .cartb{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;background:var(--aurora-olive-800);color:#fff}.aurora-theme .product-thumb .cartb svg{width:18px;height:18px}.aurora-theme .product-thumb .price{min-height:42px;font-size:17px}
@media(max-width:991px){.aurora-theme .aurora-mega{display:none}.aurora-subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-catalog-layout{display:block}.aurora-catalog-sidebar{position:fixed;inset:0 auto 0 0;z-index:2200;width:min(360px,88vw);overflow-y:auto;padding:70px 14px 30px;background:var(--aurora-cream-50);transform:translateX(-105%);transition:transform .22s}.aurora-filter-open .aurora-catalog-sidebar{transform:none}.aurora-catalog-toolbar .aurora-filter-toggle{display:inline-flex;width:auto}.aurora-product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-account-groups{grid-template-columns:1fr}.aurora-cart-layout{grid-template-columns:minmax(0,1fr) 330px;gap:18px}}
@media(max-width:767px){.aurora-category-hero{min-height:390px;margin-bottom:28px}.aurora-category-hero__shade{background:linear-gradient(0deg,rgba(36,29,24,.94),rgba(36,29,24,.08) 83%)}.aurora-category-hero__copy{padding:25px}.aurora-category-hero h1{font-size:34px}.aurora-category-hero__description{max-height:70px;font-size:12px}.aurora-subcategories__head{display:block}.aurora-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.aurora-subcategory-card{min-height:105px}.aurora-catalog-toolbar{display:block;padding:10px}.aurora-catalog-toolbar>div:first-child{justify-content:space-between}.aurora-catalog-toolbar__selects{display:grid!important;grid-template-columns:auto 1fr;gap:7px!important;margin-top:10px}.aurora-catalog-toolbar__selects .form-control{width:100%;min-width:0}.aurora-catalog-toolbar__selects label:last-of-type,.aurora-catalog-toolbar__selects #input-limit{display:none}.aurora-product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.aurora-product-card__wish{opacity:1;transform:none}.aurora-pagination{display:block;text-align:center}.aurora-account-welcome{min-height:0;padding:30px 24px}.aurora-account-welcome__avatar{display:none}.aurora-account-groups{gap:12px}.aurora-account-links{grid-template-columns:1fr}.aurora-account-links>a{min-height:84px;border-right:0!important;border-bottom:1px solid var(--aurora-line)!important}.aurora-account-links>a:last-child{border-bottom:0!important}.aurora-account-secondary{align-items:flex-start;flex-direction:column;gap:12px}.aurora-account-secondary .aurora-account-logout{margin-left:0}.aurora-cart-page__head{display:block}.aurora-cart-layout{display:block}.aurora-cart-item{grid-template-columns:94px minmax(0,1fr);gap:13px;padding:12px}.aurora-cart-item__bottom{align-items:flex-start;flex-direction:column;margin-top:14px}.aurora-cart-item__price{text-align:left}.aurora-cart-summary{position:static;margin-top:18px}.aurora-cart-empty{margin-top:20px;padding:42px 22px}.aurora-mini-cart__menu{position:fixed;top:104px!important;right:12px!important;left:12px!important;width:auto}}

/* Cart drawer */
html.aurora-cart-lock,body.aurora-cart-lock{overflow:hidden!important;overscroll-behavior:none}
body.aurora-cart-lock{touch-action:none}
.aurora-theme .aurora-cart-drawer__backdrop{position:fixed;inset:0;z-index:2200;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(29,25,20,.52);opacity:0;visibility:hidden;touch-action:none;transition:opacity .22s ease,visibility .22s ease;cursor:default}
.aurora-cart-drawer{position:fixed!important;z-index:2201;top:0!important;right:0!important;bottom:0!important;left:auto!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;width:min(470px,100vw)!important;height:100dvh;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fffdf9;box-shadow:none!important;list-style:none;transform:translateX(101%);visibility:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),visibility .28s ease;overflow:hidden}
.aurora-mini-cart.is-open .aurora-cart-drawer__backdrop{opacity:1;visibility:visible}
.aurora-mini-cart.is-open .aurora-cart-drawer{transform:translateX(0);visibility:visible}
.aurora-cart-drawer>li{margin:0;padding:0}
.aurora-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;min-height:94px;padding:22px 26px!important;border-bottom:1px solid var(--aurora-line);background:#fffdf9}
.aurora-cart-drawer__header>div{display:grid;gap:4px}.aurora-cart-drawer__eyebrow{color:var(--aurora-gold-600);font-size:10px;font-weight:800;letter-spacing:.16em}.aurora-cart-drawer__header strong{font:800 27px/1.1 "Manrope",sans-serif;color:var(--aurora-text)}
.aurora-cart-drawer__close{width:44px;height:44px;border:1px solid var(--aurora-line);border-radius:50%;background:#fff;color:var(--aurora-text);font-size:16px;transition:background-color .18s ease,border-color .18s ease}
.aurora-cart-drawer__close:hover{border-color:#cfc6b7;background:var(--aurora-cream-100)}
.aurora-theme .aurora-cart-drawer,.aurora-theme .aurora-cart-drawer__body{touch-action:pan-y}
.aurora-cart-drawer__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c7bdad transparent}
.aurora-cart-drawer__summary-line{display:flex;justify-content:space-between;padding:17px 26px 11px;color:var(--aurora-muted);font-size:12px;font-weight:600}
.aurora-cart-drawer__items{padding:0 26px}
.aurora-cart-drawer__item{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) 36px;gap:15px;padding:17px 0;border-bottom:1px solid var(--aurora-line)}
.aurora-cart-drawer__image{display:block;width:92px;height:92px;overflow:hidden;border-radius:12px;background:#f5f1e8}
.aurora-cart-drawer__image img{width:100%;height:100%;object-fit:contain;transition:none!important;transform:none!important}
.aurora-cart-drawer__product{min-width:0;padding-top:2px}.aurora-cart-drawer__name{display:-webkit-box;overflow:hidden;color:var(--aurora-text);font:700 14px/1.4 "Manrope",sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aurora-cart-drawer__name:hover{color:var(--aurora-gold-600)}
.aurora-cart-drawer__product small{display:block;margin-top:3px;color:var(--aurora-muted);font-size:11px}.aurora-cart-drawer__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.aurora-cart-drawer__meta span{color:var(--aurora-muted);font-size:11px}.aurora-cart-drawer__meta strong{white-space:nowrap;font-size:14px;color:var(--aurora-text)}
.aurora-cart-drawer__remove{width:36px;height:36px;padding:0;border:0;border-radius:50%;background:transparent;color:#8a8278;font-size:16px;transition:color .18s ease,background-color .18s ease}.aurora-cart-drawer__remove:hover{background:#f7ece9;color:var(--aurora-error)}
.aurora-cart-drawer__voucher{display:flex;justify-content:space-between;gap:15px;padding:16px 0;border-bottom:1px solid var(--aurora-line);font-size:13px}
.aurora-cart-drawer__footer{padding:20px 26px 24px!important;border-top:1px solid var(--aurora-line);background:#fff;box-shadow:0 -12px 30px rgba(43,37,29,.045)}
.aurora-cart-drawer__totals{margin:0 0 17px}.aurora-cart-drawer__totals>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:4px 0;color:var(--aurora-muted)}.aurora-cart-drawer__totals dt,.aurora-cart-drawer__totals dd{margin:0;font-size:12px}.aurora-cart-drawer__totals dd{font-weight:700}.aurora-cart-drawer__totals .is-total{margin-top:7px;padding-top:13px;border-top:1px solid var(--aurora-line);color:var(--aurora-text)}.aurora-cart-drawer__totals .is-total dt{font:700 15px "Manrope",sans-serif}.aurora-cart-drawer__totals .is-total dd{font:800 19px "Manrope",sans-serif}
.aurora-cart-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:11px;min-height:54px;border-radius:10px;background:var(--aurora-olive-800);color:#fff!important;font:700 13px "Manrope",sans-serif;transition:background-color .18s ease}.aurora-cart-drawer__checkout:hover{background:#303b22}.aurora-cart-drawer__view{display:block;padding:14px 8px 9px;color:var(--aurora-text);font-size:12px;font-weight:700;text-align:center;text-decoration:underline;text-underline-offset:4px}.aurora-cart-drawer__trust{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;color:var(--aurora-muted);font-size:10px}.aurora-cart-drawer__trust i{color:var(--aurora-gold-600)}
.aurora-cart-drawer__empty{align-self:center;padding:50px 36px!important;text-align:center}.aurora-cart-drawer__empty-icon{display:flex;align-items:center;justify-content:center;width:78px;height:78px;margin:0 auto 22px;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-gold-600);font-size:29px}.aurora-cart-drawer__empty strong{display:block;font:800 25px "Manrope",sans-serif}.aurora-cart-drawer__empty p{max-width:300px;margin:10px auto 24px;color:var(--aurora-muted);font-size:13px;line-height:1.6}
@media(max-width:560px){.aurora-cart-drawer{width:100%!important}.aurora-cart-drawer__header{min-height:78px;padding:16px 18px!important}.aurora-cart-drawer__header strong{font-size:23px}.aurora-cart-drawer__summary-line{padding:14px 18px 8px}.aurora-cart-drawer__items{padding:0 18px}.aurora-cart-drawer__item{grid-template-columns:82px minmax(0,1fr) 34px;gap:12px;padding:14px 0}.aurora-cart-drawer__image{width:82px;height:82px}.aurora-cart-drawer__footer{padding:17px 18px calc(18px + env(safe-area-inset-bottom))!important}.aurora-cart-drawer__checkout{min-height:52px}}
@media(prefers-reduced-motion:reduce){.aurora-cart-drawer,.aurora-cart-drawer__backdrop{transition:none}}
.aurora-catalog-layout{display:block}.aurora-catalog-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:2200;width:min(370px,90vw);overflow-y:auto;padding:70px 18px 30px;background:var(--aurora-cream-50);box-shadow:18px 0 45px rgba(36,29,24,.14);transform:translateX(-105%);transition:transform .22s}.aurora-filter-open .aurora-catalog-sidebar{transform:none}.aurora-theme #product-category .aurora-catalog-sidebar #column-left{position:static;display:block!important;width:100%!important;max-width:none;float:none;overflow:visible;padding:0;transform:none}.aurora-theme #product-category .aurora-catalog-sidebar .aurora-filter-close{display:flex}.aurora-theme .aurora-filter-backdrop{display:none}.aurora-filter-open .aurora-filter-backdrop{display:block}.aurora-catalog-toolbar .aurora-filter-toggle{display:inline-flex;width:auto}.aurora-product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.aurora-theme .aurora-product-card__image img{object-fit:contain}.aurora-theme .product-thumb .image img{object-fit:contain}
@media(max-width:991px){.aurora-product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.aurora-product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}
.aurora-theme #product-category .aurora-catalog-sidebar .aurora-filter-close{position:absolute;top:14px;right:18px;left:18px;width:calc(100% - 36px);min-height:44px;display:flex;align-items:center;justify-content:space-between;margin:0;padding:0 3px 10px;border:0;border-bottom:1px solid var(--aurora-line);background:transparent;color:var(--aurora-brown-950);font:700 17px "Manrope"}.aurora-theme #product-category .aurora-catalog-sidebar .aurora-filter-close i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-cream-200);font-size:13px}

/* Story layout: keep both columns on the same grid row */
.aurora-story{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;min-height:0}.aurora-story__features{grid-column:1;grid-row:1}.aurora-story__copy{grid-column:2;grid-row:1}
@media(max-width:991px){.aurora-story{grid-template-columns:1fr}.aurora-story__copy{grid-column:1;grid-row:1}.aurora-story__features{grid-column:1;grid-row:2}}
@media(max-width:767px){.aurora-story__features{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-story__features>div{padding:18px 15px}.aurora-story__features strong{font-size:13px}.aurora-story__features span{font-size:10px}}

/* Aurora editorial story v2 */
.aurora-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:0;align-items:stretch;overflow:hidden;padding:0!important;border-radius:24px;background:var(--aurora-cream-100);box-shadow:0 24px 70px rgba(50,38,29,.08)}.aurora-story__visual{grid-column:1;grid-row:1;position:relative;min-height:520px;margin:0;overflow:hidden}.aurora-story__visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.aurora-story:hover .aurora-story__visual>img{transform:scale(1.035)}.aurora-story__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(31,25,20,.74),rgba(31,25,20,.03) 62%)}.aurora-story__visual figcaption{position:absolute;right:34px;bottom:32px;left:34px;z-index:1;color:#fff}.aurora-story__visual figcaption span,.aurora-story__visual figcaption strong{display:block}.aurora-story__visual figcaption span{margin-bottom:7px;color:#ead39f;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aurora-story__visual figcaption strong{max-width:450px;font:700 25px/1.25 "Manrope"}.aurora-story__copy{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:54px}.aurora-story__copy h2{font-size:clamp(31px,3vw,45px)}.aurora-story__copy>p{margin:20px 0 28px;color:var(--aurora-muted);font-size:15px}.aurora-story__principles{margin:0;padding:0;border-top:1px solid var(--aurora-line);list-style:none}.aurora-story__principles li{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px;min-height:54px;border-bottom:1px solid var(--aurora-line)}.aurora-story__principles span{color:var(--aurora-gold-600);font-size:10px;font-weight:800;letter-spacing:.08em}.aurora-story__principles strong{font-size:12px}.aurora-story__link{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding-bottom:5px;border-bottom:1px solid var(--aurora-gold-600);color:var(--aurora-gold-600)!important;font-size:12px;font-weight:800}.aurora-story__link i{transition:transform .2s}.aurora-story__link:hover i{transform:translateX(4px)}

/* Global modern product card v2 */
.aurora-product-grid{gap:22px}.aurora-product-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:0 1px 0 rgba(55,43,33,.08),0 10px 32px rgba(55,43,33,.045);transition:transform .38s cubic-bezier(.2,.75,.2,1),box-shadow .38s,border-color .25s}.aurora-product-card:hover{transform:translateY(-8px);border-color:transparent;box-shadow:0 20px 48px rgba(55,43,33,.13)}.aurora-product-card__media{position:relative;margin:8px 8px 0;overflow:hidden;border-radius:14px;background:#f5f1e8}.aurora-product-card__image{position:relative;aspect-ratio:1;display:block;overflow:hidden;background:transparent}.aurora-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .55s cubic-bezier(.2,.75,.2,1)}.aurora-product-card:hover .aurora-product-card__image img{transform:scale(1.055)}.aurora-product-card__media::after{content:"";position:absolute;right:14%;bottom:-18px;left:14%;height:28px;border-radius:50%;background:rgba(65,75,49,.08);filter:blur(12px);pointer-events:none}.aurora-product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:7px 10px;border-radius:999px;background:var(--aurora-gold-600);color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em}.aurora-product-card__wish{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(229,222,211,.9);border-radius:50%;background:rgba(255,255,255,.94);color:var(--aurora-brown-800);box-shadow:0 5px 16px rgba(55,43,33,.08);opacity:0;transform:translateY(-6px);transition:.25s}.aurora-product-card:hover .aurora-product-card__wish,.aurora-product-card__wish:focus-visible{opacity:1;transform:none}.aurora-product-card__wish:hover{border-color:var(--aurora-gold-600);color:var(--aurora-error);transform:scale(1.06)}.aurora-product-card__body{display:flex;flex:1;flex-direction:column;padding:18px 19px 20px}.aurora-product-card__kicker{margin-bottom:7px;color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.aurora-product-card h3{height:44px;margin:0 0 19px;font-size:14px;line-height:1.5}.aurora-product-card h3 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aurora-product-card__bottom{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.aurora-product-card__price{min-width:0}.aurora-product-card__price strong{display:block;color:var(--aurora-brown-950);font:800 18px/1.2 "Manrope";white-space:nowrap}.aurora-product-card__price del{display:block;margin-top:3px;color:var(--aurora-muted);font-size:10px}.aurora-product-card__cart{width:auto;height:44px;min-width:122px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:0;border-radius:999px;background:var(--aurora-olive-800);color:#fff!important;font-size:11px;font-weight:800;white-space:nowrap;box-shadow:0 8px 20px rgba(65,75,49,.16);transition:transform .22s,background .22s,box-shadow .22s}.aurora-product-card__cart:hover,.aurora-product-card__cart:focus{background:#303a24;color:#fff;transform:translateY(-2px);box-shadow:0 12px 25px rgba(65,75,49,.22)}.aurora-product-card__cart i{font-size:13px}.aurora-product-card__badge--new{background:var(--aurora-olive-700)}

/* Legacy OpenCart product markup follows the same visual language */
.aurora-theme .product-thumb{overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:0 1px 0 rgba(55,43,33,.08),0 10px 32px rgba(55,43,33,.045);transition:transform .38s cubic-bezier(.2,.75,.2,1),box-shadow .38s}.aurora-theme .product-thumb:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(55,43,33,.13)}.aurora-theme .product-thumb .image{margin:8px 8px 0;overflow:hidden;border-radius:14px;background:#f5f1e8}.aurora-theme .product-thumb .image img{transition:transform .55s cubic-bezier(.2,.75,.2,1)}.aurora-theme .product-thumb:hover .image img{transform:scale(1.055)}.aurora-theme .product-thumb .caption{padding:18px 19px 20px}.aurora-theme .product-thumb .caption::before{letter-spacing:.13em}.aurora-theme .product-thumb .webi-main{justify-content:stretch;margin-top:14px}.aurora-theme .product-thumb .homeaddq{width:100%}.aurora-theme .product-thumb .cartb{width:100%;height:44px;gap:8px;border-radius:999px;box-shadow:0 8px 20px rgba(65,75,49,.16);font-size:11px;font-weight:800}.aurora-theme .product-thumb .cartb::after{content:"Sepete ekle"}.aurora-theme .product-thumb .cartb:hover{transform:translateY(-2px);background:#303a24}.aurora-theme .product-thumb .price{font-family:"Manrope";font-weight:800}

/* Progressive scroll reveal */
.aurora-motion .aurora-reveal{opacity:0;transform:translateY(24px);transition:opacity .58s ease var(--aurora-reveal-delay,0ms),transform .58s cubic-bezier(.2,.75,.2,1) var(--aurora-reveal-delay,0ms),box-shadow .38s}.aurora-motion .aurora-reveal.is-visible{opacity:1;transform:none}.aurora-motion .aurora-product-card.aurora-reveal.is-visible:hover,.aurora-motion .product-thumb.aurora-reveal.is-visible:hover{transform:translateY(-8px)}
@media(max-width:991px){.aurora-story{grid-template-columns:1fr}.aurora-story__visual{grid-column:1;grid-row:1;min-height:420px}.aurora-story__copy{grid-column:1;grid-row:2;padding:40px}.aurora-product-card__wish{opacity:1;transform:none}.aurora-product-card__cart{min-width:110px}}
@media(max-width:767px){.aurora-story{width:calc(100% - 28px)!important}.aurora-story__visual{min-height:310px}.aurora-story__visual figcaption{right:22px;bottom:20px;left:22px}.aurora-story__visual figcaption strong{font-size:19px}.aurora-story__copy{padding:30px 22px}.aurora-story__copy h2{font-size:30px}.aurora-product-grid{gap:11px}.aurora-product-card{border-radius:14px}.aurora-product-card__media{margin:5px 5px 0;border-radius:11px}.aurora-product-card__body{padding:13px 12px 14px}.aurora-product-card__kicker{display:block;margin-bottom:5px;font-size:7px}.aurora-product-card h3{height:39px;margin-bottom:13px;font-size:11px;line-height:1.45}.aurora-product-card__price strong{font-size:14px}.aurora-product-card__cart{width:42px;height:42px;min-width:42px;padding:0}.aurora-product-card__cart span{display:none}.aurora-product-card__wish{top:8px;right:8px;width:34px;height:34px}.aurora-product-card__badge{top:8px;left:8px}.aurora-theme .product-thumb .cartb::after{font-size:10px}}
@media(prefers-reduced-motion:reduce){.aurora-motion .aurora-reveal{opacity:1;transform:none}.aurora-product-card,.aurora-product-card__image img,.aurora-story__visual>img,.aurora-theme .product-thumb{transition:none!important}}
.aurora-theme .product-thumb{position:relative}.aurora-theme .product-thumb .cartb::after{content:none}.aurora-theme .product-thumb .cartb span{display:inline!important}.aurora-theme .product-thumb .button-group{position:absolute;top:20px;right:20px;z-index:4;display:block!important;border:0}.aurora-theme .product-thumb .button-group>button{display:none!important}.aurora-theme .product-thumb .button-group>button:first-child{width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;padding:0;border:1px solid rgba(229,222,211,.9);border-radius:50%;background:rgba(255,255,255,.94);color:var(--aurora-brown-800);box-shadow:0 5px 16px rgba(55,43,33,.08);opacity:0;transform:translateY(-6px);transition:.25s}.aurora-theme .product-thumb:hover .button-group>button:first-child,.aurora-theme .product-thumb .button-group>button:first-child:focus{opacity:1;transform:none}.aurora-theme .product-thumb .button-group svg{width:17px;height:17px}.aurora-story{scroll-margin-top:150px}
@media(max-width:991px){.aurora-theme .product-thumb .button-group>button:first-child{opacity:1;transform:none}}

/* Keep old OpenCart product templates visually aligned with Aurora cards. */
.aurora-theme .product-thumb .button-group{inset:20px 20px auto auto!important;width:40px!important;height:40px!important;opacity:1!important;transform:none!important}
.aurora-theme .product-thumb .button-group>button:first-child{position:absolute;inset:0;width:40px!important;height:40px!important;min-height:40px!important}
.aurora-theme .product-thumb .button-group .bquickv{display:none!important}
.aurora-theme .product-thumb .cartb{font-size:13px;letter-spacing:-.01em;text-transform:none}

/* Product interaction: keep the grid stationary and calm. */
.aurora-product-card:hover,
.aurora-theme .product-thumb:hover,
.aurora-motion .aurora-product-card.aurora-reveal.is-visible:hover,
.aurora-motion .product-thumb.aurora-reveal.is-visible:hover{transform:none}
.aurora-motion .aurora-product-card.aurora-reveal,
.aurora-motion .product-thumb.aurora-reveal{opacity:1;transform:none;transition:box-shadow .28s ease}
.aurora-product-card__cart:hover,
.aurora-product-card__cart:focus,
.aurora-theme .product-thumb .cartb:hover{transform:none}
.aurora-product-card__wish,
.aurora-product-card:hover .aurora-product-card__wish,
.aurora-product-card__wish:focus-visible,
.aurora-theme .product-thumb .button-group>button:first-child,
.aurora-theme .product-thumb:hover .button-group>button:first-child,
.aurora-theme .product-thumb .button-group>button:first-child:focus{transform:none}

/* Card-local add-to-cart feedback replaces OpenCart's page-level success alert. */
.aurora-card-feedback{position:absolute;right:10px;bottom:10px;left:10px;z-index:12;min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 13px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#303b27;color:#fff;box-shadow:0 18px 42px rgba(38,45,30,.28);opacity:0;transform:scale(.985);transform-origin:center bottom;transition:opacity .2s ease,transform .2s ease}
.aurora-card-feedback.is-visible{opacity:1;transform:scale(1)}
.aurora-card-feedback::after{content:"";position:absolute;right:12px;bottom:0;left:12px;height:2px;border-radius:999px;background:rgba(255,255,255,.2);transform-origin:left;animation:aurora-feedback-life 3.2s linear forwards}
.aurora-card-feedback__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0bd45;color:#28311f;font-size:16px}
.aurora-card-feedback__copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.aurora-card-feedback__copy strong{color:#fff;font:800 13px/1.2 "Manrope"}
.aurora-card-feedback__copy small{overflow:hidden;color:rgba(255,255,255,.72);font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.aurora-card-feedback__action{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff!important;font-size:10px;font-weight:800;white-space:nowrap}
.aurora-card-feedback__action:hover,.aurora-card-feedback__action:focus{background:#fff;color:#303b27!important}
.aurora-product-card__cart.is-adding,.aurora-theme .product-thumb .cartb.is-adding{pointer-events:none;filter:saturate(.72);opacity:.78}
@keyframes aurora-feedback-life{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:767px){.aurora-card-feedback{right:6px;bottom:6px;left:6px;min-height:64px;grid-template-columns:36px minmax(0,1fr) 34px;gap:8px;padding:10px;border-radius:12px}.aurora-card-feedback__icon{width:36px;height:36px}.aurora-card-feedback__copy strong{font-size:11px}.aurora-card-feedback__copy small{font-size:9px}.aurora-card-feedback__action{width:34px;min-height:34px;justify-content:center;padding:0}.aurora-card-feedback__action span{display:none}}
@media(prefers-reduced-motion:reduce){.aurora-card-feedback{transition:none}.aurora-card-feedback::after{animation:none}}

/* Quiet product hover and compact feedback attached to the product image. */
.aurora-product-card:hover .aurora-product-card__image img,
.aurora-theme .product-thumb:hover .image img{transform:none!important}
.aurora-product-card__image img,
.aurora-theme .product-thumb .image img{transition:none!important}
.aurora-card-feedback{right:9px;bottom:9px;left:9px;min-height:48px;grid-template-columns:30px minmax(0,1fr) 32px;gap:9px;padding:8px 9px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(43,54,34,.96);box-shadow:0 10px 24px rgba(31,39,24,.2);transform:none;transition:opacity .16s ease}
.aurora-card-feedback.is-visible{transform:none}
.aurora-card-feedback::after{display:none}
.aurora-card-feedback__icon{width:30px;height:30px;background:#efbd47;color:#29331f;font-size:12px}
.aurora-card-feedback__copy{gap:1px}
.aurora-card-feedback__copy strong{font-size:11px;line-height:1.15}
.aurora-card-feedback__copy small{display:none}
.aurora-card-feedback__action{width:32px;min-height:32px;justify-content:center;padding:0;border-radius:9px;background:rgba(255,255,255,.11)}
.aurora-card-feedback__action span{display:none}
@media(max-width:767px){.aurora-card-feedback{right:6px;bottom:6px;left:6px;min-height:44px;grid-template-columns:28px minmax(0,1fr) 30px;gap:7px;padding:7px;border-radius:10px}.aurora-card-feedback__icon{width:28px;height:28px}.aurora-card-feedback__copy strong{font-size:10px}.aurora-card-feedback__action{width:30px;min-height:30px}}

/* Product cards stay completely shadow-free, including hover. */
.aurora-product-card,
.aurora-product-card:hover,
.aurora-theme .product-thumb,
.aurora-theme .product-thumb:hover{box-shadow:none}

/* Standalone page feedback: compact toast instead of a full-width alert bar. */
.aurora-toast{position:fixed;right:24px;bottom:24px;z-index:1300;width:min(390px,calc(100vw - 32px));min-height:78px;display:grid;grid-template-columns:42px minmax(0,1fr) 38px;align-items:center;gap:12px;padding:14px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff;color:var(--aurora-brown-950);box-shadow:0 18px 48px rgba(43,36,31,.18);opacity:0;transform:scale(.98);transform-origin:right bottom;transition:opacity .2s ease,transform .2s ease}
.aurora-toast.is-visible{opacity:1;transform:scale(1)}
.aurora-toast__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-olive-800);color:#fff;font-size:15px}
.aurora-toast--error{border-color:#efd4cf}.aurora-toast--error .aurora-toast__icon{background:#b94b3f}.aurora-toast--error .aurora-toast__timer{background:#cf6659}
.aurora-toast__copy{min-width:0}.aurora-toast__copy strong{display:block;margin-bottom:4px;font:800 13px/1.2 "Manrope"}.aurora-toast__copy p{margin:0;color:var(--aurora-muted);font-size:11px;line-height:1.45}.aurora-toast__copy p a{color:var(--aurora-olive-800);font-weight:800}
.aurora-toast__copy p>strong:first-child{display:none}.aurora-toast__copy p>br:first-of-type{display:none}
.aurora-toast__close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-muted)}
.aurora-toast__close:hover,.aurora-toast__close:focus{background:var(--aurora-cream-200);color:var(--aurora-brown-950)}
.aurora-toast__timer{position:absolute;right:14px;bottom:0;left:14px;height:2px;border-radius:999px;background:var(--aurora-gold-500);transform-origin:left;animation:aurora-toast-timer 4.6s linear forwards}
@keyframes aurora-toast-timer{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:767px){.aurora-toast{right:12px;bottom:12px;left:12px;width:auto;min-height:70px;grid-template-columns:38px minmax(0,1fr) 36px;padding:12px}.aurora-toast__icon{width:38px;height:38px}.aurora-toast__close{width:36px;height:36px}}
@media(prefers-reduced-motion:reduce){.aurora-toast{transition:none}.aurora-toast__timer{animation:none}}

/* Mobile menu lives inside the desktop nav wrapper, so keep only the wrapper available. */
@media(max-width:991px){.aurora-header__nav{display:block!important;height:0;border:0!important}.aurora-header__nav>.aurora-container{height:0}.aurora-header__nav .aurora-nav{display:none}.aurora-mobile-nav{display:block}}

/* Product detail related products use the global Aurora card component. */
.aurora-theme .relpro{overflow:visible}.aurora-theme .relpro>.row{width:100%;margin-right:0;margin-left:0}.aurora-theme .relpro #related{width:100%;overflow:visible}.aurora-theme .relpro #related .owl-wrapper-outer{padding-top:10px;padding-bottom:20px}.aurora-theme .relpro .product-layout{height:auto;margin:0;padding:0 8px}.aurora-theme .relpro .product-layout>.product-thumb{display:none!important}.aurora-theme .relpro .aurora-product-card{height:100%}.aurora-theme .relpro .owl-stage{display:flex}.aurora-theme .relpro .owl-item{display:flex}.aurora-theme .relpro .owl-item>.product-layout{width:100%}
@media(max-width:767px){.aurora-theme .relpro #related .owl-wrapper-outer{padding-top:6px;padding-bottom:14px}.aurora-theme .relpro .product-layout{padding:0 5px}.aurora-theme .relpro .aurora-product-card__wish{opacity:1}}
@media(max-width:991px){html{overflow-x:hidden}.aurora-theme{overflow-x:hidden}}

/* Aurora mobile navigation v2 */
@media(max-width:991px){.aurora-mobile-nav__backdrop{background:rgba(28,24,20,.66)}.aurora-mobile-nav__panel{width:min(360px,92vw);background:#fbfaf6;box-shadow:18px 0 55px rgba(25,21,18,.2)}.aurora-mobile-nav__head{min-height:82px;padding:0 18px;border-bottom:1px solid var(--aurora-line)}.aurora-mobile-nav__head>div{display:flex;flex-direction:column;gap:3px}.aurora-mobile-nav__head small{color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.aurora-mobile-nav__head strong{font:800 19px/1.2 "Manrope"}.aurora-mobile-nav__head button{border-radius:50%;background:#f1ede4}.aurora-mobile-nav__panel>ul{padding:8px 18px 16px}.aurora-mobile-nav__panel>ul>li{border-color:#e7e0d5}.aurora-mobile-nav__panel>ul>li>a,.aurora-mobile-nav__row>a{min-height:56px;font:750 13px/1.35 "Manrope";letter-spacing:.015em}.aurora-mobile-nav__row button{width:42px;height:42px;border-radius:50%;color:var(--aurora-olive-800)}.aurora-mobile-nav li.is-expanded>.aurora-mobile-nav__row>a{color:var(--aurora-gold-600)}.aurora-mobile-nav__children{margin:0 0 13px;padding:3px 0 9px 13px;border-left:2px solid #dfcfaa}.aurora-mobile-nav__children a{padding:6px 9px;color:#6d6258;font-size:12px;line-height:1.35}.aurora-mobile-nav__all a{margin-top:4px;color:var(--aurora-olive-800);font-weight:800}.aurora-mobile-nav__all i{margin-left:6px}.aurora-mobile-nav__utility{position:sticky;bottom:0;justify-content:space-between;margin-top:auto;padding:17px 20px;border-top:1px solid var(--aurora-line);background:#f4efe5;font-size:12px}.aurora-mobile-nav__panel{display:flex;flex-direction:column}.aurora-mobile-nav__panel>ul{flex:1}}

/* Product detail mobile composition */
@media(max-width:767px){#product-product.container{width:100%;padding:0 14px 28px}#product-product>.row,#product-product #content>.productbg>.row{margin:0}#product-product #content{padding:0}.aurora-theme #product-product .productbg{margin:0;border:0;background:transparent;box-shadow:none}.aurora-theme #product-product .proimg{position:static!important;padding:0}.aurora-theme #product-product .thumbnails{margin:0}.aurora-theme #product-product .thumbnails>li:first-child{overflow:hidden;margin:0;border:1px solid #e8e1d6;border-radius:18px;background:#f6f2e9}.aurora-theme #product-product .thumbnails>li:first-child .thumbnail{margin:0;padding:12px;border:0;background:transparent}.aurora-theme #product-product .thumbnails>li:first-child img{width:100%;height:auto;max-height:430px;object-fit:contain}.aurora-theme #product-product #gallery_01{margin:10px 0 0;padding:0}.aurora-theme #product-product #gallery_01 .owl-item{padding-right:7px}.aurora-theme #product-product #gallery_01 a{overflow:hidden;padding:0;border:1px solid var(--aurora-line);border-radius:10px;background:#fff}.aurora-theme #product-product .pro-content{padding:24px 3px 0}.aurora-theme #product-product .pro-content h1{margin:0 0 12px;font:800 27px/1.15 "Manrope";letter-spacing:-.035em}.aurora-theme #product-product .producthr{display:none}.aurora-theme #product-product .pro-content>.rating{display:flex;align-items:center;gap:9px;margin:0 0 20px;padding:0 0 15px;border-bottom:1px solid var(--aurora-line)}.aurora-theme #product-product .rating li{list-style:none}.aurora-theme #product-product .rating .fa-stack{width:15px}.aurora-theme #product-product .pro-content>ul.list-unstyled{margin:0}.aurora-theme #product-product .pro-price,.aurora-theme #product-product .pro-content>ul h2{margin:0 0 17px;color:var(--aurora-brown-950);font:800 28px/1.1 "Manrope"}.aurora-theme #product-product .pro-content>ul.list-unstyled:has(.stock_bg){display:grid;grid-template-columns:1fr 1fr;gap:9px 14px;margin-bottom:20px;padding:15px;border:1px solid var(--aurora-line);border-radius:13px;background:#f8f5ee}.aurora-theme #product-product .pro-content>ul.list-unstyled:has(.stock_bg) li{min-width:0;color:var(--aurora-muted);font-size:11px}.aurora-theme #product-product .pro-content>ul.list-unstyled:has(.stock_bg) .text-decor{display:block;margin-bottom:2px;color:var(--aurora-brown-950);font-size:9px;font-weight:800;text-transform:uppercase}.aurora-theme #product-product #product{margin:0}.aurora-theme #product-product #product>h3{font-size:17px}.aurora-theme #product-product #product .form-group{margin-bottom:15px}.aurora-theme #product-product #product .control-label{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.aurora-theme #product-product #product .form-control{min-height:46px;border-radius:9px}.aurora-theme #product-product .pro-qty{position:sticky;bottom:8px;z-index:30;margin:18px -3px 12px!important;padding:9px;border:1px solid #ddd5c8;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 14px 35px rgba(40,34,29,.14)}.aurora-theme #product-product .pro-qty>.row{display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px;margin:0}.aurora-theme #product-product .qty-plus-minus{width:104px;display:grid;grid-template-columns:34px 36px 34px;padding:0}.aurora-theme #product-product .qty-plus-minus .form-control{width:100%;height:48px;min-height:48px;padding:0;border-color:var(--aurora-line);border-radius:0;text-align:center}.aurora-theme #product-product .qty-plus-minus .btnminus{border-radius:9px 0 0 9px}.aurora-theme #product-product .qty-plus-minus .btnplus{border-radius:0 9px 9px 0}.aurora-theme #product-product .product-btn{width:auto;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:6px;padding:0}.aurora-theme #product-product #button-cart{height:48px;padding:0 13px;border:0;border-radius:10px;background:var(--aurora-olive-800);font-size:12px;font-weight:800}.aurora-theme #product-product .aurora-product-secondary{width:44px;height:48px;padding:0;border:1px solid var(--aurora-line);border-radius:10px;background:#fff;color:var(--aurora-brown-800)}.aurora-theme #product-product .aurora-product-secondary:last-child{display:none}.aurora-theme #product-product .product-tag,.aurora-theme #product-product .a2a_kit,.aurora-theme #product-product .pro-content>hr{display:none!important}.aurora-theme #product-product .product-tab{margin:24px 0 0;border:0;background:transparent}.aurora-theme #product-product .nav-tabs{display:flex;overflow-x:auto;margin:0;border-bottom:1px solid var(--aurora-line);white-space:nowrap}.aurora-theme #product-product .nav-tabs>li>a{padding:13px 12px;border:0!important;background:transparent;font-size:11px;font-weight:800}.aurora-theme #product-product .nav-tabs>li.active>a{color:var(--aurora-gold-600);box-shadow:inset 0 -2px var(--aurora-gold-600)}.aurora-theme #product-product .tab-content{padding:24px 2px 0;border:0}.aurora-theme #product-product #tab-description{color:#554b43;font-size:13px;line-height:1.7}.aurora-theme #product-product #tab-description h2{margin:23px 0 10px;color:var(--aurora-brown-950);font-size:21px}.aurora-theme #product-product #tab-description h3{margin:20px 0 8px;font-size:16px}.aurora-theme #product-product #tab-description p{margin-bottom:12px}.aurora-theme #product-product .relpro{margin-top:38px;padding-top:0}.aurora-theme #product-product .relpro .heading{margin-bottom:17px}.aurora-theme #product-product .relpro .heading span{font-size:24px}.aurora-theme #product-product .relpro .heading strong{margin-top:4px;font-size:11px}}

@media(max-width:767px){.aurora-theme #product-product .pro-content>.rating li:last-child{display:none}.aurora-theme #product-product .pro-qty{width:auto!important;max-width:none!important}.aurora-theme #product-product .pro-qty>.row{display:flex!important;align-items:center;gap:8px;height:auto!important}.aurora-theme #product-product .qty-plus-minus{order:0!important;flex:0 0 104px!important;width:104px!important;height:48px!important;float:none!important;margin:0!important;position:static!important}.aurora-theme #product-product .product-btn{order:1!important;flex:1 1 auto!important;width:auto!important;height:48px!important;float:none!important;margin:0!important;position:static!important;grid-template-columns:minmax(0,1fr) 44px!important}.aurora-theme #product-product #button-cart{width:100%!important;height:48px!important;min-width:0!important;white-space:nowrap}.aurora-theme #product-product .aurora-product-secondary{margin:0!important}}
@media(max-width:767px){.aurora-theme #product-product #product.webi-main{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.aurora-theme #product-product .pro-qty{width:100%!important;margin:18px 0 12px!important}.aurora-theme #product-product #button-cart{min-height:48px!important}.aurora-theme #product-product #button-cart>i{display:none}}

/* Product detail desktop v2 */
.aurora-product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 0;padding:0;list-style:none}.aurora-product-trust li{display:flex;align-items:center;gap:9px;min-width:0}.aurora-product-trust li>i{color:var(--aurora-gold-600);font-size:17px}.aurora-product-trust span,.aurora-product-trust strong,.aurora-product-trust small{display:block}.aurora-product-trust strong{font-size:10px}.aurora-product-trust small{margin-top:2px;color:var(--aurora-muted);font-size:8px;line-height:1.3}
@media(min-width:992px){.aurora-theme #product-product.container{width:min(1320px,calc(100% - 64px));padding:0}.aurora-theme #product-product #content{width:100%;padding:0}.aurora-theme #product-product .productbg{margin:12px 0 0;padding:0;border:0;background:transparent;box-shadow:none}.aurora-theme #product-product .productbg>.row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:start;gap:58px;margin:0}.aurora-theme #product-product .proimg,.aurora-theme #product-product .pro-content{width:100%;float:none;padding:0}.aurora-theme #product-product .proimg{position:sticky;top:156px}.aurora-theme #product-product .thumbnails{margin:0}.aurora-theme #product-product .thumbnails>li:first-child{overflow:hidden;margin:0;border:1px solid #e5ddd0;border-radius:20px;background:#f5f0e7}.aurora-theme #product-product .thumbnails>li:first-child .thumbnail{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin:0;padding:18px;border:0;background:transparent}.aurora-theme #product-product .thumbnails>li:first-child img{width:100%;height:100%;object-fit:contain}.aurora-theme #product-product #gallery_01{max-width:430px;margin:13px 0 0}.aurora-theme #product-product #gallery_01 .owl-item{padding-right:9px}.aurora-theme #product-product #gallery_01 a{overflow:hidden;padding:0;border:1px solid var(--aurora-line);border-radius:10px;background:#fff}.aurora-theme #product-product .pro-content{position:sticky;top:150px;padding:24px 0 0}.aurora-theme #product-product .pro-content::before{content:"Siyezden doğal ürünler";display:block;margin-bottom:11px;color:var(--aurora-gold-600);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.aurora-theme #product-product .pro-content h1{max-width:620px;margin:0 0 18px;font:800 clamp(34px,3vw,48px)/1.08 "Manrope";letter-spacing:-.045em}.aurora-theme #product-product .producthr{display:none}.aurora-theme #product-product .pro-content>.rating{display:flex;align-items:center;gap:14px;margin:0 0 26px;padding:0 0 20px;border-bottom:1px solid var(--aurora-line)}.aurora-theme #product-product .rating li{list-style:none}.aurora-theme #product-product .rating .fa-stack{width:16px}.aurora-theme #product-product .pro-content>.list-unstyled{margin:0}.aurora-theme #product-product .pro-price,.aurora-theme #product-product .pro-content>.list-unstyled h2{margin:0 0 20px;color:var(--aurora-brown-950);font:800 32px/1 "Manrope"}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg){display:grid;grid-template-columns:1fr 1fr;gap:11px 24px;margin:0 0 24px;padding:17px 19px;border:1px solid var(--aurora-line);border-radius:14px;background:#f8f5ee}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) li{color:var(--aurora-muted);font-size:12px}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) .text-decor{display:block;margin-bottom:3px;color:var(--aurora-brown-950);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.aurora-theme #product-product #product.webi-main{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.aurora-theme #product-product #product>h3{font-size:18px}.aurora-theme #product-product #product .control-label{margin-bottom:8px;font-size:12px;font-weight:800}.aurora-theme #product-product #product .form-control{min-height:48px;border-radius:9px}.aurora-theme #product-product .pro-qty{margin:0!important;padding:13px;border:1px solid #dfd6c8;border-radius:15px;background:#f5f0e6}.aurora-theme #product-product .pro-qty>.row{display:flex;align-items:center;gap:12px;margin:0}.aurora-theme #product-product .qty-plus-minus{width:118px;flex:0 0 118px;display:grid;grid-template-columns:38px 42px 38px;float:none;padding:0;margin:0}.aurora-theme #product-product .qty-plus-minus .form-control{width:100%;height:50px;min-height:50px;padding:0;border-color:#dcd3c5;border-radius:0;background:#fff;text-align:center}.aurora-theme #product-product .qty-plus-minus .btnminus{border-radius:10px 0 0 10px}.aurora-theme #product-product .qty-plus-minus .btnplus{border-radius:0 10px 10px 0}.aurora-theme #product-product .product-btn{width:auto;flex:1;display:grid;grid-template-columns:minmax(180px,1fr) 48px;gap:8px;float:none;padding:0;margin:0;position:static}.aurora-theme #product-product #button-cart{width:100%;height:50px;min-height:50px;border:0;border-radius:10px;background:var(--aurora-olive-800);font-size:13px;font-weight:800}.aurora-theme #product-product .aurora-product-secondary{width:48px;height:50px;margin:0;padding:0;border:1px solid #dcd3c5;border-radius:10px;background:#fff;color:var(--aurora-brown-800)}.aurora-theme #product-product .aurora-product-secondary:last-child{display:none}.aurora-theme #product-product .product-tag,.aurora-theme #product-product .a2a_kit,.aurora-theme #product-product .pro-content>hr{display:none!important}.aurora-theme #product-product .product-tab{margin:80px 0 0;padding:0;border:0;background:transparent}.aurora-theme #product-product .nav-tabs{display:flex;gap:28px;margin:0;border-bottom:1px solid var(--aurora-line)}.aurora-theme #product-product .nav-tabs>li>a{padding:0 0 16px;border:0!important;background:transparent;font-size:13px;font-weight:800}.aurora-theme #product-product .nav-tabs>li.active>a{color:var(--aurora-gold-600);box-shadow:inset 0 -2px var(--aurora-gold-600)}.aurora-theme #product-product .tab-content{max-width:940px;padding:46px 0 0;border:0}.aurora-theme #product-product #tab-description{color:#564c44;font-size:15px;line-height:1.75}.aurora-theme #product-product #tab-description h2{margin:28px 0 12px;color:var(--aurora-brown-950);font-size:30px}.aurora-theme #product-product #tab-description h3{margin:25px 0 9px;color:var(--aurora-brown-950);font-size:19px}.aurora-theme #product-product #tab-description p{margin-bottom:14px}.aurora-theme #product-product .relpro{margin-top:86px}.aurora-theme #product-product .relpro .heading{margin-bottom:25px}.aurora-theme #product-product .relpro .heading span{font-size:32px}.aurora-theme #product-product .relpro .heading strong{margin-top:6px;font-size:12px}}
@media(max-width:767px){.aurora-product-trust{grid-template-columns:1fr;margin:12px 2px 0}.aurora-product-trust li{display:none}.aurora-product-trust li:first-child{display:flex}.aurora-product-trust strong{font-size:10px}.aurora-product-trust small{font-size:9px}}
@media(min-width:992px){.aurora-theme #product-product .productbg>.row{grid-template-columns:minmax(0,1fr) 560px!important}.aurora-theme #product-product .proimg{grid-column:1;grid-row:1}.aurora-theme #product-product .pro-content{grid-column:2;grid-row:1}}

/* Refined desktop purchase column: editorial, lighter and less card-like. */
@media(min-width:992px){.aurora-theme #product-product .pro-content{padding-top:30px}.aurora-theme #product-product .pro-content::before{margin-bottom:12px;font-size:9px}.aurora-theme #product-product .pro-content h1{max-width:550px;margin-bottom:16px;font-size:42px;line-height:1.06}.aurora-theme #product-product .pro-content>.rating{gap:0;margin-bottom:24px;padding:0;border:0}.aurora-theme #product-product .pro-content>.rating li{display:flex;align-items:center;min-height:30px;margin:0;padding:0 17px;border:0!important}.aurora-theme #product-product .pro-content>.rating li:first-child{padding-left:0}.aurora-theme #product-product .pro-content>.rating li+li{border-left:1px solid var(--aurora-line)!important}.aurora-theme #product-product .pro-content>.rating a{color:var(--aurora-muted);font-size:11px}.aurora-theme #product-product .pro-content>.rating #ratep{color:var(--aurora-gold-600);font-weight:800}.aurora-theme #product-product .pro-price,.aurora-theme #product-product .pro-content>.list-unstyled h2{margin-bottom:24px;font-size:35px}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg){grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:26px;padding:17px 0;border-width:1px 0;border-radius:0;background:transparent}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) li{padding:0 13px;border-left:1px solid var(--aurora-line)}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) li:first-child{padding-left:0;border-left:0}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) .text-decor{font-size:8px}.aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) .bg-success{display:inline-flex;padding:5px 9px;border-radius:999px}.aurora-theme #product-product .pro-qty{margin:0!important;padding:0;border:0;border-radius:0;background:transparent}.aurora-theme #product-product .pro-qty>.row{gap:14px}.aurora-theme #product-product .qty-plus-minus{width:126px;flex-basis:126px;grid-template-columns:40px 46px 40px}.aurora-theme #product-product .qty-plus-minus .form-control{height:54px;min-height:54px;background:#faf8f3}.aurora-theme #product-product .product-btn{grid-template-columns:minmax(210px,1fr) 52px;gap:10px}.aurora-theme #product-product #button-cart{height:54px;min-height:54px;border-radius:8px;font-size:13px}.aurora-theme #product-product .aurora-product-secondary{width:52px;height:54px;border-radius:8px}.aurora-theme #product-product .aurora-product-trust{gap:0;margin-top:26px;padding-top:21px;border-top:1px solid var(--aurora-line)}.aurora-theme #product-product .aurora-product-trust li{padding:0 16px;border-left:1px solid var(--aurora-line)}.aurora-theme #product-product .aurora-product-trust li:first-child{padding-left:0;border-left:0}.aurora-theme #product-product .aurora-product-trust li>i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:0 0 32px;border-radius:50%;background:#f5efe3;font-size:13px}.aurora-theme #product-product .aurora-product-trust strong{font-size:9px}.aurora-theme #product-product .aurora-product-trust small{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.aurora-newsletter__form{position:relative}.aurora-newsletter__status{position:absolute;top:calc(100% + 8px);left:0;margin:0!important;color:var(--aurora-success)!important;font-size:12px}.aurora-newsletter__status.is-error{color:var(--aurora-error)!important}.aurora-theme .product-btn #button-cart i{margin-right:7px}.aurora-theme #checkout-cart .infobg>h1{font-size:clamp(32px,4vw,50px)}.aurora-theme #error-not-found .infobg,.aurora-theme #common-maintenance{margin-top:35px;padding:55px;border:1px solid var(--aurora-line);background:var(--aurora-cream-100);text-align:center}

/* Premium cart motion and unified quantity stepper */
.aurora-cart-drawer__backdrop{transition:opacity .38s ease,visibility 0s linear .48s}
.aurora-cart-drawer{border-left:1px solid rgba(91,75,50,.12)!important;box-shadow:-24px 0 70px rgba(35,29,22,.12)!important;transform:translate3d(108%,0,0);will-change:transform;transition:transform .52s cubic-bezier(.16,1,.3,1),visibility 0s linear .52s}
.aurora-mini-cart.is-open .aurora-cart-drawer__backdrop{transition:opacity .38s ease,visibility 0s linear 0s}
@keyframes auroraCartEnter{0%{transform:translate3d(108%,0,0)}100%{transform:translate3d(0,0,0)}}
.aurora-mini-cart.is-open .aurora-cart-drawer{transform:translate3d(0,0,0);animation:auroraCartEnter .58s cubic-bezier(.16,1,.3,1) both;transition:transform .52s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}
.aurora-cart-drawer__header,.aurora-cart-drawer__summary-line,.aurora-cart-drawer__item,.aurora-cart-drawer__footer{opacity:0;transform:translate3d(24px,0,0);transition:opacity .24s ease,transform .4s cubic-bezier(.16,1,.3,1)}
.aurora-mini-cart.is-open .aurora-cart-drawer__header,.aurora-mini-cart.is-open .aurora-cart-drawer__summary-line,.aurora-mini-cart.is-open .aurora-cart-drawer__item,.aurora-mini-cart.is-open .aurora-cart-drawer__footer{opacity:1;transform:translate3d(0,0,0)}
.aurora-mini-cart.is-open .aurora-cart-drawer__header{transition-delay:.1s}.aurora-mini-cart.is-open .aurora-cart-drawer__summary-line{transition-delay:.14s}.aurora-mini-cart.is-open .aurora-cart-drawer__item:nth-child(1){transition-delay:.17s}.aurora-mini-cart.is-open .aurora-cart-drawer__item:nth-child(2){transition-delay:.2s}.aurora-mini-cart.is-open .aurora-cart-drawer__item:nth-child(3){transition-delay:.23s}.aurora-mini-cart.is-open .aurora-cart-drawer__item:nth-child(n+4){transition-delay:.26s}.aurora-mini-cart.is-open .aurora-cart-drawer__footer{transition-delay:.22s}
.aurora-cart-drawer__header{position:relative}.aurora-cart-drawer__header::before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--aurora-gold-600)}
.aurora-cart-drawer__checkout i{transition:transform .2s ease}.aurora-cart-drawer__checkout:hover i{transform:translateX(4px)}

.aurora-theme #product-product .qty-plus-minus{overflow:hidden!important;border:1px solid #d8cfbf!important;border-radius:999px!important;background:#f7f3eb!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.aurora-theme #product-product .qty-plus-minus .form-control{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--aurora-brown-950);font-weight:700}
.aurora-theme #product-product .qty-plus-minus button.form-control{position:relative;color:#594f43;transition:background-color .18s ease,color .18s ease}
.aurora-theme #product-product .qty-plus-minus button.form-control:hover:not(:disabled){background:var(--aurora-olive-800)!important;color:#fff}
.aurora-theme #product-product .qty-plus-minus button.form-control:active:not(:disabled){background:#313a25!important;color:#fff;transform:none}
.aurora-theme #product-product .qty-plus-minus button.form-control:disabled{color:#b7aea1;opacity:.72}
.aurora-theme #product-product .qty-plus-minus input.form-control{border-right:1px solid rgba(116,101,79,.14)!important;border-left:1px solid rgba(116,101,79,.14)!important}
@media(max-width:560px){.aurora-cart-drawer{border-left:0!important;box-shadow:none!important}.aurora-cart-drawer__header::before{height:2px}}
@media(prefers-reduced-motion:reduce){.aurora-cart-drawer,.aurora-cart-drawer__backdrop,.aurora-cart-drawer__header,.aurora-cart-drawer__summary-line,.aurora-cart-drawer__item,.aurora-cart-drawer__footer{transition:none!important;animation:none!important}}

/* Unified account experience */
.aurora-theme .aurora-footer__bottom strong{color:#d8bd87;font-weight:700}.aurora-theme .aurora-footer__bottom>span:first-child{letter-spacing:.015em}
.aurora-theme .breadbg{border:0;background:transparent}.aurora-theme .breadbg .container{padding:0}.aurora-theme .breadbg .row{margin:0}.aurora-theme .breadbg .breadcrumb{width:max-content;max-width:100%;display:flex;align-items:center;overflow:hidden;margin:18px 0 10px;padding:7px 13px;border:1px solid var(--aurora-line);border-radius:999px;background:#fff;box-shadow:0 3px 14px rgba(50,38,29,.04);font-size:11px;font-weight:600;text-transform:none}.aurora-theme .breadbg .breadcrumb>li{min-width:0;display:flex;align-items:center}.aurora-theme .breadbg .breadcrumb>li+li::before{content:"\f105";padding:0 9px;color:#b9afa2;font-family:FontAwesome}.aurora-theme .breadbg .breadcrumb a::after{display:none}.aurora-theme .breadbg .breadcrumb>li:last-child a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aurora-theme .acpage{padding-bottom:80px}.aurora-theme .acpage .account-page-row{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:24px!important;align-items:start;margin:8px 0 0!important}.aurora-theme .acpage .account-page-row::before,.aurora-theme .acpage .account-page-row::after{display:none!important}.aurora-theme .acpage .account-page-row>#column-left,.aurora-theme .acpage .account-page-row>#column-right{grid-column:1;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;padding:0!important;margin:0!important}.aurora-theme .acpage .account-page-row>#content{grid-column:2;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;padding:0!important;margin:0!important}.aurora-theme .acpage .account-page-row:not(:has(#column-left)):not(:has(#column-right)){grid-template-columns:1fr!important}.aurora-theme .acpage .account-page-row:not(:has(#column-left)):not(:has(#column-right))>#content{grid-column:1}
.aurora-theme .siyez-account-nav{overflow:hidden;border:1px solid var(--aurora-line);border-radius:16px;background:#fff;box-shadow:var(--aurora-shadow-sm)}.aurora-theme .siyez-account-nav__head{padding:20px;background:var(--aurora-brown-950)}.aurora-theme .siyez-account-nav__avatar{border-radius:50%;background:rgba(255,255,255,.12)}.aurora-theme .siyez-account-nav__section{padding:9px}.aurora-theme .siyez-account-nav__title{color:var(--aurora-gold-600);font-size:9px;letter-spacing:.14em}.aurora-theme .siyez-account-nav__link{min-height:48px;margin:2px 0!important;padding:7px 9px!important;border-radius:10px!important;color:var(--aurora-brown-800)!important}.aurora-theme .siyez-account-nav__icon{background:var(--aurora-cream-100)!important;color:var(--aurora-gold-600)!important}.aurora-theme .siyez-account-nav__link:hover{background:#faf7f0!important;color:var(--aurora-brown-950)!important}.aurora-theme .siyez-account-nav__link.is-active{background:var(--aurora-olive-100)!important;color:var(--aurora-olive-800)!important;box-shadow:inset 0 0 0 1px #d7ddca!important}.aurora-theme .siyez-account-nav__link.is-active .siyez-account-nav__icon{background:var(--aurora-olive-800)!important;color:#fff!important}.aurora-theme .siyez-account-nav__divider{background:var(--aurora-line)}
.aurora-theme .account-page-shell,.aurora-theme .account-form-shell,.aurora-theme .account-order-shell{min-width:0;padding:30px!important;border:1px solid var(--aurora-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 35px rgba(50,38,29,.055)}.aurora-theme .account-page-head,.aurora-theme .account-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--aurora-line)}.aurora-theme .account-page-head h1,.aurora-theme .account-order-head h1{margin:3px 0 5px;color:var(--aurora-brown-950);font:800 clamp(27px,3vw,38px)/1.1 "Manrope";letter-spacing:-.04em}.account-page-kicker{display:block;color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.aurora-theme .account-page-subtitle{margin:0;color:var(--aurora-muted);font-size:13px}.aurora-theme .account-page-head>.btn,.aurora-theme .account-order-head>.btn{flex:0 0 auto;border-radius:9px}
.aurora-theme .account-form fieldset{max-width:760px;margin:0 0 24px;padding:0;border:0}.aurora-theme .account-form fieldset legend{margin-bottom:20px;font-size:18px}.aurora-theme .account-form .form-group{margin:0 0 18px}.aurora-theme .account-form .control-label{display:block;width:100%;float:none;margin:0 0 7px;padding:0;text-align:left;font-size:12px}.aurora-theme .account-form .form-group>[class*="col-"]{width:100%;float:none;padding:0}.aurora-theme .account-form .form-control{height:50px;padding:0 15px;border-color:#dcd4c8;border-radius:10px;background:#fefdfb}.aurora-theme .account-form textarea.form-control{height:auto;min-height:110px;padding-block:12px}.aurora-theme .account-form-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid var(--aurora-line)}
.account-table-wrap{overflow:hidden;border:1px solid var(--aurora-line);border-radius:13px}.account-modern-table{width:100%;border-collapse:collapse;background:#fff}.account-modern-table th{padding:12px 15px;background:var(--aurora-cream-100);color:var(--aurora-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase}.account-modern-table td{padding:15px;border-top:1px solid var(--aurora-line);color:#534a42;font-size:12px;vertical-align:middle}.account-modern-table tbody tr:hover{background:#fdfbf7}.account-modern-table a{font-weight:700}.account-status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--aurora-olive-100);color:var(--aurora-olive-800);font-size:10px;font-weight:800}.account-table-action{text-align:right}.account-table-action a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-olive-800);color:#fff!important}.account-pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px;color:var(--aurora-muted);font-size:11px}.account-balance-card{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding:18px;border:1px solid #ddd4c6;border-radius:13px;background:var(--aurora-cream-100)}.account-balance-card>span{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--aurora-gold-100);color:var(--aurora-gold-600);font-size:20px}.account-balance-card small,.account-balance-card strong{display:block}.account-balance-card small{color:var(--aurora-muted);font-size:10px;font-weight:700;text-transform:uppercase}.account-balance-card strong{margin-top:2px;font:800 25px "Manrope"}.aurora-theme .account-empty-state{min-height:280px;padding:45px 25px;border:1px dashed #d8cfc1;border-radius:14px;background:#fcfaf5;text-align:center}.aurora-theme .account-empty-state__icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;border-radius:50%;background:var(--aurora-gold-100);color:var(--aurora-gold-600);font-size:26px}.aurora-theme .account-empty-state>i{display:none}.aurora-theme .account-empty-state h2{margin:0 0 7px;font-size:21px}.aurora-theme .account-empty-state p{margin:0 auto 18px;color:var(--aurora-muted)}
.aurora-theme #account-order .account-order-card{padding:17px 18px;border-color:var(--aurora-line);border-radius:12px}.aurora-theme #account-order .order-card-label{color:var(--aurora-muted)}.aurora-theme #account-order .order-status-pill{background:var(--aurora-olive-100);color:var(--aurora-olive-800)}.aurora-theme #account-order .order-meta-chip{background:var(--aurora-cream-100);color:var(--aurora-brown-600)}.aurora-theme #account-order .btn-track-shipment{background:var(--aurora-gold-600);box-shadow:none}.aurora-theme #account-order .btn-view-order{background:var(--aurora-olive-800)}
.aurora-theme .wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.aurora-theme .wishlist-card{border-color:var(--aurora-line);border-radius:14px}.aurora-theme .wishlist-card-image{height:200px;border-color:var(--aurora-line);background:#faf8f3}.aurora-theme .wishlist-card-title{color:var(--aurora-brown-950)}.aurora-theme .wishlist-meta-chip{background:var(--aurora-cream-100);color:var(--aurora-brown-600)}.aurora-theme .wishlist-stock-chip{background:var(--aurora-olive-100);color:var(--aurora-olive-800)}.aurora-theme .btn-cart-wishlist{border-radius:9px;background:var(--aurora-olive-800)}.aurora-theme .btn-cart-wishlist:hover{background:#313a25}.aurora-theme .newsletter-card{border-color:var(--aurora-line);background:#fefdfb}.aurora-theme .newsletter-card-icon{background:var(--aurora-gold-100);color:var(--aurora-gold-600)}.aurora-theme .newsletter-toggle:has(input:checked){border-color:var(--aurora-olive-800);background:var(--aurora-olive-100);box-shadow:0 0 0 3px rgba(65,75,49,.1)}.aurora-theme .newsletter-toggle:has(input:checked) span,.aurora-theme .newsletter-toggle:has(input:checked) span i{color:var(--aurora-olive-800)}
.aurora-theme .address-book-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.aurora-theme .address-card{padding:20px;border-color:var(--aurora-line);border-radius:13px;background:#fefdfb}.aurora-theme .address-card-actions{border-color:var(--aurora-line)}.aurora-theme .address-card-actions .btn-info{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-theme .address-card-actions .btn-danger{border-color:#ead4cf;background:#fff;color:var(--aurora-error)}
.aurora-auth-page{padding-bottom:90px}.aurora-auth-page>.container>.breadcrumb{margin-bottom:28px}.aurora-auth-layout{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(410px,.78fr);overflow:hidden;border:1px solid var(--aurora-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(50,38,29,.09)}.aurora-auth-intro{position:relative;min-width:0;padding:65px;background:var(--aurora-brown-950);color:#fff}.aurora-auth-intro::after{content:"";position:absolute;right:-90px;bottom:-110px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025)}.aurora-auth-intro .aurora-eyebrow{color:#ddbd80}.aurora-auth-intro h1{max-width:520px;margin:7px 0 17px;color:#fff;font-size:clamp(38px,4vw,58px);white-space:normal;overflow-wrap:break-word}.aurora-auth-intro>p{max-width:520px;color:rgba(255,255,255,.68);font-size:15px}.aurora-auth-intro ul{display:grid;gap:18px;margin:40px 0;padding:0;list-style:none}.aurora-auth-intro li{display:flex;gap:13px}.aurora-auth-intro li>i{width:27px;height:27px;display:flex;align-items:center;justify-content:center;flex:0 0 27px;border-radius:50%;background:rgba(221,189,128,.16);color:#ddbd80;font-size:10px}.aurora-auth-intro li strong,.aurora-auth-intro li small{display:block}.aurora-auth-intro li strong{font-size:13px}.aurora-auth-intro li small{margin-top:2px;color:rgba(255,255,255,.55);font-size:11px}.aurora-auth-register{position:relative;z-index:1;display:flex;align-items:center;gap:15px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.aurora-auth-register a{color:#ddbd80!important;font-weight:800}.aurora-auth-card{min-width:0;padding:58px 52px}.aurora-auth-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border-radius:50%;background:var(--aurora-gold-100);color:var(--aurora-gold-600);font-size:20px}.aurora-auth-card__head>span{color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aurora-auth-card__head h2{margin:5px 0 8px;font-size:30px}.aurora-auth-card__head p{margin:0 0 28px;color:var(--aurora-muted);font-size:12px}.aurora-auth-card .form-group{margin-bottom:19px}.aurora-auth-card label{margin:0 0 7px;font-size:11px}.aurora-auth-label-row{display:flex;justify-content:space-between}.aurora-auth-label-row a{color:var(--aurora-gold-600);font-size:10px;font-weight:700}.aurora-auth-input{position:relative}.aurora-auth-input>i{position:absolute;top:17px;left:16px;z-index:1;color:#a79d91}.aurora-auth-input .form-control{height:52px;padding-left:43px;border-radius:10px;background:#fefdfb}.aurora-auth-submit{width:100%;min-height:52px;margin-top:5px;gap:10px}.aurora-auth-note{margin:20px 0 0;color:var(--aurora-muted);font-size:10px;text-align:center}.aurora-auth-note i{margin-right:5px;color:var(--aurora-gold-600)}
@media(max-width:991px){.aurora-theme .acpage .account-page-row{grid-template-columns:1fr!important}.aurora-theme .acpage .account-page-row>#column-left,.aurora-theme .acpage .account-page-row>#column-right,.aurora-theme .acpage .account-page-row>#content{grid-column:1!important}.aurora-auth-layout{grid-template-columns:minmax(0,1fr)}.aurora-auth-intro{padding:45px}.aurora-auth-intro ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.aurora-auth-intro li small{display:none}}
@media(max-width:767px){.aurora-theme .breadbg .breadcrumb{margin:12px 0 5px}.aurora-theme .account-page-shell,.aurora-theme .account-form-shell,.aurora-theme .account-order-shell{padding:20px!important;border-radius:14px!important}.aurora-theme .account-page-head,.aurora-theme .account-order-head{display:block}.aurora-theme .account-page-head>.btn,.aurora-theme .account-order-head>.btn{width:100%;margin-top:15px}.account-modern-table thead{display:none}.account-modern-table,.account-modern-table tbody,.account-modern-table tr,.account-modern-table td{display:block;width:100%}.account-modern-table tr{padding:13px;border-top:1px solid var(--aurora-line)}.account-modern-table tr:first-child{border-top:0}.account-modern-table td{display:flex;justify-content:space-between;gap:20px;padding:5px 0;border:0;text-align:right}.account-modern-table td::before{content:attr(data-label);color:var(--aurora-muted);font-size:9px;font-weight:800;text-align:left;text-transform:uppercase}.account-table-action a{margin-left:auto}.account-pagination{display:block;text-align:center}.account-form-actions{flex-direction:column}.account-form-actions .btn{width:100%}.aurora-auth-page{padding-bottom:55px}.aurora-auth-layout{max-width:100%}.aurora-auth-intro{padding:34px 25px}.aurora-auth-intro h1{max-width:100%;font-size:34px;line-height:1.08}.aurora-auth-intro>p{max-width:100%}.aurora-auth-intro ul{grid-template-columns:minmax(0,1fr);margin:27px 0}.aurora-auth-intro li small{display:block}.aurora-auth-register{display:block}.aurora-auth-register a{display:block;margin-top:6px}.aurora-auth-card{width:100%;padding:35px 24px}.aurora-auth-card__head h2{font-size:25px}}

/* Final visual refinements */
.aurora-theme .aurora-product-card__badge--out{display:none!important}
.aurora-theme .aurora-auth-page{position:relative;overflow:hidden;padding-top:18px;background:#f4c45e}
.aurora-theme .aurora-auth-page::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f4c45e;opacity:.28;pointer-events:none}
.aurora-theme .aurora-auth-page>.container{position:relative;z-index:1}
.aurora-theme .aurora-auth-layout{border-color:rgba(47,75,59,.18);box-shadow:0 24px 70px rgba(85,58,20,.2)}
.aurora-theme .aurora-auth-intro{background:#1f6260}
.aurora-theme .aurora-auth-intro::after{border-color:rgba(255,255,255,.18);box-shadow:0 0 0 55px rgba(255,255,255,.06)}
.aurora-theme .aurora-announcement{border-bottom-color:rgba(83,93,49,.2);background:#f6d47d;color:#2f392b}
.aurora-theme .aurora-announcement .aurora-container{min-height:38px}
.aurora-theme .aurora-announcement__shipping{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.aurora-theme .aurora-announcement__shipping strong{color:#40582d}

/* Aurora experience refresh ------------------------------------------------ */
.aurora-theme nav[aria-label="Sayfa yolu"],.aurora-theme nav[aria-label="Breadcrumb"]{margin:20px 0 34px;border-bottom:1px solid var(--aurora-line)}
.aurora-theme nav[aria-label="Sayfa yolu"] .breadcrumb,.aurora-theme nav[aria-label="Breadcrumb"] .breadcrumb,.aurora-theme .breadbg .breadcrumb{width:100%;max-width:none;display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0;padding:0 0 13px;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:11px}
.aurora-theme .breadcrumb>li{display:flex;align-items:center;color:var(--aurora-muted)}
.aurora-theme .breadcrumb>li+li::before,.aurora-theme .breadbg .breadcrumb>li+li::before{content:"";width:18px;height:1px;margin:0 9px;padding:0;background:#cfc5b8}
.aurora-theme .breadcrumb>li:first-child a{font-size:0}
.aurora-theme .breadcrumb>li:first-child a::before{content:"\f015";font:14px/1 FontAwesome}
.aurora-theme .breadcrumb>li:first-child a .fa,.aurora-theme .breadcrumb>li:first-child a i{display:none}
.aurora-theme .breadcrumb>li:last-child a{color:var(--aurora-brown-800);font-weight:700}
.aurora-theme .breadbg{border:0}.aurora-theme .breadbg .breadcrumb{padding-top:17px}

.aurora-cart-page{padding-bottom:90px}.aurora-cart-page__head{margin-bottom:36px}
.aurora-cart-empty{min-height:470px;display:grid!important;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;max-width:1060px;margin:0 auto 40px!important;padding:0!important;overflow:hidden;border:1px solid var(--aurora-line)!important;border-radius:22px!important;background:#fff!important;text-align:left!important;box-shadow:0 22px 70px rgba(48,37,28,.08)}
.aurora-cart-empty__visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;flex-direction:column;isolation:isolate;overflow:hidden;background:var(--aurora-olive-800);color:#fff}
.aurora-cart-empty__visual::before,.aurora-cart-empty__visual::after,.aurora-cart-empty__orbit{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.aurora-cart-empty__visual::before{width:330px;height:330px}.aurora-cart-empty__visual::after{width:230px;height:230px}.aurora-cart-empty__orbit{width:130px;height:130px;background:rgba(255,255,255,.05)}
.aurora-cart-empty__visual i{position:relative;z-index:1;font-size:44px}.aurora-cart-empty__visual small{position:relative;z-index:1;margin-top:16px;color:rgba(255,255,255,.68);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.aurora-cart-empty__content{align-self:center;padding:58px 64px}.aurora-cart-empty__content h2{max-width:590px;margin:0 0 17px;font-size:clamp(34px,4vw,50px);line-height:1.08}.aurora-cart-empty__content>p{max-width:600px;margin:0;color:var(--aurora-muted);font-size:15px;line-height:1.75}.aurora-cart-empty__actions{display:flex;align-items:center;gap:23px;margin-top:28px}.aurora-cart-empty__link{font-size:12px;font-weight:800;text-decoration:underline!important;text-underline-offset:5px}.aurora-cart-empty__content ul{display:flex;flex-wrap:wrap;gap:12px 22px;margin:32px 0 0;padding:22px 0 0;border-top:1px solid var(--aurora-line);list-style:none}.aurora-cart-empty__content li{color:var(--aurora-muted);font-size:11px}.aurora-cart-empty__content li i{margin-right:6px;color:var(--aurora-gold-600)}

.aurora-theme #product-product .product-tab.aurora-product-details{margin-top:82px}.aurora-product-section{padding:56px 0;border-top:1px solid var(--aurora-line);scroll-margin-top:150px}.aurora-product-section:first-child{display:grid;grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr);gap:70px}.aurora-product-section__head .aurora-eyebrow{margin-bottom:9px}.aurora-product-section__head h2{margin:0;font-size:clamp(29px,3vw,40px)}.aurora-product-section__head>p{max-width:570px;margin:13px 0 0;color:var(--aurora-muted)}
.aurora-theme #product-product .aurora-product-section__content{max-width:none;padding:0;color:#554b43;font-size:16px;line-height:1.82}.aurora-theme #product-product .aurora-product-section__content>h1{font-size:30px}.aurora-theme #product-product .aurora-product-section__content h2{margin:30px 0 12px;font-size:25px}.aurora-theme #product-product .aurora-product-section__content h3{margin:26px 0 10px;font-size:19px}
.aurora-product-specs .table{margin:30px 0 0;border:1px solid var(--aurora-line);background:#fff}.aurora-product-specs .table td{padding:14px 17px!important;border-color:var(--aurora-line)!important}.aurora-product-specs thead td{background:var(--aurora-cream-100)}
.aurora-product-reviews__layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.72fr);gap:42px;margin-top:33px;align-items:start}.aurora-product-reviews__list{min-height:170px}.aurora-product-reviews__list .table{border:0!important}.aurora-product-reviews__list .table td{padding:18px!important;border-color:var(--aurora-line)!important;background:#fff}.aurora-review-form{position:relative;padding:28px;border:1px solid var(--aurora-line);border-radius:16px;background:var(--aurora-cream-100)}.aurora-review-form__anchor{position:absolute;top:-140px}.aurora-review-form h3{margin:0;font-size:23px}.aurora-review-form__intro{margin:7px 0 22px;color:var(--aurora-muted);font-size:12px}.aurora-review-form .row{margin:0}.aurora-review-form [class*="col-"]{float:none;width:100%;padding:0}.aurora-review-form .buttons .pull-right{float:none!important}.aurora-review-form #button-review{width:100%;margin-top:8px}
.aurora-theme #product-product .relpro{position:relative;margin-top:58px;padding-top:54px;border-top:1px solid var(--aurora-line)}.aurora-theme #product-product .relpro .heading span{font-size:clamp(28px,3vw,40px)}.aurora-theme #product-product .relpro .heading strong{color:var(--aurora-muted);font-weight:500;text-transform:none;letter-spacing:0}.aurora-theme #related .owl-buttons{position:absolute;top:-78px;right:0;display:flex;gap:8px}.aurora-theme #related .owl-buttons>div{position:static;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin:0;border:1px solid var(--aurora-line);border-radius:50%;background:#fff;color:var(--aurora-brown-950);opacity:1;transition:.18s}.aurora-theme #related .owl-buttons>div:hover{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-theme #related .owl-buttons svg{width:15px;height:15px;fill:currentColor}

.aurora-auth-mobile-register{display:none;margin-top:22px;padding:17px 0 0;border-top:1px solid var(--aurora-line);text-align:center}.aurora-auth-mobile-register span,.aurora-auth-mobile-register a{display:block}.aurora-auth-mobile-register span{color:var(--aurora-muted);font-size:11px}.aurora-auth-mobile-register a{margin-top:3px;color:var(--aurora-gold-600);font-size:12px;font-weight:800}
.aurora-forgotten-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);overflow:hidden;border:1px solid var(--aurora-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(50,38,29,.09)}.aurora-forgotten-intro{padding:70px;background:var(--aurora-cream-100)}.aurora-forgotten-intro h1{max-width:600px;margin:7px 0 18px}.aurora-forgotten-intro>p{max-width:580px;color:var(--aurora-muted)}.aurora-forgotten-tip{display:flex;gap:14px;max-width:520px;margin-top:42px;padding-top:25px;border-top:1px solid var(--aurora-line)}.aurora-forgotten-tip>i{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;border-radius:50%;background:#fff;color:var(--aurora-gold-600)}.aurora-forgotten-tip strong,.aurora-forgotten-tip small{display:block}.aurora-forgotten-tip small{margin-top:4px;color:var(--aurora-muted);font-size:11px}.aurora-forgotten-back{display:block;margin-top:18px;color:var(--aurora-muted)!important;font-size:11px;font-weight:700;text-align:center}
.aurora-logout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);overflow:hidden;border:1px solid var(--aurora-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(50,38,29,.09)}
.aurora-logout-intro{position:relative;overflow:hidden;padding:70px;background:var(--aurora-brown-950);color:#fff}
.aurora-logout-intro::after{content:"";position:absolute;right:-90px;bottom:-110px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025)}
.aurora-logout-intro .aurora-eyebrow{color:#ddbd80}
.aurora-logout-intro h1{max-width:520px;margin:7px 0 17px;color:#fff;font-size:clamp(38px,4vw,58px);line-height:1.08}
.aurora-logout-intro>p{position:relative;z-index:1;max-width:480px;margin:0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.7}
.aurora-logout-actions{display:flex;flex-direction:column;gap:10px}
.aurora-logout-actions .aurora-btn{width:100%;min-height:52px}
.aurora-logout-actions .aurora-btn i{margin-left:8px}
@media(max-width:991px){.aurora-logout-layout{grid-template-columns:minmax(0,1fr)}.aurora-logout-intro{padding:45px}}
@media(max-width:767px){.aurora-logout-layout{display:flex;flex-direction:column}.aurora-logout-intro{order:2;padding:34px 25px}.aurora-logout-intro h1{font-size:34px}.aurora-logout-page .aurora-auth-card{order:1;padding:35px 24px}}

.aurora-register-page{padding-bottom:90px}.aurora-register-card{max-width:960px;margin:0 auto;padding:52px 64px!important;border:1px solid var(--aurora-line);border-radius:22px;background:#fff;box-shadow:0 20px 62px rgba(50,38,29,.07)}.aurora-register-head{margin-bottom:38px;padding-bottom:26px;border-bottom:1px solid var(--aurora-line)}.aurora-register-head h1{margin:0 0 8px}.aurora-register-head p{margin:0;color:var(--aurora-muted)}.aurora-register-form fieldset{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin:0 0 30px;padding:0;border:0}.aurora-register-form fieldset legend{grid-column:1/-1;margin:0 0 18px;padding:0 0 10px;border-bottom:1px solid var(--aurora-line);font:700 18px "Manrope",sans-serif}.aurora-register-form .form-group{margin:0 0 18px}.aurora-register-form .form-group>[class*="col-"]{float:none;width:100%;padding:0}.aurora-register-form .control-label{display:block;width:100%;margin-bottom:7px;padding:0;text-align:left;font-size:11px}.aurora-register-actions{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding-top:24px;border-top:1px solid var(--aurora-line)}.aurora-register-agree{display:flex;align-items:flex-start;gap:11px;max-width:620px;margin:0!important;font-size:12px;font-weight:500!important}.aurora-register-check{position:relative;width:21px;height:21px;flex:0 0 21px}.aurora-register-check input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.aurora-register-check i{width:21px;height:21px;display:flex;align-items:center;justify-content:center;border:1px solid #cfc5b8;border-radius:5px;background:#fff;color:transparent;font-size:10px}.aurora-register-check input:checked+i{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-register-agree .agree{color:var(--aurora-gold-600);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.aurora-register-layout{max-width:1160px;display:grid;grid-template-columns:minmax(300px,.42fr) minmax(0,1fr);gap:24px;align-items:start;margin:0 auto}.aurora-register-intro{position:sticky;top:155px;overflow:hidden;padding:46px 38px;border-radius:22px;background:var(--aurora-brown-950);color:#fff;box-shadow:0 20px 55px rgba(36,29,24,.16)}.aurora-register-intro::after{content:"";position:absolute;right:-105px;bottom:-125px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025)}.aurora-register-intro .aurora-eyebrow{color:#ddbd80}.aurora-register-intro h1{position:relative;z-index:1;margin:8px 0 17px;color:#fff;font-size:38px;line-height:1.1;text-transform:none}.aurora-register-intro>p{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.68);font-size:13px}.aurora-register-intro ul{position:relative;z-index:1;display:grid;gap:19px;margin:36px 0;padding:0;list-style:none}.aurora-register-intro li{display:flex;gap:12px}.aurora-register-intro li>i{width:27px;height:27px;display:flex;align-items:center;justify-content:center;flex:0 0 27px;border-radius:50%;background:rgba(221,189,128,.16);color:#ddbd80;font-size:10px}.aurora-register-intro li strong,.aurora-register-intro li small{display:block}.aurora-register-intro li strong{color:#fff;font-size:13px}.aurora-register-intro li small{margin-top:3px;color:rgba(255,255,255,.54);font-size:10px;line-height:1.5}.aurora-register-login{position:relative;z-index:1;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:11px}.aurora-register-login span,.aurora-register-login a{display:block}.aurora-register-login a{margin-top:4px;color:#ddbd80!important;font-weight:800}.aurora-register-layout .aurora-register-card{max-width:none;margin:0;padding:46px 50px!important;box-shadow:0 18px 58px rgba(50,38,29,.07)}.aurora-register-head h2{margin:0 0 8px;font-size:37px}.aurora-register-layout .aurora-register-form .form-control{background:#fefdfb}.aurora-register-layout .aurora-register-actions .btn{min-width:190px}

.aurora-theme #modal-agree{padding:0!important}.aurora-theme #modal-agree .modal-dialog{width:min(760px,calc(100% - 28px));margin:6vh auto}.aurora-theme #modal-agree .modal-content{overflow:hidden;border:0;border-radius:20px;box-shadow:0 30px 90px rgba(30,24,18,.24)}.aurora-theme #modal-agree .modal-header{position:relative;padding:27px 66px 22px 30px;border-bottom:1px solid var(--aurora-line);background:var(--aurora-cream-100)}.aurora-theme #modal-agree .modal-title{font:800 25px "Manrope",sans-serif}.aurora-theme #modal-agree .close{position:absolute;top:21px;right:24px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin:0;border:1px solid var(--aurora-line);border-radius:50%;background:#fff;color:var(--aurora-text);font-size:22px;opacity:1}.aurora-theme #modal-agree .modal-body{max-height:65vh;overflow:auto;padding:30px;color:#554b43;font-size:14px;line-height:1.8}.aurora-theme #modal-agree .modal-body h1{font-size:28px}.aurora-theme #modal-agree .modal-body h2{font-size:22px}.aurora-theme .modal-backdrop.in{opacity:.6}
.aurora-footer__studio strong{color:#ddbd80;font-weight:800}

@media(max-width:991px){.aurora-cart-empty{grid-template-columns:280px minmax(0,1fr)}.aurora-cart-empty__content{padding:42px}.aurora-product-reviews__layout{grid-template-columns:1fr}.aurora-review-form{max-width:620px}.aurora-forgotten-intro{padding:48px}.aurora-register-layout{grid-template-columns:280px minmax(0,1fr)}.aurora-register-layout .aurora-register-card{padding:38px 32px!important}.aurora-register-intro{padding:38px 28px}.aurora-register-intro h1{font-size:32px}}
@media(max-width:767px){.aurora-theme nav[aria-label="Sayfa yolu"],.aurora-theme nav[aria-label="Breadcrumb"]{margin:12px 0 24px}.aurora-theme .breadcrumb>li+li::before,.aurora-theme .breadbg .breadcrumb>li+li::before{width:11px;margin:0 7px}.aurora-cart-page__head h1{font-size:38px}.aurora-cart-empty{min-height:0;display:block!important;border-radius:17px!important}.aurora-cart-empty__visual{min-height:190px}.aurora-cart-empty__visual::before{width:240px;height:240px}.aurora-cart-empty__visual::after{width:165px;height:165px}.aurora-cart-empty__orbit{width:95px;height:95px}.aurora-cart-empty__visual i{font-size:31px}.aurora-cart-empty__visual small{margin-top:10px}.aurora-cart-empty__content{padding:34px 25px}.aurora-cart-empty__content h2{font-size:32px}.aurora-cart-empty__actions{align-items:stretch;flex-direction:column;gap:14px}.aurora-cart-empty__link{text-align:center}.aurora-cart-empty__content ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.aurora-product-section,.aurora-product-section:first-child{display:block;padding:40px 0}.aurora-product-section__head{margin-bottom:25px}.aurora-theme #product-product .product-tab.aurora-product-details{margin-top:55px}.aurora-product-reviews__layout{gap:24px}.aurora-review-form{padding:22px 18px}.aurora-theme #related .owl-buttons{top:-70px}.aurora-auth-page>.container{width:100%;padding-right:15px;padding-left:15px}.aurora-auth-layout,.aurora-forgotten-layout{display:flex;width:100%!important;min-width:0!important;max-width:100%!important;flex-direction:column}.aurora-auth-card,.aurora-forgotten-intro{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden}.aurora-auth-card{order:1}.aurora-auth-card .aurora-btn{max-width:100%;padding-right:12px;padding-left:12px;white-space:normal}.aurora-auth-label-row{min-width:0;gap:8px}.aurora-auth-label-row a{max-width:52%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aurora-auth-intro{order:2}.aurora-auth-intro>ul,.aurora-auth-intro>.aurora-auth-register{display:none}.aurora-auth-mobile-register{display:block}.aurora-forgotten-layout .aurora-auth-card{order:1}.aurora-forgotten-intro{order:2;padding:35px 25px}.aurora-forgotten-intro h1{max-width:100%;font-size:31px;overflow-wrap:anywhere}.aurora-forgotten-intro>p,.aurora-forgotten-tip{max-width:100%;overflow-wrap:anywhere}.aurora-forgotten-tip{margin-top:28px}.aurora-register-card{padding:30px 20px!important;border-radius:16px}.aurora-register-form fieldset{display:block}.aurora-register-actions{align-items:stretch;flex-direction:column}.aurora-register-actions .btn{width:100%}.aurora-theme #modal-agree .modal-dialog{width:100%;height:100%;margin:0}.aurora-theme #modal-agree .modal-content{height:100%;border-radius:0}.aurora-theme #modal-agree .modal-body{max-height:calc(100vh - 92px);padding:22px 20px}.aurora-footer__bottom{align-items:flex-start!important;flex-direction:column;gap:8px!important}}
@media(max-width:767px){.aurora-register-page{width:100%!important;padding-right:15px;padding-left:15px}.aurora-register-layout{display:flex;width:100%;flex-direction:column;gap:16px}.aurora-register-layout .aurora-register-card{width:100%;min-width:0;order:1;padding:30px 20px!important;border-radius:16px}.aurora-register-intro{position:static;width:100%;min-width:0;order:2;padding:32px 25px;border-radius:16px}.aurora-register-intro h1{font-size:30px}.aurora-register-intro ul{display:none}.aurora-register-login{margin-top:24px}.aurora-register-head{margin-bottom:28px;padding-bottom:20px}.aurora-register-head h2{font-size:30px}.aurora-register-form fieldset{display:block}.aurora-register-actions{align-items:stretch;flex-direction:column}.aurora-register-actions .btn{width:100%;min-width:0}}

a:focus{
 outline: none !important;
}

/* Journal navigation and editorial pages */
.aurora-nav__item--journal>a{position:relative;color:var(--aurora-gold-600)!important}.aurora-nav__item--journal>a::after{content:"";position:absolute;right:0;bottom:8px;left:0;height:1px;background:currentColor;transform:scaleX(0);transition:transform .18s}.aurora-nav__item--journal>a:hover::after{transform:scaleX(1)}

/* Compact desktop navigation: category page names stay descriptive; menu labels stay scannable. */
@media(min-width:992px){.aurora-theme .aurora-nav{width:100%}.aurora-theme .aurora-nav__list{width:100%;max-width:1240px;margin:0 auto;justify-content:space-between;gap:0}.aurora-theme .aurora-nav__list>li>a{min-height:48px;padding:0 11px;font-size:11px;letter-spacing:.02em;white-space:nowrap}.aurora-theme .aurora-nav__list>li:first-child>a{padding-left:0}.aurora-theme .aurora-nav__list>li:last-child>a{padding-right:0}.aurora-theme .aurora-nav__item.has-children>a::after{margin-left:6px}}
@media(min-width:992px) and (max-width:1100px){.aurora-theme .aurora-nav__list>li>a{padding-right:7px;padding-left:7px;font-size:10px}.aurora-theme .aurora-nav__item.has-children>a::after{margin-left:4px}}
.aurora-journal,.aurora-article-page{padding-bottom:96px;background:#fff}.aurora-journal__breadcrumb{padding-top:18px}.aurora-journal__breadcrumb .breadcrumb{margin:0 0 26px!important}
.aurora-journal-hero{position:relative;min-width:0;min-height:355px;display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:55px;align-items:center;overflow:hidden;margin-bottom:54px;padding:58px 64px;border-radius:26px;background:radial-gradient(circle at 88% 18%,rgba(221,189,128,.18),transparent 26%),var(--aurora-brown-950);color:#fff}.aurora-journal-hero>div:first-child{min-width:0}.aurora-journal-hero::after{content:"";position:absolute;right:-115px;bottom:-190px;width:410px;height:410px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 62px rgba(255,255,255,.025)}.aurora-journal-hero h1{max-width:780px;margin:8px 0 16px;color:#fff;font-size:clamp(43px,5vw,68px);line-height:1.02;letter-spacing:-.05em;white-space:normal;overflow-wrap:anywhere}.aurora-journal-hero p{max-width:680px;margin:0;color:rgba(255,255,255,.66);font-size:15px}.aurora-journal-hero__mark{position:relative;z-index:1;width:190px;height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:end;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.05);color:#ddbd80;text-align:center}.aurora-journal-hero__mark i{margin-bottom:12px;font-size:28px}.aurora-journal-hero__mark span{color:#fff;font:800 20px/1.15 "Manrope"}
.aurora-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.aurora-journal-card{min-width:0;overflow:hidden;border:1px solid var(--aurora-line);border-radius:20px;background:#fff;transition:border-color .2s,transform .2s}.aurora-journal-card:hover{border-color:#cfc3b2;transform:translateY(-4px)}.aurora-journal-card__image{aspect-ratio:16/10;display:block;overflow:hidden;background:var(--aurora-cream-100)}.aurora-journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.aurora-journal-card:hover .aurora-journal-card__image img{transform:scale(1.035)}.aurora-journal-card__body{padding:25px 25px 27px}.aurora-journal-card__date{display:flex;align-items:center;gap:7px;color:var(--aurora-gold-600);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.aurora-journal-card h2{margin:10px 0 11px;font-size:22px;line-height:1.25;letter-spacing:-.025em}.aurora-journal-card p{display:-webkit-box;min-height:68px;margin:0 0 21px;overflow:hidden;color:var(--aurora-muted);font-size:12px;line-height:1.72;-webkit-box-orient:vertical;-webkit-line-clamp:3}.aurora-journal-card__link{display:inline-flex;align-items:center;gap:9px;color:var(--aurora-olive-800)!important;font-size:11px;font-weight:800}.aurora-journal-card__link:hover i{transform:translateX(3px)}.aurora-journal-card__link i{transition:transform .18s}.aurora-journal-empty{padding:70px;border:1px dashed var(--aurora-line);border-radius:20px;background:var(--aurora-cream-50);text-align:center}.aurora-journal-empty i{color:var(--aurora-gold-600);font-size:30px}.aurora-journal-empty h2{margin:14px 0 6px}.aurora-journal-empty p{color:var(--aurora-muted)}
.aurora-article{max-width:1160px;margin:0 auto}.aurora-article__header{max-width:900px;margin:18px auto 42px;text-align:center}.aurora-article__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--aurora-muted)!important;font-size:11px;font-weight:700}.aurora-article__header h1{margin:8px 0 20px;font-size:clamp(40px,5.3vw,70px);line-height:1.04;letter-spacing:-.052em}.aurora-article__meta{display:flex;justify-content:center;gap:22px;color:var(--aurora-muted);font-size:11px}.aurora-article__meta span{display:flex;align-items:center;gap:7px}.aurora-article__meta i{color:var(--aurora-gold-600)}.aurora-article__cover{max-height:620px;overflow:hidden;margin:0;border-radius:25px;background:var(--aurora-cream-100)}.aurora-article__cover img{width:100%;height:auto;max-height:620px;object-fit:cover}.aurora-article__layout{display:grid;grid-template-columns:240px minmax(0,720px);gap:70px;justify-content:center;align-items:start;padding:70px 0}.aurora-article__aside{position:sticky;top:145px;padding:23px 0;border-block:1px solid var(--aurora-line)}.aurora-article__aside>span{color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aurora-article__aside p{margin:11px 0 18px;color:var(--aurora-muted);font-size:11px;line-height:1.7}.aurora-article__aside a{color:var(--aurora-olive-800)!important;font-size:10px;font-weight:800}.aurora-article__content{color:#4f463e;font-size:17px;line-height:1.9}.aurora-article__content>p:first-child{color:var(--aurora-brown-800);font-size:20px;line-height:1.75}.aurora-article__content h2{margin:42px 0 14px;font-size:31px;line-height:1.2}.aurora-article__content h3{margin:32px 0 11px;font-size:22px}.aurora-article__content p{margin:0 0 20px}.aurora-article__content ul,.aurora-article__content ol{margin:0 0 25px;padding-left:22px}.aurora-article__content li{margin-bottom:9px}.aurora-article__content a{color:var(--aurora-gold-600)!important;font-weight:700;text-decoration:underline;text-underline-offset:3px}.aurora-article-comments{max-width:960px;margin:0 auto;padding:48px;border:1px solid var(--aurora-line);border-radius:22px;background:var(--aurora-cream-50)}.aurora-article-comments__head h2{margin:3px 0 28px;font-size:31px}.aurora-article-comments__list{display:grid;gap:12px;margin-bottom:30px}.aurora-article-comments__list article{padding:18px;border:1px solid var(--aurora-line);border-radius:12px;background:#fff}.aurora-article-comments__list article>div{display:flex;justify-content:space-between;gap:15px}.aurora-article-comments__list time{color:var(--aurora-muted);font-size:10px}.aurora-article-comments__list p{margin:9px 0 0;color:var(--aurora-muted);font-size:12px}.aurora-article-comment-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.aurora-article-comment-form label{display:block;margin-bottom:7px;font-size:11px}.aurora-article-comment-form__message,.aurora-article-comment-form .captcha,.aurora-article-comment-form>.btn{grid-column:1/-1}.aurora-article-comment-form>.btn{width:max-content}

/* Keep related products visually connected to the product detail page. */
.aurora-theme #product-product .relpro{padding-bottom:72px;background:#fff;box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax)}

@media(max-width:991px){.aurora-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-journal-hero{grid-template-columns:1fr 165px;padding:48px}.aurora-journal-hero__mark{width:155px;height:155px}.aurora-article__layout{grid-template-columns:190px minmax(0,1fr);gap:40px}}
@media(max-width:767px){.aurora-journal,.aurora-article-page{padding-bottom:65px;overflow:hidden}.aurora-journal-hero{width:100%;min-height:0;display:block;margin-bottom:34px;padding:38px 27px;border-radius:18px}.aurora-journal-hero h1{max-width:100%;font-size:37px}.aurora-journal-hero p{max-width:100%;font-size:13px}.aurora-journal-hero__mark{display:none}.aurora-journal-grid{grid-template-columns:minmax(0,1fr);gap:16px}.aurora-journal-card{min-width:0;border-radius:15px}.aurora-journal-card__image img{display:block}.aurora-journal-card__body{padding:21px}.aurora-article__header{margin-top:8px}.aurora-article__header h1{font-size:38px;white-space:normal;overflow-wrap:anywhere}.aurora-article__meta{flex-wrap:wrap;gap:8px 16px}.aurora-article__cover{border-radius:15px}.aurora-article__layout{display:block;padding:38px 0}.aurora-article__aside{position:static;margin-bottom:34px}.aurora-article__content{font-size:15px;line-height:1.82}.aurora-article__content>p:first-child{font-size:17px}.aurora-article__content h2{font-size:26px}.aurora-article-comments{padding:27px 20px;border-radius:16px}.aurora-article-comment-form{display:block}.aurora-article-comment-form>div{margin-bottom:16px}.aurora-theme #product-product .relpro{padding-bottom:48px}}

/* Aurora catalog and account refresh */
.aurora-search-page,.aurora-category-page{padding:0 0 88px;background:linear-gradient(180deg,#fbfaf7 0,#fff 390px)}
.aurora-search-hero{display:grid;grid-template-columns:minmax(0,.72fr) minmax(420px,1fr);gap:55px;align-items:center;margin:10px 0 44px;padding:44px 48px;border:1px solid var(--aurora-line);border-radius:24px;background:radial-gradient(circle at 0 0,rgba(185,128,43,.12),transparent 38%),#fff;box-shadow:0 22px 70px rgba(52,41,30,.07)}
.aurora-search-hero h1,.aurora-category-intro h1{margin:7px 0 10px;font-size:clamp(35px,4.2vw,58px);line-height:1.04;letter-spacing:-.045em}.aurora-search-hero p{margin:0;color:var(--aurora-muted)}
.aurora-search-form__field{height:62px;display:flex;align-items:center;padding:5px 6px 5px 20px;border:1px solid #d9d0c4;border-radius:999px;background:#fff;box-shadow:0 8px 28px rgba(52,41,30,.07)}.aurora-search-form__field>i{color:var(--aurora-gold-600);font-size:17px}.aurora-search-form__field input{min-width:0;flex:1;height:48px;padding:0 15px;border:0;background:transparent;font-size:15px;outline:0}.aurora-search-form__field button{height:48px;display:inline-flex;align-items:center;gap:11px;padding:0 22px;border:0;border-radius:999px;background:var(--aurora-olive-800);color:#fff;font-size:12px;font-weight:800}.aurora-search-form__field button:hover{background:var(--aurora-brown-950)}
.aurora-search-advanced{margin:13px 10px 0}.aurora-search-advanced summary{width:max-content;color:var(--aurora-muted);font-size:11px;font-weight:700;cursor:pointer;list-style:none}.aurora-search-advanced summary::-webkit-details-marker{display:none}.aurora-search-advanced summary i{margin-right:6px;color:var(--aurora-gold-600)}.aurora-search-advanced__body{display:grid;grid-template-columns:auto minmax(170px,1fr) auto auto;gap:10px 14px;align-items:center;margin-top:14px;padding:15px;border-radius:13px;background:var(--aurora-cream-100)}.aurora-search-advanced__body>label{margin:0;color:var(--aurora-muted);font-size:10px}.aurora-search-advanced__body select{height:38px;border:1px solid var(--aurora-line);border-radius:8px;background:#fff}.aurora-check{display:flex;align-items:center;gap:6px;white-space:nowrap}.aurora-check input{margin:0}
.aurora-search-toolbar{margin-bottom:24px}.aurora-search-toolbar>strong{font-size:13px}.aurora-product-card__actions{position:absolute;top:14px;right:14px;display:grid;gap:7px;z-index:3;opacity:0;transform:translateX(8px);transition:.22s}.aurora-product-card:hover .aurora-product-card__actions,.aurora-product-card:focus-within .aurora-product-card__actions{opacity:1;transform:none}.aurora-product-card__actions button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(68,53,41,.12);border-radius:50%;background:#fff;color:var(--aurora-brown-950);box-shadow:0 8px 22px rgba(43,32,23,.12)}.aurora-product-card__actions button:hover{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-product-card__body h2{min-height:48px;margin:7px 0 8px;font-size:17px;line-height:1.4}.aurora-product-card__summary{display:-webkit-box;min-height:39px;margin:0 0 16px;overflow:hidden;color:var(--aurora-muted);font-size:11px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.aurora-search-empty{margin-top:15px}.aurora-empty__icon{width:68px;height:68px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border-radius:50%;background:var(--aurora-cream-100);color:var(--aurora-gold-600);font-size:22px}
.aurora-category-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin:10px 0 24px;padding:38px 42px;border-radius:22px;background:var(--aurora-brown-950);color:#fff}.aurora-category-intro h1{color:#fff}.aurora-category-intro__description{max-width:720px;color:rgba(255,255,255,.66);font-size:13px;line-height:1.7}.aurora-category-intro__description>*{margin:0}.aurora-category-intro__count{min-width:105px;padding:14px 18px;border:1px solid rgba(255,255,255,.16);border-radius:14px;color:rgba(255,255,255,.65);font-size:11px;text-align:center}.aurora-category-intro__count strong{display:block;color:#fff;font-size:25px;line-height:1.1}
.aurora-category-links{display:grid;grid-template-columns:130px minmax(0,1fr);gap:20px;align-items:start;margin-bottom:28px;padding:19px 22px;border:1px solid var(--aurora-line);border-radius:16px;background:#fff}.aurora-category-links>span{padding-top:8px;color:var(--aurora-gold-600);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.aurora-category-links>div{display:flex;flex-wrap:wrap;gap:8px}.aurora-category-links a{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--aurora-line);border-radius:999px;color:var(--aurora-brown-800);font-size:11px;font-weight:700}.aurora-category-links a:hover{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff!important}
.aurora-inline-filter{margin-bottom:14px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff}.aurora-inline-filter>summary{display:flex;align-items:center;justify-content:space-between;padding:16px 19px;cursor:pointer;list-style:none;font-size:12px;font-weight:800}.aurora-inline-filter>summary::-webkit-details-marker{display:none}.aurora-inline-filter>summary span i{margin-right:8px;color:var(--aurora-gold-600)}.aurora-inline-filter[open]>summary>.fa-angle-down{transform:rotate(180deg)}.aurora-inline-filter__body{padding:0 19px 18px}.aurora-inline-filter__body #column-left,.aurora-inline-filter__body .col-sm-3{width:100%!important;float:none!important;padding:0!important}.aurora-inline-filter__body .panel{margin:0;border:0;box-shadow:none}.aurora-inline-filter__body .panel-heading{display:none}.aurora-inline-filter__body .list-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.aurora-inline-filter__body .list-group-item{border:1px solid var(--aurora-line)!important;border-radius:9px!important}

.aurora-theme .acpage>.row,.aurora-theme .acpage .account-page-row,.aurora-theme .acpage .row.bgcolor{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important;width:100%;margin-right:0!important;margin-left:0!important}.aurora-theme .acpage>.row:before,.aurora-theme .acpage>.row:after,.aurora-theme .acpage .account-page-row:before,.aurora-theme .acpage .account-page-row:after{display:none!important}.aurora-theme .acpage #column-left,.aurora-theme .acpage #column-right,.aurora-theme .acpage .account-layout-sidebar,.aurora-theme .acpage #content,.aurora-theme .acpage .account-page-content{width:100%!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;padding:0!important}.aurora-theme .acpage #column-left,.aurora-theme .acpage #column-right{grid-row:1}.aurora-theme .acpage #content{grid-row:2}
.aurora-theme .siyez-account-nav{position:relative!important;top:auto!important;display:flex;align-items:center;gap:18px;padding:12px;border:1px solid var(--aurora-line);border-radius:18px;background:#fff;box-shadow:0 14px 45px rgba(51,40,30,.07);overflow:visible}.siyez-account-nav__identity{min-width:220px;display:flex;align-items:center;gap:11px;padding:5px 10px}.siyez-account-nav__identity .siyez-account-nav__avatar{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:12px;background:var(--aurora-brown-950);color:#fff;font-size:16px}.siyez-account-nav__identity small,.siyez-account-nav__identity strong{display:block}.siyez-account-nav__identity small{color:var(--aurora-gold-600);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.siyez-account-nav__identity strong{max-width:180px;margin-top:2px;overflow:hidden;color:var(--aurora-brown-950);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.siyez-account-nav__primary{min-width:0;display:flex;flex:1;gap:6px}.siyez-account-nav__primary a{min-height:46px;display:flex;align-items:center;gap:8px;padding:0 14px;border-radius:11px;color:var(--aurora-muted);font-size:11px;font-weight:700;white-space:nowrap}.siyez-account-nav__primary a i{color:var(--aurora-gold-600)}.siyez-account-nav__primary a:hover,.siyez-account-nav__primary a.is-active{background:var(--aurora-olive-100);color:var(--aurora-olive-800)!important}.siyez-account-nav__primary a.is-active i{color:var(--aurora-olive-800)}.siyez-account-nav__more{position:relative}.siyez-account-nav__more>summary{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--aurora-line);border-radius:11px;color:var(--aurora-brown-800);font-size:11px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap}.siyez-account-nav__more>summary::-webkit-details-marker{display:none}.siyez-account-nav__more[open]>summary i{transform:rotate(180deg)}.siyez-account-nav__menu{position:absolute;top:55px;right:0;z-index:30;width:265px;display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:10px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff;box-shadow:0 20px 60px rgba(40,31,23,.17)}.siyez-account-nav__menu a{display:flex;align-items:center;gap:8px;padding:10px;border-radius:8px;color:var(--aurora-brown-800);font-size:10px;font-weight:700}.siyez-account-nav__menu a i{width:15px;color:var(--aurora-gold-600);text-align:center}.siyez-account-nav__menu a:hover,.siyez-account-nav__menu a.is-active{background:var(--aurora-cream-100);color:var(--aurora-olive-800)!important}.siyez-account-nav__menu .siyez-account-nav__logout{grid-column:1/-1;border-top:1px solid var(--aurora-line);border-radius:0;color:#a33!important}

.aurora-theme #product-product .aurora-product-section__content{overflow-wrap:anywhere}.aurora-theme #product-product .aurora-product-section__content img{max-width:100%!important;height:auto!important;border-radius:12px}.aurora-theme #product-product .aurora-product-section__content table{width:100%!important;display:block;overflow-x:auto}.aurora-product-reviews__list:empty{min-height:210px;border:1px dashed var(--aurora-line);border-radius:16px;background:var(--aurora-cream-100)}.aurora-product-reviews__list:empty:before{content:"Yorumlar yükleniyor…";min-height:210px;display:flex;align-items:center;justify-content:center;color:var(--aurora-muted);font-size:12px}

@media(max-width:991px){.aurora-search-hero{grid-template-columns:1fr;gap:25px}.aurora-search-advanced__body{grid-template-columns:auto 1fr}.aurora-inline-filter__body .list-group{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-theme .siyez-account-nav{align-items:stretch;flex-wrap:wrap}.siyez-account-nav__identity{min-width:190px}.siyez-account-nav__primary{order:3;flex-basis:100%;overflow-x:auto}.siyez-account-nav__more{margin-left:auto}}
@media(max-width:767px){.aurora-search-page,.aurora-category-page{padding-bottom:55px}.aurora-search-hero{margin-bottom:28px;padding:28px 20px;border-radius:18px}.aurora-search-hero h1,.aurora-category-intro h1{font-size:34px}.aurora-search-form__field{height:55px;padding-left:15px}.aurora-search-form__field input{height:43px}.aurora-search-form__field button{width:45px;height:43px;padding:0;justify-content:center;font-size:0}.aurora-search-form__field button i{font-size:12px}.aurora-search-advanced__body{display:block}.aurora-search-advanced__body>*{width:100%;margin-bottom:9px!important}.aurora-search-toolbar,.aurora-catalog-toolbar{align-items:stretch!important;flex-direction:column;gap:13px}.aurora-catalog-toolbar__selects{width:100%;display:grid!important;grid-template-columns:auto 1fr}.aurora-category-intro{display:block;padding:28px 22px}.aurora-category-intro__count{width:max-content;margin-top:20px}.aurora-category-links{display:block;padding:15px}.aurora-category-links>span{display:block;margin-bottom:10px}.aurora-category-links>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.aurora-category-links a{flex:0 0 auto}.aurora-inline-filter__body .list-group{grid-template-columns:1fr}.aurora-product-card__actions{opacity:1;transform:none}.aurora-product-card__body h2{min-height:0}.aurora-theme .siyez-account-nav{display:block;padding:10px}.siyez-account-nav__identity{min-width:0}.siyez-account-nav__primary{display:grid;grid-template-columns:repeat(4,1fr);margin-top:8px;overflow:visible}.siyez-account-nav__primary a{min-width:0;justify-content:center;padding:7px 4px;flex-direction:column;gap:4px;text-align:center;white-space:normal}.siyez-account-nav__primary a span{font-size:9px}.siyez-account-nav__more{margin-top:8px}.siyez-account-nav__more>summary{justify-content:space-between}.siyez-account-nav__menu{position:static;width:100%;margin-top:8px;box-shadow:none}.aurora-product-reviews__layout{display:flex;flex-direction:column}.aurora-product-reviews__list,.aurora-review-form{width:100%}}

.aurora-review-list{display:grid;gap:12px}.aurora-review-card{padding:20px;border:1px solid var(--aurora-line);border-radius:14px;background:#fff}.aurora-review-card header{display:flex;align-items:center;gap:11px}.aurora-review-card__avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border-radius:50%;background:var(--aurora-olive-100);color:var(--aurora-olive-800);font-weight:800}.aurora-review-card header strong,.aurora-review-card header time{display:block}.aurora-review-card header strong{color:var(--aurora-brown-950);font-size:12px}.aurora-review-card header time{margin-top:2px;color:var(--aurora-muted);font-size:9px}.aurora-review-card__rating{margin-left:auto;color:var(--aurora-gold-600);font-size:11px;white-space:nowrap}.aurora-review-card>p{margin:15px 0 0;color:#554b43;font-size:13px;line-height:1.75}.aurora-review-empty{min-height:230px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;border:1px dashed var(--aurora-line);border-radius:16px;background:var(--aurora-cream-100);text-align:center}.aurora-review-empty>i{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:13px;border-radius:50%;background:#fff;color:var(--aurora-gold-600)}.aurora-review-empty strong{font-size:16px}.aurora-review-empty p{max-width:330px;margin:6px 0 0;color:var(--aurora-muted);font-size:11px}.aurora-review-pagination{text-align:right}
@media(max-width:520px){.aurora-search-page>.container,.aurora-category-page>.container{max-width:100%;overflow:hidden}.aurora-search-hero,.aurora-search-hero>*,.aurora-search-form,.aurora-search-form__field,.aurora-search-toolbar,.aurora-product-grid--catalog{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.aurora-product-grid--catalog{grid-template-columns:minmax(0,1fr)!important}.aurora-product-grid--catalog .aurora-product-card{width:100%;min-width:0}.aurora-product-card__summary{min-height:0}.aurora-catalog-toolbar__selects{min-width:0}.aurora-catalog-toolbar__selects .form-control{min-width:0!important}}

/* Category discovery */
.aurora-category-tools{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:1px;margin:0 0 24px;overflow:visible;border:1px solid var(--aurora-line);border-radius:18px;background:var(--aurora-line);box-shadow:0 12px 38px rgba(51,40,30,.045)}.aurora-category-finder,.aurora-weight-filter{min-width:0;padding:22px;background:#fff}.aurora-category-finder{border-radius:17px 0 0 17px}.aurora-weight-filter{border-radius:0 17px 17px 0}.aurora-category-tools__label{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:13px}.aurora-category-tools__label span{color:var(--aurora-gold-600);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.aurora-category-tools__label strong{color:var(--aurora-muted);font-size:10px;font-weight:600}.aurora-category-search{position:relative;min-height:52px;display:flex;align-items:center;padding:5px 5px 5px 17px;border:1px solid #d9d0c4;border-radius:13px;background:#fefdfb}.aurora-category-search>i{color:var(--aurora-gold-600)}.aurora-category-search>input[type=search]{min-width:0;flex:1;height:40px;padding:0 12px;border:0;background:transparent;font-size:13px;outline:0}.aurora-category-search>button{height:40px;padding:0 19px;border:0;border-radius:9px;background:var(--aurora-olive-800);color:#fff;font-size:11px;font-weight:800}.aurora-category-search__clear{width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin-right:5px;border-radius:50%;color:var(--aurora-muted);font-size:20px}.aurora-category-search__clear:hover{background:var(--aurora-cream-100);color:var(--aurora-brown-950)}.aurora-category-suggestions{position:absolute;top:59px;right:0;left:0;z-index:50;display:none;overflow:hidden;border:1px solid var(--aurora-line);border-radius:14px;background:#fff;box-shadow:0 22px 60px rgba(42,31,23,.18)}.aurora-category-suggestions.is-open{display:block}.aurora-category-suggestions .aurora-search-results{position:static!important;width:100%!important;max-height:430px;overflow:auto;border:0!important;box-shadow:none!important}.aurora-category-suggestions .aurora-search-result{grid-template-columns:54px minmax(0,1fr) auto 18px}.aurora-category-suggestions .aurora-search-result__image{width:48px;height:48px}.aurora-category-suggestions .aurora-search-result__copy small{display:none}.aurora-weight-filter__options{display:flex;flex-wrap:wrap;gap:8px}.aurora-weight-filter__options a{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--aurora-line);border-radius:10px;background:#fefdfb;color:var(--aurora-brown-800);font-size:11px;font-weight:800}.aurora-weight-filter__options a:hover{border-color:#bdc8ac;background:var(--aurora-olive-100);color:var(--aurora-olive-800)!important}.aurora-weight-filter__options a.is-active{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff!important}.aurora-weight-filter__options a i{font-size:9px}

/* Product editorial content */
.aurora-theme #product-product .aurora-product-section:first-child{display:block;max-width:1120px;padding:54px;border:0;border-radius:24px;background:linear-gradient(145deg,#f5f0e5,#fbfaf6)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head{max-width:800px;margin:0 auto;text-align:center}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head h2{font-size:clamp(32px,4vw,48px)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{max-width:900px;margin:32px auto 0;padding:42px 48px;border:1px solid rgba(214,203,185,.8);border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(52,41,30,.055)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h1,.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h2:first-child{margin-top:0;font-size:29px}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h2{padding-top:22px;border-top:1px solid var(--aurora-line)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h3{color:var(--aurora-olive-800)}

/* Account pages: a true single-column shell */
.aurora-theme .acpage .account-page-row>#column-left,.aurora-theme .acpage .account-page-row>#column-right,.aurora-theme .acpage .account-page-row>#content,.aurora-theme .acpage #column-left,.aurora-theme .acpage #column-right,.aurora-theme .acpage #content{grid-column:1!important}.aurora-theme .acpage .account-page-row>#column-left,.aurora-theme .acpage .account-page-row>#column-right{grid-row:1!important}.aurora-theme .acpage .account-page-row>#content{grid-row:2!important}.aurora-theme .acpage .account-page-row{grid-template-columns:minmax(0,1fr)!important}.aurora-theme .siyez-account-nav{width:100%!important;max-width:100%!important;box-sizing:border-box}.siyez-account-nav__primary{justify-content:center}.siyez-account-nav__primary a{flex:0 1 auto}.aurora-theme #account-address #content{max-width:1120px!important;margin:0 auto!important}.aurora-theme #account-address .account-form-shell{padding:38px 42px;border-radius:20px;box-shadow:0 20px 65px rgba(50,38,29,.07)}.aurora-theme #account-address .account-page-head{align-items:flex-end;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--aurora-line)}.aurora-theme #account-address .account-page-head>div{min-width:0}.aurora-theme #account-address .account-page-head h1{margin:5px 0 7px;font-size:clamp(28px,3vw,40px);letter-spacing:-.04em;text-transform:none}.aurora-theme #account-address .account-page-head p{margin:0;color:var(--aurora-muted);font-size:12px}.aurora-theme #account-address .account-page-head .btn{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-radius:10px}.aurora-theme #account-address .address-book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.aurora-theme #account-address .address-card{padding:22px;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(52,41,30,.045)}.aurora-theme #account-address .address-card header{display:flex;align-items:center;gap:11px;margin-bottom:17px;padding-bottom:15px;border-bottom:1px solid var(--aurora-line)}.address-card-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border-radius:11px;background:var(--aurora-olive-100);color:var(--aurora-olive-800)}.aurora-theme #account-address .address-card header small,.aurora-theme #account-address .address-card header strong{display:block}.aurora-theme #account-address .address-card header small{color:var(--aurora-gold-600);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aurora-theme #account-address .address-card header strong{margin-top:2px;font-size:13px}.aurora-theme #account-address .address-card-body{min-height:110px;color:#554b43;font-size:13px;line-height:1.75}.aurora-theme #account-address .address-card-actions{justify-content:flex-end}.aurora-theme #account-address .address-card-actions .btn{min-width:90px;border-radius:9px}

@media(max-width:991px){.aurora-category-tools{grid-template-columns:1fr}.aurora-category-finder,.aurora-weight-filter{border-radius:17px}.aurora-category-tools__label{display:block}.aurora-category-tools__label strong{display:block;margin-top:3px}.siyez-account-nav__primary{justify-content:flex-start}}
@media(max-width:767px){.aurora-category-finder,.aurora-weight-filter{padding:17px}.aurora-weight-filter__options{display:grid;grid-template-columns:repeat(3,1fr)}.aurora-weight-filter__options a{justify-content:center;padding:0 8px}.aurora-theme #product-product .aurora-product-section:first-child{padding:28px 15px;border-radius:18px}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{margin-top:22px;padding:27px 21px}.aurora-theme #account-address .account-form-shell{padding:25px 18px}.aurora-theme #account-address .address-book-grid{grid-template-columns:1fr}.aurora-theme #account-address .account-page-head{align-items:stretch}.aurora-theme #account-address .account-page-head .btn{width:100%;justify-content:center}.siyez-account-nav__identity{padding:5px}.siyez-account-nav__primary{grid-template-columns:repeat(4,minmax(68px,1fr));overflow-x:auto}}

/* Client-side category filters */
.aurora-category-search__clear{display:none!important;flex:0 0 32px;padding:0;border:0;background:transparent}.aurora-category-search__clear.is-visible{display:flex!important}.aurora-category-search>button.aurora-category-search__clear{height:32px;border-radius:50%;color:var(--aurora-muted);font-size:20px}.aurora-weight-filter__options button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--aurora-line);border-radius:10px;background:#fefdfb;color:var(--aurora-brown-800);font-size:11px;font-weight:800}.aurora-weight-filter__options button:hover{border-color:#bdc8ac;background:var(--aurora-olive-100);color:var(--aurora-olive-800)}.aurora-weight-filter__options button.is-active{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}.aurora-catalog-toolbar--simple>button{padding:8px 12px;border:0;border-radius:8px;background:var(--aurora-cream-100);color:var(--aurora-olive-800);font-size:10px;font-weight:800}.aurora-product-card[hidden],.aurora-category-no-match[hidden]{display:none!important}.aurora-category-no-match{grid-column:1/-1;min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:30px;border:1px dashed var(--aurora-line);border-radius:16px;background:var(--aurora-cream-100);text-align:center}.aurora-category-no-match i{color:var(--aurora-gold-600);font-size:22px}.aurora-category-no-match button{padding:9px 13px;border:0;border-radius:8px;background:var(--aurora-olive-800);color:#fff;font-size:10px;font-weight:800}

/* Clean product description, without nested cards */
.aurora-theme #product-product .aurora-product-section:first-child{display:block;max-width:980px;padding:68px 0;border-top:1px solid var(--aurora-line);border-bottom:1px solid var(--aurora-line);border-radius:0;background:transparent}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head{max-width:820px;margin:0 auto;text-align:left}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head h2{font-size:clamp(34px,4vw,48px)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{max-width:820px;margin:36px auto 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h1,.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h2:first-child{margin:0 0 25px;padding:0 0 18px;border-bottom:1px solid var(--aurora-line);font-size:28px}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h2{margin-top:36px;padding-top:0;border-top:0}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h3{margin-top:30px;color:var(--aurora-brown-950)}
@media(max-width:767px){.aurora-weight-filter__options button{padding:0 8px}.aurora-theme #product-product .aurora-product-section:first-child{padding:48px 0}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head,.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{max-width:100%}}

/* Refined search clear control */
.aurora-category-search__clear{flex:0 0 30px!important;width:30px!important;height:30px!important;align-items:center;justify-content:center;padding:0!important;margin-right:2px;border:1px solid #e4ded4!important;border-radius:50%!important;background:#fff!important;color:#8c857b!important;font-size:0!important;line-height:1;box-shadow:0 2px 7px rgba(55,43,33,.08);transition:color .18s,background .18s,border-color .18s,transform .18s}
.aurora-category-search__clear::before{content:"\f00d";font-family:FontAwesome;font-size:11px}
.aurora-category-search__clear:hover,.aurora-category-search__clear:focus-visible{border-color:#e6caca!important;background:#fff5f4!important;color:#a9463e!important;transform:scale(1.06)}

/* Compact account workspace */
.aurora-theme .acpage .account-page-row{display:grid!important;grid-template-columns:248px minmax(0,1fr)!important;align-items:start;gap:24px;margin:0!important}.aurora-theme .acpage .account-page-row>#column-left{grid-column:1!important;grid-row:1!important;width:auto!important;max-width:none!important;padding:0!important;float:none!important}.aurora-theme .acpage .account-page-row>#column-right{display:none!important}.aurora-theme .acpage .account-page-row>#content{grid-column:2!important;grid-row:1!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}.aurora-theme .siyez-account-nav{position:sticky!important;top:112px!important;width:100%!important;display:block!important;padding:0!important;overflow:hidden!important;border:1px solid var(--aurora-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 35px rgba(51,40,30,.06)!important}.siyez-account-nav__identity{min-width:0!important;display:flex!important;align-items:center;gap:11px;padding:17px!important;border-bottom:1px solid var(--aurora-line);background:#f9f7f2}.siyez-account-nav__identity .siyez-account-nav__avatar{width:40px;height:40px;flex:0 0 40px;border-radius:12px}.siyez-account-nav__identity strong{max-width:158px;font-size:12px}.siyez-account-nav__mobile-title{display:none}.siyez-account-nav__body{display:block;padding:10px}.siyez-account-nav__group{display:grid;gap:2px;padding:7px 0 10px;border-bottom:1px solid var(--aurora-line)}.siyez-account-nav__group:last-of-type{border-bottom:0}.siyez-account-nav__label{padding:4px 9px 6px;color:var(--aurora-gold-600);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.siyez-account-nav__group a,.siyez-account-nav__logout{min-height:38px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:9px;color:#554b43;font-size:11px;font-weight:700}.siyez-account-nav__group a i,.siyez-account-nav__logout i{width:17px;color:#ae792c;text-align:center}.siyez-account-nav__group a:hover,.siyez-account-nav__group a.is-active{background:#edf1e5;color:var(--aurora-olive-800)!important}.siyez-account-nav__group a.is-active{box-shadow:inset 3px 0 var(--aurora-olive-800)}.siyez-account-nav__group a.is-active i{color:var(--aurora-olive-800)}.siyez-account-nav__logout{margin-top:5px;color:#9e3838!important}.account-page-shell{padding:28px!important;border-radius:16px!important}.account-page-eyebrow{display:block;margin-bottom:7px;color:var(--aurora-gold-600);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.account-page-head h1,.account-order-head h1{margin:0;font-size:clamp(25px,2.5vw,34px)!important;letter-spacing:-.035em;text-transform:none!important}.account-page-head p,.account-order-head p{max-width:620px;margin:7px 0 0;color:var(--aurora-muted);font-size:12px;line-height:1.65}

/* Orders */
.account-order-head{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--aurora-line)}.account-order-list{display:grid;gap:12px}.account-order-card{overflow:hidden;border:1px solid var(--aurora-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.account-order-card>header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eee8de;background:#fbfaf7}.account-order-card>header small,.account-order-card>header strong{display:block}.account-order-card>header small{color:var(--aurora-muted);font-size:9px}.account-order-card>header strong{margin-top:2px;color:var(--aurora-brown-950);font-size:17px}.account-order-card__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:16px 18px}.account-order-card__facts>div{padding:2px 16px;border-right:1px solid var(--aurora-line)}.account-order-card__facts>div:first-child{padding-left:0}.account-order-card__facts>div:last-child{border-right:0}.account-order-card__facts span,.account-order-card__facts strong{display:block}.account-order-card__facts span{margin-bottom:5px;color:var(--aurora-muted);font-size:9px}.account-order-card__facts strong{overflow:hidden;color:#392f28;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-order-card>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 18px;border-top:1px solid var(--aurora-line)}.btn-view-order,.btn-track-shipment{min-height:36px;display:inline-flex!important;align-items:center;gap:8px;padding:0 13px!important;border:1px solid var(--aurora-line)!important;border-radius:9px!important;background:#fff!important;color:var(--aurora-brown-950)!important;font-size:10px!important;font-weight:800!important}.btn-view-order{border-color:var(--aurora-olive-800)!important;background:var(--aurora-olive-800)!important;color:#fff!important}.order-status-pill{padding:6px 10px!important;border-radius:99px!important;font-size:9px!important;font-weight:800}.order-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:18px;color:var(--aurora-muted);font-size:10px}.order-empty-state{padding:45px 25px;text-align:center}.order-empty-state__mark{display:block;color:#d7c5a8;font:700 38px/1 Georgia,serif}.order-empty-state h2{margin:10px 0 5px;font-size:22px}.order-empty-state p{color:var(--aurora-muted);font-size:12px}

/* Contact and tracking */
.aurora-contact-page,.aurora-tracking-page{padding-top:34px;padding-bottom:70px}.aurora-contact-head{max-width:720px;margin-bottom:26px}.aurora-contact-head h1,.aurora-tracking-intro h1{margin:0;color:var(--aurora-brown-950);font-size:clamp(30px,4vw,46px);letter-spacing:-.045em}.aurora-contact-head p,.aurora-tracking-intro p{margin:10px 0 0;color:var(--aurora-muted);font-size:13px;line-height:1.7}.aurora-contact-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:18px}.aurora-contact-details,.aurora-contact-form{padding:28px;border:1px solid var(--aurora-line);border-radius:18px;background:#fff}.aurora-contact-details{background:#252018;color:#fff}.aurora-contact-details__label{display:block;margin-bottom:23px;color:#d5a558;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.aurora-contact-details__note{margin:0 0 22px;color:#d7d0c7;font-size:11px;line-height:1.65}.aurora-contact-detail{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.aurora-contact-detail>i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(255,255,255,.08);color:#d5a558}.aurora-contact-detail small,.aurora-contact-detail p,.aurora-contact-detail a{display:block;margin:0}.aurora-contact-detail small{margin-bottom:4px;color:#a9a197;font-size:8px;text-transform:uppercase}.aurora-contact-detail p,.aurora-contact-detail a{color:#fff!important;font-size:11px;line-height:1.65}.aurora-contact-detail div>a:last-child{margin-top:6px;color:#e2b76f!important}.aurora-contact-locations{margin-top:20px}.aurora-contact-locations>small{color:#d5a558;font-size:8px;text-transform:uppercase}.aurora-contact-locations details{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:10px}.aurora-contact-locations summary{display:flex;justify-content:space-between;cursor:pointer}.aurora-contact-form__head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--aurora-line)}.aurora-contact-form__head span{font-size:20px;font-weight:800}.aurora-contact-form__head strong{color:var(--aurora-muted);font-size:9px;font-weight:600}.aurora-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.aurora-field--full{grid-column:1/-1}.aurora-field label{display:block;margin-bottom:7px;color:#40362e;font-size:10px}.aurora-field .form-control{height:44px;border-color:#ddd4c7;border-radius:9px;box-shadow:none;font-size:12px}.aurora-field textarea.form-control{height:auto;min-height:135px;padding:13px;resize:vertical}.aurora-contact-form__action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}.aurora-contact-form__action>span{color:var(--aurora-muted);font-size:9px}.aurora-contact-form__action .btn{min-height:42px;padding:0 18px}.aurora-tracking-intro{max-width:720px;margin:0 auto 30px;text-align:center}.aurora-tracking-steps{max-width:1000px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 auto;padding:0;list-style:none}.aurora-tracking-steps li{display:flex;gap:14px;padding:22px;border:1px solid var(--aurora-line);border-radius:15px;background:#fff}.aurora-tracking-steps li>span{color:#bf8a3c;font:700 24px/1 Georgia,serif}.aurora-tracking-steps strong{display:block;font-size:13px}.aurora-tracking-steps p{margin:6px 0 0;color:var(--aurora-muted);font-size:10px;line-height:1.6}.aurora-tracking-action{max-width:1000px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:14px auto 0;padding:18px 22px;border-radius:14px;background:#edf1e5}.aurora-tracking-action strong,.aurora-tracking-action small{display:block}.aurora-tracking-action strong{font-size:13px}.aurora-tracking-action small{margin-top:3px;color:var(--aurora-muted);font-size:9px}

/* Product cards and feedback */
.aurora-home-products{padding-top:52px;padding-bottom:60px}.aurora-home-products__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.aurora-home-products__head span{color:var(--aurora-gold-600);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.aurora-home-products__head h2{margin:5px 0 0;font-size:clamp(28px,3vw,38px);letter-spacing:-.04em}.aurora-home-products__count{color:var(--aurora-muted)!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.aurora-home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.aurora-product-card{overflow:visible!important;border:1px solid #e4dccf!important;border-radius:17px!important;background:#fff!important;box-shadow:0 12px 32px rgba(56,43,31,.075)!important}.aurora-product-card__media{overflow:hidden;border-radius:16px 16px 0 0;background:#f3efe7!important}.aurora-product-card__body{padding:17px!important}.aurora-product-card__actions button,.aurora-product-card__wish{box-shadow:0 4px 14px rgba(42,32,24,.12)}.aurora-product-card__actions button.is-wishlisted,.aurora-product-card__wish.is-wishlisted,[data-aurora-wishlist][aria-pressed=true]{border-color:#f0c8cb!important;background:#fff1f2!important;color:#b52731!important}.aurora-wishlist-notice{position:absolute;right:12px;bottom:12px;z-index:8;display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:9px;background:#fff;color:#a5222c;font-size:10px;font-weight:800;box-shadow:0 10px 30px rgba(44,28,22,.18);opacity:0;transform:translateY(7px);transition:.2s}.aurora-wishlist-notice.is-visible{opacity:1;transform:none}.aurora-floating-tooltip{position:fixed;z-index:10000;padding:6px 9px;border-radius:6px;background:#251f19;color:#fff;font-size:9px;font-weight:700;line-height:1;pointer-events:none;opacity:0;transform:translateY(3px);transition:opacity .14s,transform .14s;white-space:nowrap}.aurora-floating-tooltip.is-visible{opacity:1;transform:none}

/* Compact newsletter and product editorial */
.account-newsletter-shell{max-width:760px}.account-newsletter-shell .account-page-head{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--aurora-line)}.account-newsletter-shell .newsletter-card{margin:0;padding:20px;border:1px solid var(--aurora-line);border-radius:14px;background:#fbfaf7}.account-newsletter-shell .newsletter-card legend{width:auto;margin:0 0 5px;border:0;font-size:15px;font-weight:800}.account-newsletter-shell .newsletter-card>p{margin:0 0 16px;color:var(--aurora-muted);font-size:10px}.account-newsletter-shell .newsletter-toggle-group{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-newsletter-shell .newsletter-toggle{margin:0}.account-newsletter-shell .newsletter-toggle>span{min-height:62px;display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;align-items:center;padding:10px 12px;border:1px solid var(--aurora-line);border-radius:10px;background:#fff}.account-newsletter-shell .newsletter-toggle i{grid-row:1/3}.account-newsletter-shell .newsletter-toggle strong,.account-newsletter-shell .newsletter-toggle small{display:block}.account-newsletter-shell .newsletter-toggle small{color:var(--aurora-muted);font-size:8px}.account-newsletter-shell .newsletter-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.account-newsletter-shell .newsletter-form-actions .btn{min-height:38px;padding:0 14px}.aurora-theme #product-product .aurora-product-section:first-child{max-width:920px;padding:44px 0}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head h2{font-size:clamp(28px,3vw,38px)}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{max-width:760px;margin-top:25px;font-size:13px;line-height:1.75}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h1,.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h2:first-child{font-size:23px}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h2{font-size:19px}.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content h3{font-size:15px}

@media(max-width:991px){.aurora-home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-order-card__facts{grid-template-columns:repeat(2,1fr);row-gap:15px}.account-order-card__facts>div:nth-child(2){border-right:0}.aurora-contact-layout{grid-template-columns:1fr 1.35fr}}
@media(max-width:767px){.aurora-theme .acpage .account-page-row{grid-template-columns:minmax(0,1fr)!important;gap:14px}.aurora-theme .acpage .account-page-row>#column-left{grid-column:1!important;grid-row:1!important}.aurora-theme .acpage .account-page-row>#content{grid-column:1!important;grid-row:2!important}.aurora-theme .siyez-account-nav{position:relative!important;top:auto!important}.siyez-account-nav__identity{padding:13px!important}.siyez-account-nav__mobile-title{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border:0;border-top:1px solid var(--aurora-line);background:#fff;color:var(--aurora-brown-950);font-size:10px;font-weight:800}.siyez-account-nav__body{display:none}.siyez-account-nav.is-open .siyez-account-nav__body{display:block}.siyez-account-nav.is-open .siyez-account-nav__mobile-title i{transform:rotate(180deg)}.account-page-shell{padding:20px 16px!important}.account-order-card__facts{grid-template-columns:1fr 1fr;padding:14px}.account-order-card__facts>div{padding:2px 10px}.account-order-card>footer{align-items:stretch;flex-direction:column-reverse}.account-order-card>footer a{justify-content:center}.aurora-contact-page,.aurora-tracking-page{padding-top:24px;padding-bottom:45px}.aurora-contact-layout{grid-template-columns:1fr}.aurora-contact-details,.aurora-contact-form{padding:21px}.aurora-contact-fields{grid-template-columns:1fr}.aurora-field--full{grid-column:auto}.aurora-contact-form__head,.aurora-contact-form__action{align-items:stretch;flex-direction:column}.aurora-contact-form__action .btn{width:100%}.aurora-tracking-steps{grid-template-columns:1fr}.aurora-tracking-action{align-items:stretch;flex-direction:column}.aurora-tracking-action .btn{justify-content:center}.aurora-home-products{padding-top:38px;padding-bottom:42px}.aurora-home-products__head{align-items:start;flex-direction:column}.aurora-home-products__count{margin-top:7px}.aurora-home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aurora-home-products .aurora-product-card__body{padding:12px!important}.account-newsletter-shell .newsletter-toggle-group{grid-template-columns:1fr}.aurora-theme #product-product .aurora-product-section:first-child{padding:36px 0}}
@media(max-width:430px){.aurora-home-products__grid{grid-template-columns:1fr}.account-order-card__facts{grid-template-columns:1fr}.account-order-card__facts>div{padding:8px 0;border-right:0;border-bottom:1px solid var(--aurora-line)}.account-order-card__facts>div:last-child{border-bottom:0}}

@media(max-width:560px){
  .aurora-home-products__grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .aurora-home-products .aurora-product-card__body{padding:16px!important}
  .aurora-home-products .aurora-product-card h3,
  .aurora-home-products .aurora-product-card h2{
    height:auto;
    min-height:44px;
    margin-bottom:15px;
    font-size:14px;
    line-height:1.5;
  }
  .aurora-home-products .aurora-product-card__price strong{font-size:17px}
  .aurora-home-products .aurora-product-card__cart{
    width:auto;
    min-width:128px;
    padding:0 15px;
  }
  .aurora-home-products .aurora-product-card__cart span{display:inline}
}

@media(hover:none),(pointer:coarse){
  .aurora-theme .aurora-product-card__wish,
  .aurora-theme .aurora-product-card:hover .aurora-product-card__wish,
  .aurora-theme .aurora-product-card:focus-within .aurora-product-card__wish,
  .aurora-theme .aurora-product-card__actions,
  .aurora-theme .aurora-product-card:hover .aurora-product-card__actions,
  .aurora-theme .aurora-product-card:focus-within .aurora-product-card__actions{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  .aurora-theme .aurora-product-card__wish:hover,
  .aurora-theme .aurora-product-card__actions button:hover{
    transform:none!important;
  }
}

@media(max-width:767px){
  .aurora-theme #product-product .pro-qty{
    position:static!important;
    bottom:auto!important;
    margin:14px 0 12px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .aurora-theme #product-product .pro-qty>.row{
    padding:8px!important;
    border:1px solid #e4ddd2;
    border-radius:12px;
    background:#fff;
    box-shadow:none!important;
  }
}

/* Prevent long content from widening mobile layouts */
.aurora-contact-layout>*,.aurora-contact-detail>*,.aurora-contact-form>*,.aurora-tracking-steps>*,.aurora-tracking-steps li>div{min-width:0}.aurora-contact-detail p,.aurora-contact-detail a,.aurora-tracking-intro h1,.aurora-tracking-intro p,.aurora-tracking-steps p{overflow-wrap:anywhere;word-break:break-word}
@media(max-width:767px){.aurora-contact-page.container,.aurora-tracking-page.container{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-right:auto!important;margin-left:auto!important;padding-right:0!important;padding-left:0!important;overflow:hidden}.aurora-contact-layout,.aurora-contact-layout>*,.aurora-tracking-intro,.aurora-tracking-steps,.aurora-tracking-action{width:100%;max-width:100%;box-sizing:border-box}.aurora-contact-details,.aurora-contact-form,.aurora-tracking-steps li{min-width:0;max-width:100%;box-sizing:border-box}.aurora-tracking-intro h1{font-size:30px;line-height:1.12}.aurora-tracking-steps li{overflow:hidden}.aurora-tracking-steps p{max-width:100%}.aurora-contact-detail{grid-template-columns:34px minmax(0,1fr)}.aurora-contact-detail p,.aurora-contact-detail a{max-width:100%}}

/* Live cart quantity controls */
.aurora-cart-drawer__meta{align-items:center!important}.aurora-cart-drawer__quantity{display:grid;grid-template-columns:28px 34px 28px;align-items:center;overflow:hidden;border:1px solid var(--aurora-line);border-radius:8px;background:#fff}.aurora-cart-drawer__quantity button,.aurora-cart-drawer__quantity input{width:100%;height:28px;padding:0;border:0;background:transparent;color:var(--aurora-brown-950);font-size:11px;text-align:center}.aurora-cart-drawer__quantity button{font-size:15px}.aurora-cart-drawer__quantity button:hover{background:var(--aurora-olive-100);color:var(--aurora-olive-800)}.aurora-cart-drawer__quantity input{-moz-appearance:textfield;border-right:1px solid var(--aurora-line);border-left:1px solid var(--aurora-line);font-weight:800}.aurora-cart-drawer__quantity input::-webkit-inner-spin-button{display:none}.aurora-cart-drawer__quantity.is-updating,.aurora-cart-quantity.is-updating{opacity:.55;pointer-events:none}.aurora-cart-quantity{display:flex;align-items:center}.aurora-cart-quantity>button,.aurora-cart-quantity>input{height:38px}.aurora-cart-quantity__status{margin-left:10px;color:var(--aurora-muted);font-size:9px;white-space:nowrap}
@media(max-width:520px){.aurora-cart-quantity{flex-wrap:wrap}.aurora-cart-quantity__status{width:100%;margin:5px 0 0;text-align:left}}

/* Unified commerce feedback and account form polish */
.aurora-wishlist-toast{top:auto!important;right:24px;bottom:24px;width:min(410px,calc(100vw - 30px));min-height:72px;grid-template-columns:42px minmax(0,1fr) auto 32px;padding:11px 11px 11px 13px;border-radius:14px;box-shadow:0 18px 48px rgba(27,52,43,.22);transform:translateY(14px) scale(.985)}
.aurora-wishlist-toast__icon{width:42px;height:42px;border-radius:12px}
.aurora-wishlist-toast--wishlist .aurora-wishlist-toast__icon{background:#fff0ed;color:#c95343}
.aurora-wishlist-toast--cart .aurora-wishlist-toast__icon{background:#e9f2e5;color:#3f633f}
.aurora-wishlist-toast--compare .aurora-wishlist-toast__icon{background:#e8f0f3;color:#386878}
.aurora-wishlist-toast--cart{border-color:rgba(63,99,63,.22)}
.aurora-wishlist-toast--compare{border-color:rgba(56,104,120,.22)}
.aurora-wishlist-toast--message{grid-template-columns:42px minmax(0,1fr) 32px;cursor:default}
.aurora-wishlist-toast--success{border-color:rgba(53,126,77,.24)}
.aurora-wishlist-toast--success .aurora-wishlist-toast__icon{background:#e8f5eb;color:#347a49}
.aurora-wishlist-toast--error{border-color:rgba(190,66,54,.24)}
.aurora-wishlist-toast--error .aurora-wishlist-toast__icon{background:#fff0ed;color:#bd4639}

.aurora-theme .aurora-home-products .aurora-product-card__actions,.aurora-theme .aurora-product-grid .aurora-product-card__actions{opacity:1;transform:none}
.aurora-theme .aurora-product-card__actions button{transition:background .18s ease,color .18s ease,border-color .18s ease}
.aurora-theme .aurora-product-card__actions button:hover{transform:none}

.aurora-theme #account-wishlist .wishlist-card,.aurora-theme #account-wishlist .wishlist-card:hover{transform:none}
.aurora-theme #account-wishlist .wishlist-card-image{height:220px;padding:14px}
.aurora-theme #account-wishlist .wishlist-card-image img{width:auto;max-width:185px;max-height:190px;filter:none;transition:none}
.aurora-theme #account-wishlist .wishlist-card:hover .wishlist-card-image img{transform:none}
.aurora-theme #account-wishlist .wishlist-card-body{padding:18px}
.aurora-theme #account-wishlist .wishlist-card-title{font-size:14px}

.aurora-theme .aurora-contact-head{max-width:820px}.aurora-theme .aurora-contact-head p{font-size:15px;line-height:1.75}
.aurora-theme .aurora-contact-details__label{font-size:10px}.aurora-theme .aurora-contact-detail small{font-size:9px;letter-spacing:.04em}.aurora-theme .aurora-contact-detail p,.aurora-theme .aurora-contact-detail a{font-size:13px;line-height:1.7}
.aurora-theme .aurora-contact-form__head span{font-size:23px}.aurora-theme .aurora-contact-form__head strong{font-size:10px}
.aurora-theme .aurora-field label{margin-bottom:8px;font-size:12px;font-weight:700}.aurora-theme .aurora-field .form-control{height:50px;padding:0 14px;border:1px solid #d9c8b7;border-radius:11px;background:#fff;color:#302820;font-size:14px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.aurora-theme .aurora-field textarea.form-control{min-height:165px;padding:14px}.aurora-theme .aurora-field .form-control::placeholder{color:#a59a90}.aurora-theme .aurora-contact-form__action>span{font-size:10px}

.aurora-theme .aurora-newsletter__form{padding:7px;border:1px solid rgba(122,82,48,.16);border-radius:15px;background:rgba(255,255,255,.94)}
.aurora-theme .aurora-newsletter__form input{height:52px;padding:0 16px;border:0!important;border-radius:10px;background:transparent;color:#2d2721;font-size:14px;box-shadow:none!important;outline:0}.aurora-theme .aurora-newsletter__form input:focus{background:#fff}.aurora-theme .aurora-newsletter__form button{min-width:118px;height:52px;border-radius:10px;font-size:12px}.aurora-theme .aurora-newsletter__status{top:calc(100% + 9px);padding:5px 9px;border-radius:7px;background:#fff;font-size:11px;box-shadow:0 8px 20px rgba(50,38,29,.1)}

.aurora-theme #account-address .account-form-shell{max-width:none!important;padding:34px!important;background:linear-gradient(180deg,#fff 0%,#fffcf8 100%)!important}
.aurora-theme #account-address .account-page-head{align-items:flex-start!important}.aurora-theme #account-address .account-page-head p{max-width:650px!important;font-size:13px!important;line-height:1.65}
.aurora-theme #account-address .account-form fieldset{max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;margin:0}
.aurora-theme #account-address .account-form .form-group{min-width:0;margin:0;padding:16px;border:1px solid #ebe2d7;border-radius:13px;background:#fff}
.aurora-theme #account-address .account-form .form-group:nth-child(4),.aurora-theme #account-address .account-form .form-group:nth-child(5),.aurora-theme #account-address .account-form .form-group:last-child{grid-column:1/-1}
.aurora-theme #account-address .account-form .control-label{margin-bottom:8px;color:#4a4037;font-size:11px;font-weight:800}
.aurora-theme #account-address .account-form .form-control{height:48px;border:1px solid #d9cfc3;border-radius:10px;background:#fbfaf7;color:#2d2721;font-size:13px;box-shadow:none;transition:.18s ease}
.aurora-theme #account-address .account-form .form-control:focus{border-color:#b97b42;background:#fff;box-shadow:0 0 0 3px rgba(185,123,66,.12)}
.aurora-theme #account-address .account-form select.form-control{cursor:pointer}
.aurora-theme #account-address .account-form .radio-inline{min-height:38px;display:inline-flex;align-items:center;gap:7px;margin:0 18px 0 0;padding:0 12px;border:1px solid var(--aurora-line);border-radius:9px;background:#faf8f3}
.aurora-theme #account-address .account-form-actions{justify-content:flex-end;margin-top:24px}.aurora-theme #account-address .account-form-actions .btn{min-width:130px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}

@media(max-width:767px){.aurora-wishlist-toast{right:14px;bottom:14px;left:14px;width:auto;grid-template-columns:40px minmax(0,1fr) 32px}.aurora-theme #account-wishlist .wishlist-card-image{height:190px;min-height:190px}.aurora-theme #account-wishlist .wishlist-card-image img{max-width:150px;max-height:158px}.aurora-theme #account-address .account-form-shell{padding:20px 15px!important}.aurora-theme #account-address .account-form fieldset{grid-template-columns:1fr;gap:11px}.aurora-theme #account-address .account-form .form-group,.aurora-theme #account-address .account-form .form-group:nth-child(4),.aurora-theme #account-address .account-form .form-group:nth-child(5),.aurora-theme #account-address .account-form .form-group:last-child{grid-column:1;padding:13px}.aurora-theme .aurora-contact-head p{font-size:13px}.aurora-theme .aurora-newsletter__form button{width:100%;min-width:0}}

/* Full-width wishlist workspace */
.aurora-theme #account-wishlist{width:min(calc(100% - 40px),1600px)!important;max-width:1600px!important}
.aurora-theme #account-wishlist .account-page-row{width:100%!important;grid-template-columns:248px minmax(0,1fr)!important;gap:24px!important}
.aurora-theme #account-wishlist .account-page-row>#column-left{grid-column:1!important;min-width:0!important}
.aurora-theme #account-wishlist .account-page-row>#column-right{display:none!important}
.aurora-theme #account-wishlist .account-page-row>#content{grid-column:2!important;width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important}
.aurora-theme #account-wishlist .account-page-shell{width:100%!important;max-width:none!important}
.aurora-theme #account-wishlist .wishlist-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.aurora-theme #account-wishlist .wishlist-card-image{height:auto;aspect-ratio:4/3;padding:0;overflow:hidden}
.aurora-theme #account-wishlist .wishlist-card-image img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;transform:none!important;transition:none!important}
.aurora-theme #account-wishlist .wishlist-card-body{padding:19px 20px 20px}
.aurora-theme #account-wishlist .wishlist-card-title{min-height:44px;font-size:15px}
@media(max-width:1199px){.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-theme #account-wishlist .wishlist-card-image{height:auto}}
@media(max-width:991px){.aurora-theme #account-wishlist .account-page-row{grid-template-columns:1fr!important}.aurora-theme #account-wishlist .account-page-row>#column-left{grid-column:1!important;grid-row:1!important}.aurora-theme #account-wishlist .account-page-row>#content{grid-column:1!important;grid-row:2!important}}
@media(max-width:767px){.aurora-theme #account-wishlist{width:calc(100% - 28px)!important}.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:1fr}.aurora-theme #account-wishlist .wishlist-card{display:flex!important;flex-direction:column}.aurora-theme #account-wishlist .wishlist-card-image{height:auto;min-height:0;aspect-ratio:4/3;border-right:0;border-bottom:1px solid #e8dfd3}.aurora-theme #account-wishlist .wishlist-card-image img{width:100%;height:100%;max-width:none;max-height:none}}

/* Keep the wishlist workspace centered independently from Bootstrap containers. */
.aurora-theme #account-wishlist{width:100%!important;max-width:none!important;padding-right:0!important;padding-left:0!important}
.aurora-theme #account-wishlist .account-page-row{width:min(calc(100vw - 64px),1600px)!important;max-width:1600px!important;display:flex!important;align-items:flex-start!important;gap:24px!important;margin-right:auto!important;margin-left:auto!important}
.aurora-theme #account-wishlist .account-page-row>#column-left{width:248px!important;max-width:248px!important;flex:0 0 248px!important}
.aurora-theme #account-wishlist .account-page-row>#content{width:auto!important;max-width:none!important;min-width:0!important;flex:1 1 0!important}
.aurora-theme #account-wishlist .account-page-row>#column-right{display:none!important}
@media(max-width:991px){.aurora-theme #account-wishlist .account-page-row{width:calc(100vw - 40px)!important;display:flex!important;flex-direction:column}.aurora-theme #account-wishlist .account-page-row>#column-left,.aurora-theme #account-wishlist .account-page-row>#content{width:100%!important;max-width:none!important;flex:0 0 auto!important}}
@media(max-width:767px){.aurora-theme #account-wishlist .account-page-row{width:calc(100vw - 28px)!important;gap:14px!important}}

/* Shared customer workspace: one width for every account and transaction page. */
:root{--aurora-account-container:1320px;--aurora-account-sidebar:248px}
.aurora-theme .acpage{width:min(calc(100% - 40px),var(--aurora-account-container))!important;max-width:var(--aurora-account-container)!important;margin-right:auto!important;margin-left:auto!important;padding-right:0!important;padding-left:0!important}
.aurora-theme .acpage .account-page-row{width:100%!important;max-width:none!important;display:flex!important;align-items:flex-start!important;gap:24px!important;margin-right:0!important;margin-left:0!important}
.aurora-theme .acpage .account-page-row>#column-left{width:var(--aurora-account-sidebar)!important;max-width:var(--aurora-account-sidebar)!important;min-width:0!important;flex:0 0 var(--aurora-account-sidebar)!important}
.aurora-theme .acpage .account-page-row>#column-right{display:none!important}
.aurora-theme .acpage .account-page-row>#content{width:auto!important;max-width:none!important;min-width:0!important;flex:1 1 0!important}
.aurora-theme #account-wishlist,.aurora-theme #account-wishlist .account-page-row{width:min(calc(100% - 40px),var(--aurora-account-container))!important;max-width:var(--aurora-account-container)!important}
.aurora-theme #account-wishlist .account-page-row{width:100%!important}
.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

/* Product utilities stay quiet until the customer engages with a card. */
.aurora-theme .aurora-home-products .aurora-product-card__actions,.aurora-theme .aurora-product-grid .aurora-product-card__actions,.aurora-theme .aurora-product-card__actions{opacity:0;transform:translateX(7px);pointer-events:none}
.aurora-theme .aurora-product-card:hover .aurora-product-card__actions,.aurora-theme .aurora-product-card:focus-within .aurora-product-card__actions{opacity:1;transform:none;pointer-events:auto}
@media(max-width:991px){.aurora-theme .acpage{width:calc(100% - 40px)!important}.aurora-theme .acpage .account-page-row{flex-direction:column}.aurora-theme .acpage .account-page-row>#column-left,.aurora-theme .acpage .account-page-row>#content{width:100%!important;max-width:none!important;flex:0 0 auto!important}.aurora-theme #account-wishlist,.aurora-theme #account-wishlist .account-page-row{width:100%!important}}
@media(max-width:991px),(hover:none){.aurora-theme .aurora-product-card__actions{opacity:1;transform:none;pointer-events:auto}}
@media(max-width:767px){.aurora-theme .acpage{width:calc(100% - 28px)!important}.aurora-theme .acpage .account-page-row{gap:14px!important}.aurora-theme #account-wishlist .wishlist-grid{grid-template-columns:1fr}}

/* Ultra-narrow product view: keep purchasing controls readable without clipping. */
@media(max-width:320px){
  html,.aurora-theme{max-width:100%;overflow-x:hidden}
  .aurora-theme #product-product.container{padding-right:10px;padding-left:10px}
  .aurora-theme #product-product,.aurora-theme #product-product>.row,.aurora-theme #product-product #content,.aurora-theme #product-product .productbg,.aurora-theme #product-product .productbg>.row,.aurora-theme #product-product .proimg,.aurora-theme #product-product .pro-content{width:100%!important;max-width:100%!important;min-width:0!important}
  .aurora-theme #product-product .thumbnails,.aurora-theme #product-product .thumbnails>li,.aurora-theme #product-product .thumbnail,.aurora-theme #product-product .thumbnail img{max-width:100%!important}
  .aurora-theme #product-product .pro-content{padding-right:0;padding-left:0}
  .aurora-theme #product-product .pro-content h1{max-width:100%;font-size:24px;line-height:1.08;overflow-wrap:anywhere}
  .aurora-theme #product-product .pro-content>.rating{flex-wrap:wrap;gap:6px 8px}
  .aurora-theme #product-product .pro-price,.aurora-theme #product-product .pro-content>ul h2{font-size:25px}
  .aurora-theme #product-product .pro-content>ul.list-unstyled:has(.stock_bg){grid-template-columns:1fr;padding:13px}
  .aurora-theme #product-product .pro-qty>.row{display:flex!important;align-items:stretch!important;flex-direction:column!important;gap:8px!important}
  .aurora-theme #product-product .qty-plus-minus{width:112px!important;height:48px!important;min-height:48px!important;flex:0 0 auto!important;grid-template-columns:36px 40px 36px!important}
  .aurora-theme #product-product .product-btn{width:100%!important;height:48px!important;grid-template-columns:minmax(0,1fr) 44px!important}
  .aurora-theme #product-product #button-cart{padding-right:10px!important;padding-left:10px!important;font-size:11px!important}
}

/* Let long-form product content use the desktop canvas without becoming edge-to-edge. */
@media(min-width:768px){
  .aurora-theme #product-product .aurora-product-section:first-child{width:100%;max-width:none;padding:54px 0}
  .aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head{width:100%;max-width:none;margin-right:0;margin-left:0}
  .aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{width:100%;max-width:none;margin:30px 0 0;font-size:14px;line-height:1.8}
}

/* Product hero: compact buy box — image stays contained, no tall stretch. */
@media(min-width:992px){
  .aurora-theme #product-product .productbg>.row{
    grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr)!important;
    align-items:start!important;
    gap:36px!important;
  }

  .aurora-theme #product-product .proimg,
  .aurora-theme #product-product .pro-content{
    position:static!important;
    align-self:start!important;
  }

  .aurora-theme #product-product .pro-content{
    display:block!important;
    min-height:0!important;
    padding:4px 0 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
  }

  .aurora-theme #product-product .pro-content h1{
    max-width:100%;
  }
}

/* Product purchase controls: stable on responsive widths. */
@media(max-width:767px){
  .aurora-theme #product-product .pro-qty{
    position:static!important;
    width:100%!important;
    margin:18px 0 12px!important;
    padding:8px!important;
  }

  .aurora-theme #product-product .pro-qty>.row{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
  }

  .aurora-theme #product-product .qty-plus-minus{
    width:112px!important;
    height:48px!important;
    min-height:48px!important;
    display:grid!important;
    grid-template-columns:36px 40px 36px!important;
    flex:0 0 112px!important;
    margin:0!important;
  }

  .aurora-theme #product-product .product-btn{
    width:100%!important;
    height:48px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:6px!important;
    margin:0!important;
  }

  .aurora-theme #product-product #button-cart,
  .aurora-theme #product-product .aurora-product-secondary{
    height:48px!important;
    min-height:48px!important;
  }
}

/* Footer social channels */
.aurora-footer__social{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.aurora-footer__social a{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.055);color:#f3e9dd!important;font-size:11px;font-weight:700}
.aurora-footer__social a i{font-size:15px;color:#ffc66f}
.aurora-footer__social a:hover{border-color:rgba(255,198,111,.55);background:rgba(255,198,111,.12);transform:translateY(-2px)}
.aurora-footer__social a:nth-child(2) i{color:#f39a7d}
.aurora-footer__social a:nth-child(3) i{color:#8ed1b5}
@media(max-width:480px){.aurora-footer__social{gap:7px}.aurora-footer__social a{flex:1;justify-content:center;padding:0 9px}.aurora-footer__social a span{font-size:10px}}

@media(max-width:360px){
  .aurora-theme #product-product .pro-qty>.row{
    grid-template-columns:1fr!important;
  }

  .aurora-theme #product-product .qty-plus-minus{
    justify-self:start;
  }

  .aurora-theme #product-product .product-btn{
    grid-template-columns:minmax(0,1fr) 42px!important;
  }

  .aurora-theme #product-product #button-cart{
    font-size:11px!important;
  }
}

/* Product detail mobile guardrail: no clipped images or purchase buttons. */
@media(max-width:767px){
  html,
  body,
  .aurora-theme{
    max-width:100%;
    overflow-x:hidden!important;
  }

  .aurora-theme #product-product.container{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
    box-sizing:border-box!important;
    margin-right:auto!important;
    margin-left:auto!important;
    padding-right:0!important;
    padding-left:0!important;
    overflow:hidden!important;
  }

  .aurora-theme #product-product,
  .aurora-theme #product-product>.row,
  .aurora-theme #product-product #content,
  .aurora-theme #product-product .productbg,
  .aurora-theme #product-product .productbg>.row,
  .aurora-theme #product-product .proimg,
  .aurora-theme #product-product .pro-content,
  .aurora-theme #product-product .thumbnails,
  .aurora-theme #product-product .thumbnails>li,
  .aurora-theme #product-product .thumbnail,
  .aurora-theme #product-product #product,
  .aurora-theme #product-product .pro-qty{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  .aurora-theme #product-product>.row,
  .aurora-theme #product-product #content>.productbg>.row{
    margin-right:0!important;
    margin-left:0!important;
  }

  .aurora-theme #product-product .productbg,
  .aurora-theme #product-product .proimg,
  .aurora-theme #product-product .pro-content{
    padding-right:0!important;
    padding-left:0!important;
  }

  .aurora-theme #product-product .thumbnails{
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }

  .aurora-theme #product-product .thumbnails>li:first-child{
    display:block!important;
    width:100%!important;
    overflow:hidden!important;
  }

  .aurora-theme #product-product .thumbnails>li:first-child .thumbnail{
    width:100%!important;
    padding:10px!important;
  }

  .aurora-theme #product-product .thumbnails>li:first-child img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
  }

  .aurora-theme #product-product .pro-qty{
    overflow:hidden!important;
  }

  .aurora-theme #product-product .product-btn,
  .aurora-theme #product-product #button-cart,
  .aurora-theme #product-product .aurora-product-secondary{
    min-width:0!important;
    box-sizing:border-box!important;
  }
}

/* Add-to-cart button animation: feedback happens inside the button without shifting cards. */
.aurora-product-card__cart,
.aurora-theme .product-thumb .cartb,
.aurora-theme #account-wishlist .btn-cart-wishlist{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transition:width .42s ease,min-width .42s ease,background-color .42s ease,box-shadow .42s ease,transform .22s ease;
}

.aurora-product-card__cart>*,
.aurora-theme .product-thumb .cartb>*,
.aurora-theme #account-wishlist .btn-cart-wishlist>*{
  position:relative;
  z-index:2;
  transition:opacity .28s ease;
}

.aurora-cart-button__status{
  position:absolute!important;
  inset:0;
  z-index:4!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding-inline:10px;
  opacity:0;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  pointer-events:none;
  transition:opacity .3s ease;
}

.aurora-product-card__cart.is-adding>:not(.aurora-cart-button__status),
.aurora-product-card__cart.is-added>:not(.aurora-cart-button__status),
.aurora-theme .product-thumb .cartb.is-adding>:not(.aurora-cart-button__status),
.aurora-theme .product-thumb .cartb.is-added>:not(.aurora-cart-button__status),
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding>:not(.aurora-cart-button__status),
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added>:not(.aurora-cart-button__status){
  opacity:0!important;
}

.aurora-product-card__cart.is-adding>.aurora-cart-button__status,
.aurora-product-card__cart.is-added>.aurora-cart-button__status,
.aurora-theme .product-thumb .cartb.is-adding>.aurora-cart-button__status,
.aurora-theme .product-thumb .cartb.is-added>.aurora-cart-button__status,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding>.aurora-cart-button__status,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added>.aurora-cart-button__status{
  opacity:1;
}

.aurora-cart-button__status span{
  display:inline!important;
}

.is-adding>.aurora-cart-button__status i{
  animation:aurora-cart-spin .8s linear infinite!important;
}

.aurora-product-card__cart::before,
.aurora-theme .product-thumb .cartb::before,
.aurora-theme #account-wishlist .btn-cart-wishlist::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  transform:translateX(-115%);
  opacity:0;
  pointer-events:none;
}

.aurora-product-card__cart::after,
.aurora-theme .product-thumb .cartb::after,
.aurora-theme #account-wishlist .btn-cart-wishlist::after{
  content:"";
  position:absolute;
  inset:4px;
  z-index:1;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.22);
  opacity:0;
  transform:scale(.92);
  pointer-events:none;
}

.aurora-product-card__cart.is-adding,
.aurora-theme .product-thumb .cartb.is-adding,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding{
  color:#fff!important;
  background:linear-gradient(90deg,#303b27 0%,#4c623d 42%,#303b27 84%)!important;
  background-size:220% 100%!important;
  opacity:1!important;
  filter:none!important;
  animation:aurora-cart-bg 1s linear infinite,aurora-cart-press .24s ease-out both;
}

.aurora-product-card__cart.is-adding::before,
.aurora-theme .product-thumb .cartb.is-adding::before,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding::before{
  opacity:1;
  animation:aurora-cart-sweep .82s ease-in-out infinite;
}

.aurora-product-card__cart.is-adding i,
.aurora-theme .product-thumb .cartb.is-adding i,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding i,
.aurora-product-card__cart.is-adding svg,
.aurora-theme .product-thumb .cartb.is-adding svg,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-adding svg{
  animation:aurora-cart-bob .58s ease-in-out infinite;
}

.aurora-product-card__cart.is-added,
.aurora-theme .product-thumb .cartb.is-added,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added{
  color:#fff!important;
  background:#49633c!important;
  box-shadow:inset 0 -4px 0 #efbd47!important;
  animation:aurora-cart-success .42s ease-out both;
}

.aurora-product-card__cart.is-resetting,
.aurora-theme .product-thumb .cartb.is-resetting,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-resetting{
  background-color:var(--aurora-olive-800)!important;
  box-shadow:0 8px 20px rgba(65,75,49,.16)!important;
}

@media(max-width:767px){
  .aurora-product-card__cart.is-adding,
  .aurora-product-card__cart.is-added,
  .aurora-product-card__cart.is-resetting,
  .aurora-theme .product-thumb .cartb.is-adding,
  .aurora-theme .product-thumb .cartb.is-added,
  .aurora-theme .product-thumb .cartb.is-resetting{
    width:126px!important;
    min-width:126px!important;
  }
}

.aurora-product-card__cart.is-added::after,
.aurora-theme .product-thumb .cartb.is-added::after,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added::after{
  animation:aurora-cart-ring .55s ease-out both;
}

.aurora-product-card__cart.is-added i,
.aurora-theme .product-thumb .cartb.is-added i,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added i,
.aurora-product-card__cart.is-added svg,
.aurora-theme .product-thumb .cartb.is-added svg,
.aurora-theme #account-wishlist .btn-cart-wishlist.is-added svg{
  animation:aurora-cart-pop .52s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes aurora-cart-sweep{
  from{transform:translateX(-115%)}
  to{transform:translateX(115%)}
}

@keyframes aurora-cart-bg{
  from{background-position:0 0}
  to{background-position:-220% 0}
}

@keyframes aurora-cart-spin{
  to{transform:rotate(360deg)}
}

/* Order history: compact tickets with a clear status and total hierarchy. */
.aurora-theme #account-order{
  width:min(calc(100% - 40px),1320px);
}

.aurora-theme #account-order .account-order-list-shell{
  overflow:hidden;
  padding:0!important;
  background:#f8f5ee!important;
}

.aurora-theme #account-order .account-order-head--fresh{
  align-items:center;
  margin:0;
  padding:30px 32px 27px;
  border-bottom:1px solid var(--aurora-line);
  background:#fff;
}

.aurora-theme #account-order .account-order-head--fresh p{
  margin-bottom:0;
}

.account-order-count{
  width:76px;
  height:76px;
  flex:0 0 76px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid #d9dfcd;
  border-radius:50%;
  background:var(--aurora-olive-100);
  color:var(--aurora-olive-800);
}

.account-order-count strong{
  font:800 22px/1 "Manrope";
}

.account-order-count span{
  margin-top:4px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.aurora-theme #account-order .account-order-list--fresh{
  gap:10px;
  padding:20px;
}

.order-ticket{
  min-width:0;
  display:grid;
  grid-template-columns:58px minmax(250px,1.35fr) minmax(190px,.7fr) auto;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #e3dccf;
  border-radius:15px;
  background:#fff;
  box-shadow:0 5px 18px rgba(54,42,31,.035);
  transition:border-color .2s,box-shadow .2s,transform .2s;
}

.order-ticket:hover{
  border-color:#cfc4b3;
  box-shadow:0 12px 28px rgba(54,42,31,.08);
  transform:translateY(-1px);
}

.order-ticket__status{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#edf1e5,#f6f3e9);
}

.order-ticket__status span{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:var(--aurora-olive-800);
  color:#fff;
  box-shadow:0 6px 14px rgba(65,75,49,.18);
}

.order-ticket__main{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(135px,.8fr) minmax(145px,1fr);
  align-items:center;
  gap:20px;
  padding:17px 20px;
}

.order-ticket__label,
.order-ticket__summary dt{
  display:block;
  margin:0 0 5px;
  color:#938779;
  font-size:8px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.order-ticket__identity h2{
  margin:0 0 7px;
  font:800 18px/1.1 "Manrope";
}

.order-ticket__identity h2 a{
  color:var(--aurora-brown-950);
}

.order-ticket__identity time{
  display:flex;
  align-items:center;
  gap:6px;
  color:#766b61;
  font-size:10px;
}

.order-ticket__identity time i{
  color:var(--aurora-gold-600);
}

.order-ticket__delivery{
  min-width:0;
}

.order-ticket__delivery .order-status-pill{
  width:max-content;
  max-width:100%;
  display:block;
  overflow:hidden;
  margin:0 0 7px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.order-ticket__delivery small,
.order-ticket__delivery code{
  display:block;
  overflow:hidden;
  color:#766b61;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.order-ticket__delivery code{
  margin-top:3px;
  color:#9b6a26;
  background:transparent;
}

.order-ticket__summary{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  align-items:center;
  gap:20px;
  margin:12px 0;
  padding:0 22px;
  border-left:1px solid var(--aurora-line);
}

.order-ticket__summary dd{
  margin:0;
  color:#41362d;
  font-size:11px;
  font-weight:800;
}

.order-ticket__total dd{
  color:var(--aurora-brown-950);
  font:800 16px/1.2 "Manrope";
  white-space:nowrap;
}

.order-ticket__actions{
  min-width:148px;
  display:flex;
  align-items:stretch;
  justify-content:center;
  flex-direction:column;
  gap:7px;
  padding:12px;
  border-left:1px solid var(--aurora-line);
  background:#fcfbf8;
}

.order-ticket__actions a{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 13px;
  border-radius:9px;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}

.order-ticket__detail{
  background:var(--aurora-olive-800);
  color:#fff!important;
}

.order-ticket__detail:hover{
  background:#303a24;
}

.order-ticket__track{
  border:1px solid var(--aurora-line);
  background:#fff;
  color:var(--aurora-brown-950)!important;
}

.aurora-theme #account-order .order-pagination{
  margin:0;
  padding:4px 20px 20px;
}

.aurora-theme #account-order .order-empty-state{
  padding:72px 25px 78px;
  background:#fff;
}

.order-empty-state__icon{
  width:66px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  border-radius:20px;
  background:var(--aurora-olive-100);
  color:var(--aurora-olive-800);
  font-size:22px;
}

@media(max-width:1100px){
  .order-ticket{
    grid-template-columns:52px minmax(0,1fr) minmax(165px,.58fr);
  }

  .order-ticket__actions{
    grid-column:2/-1;
    min-width:0;
    align-items:center;
    justify-content:flex-end;
    flex-direction:row;
    padding:10px 12px;
    border-top:1px solid var(--aurora-line);
    border-left:0;
  }
}

@media(max-width:767px){
  .aurora-theme #account-order{
    width:calc(100% - 28px);
  }

  .aurora-theme #account-order .account-order-head--fresh{
    align-items:flex-start;
    padding:22px 18px 20px;
  }

  .account-order-count{
    width:auto;
    height:auto;
    flex:0 0 auto;
    flex-direction:row;
    gap:4px;
    padding:8px 10px;
    border-radius:10px;
  }

  .account-order-count strong{
    font-size:15px;
  }

  .account-order-count span{
    margin:0;
  }

  .aurora-theme #account-order .account-order-list--fresh{
    padding:12px;
  }

  .order-ticket{
    grid-template-columns:46px minmax(0,1fr);
  }

  .order-ticket__main{
    grid-template-columns:1fr;
    gap:13px;
    padding:16px;
  }

  .order-ticket__summary{
    grid-column:1/-1;
    margin:0;
    padding:14px 16px;
    border-top:1px solid var(--aurora-line);
    border-left:0;
  }

  .order-ticket__actions{
    grid-column:1/-1;
    padding:10px;
  }

  .order-ticket__actions a{
    flex:1;
  }

  .aurora-theme #account-order .order-pagination{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    padding:4px 12px 16px;
  }
}

@media(max-width:390px){
  .account-order-count{
    display:none;
  }

  .order-ticket__actions{
    align-items:stretch;
    flex-direction:column;
  }
}

@keyframes aurora-cart-press{
  0%{transform:scale(.985)}
  100%{transform:scale(1)}
}

@keyframes aurora-cart-success{
  0%{transform:scale(.99)}
  55%{transform:scale(1.025)}
  100%{transform:scale(1)}
}

@keyframes aurora-cart-bob{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-2px)}
}

@keyframes aurora-cart-pop{
  0%{transform:scale(.72) rotate(-12deg)}
  62%{transform:scale(1.22) rotate(8deg)}
  100%{transform:scale(1) rotate(0)}
}

@keyframes aurora-cart-ring{
  0%{opacity:.85;transform:scale(.88)}
  100%{opacity:0;transform:scale(1.08)}
}

@media(prefers-reduced-motion:reduce){
  .aurora-product-card__cart::before,
  .aurora-product-card__cart::after,
  .aurora-theme .product-thumb .cartb::before,
  .aurora-theme .product-thumb .cartb::after,
  .aurora-theme #account-wishlist .btn-cart-wishlist::before,
  .aurora-theme #account-wishlist .btn-cart-wishlist::after,
  .aurora-product-card__cart.is-adding i,
  .aurora-theme .product-thumb .cartb.is-adding i,
  .aurora-theme #account-wishlist .btn-cart-wishlist.is-adding i,
  .aurora-product-card__cart.is-added i,
  .aurora-theme .product-thumb .cartb.is-added i,
  .aurora-theme #account-wishlist .btn-cart-wishlist.is-added i{
    animation:none!important;
  }
}

/* Review form components: calmer inputs and a clear rating control. */
.aurora-theme #form-review.aurora-review-form{
  background:linear-gradient(180deg,#fffdf8 0,#f7f2e9 100%);
}

.aurora-review-form .form-group{
  margin-bottom:18px;
}

.aurora-review-form .control-label{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0 0 8px;
  color:var(--aurora-brown-950);
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.aurora-review-form .required .control-label::before{
  content:"*";
  color:#c94b35;
  font-size:13px;
  line-height:1;
}

.aurora-review-form .form-control{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:1px solid #ded3c3;
  border-radius:12px;
  background:#fff;
  color:var(--aurora-brown-950);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  font-size:13px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.aurora-review-form textarea.form-control{
  min-height:138px;
  padding-top:14px;
  line-height:1.65;
  resize:vertical;
}

.aurora-review-form .form-control:focus{
  border-color:var(--aurora-olive-800);
  background:#fffefb;
  box-shadow:0 0 0 4px rgba(65,75,49,.1);
  outline:0;
}

.aurora-review-form .radi{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border:1px solid #ded3c3;
  border-radius:13px;
  background:#fff;
}

.aurora-review-form .radi .control-label{
  margin:0;
}

.aurora-review-form .radi .control-label::before{
  content:"*";
  color:#c94b35;
}

.aurora-review-form .form-rating{
  display:flex;
  align-items:center;
  margin:0;
}

.aurora-review-form .form-rating-container{
  display:flex;
  flex-direction:row-reverse;
  gap:5px;
  float:none!important;
}

.aurora-review-form .form-rating-container input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.aurora-review-form .form-rating-container label{
  width:34px;
  height:34px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  float:none!important;
  margin:0;
  border:1px solid #eadfcd;
  border-radius:10px;
  background:#f8f3ea;
  color:#d2c7b6;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}

.aurora-review-form .form-rating-container label .fa-star-o{
  display:none;
}

.aurora-review-form .form-rating-container label .fa-star{
  position:static;
  color:currentColor;
  font-size:15px;
}

.aurora-review-form .form-rating-container label:hover,
.aurora-review-form .form-rating-container label:hover~label,
.aurora-review-form .form-rating-container input:checked~label{
  border-color:#e3b44d;
  background:#fff6df;
  color:#d29320;
}

.aurora-review-form .form-rating-container label:hover{
  transform:translateY(-1px);
}

.aurora-review-form #button-review{
  min-height:50px;
  border-radius:12px;
  font-size:12px;
  font-weight:850;
}

@media(max-width:520px){
  .aurora-review-form .radi{
    align-items:flex-start;
    flex-direction:column;
  }

  .aurora-review-form .form-rating-container{
    width:100%;
    justify-content:space-between;
  }

  .aurora-review-form .form-rating-container label{
    width:38px;
    height:38px;
  }
}

/* Order detail: spacious editorial layout matched to the account workspace. */
.aurora-theme #account-order .account-order-detail-shell{
  min-width:0;
  overflow:hidden;
  padding:28px!important;
  background:#fff!important;
}

.aurora-theme #account-order .account-order-detail-head{
  align-items:center;
  margin:0 0 18px;
  padding:0 0 22px;
}

.aurora-theme #account-order .account-order-detail-head h1{
  margin:2px 0 7px;
  font-size:clamp(27px,3vw,38px)!important;
}

.account-order-detail-head .order-card-label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#5c534b;
  font-size:15px;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}

.account-order-detail-head .order-card-label i{
  color:var(--aurora-gold-600);
}

.account-order-detail-head>.btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  color:#fff;
}

.account-order-detail-head>.btn:hover,
.account-order-detail-head>.btn:focus,
.account-order-detail-head>.btn:active{
  color:#fff;
}

.aurora-theme #account-order .account-order-detail-shell .order-summary-grid{
  grid-template-columns:repeat(auto-fit,minmax(165px,1fr));
  gap:10px;
  margin:0 0 14px;
}

.aurora-theme #account-order .account-order-detail-shell .order-summary-item{
  min-height:82px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  padding:15px 17px;
  border:1px solid var(--aurora-line);
  border-radius:12px;
  background:#fbf9f4;
}

.account-order-detail-shell .order-summary-item strong{
  color:var(--aurora-brown-950);
  font-size:16px;
  line-height:1.45;
}

.account-order-detail-shell .order-card-label{
  margin-bottom:6px;
  color:#6d6258;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.aurora-theme #account-order .account-order-detail-head .order-card-label{
  margin-bottom:0;
  color:#5c534b;
  font-size:15px;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}

.aurora-theme #account-order .shipment-timeline-card,
.aurora-theme #account-order .shipment-panel{
  margin:0 0 14px;
  padding:20px;
  border:1px solid #dfe4d6;
  border-radius:15px;
  background:linear-gradient(135deg,#f8faf4 0%,#fff 58%);
  box-shadow:none;
}

.aurora-theme #account-order .shipment-timeline-header{
  padding-bottom:13px;
}

.aurora-theme #account-order .shipment-timeline-label{
  color:var(--aurora-brown-950);
  font-size:13px;
  font-weight:800;
}

.aurora-theme #account-order .shipment-timeline-progress{
  height:4px;
  margin:10px 0 17px;
  border-radius:99px;
  background:#e8ece3;
}

.aurora-theme #account-order .shipment-timeline-progress-bar{
  border-radius:99px;
  background:linear-gradient(90deg,var(--aurora-gold-600),var(--aurora-olive-700));
}

.aurora-theme #account-order .shipment-step-icon{
  border-color:#d7ddca;
  background:#fff;
  color:var(--aurora-olive-700);
}

.aurora-theme #account-order .shipment-step-active .shipment-step-icon,
.aurora-theme #account-order .shipment-step-complete .shipment-step-icon{
  border-color:var(--aurora-olive-700);
  background:var(--aurora-olive-700);
  color:#fff;
}

.aurora-theme #account-order .order-address-grid{
  gap:12px;
  margin:0 0 14px;
}

.aurora-theme #account-order .order-address-grid section{
  position:relative;
  overflow:hidden;
  padding:20px 21px;
  border:1px solid var(--aurora-line);
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}

.aurora-theme #account-order .order-address-grid section::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:4px;
  background:var(--aurora-gold-600);
}

.aurora-theme #account-order .order-address-grid h3{
  margin:0 0 10px;
  color:var(--aurora-brown-950);
  font-size:15px;
}

.aurora-theme #account-order .order-address-grid p{
  margin:0;
  color:#5f554c;
  font-size:14px;
  line-height:1.7;
}

.aurora-theme #account-order .order-products-card{
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid var(--aurora-line);
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}

.aurora-theme #account-order .order-products-title{
  margin:0 0 8px;
  padding-bottom:8px;
  border-bottom:1px solid var(--aurora-line);
  color:var(--aurora-brown-950);
  font-size:14px;
}

.aurora-theme #account-order .order-products-title i{
  margin-right:7px;
  color:var(--aurora-gold-600);
}

.aurora-theme #account-order .order-products-list{
  display:grid;
  gap:0;
}

.aurora-theme #account-order .order-product-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:8px 14px;
  padding:8px 0;
  border:0;
  border-bottom:1px solid var(--aurora-line);
  border-radius:0;
  background:transparent;
}

.aurora-theme #account-order .order-product-item:last-child{
  border-bottom:0;
  padding-bottom:2px;
}

.aurora-theme #account-order .order-product-item-copy{
  min-width:0;
}

.aurora-theme #account-order .order-product-item-name{
  margin:0;
  color:var(--aurora-brown-950);
  font-size:14px;
  font-weight:800;
  line-height:1.3;
}

.aurora-theme #account-order .order-product-item-sku,
.aurora-theme #account-order .order-product-item-option{
  margin:2px 0 0;
  color:#6d6258;
  font-size:12px;
  line-height:1.3;
}

.aurora-theme #account-order .order-product-item-meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
}

.aurora-theme #account-order .order-product-item-meta>div{
  display:flex;
  align-items:baseline;
  gap:5px;
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

.aurora-theme #account-order .order-product-item-meta dt{
  margin:0;
  color:#6d6258;
  font-size:11px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.aurora-theme #account-order .order-product-item-meta dd{
  overflow:hidden;
  margin:0;
  color:#2f281f;
  font-size:13px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.aurora-theme #account-order .order-product-item-actions{
  display:flex;
  flex-direction:row;
  flex:0 0 auto;
  gap:6px;
}

.aurora-theme #account-order .order-product-btn{
  min-height:30px;
  width:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 10px;
  border-radius:7px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}

.aurora-theme #account-order .order-product-btn--primary{
  border:1px solid var(--aurora-olive-800);
  background:var(--aurora-olive-800);
  color:#fff!important;
}

.aurora-theme #account-order .order-product-btn--primary:hover,
.aurora-theme #account-order .order-product-btn--primary:focus{
  border-color:#313a25;
  background:#313a25;
  color:#fff!important;
}

.aurora-theme #account-order .order-product-btn--ghost{
  border:1px solid #d8cfc2;
  background:#fff;
  color:#44352a!important;
}

.aurora-theme #account-order .order-product-btn--ghost:hover,
.aurora-theme #account-order .order-product-btn--ghost:focus{
  border-color:#c4b7a6;
  background:#f4efe6;
  color:#241d18!important;
}

.aurora-theme #account-order .order-totals-panel{
  width:min(100%,300px);
  margin:8px 0 0 auto;
  padding:8px 12px;
  border:1px solid #dfe4d6;
  border-radius:10px;
  background:#f6f8f1;
}

.aurora-theme #account-order .order-total-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:4px 0;
  border-bottom:1px solid #e1e5da;
}

.aurora-theme #account-order .order-total-row span{
  color:#5c534b;
  font-size:13px;
  line-height:1.4;
}

.aurora-theme #account-order .order-total-row strong{
  color:#2f281f;
  font-size:14px;
  white-space:nowrap;
}

.aurora-theme #account-order .order-total-row:last-child{
  margin-top:2px;
  padding-top:8px;
  border-bottom:0;
  border-top:1px solid #cfd6c4;
}

.aurora-theme #account-order .order-total-row:last-child span,
.aurora-theme #account-order .order-total-row:last-child strong{
  font-size:15px;
  font-weight:800;
}

.aurora-theme #account-order .order-total-row:last-child strong{
  color:#267044;
}

.aurora-theme #account-order .order-note,
.aurora-theme #account-order .order-history-timeline{
  margin:0 0 14px;
  padding:20px;
  border:1px solid var(--aurora-line);
  border-radius:14px;
  box-shadow:none;
}

@media(max-width:767px){
  .aurora-theme #account-order .account-order-detail-shell{
    padding:18px 14px!important;
  }

  .aurora-theme #account-order .account-order-detail-head{
    display:flex;
    align-items:stretch;
    flex-direction:column;
  }

  .aurora-theme #account-order .account-order-detail-head>.btn{
    width:100%;
    justify-content:center;
    margin-top:14px;
  }

  .aurora-theme #account-order .order-address-grid{
    grid-template-columns:1fr;
  }

  .aurora-theme #account-order .order-product-item{
    grid-template-columns:1fr;
    gap:8px;
    padding:10px 0;
  }

  .aurora-theme #account-order .order-product-item-actions{
    width:100%;
  }

  .aurora-theme #account-order .order-product-btn{
    flex:1;
  }

  .aurora-theme #account-order .order-product-item-meta{
    width:100%;
    justify-content:space-between;
  }

  .aurora-theme #account-order .shipment-timeline-card,
  .aurora-theme #account-order .shipment-panel,
  .aurora-theme #account-order .order-products-card{
    padding:16px;
  }
}

/* Register grid isolation: generic account layout rules must not overlap this two-column page. */
@media(min-width:768px){
  .aurora-theme #account-register .aurora-register-layout>.aurora-register-card#content{
    grid-column:2!important;
    grid-row:1!important;
    width:auto!important;
    padding:32px 38px!important;
  }
}

.aurora-theme #account-register .aurora-register-layout{
  grid-template-columns:320px minmax(0,1fr);
  gap:26px;
}
.aurora-theme #account-register .aurora-register-intro{
  padding:38px 32px;
  border-radius:18px;
}
.aurora-theme #account-register .aurora-register-intro h1{
  margin:7px 0 14px;
  font-size:34px;
}
.aurora-theme #account-register .aurora-register-intro ul{
  gap:15px;
  margin:27px 0;
}
.aurora-theme #account-register .aurora-register-intro li>i{
  width:25px;
  height:25px;
  flex-basis:25px;
}
.aurora-theme #account-register .aurora-register-login{padding-top:17px}
.aurora-theme #account-register .aurora-register-head{
  margin-bottom:22px;
  padding-bottom:18px;
}
.aurora-theme #account-register .aurora-register-head h2{
  margin:3px 0 5px;
  font-size:32px;
}
.aurora-theme #account-register .aurora-register-head p{font-size:12px}
.aurora-theme #account-register .aurora-register-form fieldset{
  gap:0 18px;
  margin-bottom:18px;
}
.aurora-theme #account-register .aurora-register-form fieldset legend{
  margin-bottom:12px;
  padding-bottom:9px;
  font-size:16px;
}
.aurora-theme #account-register .aurora-register-form .form-group{margin-bottom:12px}
.aurora-theme #account-register .aurora-register-form .control-label{margin-bottom:5px;font-size:10px}
.aurora-theme #account-register .aurora-register-form .form-control{
  height:46px;
  min-height:46px;
  border-radius:9px;
}
.aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3){
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  column-gap:18px;
}
.aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3) legend{
  grid-column:auto;
  margin:0;
  padding:0;
  border:0;
}
.aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3) .form-group{margin:0}
.aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3) .control-label{display:none}
.aurora-theme #account-register .aurora-register-actions{
  gap:20px;
  margin-top:16px;
  padding-top:18px;
}
.aurora-theme #account-register .aurora-register-agree{font-size:11px}
.aurora-theme #account-register .aurora-register-actions .btn{min-height:46px}

@media(max-width:767px){
  .aurora-theme #account-register .aurora-register-layout>.aurora-register-card#content{
    padding:24px 18px!important;
  }
  .aurora-theme #account-register .aurora-register-head h2{font-size:27px}
  .aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3){display:block}
  .aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3) legend{
    margin-bottom:12px;
    padding-bottom:9px;
    border-bottom:1px solid var(--aurora-line);
  }
}

/* Closed fixed drawers must not enlarge responsive preview widths. */
.aurora-theme .aurora-mini-cart:not(.is-open) .aurora-cart-drawer{display:none!important}

/* Tablet register layout: retain the useful two-column form without the desktop promo panel. */
@media(max-width:991px){
  .aurora-theme #account-register .aurora-register-intro{display:none}
}
@media(min-width:600px) and (max-width:991px){
  .aurora-theme #account-register .aurora-register-layout{display:block}
  .aurora-theme #account-register .aurora-register-layout>.aurora-register-card#content{
    padding:26px 28px!important;
  }
  .aurora-theme #account-register .aurora-register-head{
    margin-bottom:18px;
    padding-bottom:15px;
  }
  .aurora-theme #account-register .aurora-register-head h2{font-size:29px}
  .aurora-theme #account-register .aurora-register-form fieldset{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 16px;
    margin-bottom:15px;
  }
  .aurora-theme #account-register .aurora-register-form fieldset legend{grid-column:1/-1}
  .aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3){
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
  }
  .aurora-theme #account-register .aurora-register-form fieldset:nth-of-type(3) legend{
    grid-column:auto;
    margin:0;
    padding:0;
    border:0;
  }
  .aurora-theme #account-register .aurora-register-form .form-group{margin-bottom:10px}
  .aurora-theme #account-register .aurora-register-actions{
    align-items:center;
    flex-direction:row;
    margin-top:13px;
    padding-top:15px;
  }
  .aurora-theme #account-register .aurora-register-actions .btn{
    width:auto;
    min-width:180px;
  }
}

/* Keep account access visible beside search and cart on mobile. */
@media(max-width:991px){
  .aurora-theme .aurora-header__wishlist{display:none!important}
  .aurora-theme .aurora-header__actions> .aurora-icon-button,
  .aurora-theme .aurora-header__actions .aurora-header__account,
  .aurora-theme .aurora-header__actions .aurora-cart-wrap,
  .aurora-theme .aurora-header__actions .aurora-cart-wrap .aurora-mini-cart__toggle{
    width:44px;
    height:44px;
    min-height:44px;
    box-sizing:border-box;
  }
  .aurora-theme .aurora-header__actions> .aurora-icon-button i,
  .aurora-theme .aurora-header__actions .aurora-header__account i,
  .aurora-theme .aurora-header__actions .aurora-cart-wrap .aurora-mini-cart__toggle i{font-size:18px}
  .aurora-theme .aurora-header__actions .aurora-action:not(.aurora-mini-cart__toggle){
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    min-height:44px;
    padding:0;
  }
  .aurora-theme .aurora-header__actions .aurora-action:not(.aurora-mini-cart__toggle) span{display:none}
  .aurora-theme .aurora-header__actions .aurora-action:not(.aurora-mini-cart__toggle) i{font-size:18px}
}

@media(max-width:991px){
  .aurora-theme .aurora-header__actions .aurora-header__account{width:44px!important}
  .aurora-theme .aurora-header__actions .aurora-icon-button i{font-size:18px}
}

/* Refined announcement and a visible home-page shipping promise. */
.aurora-theme .aurora-announcement{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(102,87,48,.16);
  background:linear-gradient(105deg,#e8b75f 0%,#f3d58e 48%,#cbd8ad 100%);
  color:#2f2a22;
}
.aurora-theme .aurora-announcement::after{
  display:none;
}
.aurora-theme .aurora-announcement .aurora-container{min-height:40px}
.aurora-theme .aurora-announcement span{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:650}
.aurora-theme .aurora-announcement span>i{color:#52623d;font-size:12px}
.aurora-theme .aurora-announcement__shipping{
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.62);
  border-radius:999px;
  background:rgba(255,255,255,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.aurora-theme .aurora-announcement__shipping strong{color:#3f512e;font-weight:850}
.aurora-home-shipping{
  min-height:76px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  margin-top:18px;
  padding:14px 20px!important;
  border:1px solid #dfe5d8;
  border-radius:15px;
  background:#fff;
  box-shadow:0 9px 28px rgba(50,45,35,.045);
}
.aurora-home-shipping::before,.aurora-home-shipping::after{display:none!important}
.aurora-home-shipping__icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#eef2e8;
  color:var(--aurora-olive-800);
  font-size:18px;
}
.aurora-home-shipping small,.aurora-home-shipping strong{display:block}
.aurora-home-shipping small{color:var(--aurora-gold-600);font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.aurora-home-shipping strong{margin-top:2px;color:var(--aurora-brown-950);font:800 14px "Manrope",sans-serif}
.aurora-home-shipping>a{display:inline-flex;align-items:center;gap:8px;color:var(--aurora-olive-800)!important;font-size:11px;font-weight:850}

/* Neutral category controls; keep cream tones out of form surfaces. */
.aurora-theme #product-category .aurora-category-tools{background:#f7f7f5;border-color:#e3e3df}
.aurora-theme #product-category .aurora-category-search{
  border:1px solid #e1e1dc;
  background:#fff;
}
.aurora-theme #product-category .aurora-weight-filter>summary{border-color:#e1e1dc;background:#fff}
.aurora-theme #product-category .aurora-weight-filter__reset,
.aurora-theme #product-category .aurora-catalog-toolbar--simple>button{border:1px solid #e1e1dc;background:#fff}

/* Mobile cards: price and action get their own rows; animation never changes width. */
@media(max-width:767px){
  .aurora-theme .aurora-product-card{transform:none!important}
  .aurora-theme .aurora-product-card:hover{transform:none!important}
  .aurora-theme .aurora-product-card__image img{transform:none!important}
  .aurora-theme .aurora-product-card__bottom{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:stretch;
    gap:10px;
  }
  .aurora-theme .aurora-product-card__price{min-width:0}
  .aurora-theme .aurora-product-card__cart,
  .aurora-theme .aurora-product-card__cart.is-adding,
  .aurora-theme .aurora-product-card__cart.is-added,
  .aurora-theme .aurora-product-card__cart.is-resetting{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    flex-basis:auto!important;
    padding:0 10px!important;
    border-radius:10px!important;
    transition:background-color .3s ease,box-shadow .3s ease!important;
  }
  .aurora-theme .aurora-product-card__cart>span:not(.aurora-cart-button__status),
  .aurora-theme .aurora-product-card__cart .aurora-cart-button__status span{display:inline!important}
  .aurora-theme .aurora-product-card__cart .aurora-cart-button__status{font-size:10px}
  .aurora-theme .aurora-product-card__cart .aurora-cart-button__status{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    padding:0 7px!important;
  }
  .aurora-theme .aurora-product-card__cart .aurora-cart-button__status i{
    position:static!important;
    width:12px!important;
    height:12px!important;
    flex:0 0 12px!important;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    margin:0 6px 0 0!important;
    line-height:12px!important;
    animation:fa-spin .8s infinite linear!important;
  }
  .aurora-theme .aurora-product-card__cart .aurora-cart-button__status span{
    position:static!important;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .aurora-theme .aurora-product-card__cart.is-adding>:not(.aurora-cart-button__status),
  .aurora-theme .aurora-product-card__cart.is-added>:not(.aurora-cart-button__status){visibility:hidden!important}
}

/* Product detail: tablets and phones use one stable column. */
@media(max-width:991px){
  .aurora-theme #product-product.container{
    width:min(calc(100% - 28px),860px)!important;
    max-width:860px!important;
    padding-right:0!important;
    padding-left:0!important;
  }
  .aurora-theme #product-product .productbg{padding:0!important;border:0!important;background:transparent!important}
  .aurora-theme #product-product .productbg>.row{display:block!important;margin:0!important}
  .aurora-theme #product-product .proimg,
  .aurora-theme #product-product .pro-content{
    width:100%!important;
    max-width:100%!important;
    float:none!important;
    padding-right:0!important;
    padding-left:0!important;
  }
  .aurora-theme #product-product .proimg{max-width:620px!important;margin:0 auto!important}
  .aurora-theme #product-product .thumbnails>li:first-child,
  .aurora-theme #product-product .thumbnails>li:first-child .thumbnail{background:#fff!important}
  .aurora-theme #product-product .pro-content{padding-top:24px!important}
  .aurora-theme #product-product .pro-content>ul.list-unstyled:has(.stock_bg){background:#f7f7f5!important}
  .aurora-theme #product-product .pro-qty{
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    margin:18px 0 12px!important;
    padding:9px!important;
    overflow:visible!important;
    border:1px solid #e1e1dc!important;
    background:#fff!important;
  }
  .aurora-theme #product-product .pro-qty>.row{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
  }
  .aurora-theme #product-product .qty-plus-minus{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    width:112px!important;
    min-width:112px!important;
    height:48px!important;
    display:grid!important;
    grid-template-columns:36px 40px 36px!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
  }
  .aurora-theme #product-product .product-btn{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    height:48px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:6px!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
  }
  .aurora-theme #product-product #button-cart,
  .aurora-theme #product-product .aurora-product-secondary{height:48px!important;min-height:48px!important}
  .aurora-theme #product-product .aurora-product-reviews__layout{display:flex!important;flex-direction:column!important;gap:22px!important}
  .aurora-theme #product-product .aurora-product-reviews__list,
  .aurora-theme #product-product .aurora-review-form{width:100%!important;max-width:none!important;box-sizing:border-box!important}
  .aurora-theme #form-review.aurora-review-form{background:#fff}
  .aurora-theme #product-product .aurora-product-reviews__list:empty{background:#f7f7f5}
}

@media(max-width:520px){
  .aurora-theme .aurora-announcement__origin{display:none!important}
  .aurora-theme .aurora-announcement .aurora-container{justify-content:center}
  .aurora-theme .aurora-announcement__shipping{display:inline-flex!important;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.48);font-size:10px}
  .aurora-home-shipping{grid-template-columns:40px minmax(0,1fr);padding:12px 14px!important}
  .aurora-home-shipping__icon{width:40px;height:40px}
  .aurora-home-shipping strong{font-size:12px;line-height:1.35}
  .aurora-home-shipping>a{display:none}
  .aurora-theme #product-product .pro-qty>.row{grid-template-columns:104px minmax(0,1fr)!important}
  .aurora-theme #product-product .qty-plus-minus{width:104px!important;min-width:104px!important;grid-template-columns:34px 36px 34px!important}
}

/* Compact category heading and overlay filter menu. */
.aurora-theme #product-category .aurora-category-intro{
  position:relative;
  align-items:center;
  margin:6px 0 18px;
  padding:24px 4px 22px;
  border-bottom:1px solid var(--aurora-line);
  border-radius:0;
  background:transparent;
  color:var(--aurora-brown-950);
}
.aurora-theme #product-category .aurora-category-intro::before{
  content:"";
  position:absolute;
  bottom:-1px;
  left:4px;
  width:54px;
  height:2px;
  background:var(--aurora-gold-600);
}
.aurora-theme #product-category .aurora-category-intro .aurora-eyebrow{color:var(--aurora-gold-600)}
.aurora-theme #product-category .aurora-category-intro h1{
  margin:4px 0 0;
  color:var(--aurora-brown-950);
  font-size:clamp(31px,3.3vw,47px);
}
.aurora-theme #product-category .aurora-category-intro__description{
  max-width:760px;
  margin-top:8px;
  color:var(--aurora-muted);
}
.aurora-theme #product-category .aurora-category-intro__count{
  min-width:0;
  display:inline-flex;
  align-items:baseline;
  gap:5px;
  padding:8px 13px;
  border:1px solid var(--aurora-line);
  border-radius:999px;
  background:#fff;
  color:var(--aurora-muted);
  white-space:nowrap;
}
.aurora-theme #product-category .aurora-category-intro__count strong{
  display:inline;
  color:var(--aurora-brown-950);
  font-size:15px;
}
.aurora-theme #product-category .aurora-category-tools{
  position:relative;
  z-index:60;
  min-height:64px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  padding:7px;
  overflow:visible;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 28px rgba(51,40,30,.045);
}
.aurora-theme #product-category .aurora-category-finder{
  min-width:0;
  padding:0;
  border-radius:0;
  background:transparent;
}
.aurora-theme #product-category .aurora-category-search{
  min-height:48px;
  padding-left:15px;
  border:0;
  border-radius:10px;
  background:var(--aurora-cream-100);
}
.aurora-theme #product-category .aurora-category-search>input[type=search]{height:38px;font-size:13px}
.aurora-theme #product-category .aurora-weight-filter{
  position:relative;
  padding:0;
  border-radius:0;
  background:transparent;
}
.aurora-theme #product-category .aurora-weight-filter>summary{
  min-width:154px;
  height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:1px solid var(--aurora-line);
  border-radius:10px;
  color:var(--aurora-brown-950);
  cursor:pointer;
  list-style:none;
  font-size:11px;
  font-weight:800;
}
.aurora-theme #product-category .aurora-weight-filter>summary::-webkit-details-marker{display:none}
.aurora-theme #product-category .aurora-weight-filter>summary>.fa-sliders{color:var(--aurora-gold-600)}
.aurora-theme #product-category .aurora-weight-filter>summary>em{
  margin-left:auto;
  color:var(--aurora-muted);
  font-size:9px;
  font-style:normal;
  font-weight:600;
}
.aurora-theme #product-category .aurora-weight-filter[open]>summary{
  border-color:#bdc8ac;
  background:var(--aurora-olive-100);
}
.aurora-theme #product-category .aurora-weight-filter[open]>summary>.fa-angle-down{transform:rotate(180deg)}
.aurora-theme #product-category .aurora-weight-filter__panel{
  position:absolute;
  top:56px;
  right:0;
  z-index:80;
  width:360px;
  padding:18px;
  border:1px solid var(--aurora-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 22px 55px rgba(42,31,23,.17);
}
.aurora-theme #product-category .aurora-weight-filter__panel .aurora-category-tools__label{margin-bottom:12px}
.aurora-theme #product-category .aurora-weight-filter__options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.aurora-theme #product-category .aurora-weight-filter__options button{width:100%;padding:0 8px}
.aurora-theme #product-category .aurora-weight-filter__reset{
  width:100%;
  margin-top:10px;
  padding:9px;
  border:0;
  border-radius:8px;
  background:var(--aurora-cream-100);
  color:var(--aurora-muted);
  font-size:10px;
  font-weight:800;
}
.aurora-theme #product-category .aurora-catalog-toolbar--simple{
  min-height:42px;
  margin-bottom:15px;
  padding:0 4px;
  border:0;
  background:transparent;
}

@media(max-width:767px){
  .aurora-theme #product-category .aurora-category-intro{display:flex;gap:12px;padding:18px 2px}
  .aurora-theme #product-category .aurora-category-intro h1{font-size:30px}
  .aurora-theme #product-category .aurora-category-intro__description{display:none}
  .aurora-theme #product-category .aurora-category-intro__count{margin:0 0 0 auto}
  .aurora-theme #product-category .aurora-category-tools{
    min-height:58px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:6px;
    padding:5px;
  }
  .aurora-theme #product-category .aurora-category-search{min-height:46px;padding-left:12px}
  .aurora-theme #product-category .aurora-weight-filter>summary{min-width:46px;width:46px;height:46px;justify-content:center;padding:0}
  .aurora-theme #product-category .aurora-weight-filter>summary span,
  .aurora-theme #product-category .aurora-weight-filter>summary em,
  .aurora-theme #product-category .aurora-weight-filter>summary>.fa-angle-down{display:none}
  .aurora-theme #product-category .aurora-weight-filter__panel{right:0;width:min(330px,calc(100vw - 38px))}
  .aurora-theme #product-category .aurora-catalog-toolbar--simple{align-items:center!important;flex-direction:row;min-height:36px;margin-bottom:10px}
}

/* A lighter, more natural editorial palette. */
.aurora-theme .aurora-journal,
.aurora-theme .aurora-article-page{
  background:linear-gradient(180deg,#fff 0,#fffcf4 55%,#f5f8ee 100%);
}
.aurora-theme .aurora-journal-hero{
  border:1px solid rgba(140,112,54,.12);
  background:
    radial-gradient(circle at 89% 12%,rgba(255,255,255,.62) 0 9%,transparent 9.4%),
    radial-gradient(circle at 78% 115%,rgba(88,116,60,.23) 0 31%,transparent 31.4%),
    linear-gradient(120deg,#fff5d9 0%,#f6d58c 52%,#cbdcaf 100%);
  color:#30271f;
  box-shadow:0 24px 70px rgba(116,89,42,.12);
}
.aurora-theme .aurora-journal-hero::before{
  content:"";
  position:absolute;
  top:-72px;
  left:42%;
  width:210px;
  height:210px;
  border-radius:44% 56% 62% 38%;
  background:rgba(255,255,255,.2);
  transform:rotate(24deg);
}
.aurora-theme .aurora-journal-hero::after{
  border-color:rgba(62,83,42,.16);
  box-shadow:0 0 0 62px rgba(255,255,255,.13);
}
.aurora-theme .aurora-journal-hero>div:first-child{position:relative;z-index:1}
.aurora-theme .aurora-journal-hero .aurora-eyebrow{color:#9b651d}
.aurora-theme .aurora-journal-hero h1{color:#30271f}
.aurora-theme .aurora-journal-hero p{color:#5e5548}
.aurora-theme .aurora-journal-hero__mark{
  border-color:rgba(77,97,51,.24);
  background:rgba(255,252,237,.6);
  color:#a66c1e;
  box-shadow:inset 0 0 0 10px rgba(255,255,255,.16);
}
.aurora-theme .aurora-journal-hero__mark span{color:#354429}
.aurora-theme .aurora-journal-card{
  border-color:#e8ddc6;
  background:linear-gradient(180deg,#fff 0,#fffaf0 100%);
  box-shadow:0 14px 38px rgba(84,67,36,.07);
}
.aurora-theme .aurora-journal-card:hover{
  border-color:#d5bd86;
  box-shadow:0 20px 46px rgba(84,67,36,.12);
}

/* Make the article guide rail readable, not footnote-sized. */
.aurora-theme .aurora-article__aside{padding:26px 22px;border:1px solid #e4d7bd;border-radius:16px;background:#fffaf0}
.aurora-theme .aurora-article__aside>span{font-size:12px;letter-spacing:.11em}
.aurora-theme .aurora-article__aside p{margin:13px 0 20px;color:#5a5045;font-size:14px;line-height:1.75}
.aurora-theme .aurora-article__aside a{display:inline-flex;align-items:center;gap:7px;font-size:13px}
.aurora-related-guides{margin:0 auto 70px;padding-top:48px;border-top:1px solid var(--aurora-line)}.aurora-related-guides__head{margin-bottom:24px}.aurora-related-guides__head h2{margin:5px 0 0;font-size:32px}.aurora-related-guides__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.aurora-related-guides__grid>article{overflow:hidden;border:1px solid #e8ddc6;border-radius:16px;background:#fffaf0}.aurora-related-guides__image{aspect-ratio:16/10;display:block;overflow:hidden;background:#f4efe4}.aurora-related-guides__image img{width:100%;height:100%;object-fit:cover}.aurora-related-guides__grid>article>div{padding:19px}.aurora-related-guides h3{margin:0 0 9px;font-size:17px;line-height:1.35}.aurora-related-guides p{display:-webkit-box;min-height:54px;margin:0 0 15px;overflow:hidden;color:var(--aurora-muted);font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:767px){.aurora-related-guides{margin-bottom:45px;padding-top:35px}.aurora-related-guides__grid{grid-template-columns:1fr}.aurora-related-guides__head h2{font-size:27px}}

/* Order success */
.aurora-order-success{position:relative;min-height:680px;padding:64px 0 90px;overflow:hidden;background:radial-gradient(circle at 15% 12%,rgba(239,201,111,.22),transparent 28%),radial-gradient(circle at 86% 72%,rgba(116,139,83,.16),transparent 30%),#fbfaf6}
.aurora-order-success__card{position:relative;z-index:2;max-width:880px;margin:auto;padding:54px 64px;border:1px solid #e5dccb;border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 26px 70px rgba(67,80,51,.12);text-align:center;animation:aurora-success-card .65s cubic-bezier(.2,.8,.2,1) both}
.aurora-order-success__mark{position:relative;width:92px;height:92px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(145deg,#5e7849,#3f5332);box-shadow:0 16px 36px rgba(67,80,51,.25);animation:aurora-success-mark .6s .25s cubic-bezier(.2,1.5,.5,1) both}
.aurora-order-success__mark svg{position:relative;z-index:2;width:100%;height:100%;padding:22px;fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.aurora-order-success__pulse{position:absolute;inset:0;border:2px solid rgba(78,102,59,.42);border-radius:50%;animation:aurora-success-pulse 1.8s .8s ease-out infinite}
.aurora-order-success__eyebrow{color:#a66c1e;font-size:11px;font-weight:800;letter-spacing:.15em}
.aurora-order-success h1{margin:9px 0 12px;color:var(--aurora-brown-950);font-size:clamp(31px,4vw,48px);line-height:1.14}
.aurora-order-success__lead{max-width:590px;margin:0 auto;color:#6c6256;font-size:16px;line-height:1.75}
.aurora-order-success__reference{display:inline-flex;align-items:center;gap:12px;margin-top:22px;padding:9px 15px;border:1px solid #eadfc9;border-radius:999px;background:#fffaf0;color:#756859;font-size:12px}.aurora-order-success__reference strong{color:#3d4b31;font-size:14px}
.aurora-order-success__steps{display:grid;grid-template-columns:repeat(3,1fr);margin:40px 0 30px}.aurora-order-success__step{position:relative;padding:0 10px;color:#8f877d}.aurora-order-success__step:not(:last-child):after{content:"";position:absolute;top:23px;left:calc(50% + 31px);right:calc(-50% + 31px);height:2px;background:#e8e2d8}.aurora-order-success__step>span{position:relative;z-index:2;display:grid;width:48px;height:48px;margin:0 auto 11px;border:1px solid #ddd6ca;border-radius:50%;background:#f7f4ee;place-items:center}.aurora-order-success__step strong,.aurora-order-success__step small{display:block}.aurora-order-success__step strong{margin-bottom:4px;color:#665d53;font-size:13px}.aurora-order-success__step small{font-size:11px}.aurora-order-success__step.is-active>span{border-color:#5d744a;background:#5d744a;color:#fff;box-shadow:0 8px 20px rgba(67,80,51,.22)}.aurora-order-success__step.is-active strong{color:#39472c}.aurora-order-success__step.is-active:not(:last-child):after{background:linear-gradient(90deg,#708958,#e8e2d8)}
.aurora-order-success__note{display:flex;align-items:flex-start;gap:15px;padding:19px 21px;border:1px solid #e9deca;border-radius:15px;background:#fffaf0;text-align:left}.aurora-order-success__note>i{flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#f3d486;color:#6c5121;text-align:center;line-height:38px}.aurora-order-success__note strong{display:block;margin:1px 0 4px;color:#40372e;font-size:13px}.aurora-order-success__note p{margin:0;color:#766b5e;font-size:12px;line-height:1.55}
.aurora-order-success__actions{display:flex;justify-content:center;gap:11px;margin-top:27px}.aurora-order-success__actions .aurora-btn{min-height:50px;border-radius:12px}.aurora-order-success__actions .aurora-btn i{margin-left:8px}.aurora-theme .aurora-btn--soft{border-color:#e1d7c7;background:#f8f4ec;color:#4a4036}.aurora-theme .aurora-btn--soft:hover{border-color:#d5c6ae;background:#f0e8da;color:#342c25}.aurora-order-success__help{margin:21px 0 0;color:#887d70;font-size:12px}.aurora-order-success__help a{color:#8e641f;font-weight:700}
.aurora-order-success__confetti{position:absolute;inset:0;z-index:1;pointer-events:none}.aurora-order-success__confetti span{position:absolute;top:-20px;width:9px;height:15px;border-radius:2px;background:#efc96f;opacity:0;animation:aurora-success-confetti 2.4s ease-out forwards}.aurora-order-success__confetti span:nth-child(2n){background:#78935d}.aurora-order-success__confetti span:nth-child(3n){background:#d78d5b}.aurora-order-success__confetti span:nth-child(1){left:11%;animation-delay:.1s}.aurora-order-success__confetti span:nth-child(2){left:21%;animation-delay:.45s}.aurora-order-success__confetti span:nth-child(3){left:31%;animation-delay:.2s}.aurora-order-success__confetti span:nth-child(4){left:41%;animation-delay:.6s}.aurora-order-success__confetti span:nth-child(5){left:50%;animation-delay:.32s}.aurora-order-success__confetti span:nth-child(6){left:59%;animation-delay:.7s}.aurora-order-success__confetti span:nth-child(7){left:68%;animation-delay:.15s}.aurora-order-success__confetti span:nth-child(8){left:77%;animation-delay:.52s}.aurora-order-success__confetti span:nth-child(9){left:87%;animation-delay:.27s}.aurora-order-success__confetti span:nth-child(10){left:94%;animation-delay:.68s}
@keyframes aurora-success-card{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:none}}
@keyframes aurora-success-mark{from{opacity:0;transform:scale(.45) rotate(-12deg)}to{opacity:1;transform:none}}
@keyframes aurora-success-pulse{0%{opacity:.7;transform:scale(1)}75%,100%{opacity:0;transform:scale(1.55)}}
@keyframes aurora-success-confetti{0%{opacity:0;transform:translateY(0) rotate(0)}12%{opacity:.9}100%{opacity:0;transform:translateY(430px) rotate(480deg)}}
@media(max-width:767px){.aurora-order-success{padding:32px 0 55px}.aurora-order-success__card{padding:38px 18px;border-radius:21px}.aurora-order-success__mark{width:78px;height:78px}.aurora-order-success__steps{margin:34px -8px 26px}.aurora-order-success__step{padding:0 4px}.aurora-order-success__step>span{width:42px;height:42px}.aurora-order-success__step:not(:last-child):after{top:20px;left:calc(50% + 25px);right:calc(-50% + 25px)}.aurora-order-success__step strong{font-size:11px}.aurora-order-success__step small{font-size:9px;line-height:1.35}.aurora-order-success__actions{flex-direction:column}.aurora-order-success__actions .aurora-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.aurora-order-success__card,.aurora-order-success__mark,.aurora-order-success__pulse,.aurora-order-success__confetti span{animation:none!important}}

/* Pay-later page */
.aurora-pay-page{padding:48px 0 80px;background:radial-gradient(circle at 12% 10%,rgba(239,201,111,.18),transparent 28%),#fbfaf6}
.aurora-pay-card{max-width:760px;margin:auto;padding:42px 42px 28px;border:1px solid #e5dccb;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(67,80,51,.1)}
.aurora-pay-card__eyebrow{color:#a66c1e;font-size:11px;font-weight:800;letter-spacing:.14em}
.aurora-pay-card h1{margin:8px 0 10px;font-size:clamp(28px,4vw,40px)}
.aurora-pay-card__lead{margin:0 0 22px;color:#6c6256;font-size:15px;line-height:1.7}
.aurora-pay-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.aurora-pay-card__meta div{padding:12px 14px;border:1px solid #eadfc9;border-radius:12px;background:#fffaf0}
.aurora-pay-card__meta span{display:block;color:#8a7b68;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.aurora-pay-card__meta strong{display:block;margin-top:4px;color:#39472c;font-size:18px}
.aurora-pay-card__products{margin:0 0 22px;padding:0;list-style:none;border:1px solid #eee7da;border-radius:12px;overflow:hidden}
.aurora-pay-card__products li{display:flex;justify-content:space-between;gap:16px;padding:11px 14px;border-top:1px solid #f0eadf;color:#5d5348;font-size:13px}
.aurora-pay-card__products li:first-child{border-top:0}
.aurora-pay-card__error{padding:14px 16px;border:1px solid #f0c9c4;border-radius:12px;background:#fff6f5;color:#9a3b34}
.aurora-pay-card__error p{margin:0}
.aurora-pay-card__frame iframe{width:100%;min-height:420px;border:0}
@media(max-width:767px){.aurora-pay-page{padding:28px 0 50px}.aurora-pay-card{padding:26px 16px}.aurora-pay-card__meta{grid-template-columns:1fr}}

/* Product page density pass: smaller type, contained image, excerpt above the fold */
.aurora-product-excerpt{margin:0 0 16px;padding:0 0 14px;border-bottom:1px solid var(--aurora-line)}
.aurora-product-excerpt p{margin:0;color:#5c534a;font-size:13px;line-height:1.65}
.aurora-product-excerpt a{display:inline-block;margin-top:8px;color:var(--aurora-gold-600)!important;font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* Product main image: zoom into padded cutouts so the product fills the frame */
.aurora-theme #product-product .proimg{
  max-width:440px!important;
}
.aurora-theme #product-product .thumbnails{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.aurora-theme #product-product .thumbnails>li:first-child{
  display:block!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #e8e1d6!important;
  border-radius:16px!important;
  background:#fff!important;
}
.aurora-theme #product-product .thumbnails>li:first-child .thumbnail{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  max-height:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.aurora-theme #product-product .thumbnails>li:first-child .zoomWrapper{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
}
.aurora-theme #product-product .thumbnails>li:first-child img,
.aurora-theme #product-product .thumbnails>li:first-child #zoom_03,
.aurora-theme #product-product .thumbnails>li:first-child .zoomWrapper img{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:translate(-50%,-50%)!important;
}
.aurora-theme #product-product .zoomContainer{display:none!important}
.aurora-theme #product-product #gallery_01{
  max-width:100%!important;
  margin:10px 0 0!important;
}

/* Out-of-stock product states */
.aurora-theme .aurora-product-card__badge--out{
  display:flex!important;
  align-items:center;
  justify-content:center;
  top:21px;
  left:-45px;
  width:166px;
  height:34px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,244,226,.24);
  border-radius:0;
  background:linear-gradient(90deg,#812c28 0%,#b7463a 48%,#8c302a 100%);
  color:#fff8ed;
  box-shadow:0 6px 16px rgba(89,27,23,.3);
  font-size:0;
  font-weight:800;
  line-height:34px;
  text-align:center;
  text-transform:uppercase;
  transform:rotate(-37deg);
  transform-origin:center;
}
.aurora-theme .aurora-product-card__badge--out::before{
  content:"";
  position:absolute;
  inset:3px 0;
  border-top:1px solid rgba(255,248,237,.28);
  border-bottom:1px solid rgba(90,24,20,.24);
  pointer-events:none;
}
.aurora-theme .aurora-product-card__badge--out::after{
  content:"STOK YOK";
  position:relative;
  z-index:1;
  color:#fff8ed;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1;
  text-shadow:0 1px 1px rgba(62,19,16,.28);
}
.aurora-theme #product-product .aurora-stock-unavailable{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#f8e9e6;
  color:#913e35;
  font-weight:700;
}
.aurora-theme .aurora-product-card.is-out-of-stock .aurora-product-card__image img{
  opacity:.88;
  filter:saturate(.78);
}
.aurora-theme .aurora-product-card__cart--disabled,
.aurora-theme .aurora-product-card__cart--disabled:hover,
.aurora-theme .aurora-product-card__cart--disabled:focus{
  background:#e9e6df!important;
  color:#746d63!important;
  box-shadow:none!important;
  cursor:not-allowed;
  pointer-events:none;
  transform:none!important;
}
.aurora-product-out-of-stock{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid #ead4ce;
  border-radius:12px;
  background:#fff7f5;
  color:#7f372f;
}
.aurora-product-out-of-stock > i{
  display:grid;
  flex:0 0 38px;
  width:38px;
  height:38px;
  place-items:center;
  border-radius:50%;
  background:#f6e2dd;
}
.aurora-product-out-of-stock strong,
.aurora-product-out-of-stock small{
  display:block;
}
.aurora-product-out-of-stock strong{
  margin-bottom:2px;
  font-size:15px;
}
.aurora-product-out-of-stock small{
  color:#80675f;
  font-size:12px;
}
.aurora-theme #product-product #gallery_01:empty{display:none!important;margin:0!important}
.aurora-theme #product-product #gallery_01 a{
  position:relative!important;
  display:block!important;
  aspect-ratio:1 / 1!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--aurora-line)!important;
  border-radius:10px!important;
  background:#fff!important;
}
.aurora-theme #product-product #gallery_01 img{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:132%!important;
  height:132%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translate(-50%,-50%)!important;
}

@media(min-width:992px){
  .aurora-theme #product-product .productbg>.row{
    grid-template-columns:minmax(0,520px) minmax(0,1fr)!important;
    align-items:start!important;
    gap:40px!important;
  }
  .aurora-theme #product-product .proimg{
    width:100%!important;
    max-width:520px!important;
  }
  .aurora-theme #product-product .pro-content::before{margin-bottom:8px!important;font-size:9px!important}
  .aurora-theme #product-product .pro-content{
    min-height:0!important;
    padding:4px 0 0!important;
  }
  .aurora-theme #product-product .pro-content h1{
    margin:0 0 10px!important;
    font-size:clamp(24px,2.2vw,30px)!important;
    line-height:1.15!important;
    letter-spacing:-.03em!important;
  }
  .aurora-theme #product-product .pro-content>.rating{margin:0 0 12px!important;padding:0!important}
  .aurora-theme #product-product .pro-price,
  .aurora-theme #product-product .pro-content>.list-unstyled h2{
    margin:0 0 14px!important;
    font-size:26px!important;
  }
  .aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg){
    margin-bottom:16px!important;
    padding:12px 0!important;
  }
  .aurora-theme #product-product .pro-content>.list-unstyled:has(.stock_bg) li{font-size:11px!important}
  .aurora-theme #product-product .qty-plus-minus .form-control,
  .aurora-theme #product-product #button-cart,
  .aurora-theme #product-product .aurora-product-secondary{
    height:46px!important;
    min-height:46px!important;
  }
  .aurora-theme #product-product .aurora-product-trust{margin-top:16px!important;padding-top:14px!important}
  .aurora-theme #product-product .product-tab.aurora-product-details{margin-top:36px!important}
}

.aurora-theme #product-product .aurora-product-section{padding:28px 0!important}
.aurora-theme #product-product .aurora-product-section__head h2,
.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__head h2{
  font-size:clamp(22px,2.4vw,28px)!important;
  line-height:1.2!important;
}
.aurora-theme #product-product .aurora-product-section:first-child{
  max-width:none!important;
  padding:32px 0!important;
}
.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content{
  margin-top:18px!important;
  font-size:14px!important;
  line-height:1.7!important;
}
.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h1,
.aurora-theme #product-product .aurora-product-section:first-child .aurora-product-section__content>h2:first-child{
  margin:0 0 14px!important;
  padding:0 0 12px!important;
  font-size:20px!important;
}
.aurora-theme #product-product .aurora-product-section__content>h1{font-size:20px!important}
.aurora-theme #product-product .aurora-product-section__content h2{margin:22px 0 10px!important;font-size:18px!important}
.aurora-theme #product-product .aurora-product-section__content h3{margin:18px 0 8px!important;font-size:15px!important}
.aurora-theme #product-product .aurora-product-reviews__layout{gap:24px!important;margin-top:18px!important}
.aurora-theme #product-product .aurora-review-form{padding:20px!important}
.aurora-theme #product-product .aurora-review-form h3{font-size:16px!important}
.aurora-theme #product-product .relpro{margin-top:40px!important;padding-top:32px!important}
.aurora-theme #product-product .relpro .heading span{font-size:clamp(22px,2.4vw,28px)!important}

@media(max-width:767px){
  .aurora-theme #product-product .proimg{max-width:100%!important;margin:0 auto!important}
  .aurora-theme #product-product .thumbnails>li:first-child .thumbnail{padding:0!important}
  .aurora-theme #product-product .thumbnails>li:first-child img,
  .aurora-theme #product-product .thumbnails>li:first-child #zoom_03{
    width:100%!important;
    height:100%!important;
  }
  .aurora-theme #product-product .pro-content h1{font-size:23px!important;margin-bottom:10px!important}
  .aurora-theme #product-product .pro-price,
  .aurora-theme #product-product .pro-content>ul h2{font-size:24px!important;margin-bottom:12px!important}
  .aurora-product-excerpt{margin-bottom:14px;padding-bottom:12px}
  .aurora-product-excerpt p{font-size:12px}
  .aurora-theme #product-product .aurora-product-section:first-child{padding:28px 0!important}
  .aurora-theme #product-product .aurora-product-section__head h2{font-size:22px!important}
}

/* Product gallery lightbox */
.aurora-product-lightbox.mfp-bg{background:#171912;opacity:0;transition:opacity .22s ease}
.aurora-product-lightbox.mfp-bg.mfp-ready{opacity:.9}
.aurora-product-lightbox.mfp-bg.mfp-removing{opacity:0}
.aurora-product-lightbox.mfp-wrap .mfp-container{padding:56px 90px}
.aurora-product-lightbox.mfp-wrap .mfp-content{
  max-width:min(920px,calc(100vw - 180px));
  opacity:0;
  transform:translateY(10px) scale(.985);
  transition:opacity .22s ease,transform .22s ease;
}
.aurora-product-lightbox.mfp-wrap.mfp-ready .mfp-content{opacity:1;transform:none}
.aurora-product-lightbox.mfp-wrap.mfp-removing .mfp-content{opacity:0;transform:translateY(8px) scale(.985)}
.aurora-product-lightbox .mfp-figure{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.42)}
.aurora-product-lightbox .mfp-figure::after{display:none}
.aurora-product-lightbox img.mfp-img{
  width:auto;
  max-width:100%;
  max-height:calc(100vh - 112px)!important;
  padding:0;
  border-radius:18px;
  background:#fff;
}
.aurora-product-lightbox.mfp-wrap .mfp-close{
  position:fixed;
  top:20px;
  right:22px;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font:300 31px/44px Arial,sans-serif;
  text-align:center;
  opacity:1;
  backdrop-filter:blur(8px);
  transition:background .18s ease,transform .18s ease;
}
.aurora-product-lightbox.mfp-wrap .mfp-close:hover{background:rgba(255,255,255,.22);transform:rotate(6deg)}
.aurora-product-lightbox .mfp-arrow{
  top:50%;
  width:52px;
  height:52px;
  margin:-26px 0 0;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  opacity:1;
  backdrop-filter:blur(8px);
  transition:background .18s ease,transform .18s ease;
}
.aurora-product-lightbox .mfp-arrow-left{left:max(18px,calc(50% - 530px))}
.aurora-product-lightbox .mfp-arrow-right{right:max(18px,calc(50% - 530px))}
.aurora-product-lightbox .mfp-arrow::before{display:none}
.aurora-product-lightbox .mfp-arrow::after{
  position:static;
  display:block;
  width:auto;
  height:auto;
  margin:0;
  border:0;
  font:normal 24px/50px FontAwesome;
}
.aurora-product-lightbox .mfp-arrow-left::after{content:"\f104"}
.aurora-product-lightbox .mfp-arrow-right::after{content:"\f105"}
.aurora-product-lightbox .mfp-arrow:hover{background:rgba(255,255,255,.23)}
.aurora-product-lightbox .mfp-arrow-left:hover{transform:translateX(-2px)}
.aurora-product-lightbox .mfp-arrow-right:hover{transform:translateX(2px)}
.aurora-product-lightbox .mfp-bottom-bar{
  top:auto;
  right:16px;
  bottom:15px;
  left:16px;
  width:auto;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  pointer-events:none;
}
.aurora-product-lightbox .mfp-title,
.aurora-product-lightbox .mfp-counter{
  position:static;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(24,25,18,.72);
  color:#fff;
  font:600 12px/1.25 "DM Sans",sans-serif;
  backdrop-filter:blur(7px);
}
.aurora-product-lightbox .mfp-title{max-width:calc(100% - 90px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:767px){
  .aurora-product-lightbox.mfp-wrap .mfp-container{padding:62px 12px 76px}
  .aurora-product-lightbox.mfp-wrap .mfp-content{max-width:100%}
  .aurora-product-lightbox img.mfp-img{max-height:calc(100vh - 138px)!important}
  .aurora-product-lightbox.mfp-wrap .mfp-close{top:12px;right:12px;width:42px;height:42px;line-height:40px}
  .aurora-product-lightbox .mfp-arrow{top:auto;bottom:14px;width:44px;height:44px;margin:0}
  .aurora-product-lightbox .mfp-arrow-left{left:calc(50% - 52px)}
  .aurora-product-lightbox .mfp-arrow-right{right:calc(50% - 52px)}
  .aurora-product-lightbox .mfp-arrow::after{line-height:42px}
  .aurora-product-lightbox .mfp-bottom-bar{right:10px;bottom:10px;left:10px}
  .aurora-product-lightbox .mfp-title,.aurora-product-lightbox .mfp-counter{padding:6px 9px;font-size:10px}
}

/* Login, delivery promise and unavailable products */
.aurora-theme .aurora-product-card .aurora-product-card__badge--out{display:none!important}
.aurora-theme .aurora-auth-page{background:#eef3e7!important}
.aurora-theme .aurora-auth-page::before{display:none!important}
.aurora-theme .aurora-auth-layout{border-color:#d8e0cf;box-shadow:0 24px 64px rgba(50,68,42,.12)}
.aurora-theme .aurora-auth-intro{background:#315f4b!important}
.aurora-theme .aurora-announcement{background:#fcfaf4!important;color:#394837!important;border-bottom:1px solid #e6e0d3!important}
.aurora-theme .aurora-announcement .aurora-container{min-height:46px;gap:20px}
.aurora-theme .aurora-announcement__origin{font-weight:750!important}
.aurora-theme .aurora-announcement__origin>i{color:#b8832f!important}
.aurora-theme .aurora-announcement__shipping{margin-left:auto;padding:7px 13px!important;border:1px solid #cfdcc2!important;border-radius:8px!important;background:#edf4e7!important;color:#35543a!important;box-shadow:none!important;font-weight:750!important}
.aurora-theme .aurora-announcement__shipping>i{color:#4a6b42!important}
.aurora-theme .aurora-announcement__shipping strong{color:#35543a!important}
@media(max-width:767px){.aurora-theme .aurora-announcement .aurora-container{min-height:42px}.aurora-theme .aurora-announcement__shipping{margin-left:0;padding:5px 10px!important}}

/* Store promise bar */
.aurora-theme .aurora-announcement{position:relative;isolation:isolate;overflow:hidden;background:#31493a!important;color:#f8f6ee!important;border-bottom:0!important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.1)}
.aurora-theme .aurora-announcement::before{content:"";position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:1px;background:rgba(255,255,255,.13)}
.aurora-theme .aurora-announcement .aurora-container{min-height:52px;gap:0}
.aurora-theme .aurora-announcement span{min-height:52px;font-size:11px!important;letter-spacing:.015em}
.aurora-theme .aurora-announcement__origin{position:relative;flex:1;padding-right:28px;font-weight:750!important}
.aurora-theme .aurora-announcement__origin::after{content:"Yerelden sofraniza";margin-left:14px;padding-left:14px;border-left:1px solid rgba(255,255,255,.22);color:#c8d4bd;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.aurora-theme .aurora-announcement__origin>i{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#d8a743!important;color:#31493a!important;font-size:11px!important}
.aurora-theme .aurora-announcement__shipping{min-width:300px;justify-content:center;margin:0!important;padding:0 25px!important;border:0!important;border-radius:0!important;background:#d8a743!important;color:#27392d!important;box-shadow:none!important;font-weight:800!important}
.aurora-theme .aurora-announcement__shipping>i{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#31493a!important;color:#f8f6ee!important;font-size:11px!important}
.aurora-theme .aurora-announcement__shipping strong{color:#27392d!important;font-weight:900!important}
@media(max-width:767px){.aurora-theme .aurora-announcement::before{display:none}.aurora-theme .aurora-announcement .aurora-container{width:100%;min-height:46px}.aurora-theme .aurora-announcement__shipping{width:100%;min-width:0;min-height:46px!important;padding:0 14px!important;font-size:10px!important}}

/* Compact home category rail */
.aurora-home #aurora-categories{padding-top:54px;padding-bottom:58px}
.aurora-home #aurora-categories .aurora-section__head{align-items:center;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--aurora-line)}
.aurora-home #aurora-categories .aurora-eyebrow{margin-bottom:7px;font-size:9px}
.aurora-home #aurora-categories h2{font-size:30px}
.aurora-home #aurora-categories .aurora-section__head>p{max-width:390px;font-size:12px;line-height:1.55}
.aurora-home #aurora-categories .aurora-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.aurora-home #aurora-categories .aurora-category-card{min-height:172px;border-radius:8px;box-shadow:0 8px 22px rgba(43,34,27,.08)}
.aurora-home #aurora-categories .aurora-category-card__shade{background:linear-gradient(0deg,rgba(25,28,22,.88),rgba(25,28,22,.08) 70%)}
.aurora-home #aurora-categories .aurora-category-card__content{right:13px;bottom:13px;left:13px;align-items:center;gap:8px}
.aurora-home #aurora-categories .aurora-category-card strong{font-size:13px;line-height:1.25}
.aurora-home #aurora-categories .aurora-category-card__arrow{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(255,255,255,.12);font-size:10px;transition:background .2s,transform .2s}
.aurora-home #aurora-categories .aurora-category-card:hover .aurora-category-card__arrow{background:#fff;color:#33452f;transform:translateX(2px)}
@media(max-width:991px){.aurora-home #aurora-categories .aurora-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-home #aurora-categories .aurora-category-card{min-height:165px}}
@media(max-width:767px){.aurora-home #aurora-categories{padding-top:38px;padding-bottom:42px}.aurora-home #aurora-categories .aurora-section__head{display:block;margin-bottom:16px;padding-bottom:14px}.aurora-home #aurora-categories h2{font-size:25px}.aurora-home #aurora-categories .aurora-section__head>p{margin-top:8px;font-size:11px}.aurora-home #aurora-categories .aurora-category-grid{width:calc(100vw - 14px);display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,62vw);grid-template-columns:none;gap:9px;overflow-x:auto;padding:0 14px 12px 0;scroll-snap-type:x proximity;scrollbar-width:none}.aurora-home #aurora-categories .aurora-category-grid::-webkit-scrollbar{display:none}.aurora-home #aurora-categories .aurora-category-card{min-height:145px;padding:0;scroll-snap-align:start}.aurora-home #aurora-categories .aurora-category-card strong{font-size:13px}}

/* Balanced category showcase */
.aurora-home #aurora-categories{padding-top:58px;padding-bottom:64px}
.aurora-home #aurora-categories .aurora-section__head{align-items:flex-end;margin-bottom:20px;padding-bottom:0;border-bottom:0}
.aurora-category-head-side{display:flex;align-items:flex-end;gap:22px}
.aurora-category-head-side>p{max-width:350px;margin:0;color:var(--aurora-muted);font-size:12px;line-height:1.55}
.aurora-category-controls{display:flex;gap:7px;flex:0 0 auto}
.aurora-category-controls button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--aurora-line);border-radius:50%;background:#fff;color:var(--aurora-brown-800);font-size:11px;transition:background .2s,color .2s,border-color .2s}
.aurora-category-controls button:hover,.aurora-category-controls button:focus-visible{border-color:var(--aurora-olive-800);background:var(--aurora-olive-800);color:#fff}
.aurora-home #aurora-categories .aurora-category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4);grid-template-columns:none;gap:14px;overflow-x:auto;padding:0 0 8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
.aurora-home #aurora-categories .aurora-category-grid::-webkit-scrollbar{display:none}
.aurora-home #aurora-categories .aurora-category-card{min-height:215px;border-radius:10px;box-shadow:none;scroll-snap-align:start}
.aurora-home #aurora-categories .aurora-category-card strong{max-width:185px;font-size:17px}
.aurora-home #aurora-categories .aurora-category-card__content{right:17px;bottom:16px;left:17px}
.aurora-home #aurora-categories .aurora-category-card__arrow{width:32px;height:32px;flex-basis:32px}
@media(max-width:991px){.aurora-home #aurora-categories .aurora-category-grid{grid-auto-columns:calc((100% - 24px)/2.5);grid-template-columns:none}.aurora-category-head-side>p{display:none}}
@media(max-width:767px){.aurora-home #aurora-categories{padding-top:40px;padding-bottom:45px}.aurora-home #aurora-categories .aurora-section__head{display:flex;align-items:flex-end;margin-bottom:15px;padding-bottom:0}.aurora-category-controls{display:none}.aurora-home #aurora-categories .aurora-category-grid{width:calc(100vw - 14px);grid-auto-columns:minmax(230px,74vw);gap:10px;padding-right:14px}.aurora-home #aurora-categories .aurora-category-card{min-height:175px}.aurora-home #aurora-categories .aurora-category-card strong{font-size:15px}}

/* Server-side catalog filters */
.aurora-filter-bar{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(135px,.65fr) minmax(150px,.7fr) minmax(230px,.9fr) auto;align-items:end;gap:12px;margin:0 0 16px;padding:17px;border:1px solid var(--aurora-line);border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(50,38,29,.045)}
.aurora-filter-field{min-width:0}.aurora-filter-field label,.aurora-filter-price legend{display:block;margin:0 0 7px;padding:0;border:0;color:var(--aurora-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.aurora-filter-field>span{position:relative;display:block}.aurora-filter-field>span>i{position:absolute;top:50%;left:13px;color:#a07835;transform:translateY(-50%)}
.aurora-filter-field input,.aurora-filter-field select,.aurora-filter-price input,.aurora-results-toolbar select{width:100%;height:43px;padding:0 12px;border:1px solid #ddd6cb;border-radius:8px;background:#fdfcf9;color:var(--aurora-brown-950);font-size:12px;outline:0}
.aurora-filter-field--search input{padding-left:37px}
.aurora-filter-field input:focus,.aurora-filter-field select:focus,.aurora-filter-price input:focus,.aurora-results-toolbar select:focus{border-color:#879b71;box-shadow:0 0 0 3px rgba(65,75,49,.09)}
.aurora-filter-price{min-width:0;margin:0;padding:0;border:0}.aurora-filter-price>input{width:calc(50% - 12px)}.aurora-filter-price>span{display:inline-block;width:20px;color:#aaa198;text-align:center}
.aurora-filter-actions{display:flex;gap:7px}.aurora-filter-apply,.aurora-filter-clear{height:43px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}
.aurora-filter-apply{gap:7px;padding:0 16px;border:0;background:var(--aurora-olive-800);color:#fff;font-size:11px;font-weight:800}.aurora-filter-apply:hover{background:#303a24}
.aurora-filter-clear{width:43px;flex:0 0 43px;border:1px solid #ddd6cb;background:#fff;color:#8c857b}.aurora-filter-clear:hover{border-color:#dfb8b3;background:#fff6f5;color:#a9463e}
.aurora-results-toolbar{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:8px 10px 8px 16px;border-bottom:1px solid var(--aurora-line)}
.aurora-results-toolbar>div{display:flex;align-items:baseline;gap:7px}.aurora-results-toolbar>div strong{font-size:14px}.aurora-results-toolbar>div span{color:var(--aurora-muted);font-size:11px}
.aurora-results-toolbar label{display:flex;align-items:center;gap:10px;margin:0}.aurora-results-toolbar label>span{color:var(--aurora-muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aurora-results-toolbar select{width:210px;background-color:#fff}
@media(max-width:1100px){.aurora-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-filter-actions{align-self:end}.aurora-filter-apply{flex:1}}
@media(max-width:767px){.aurora-filter-bar{grid-template-columns:1fr;gap:11px;padding:14px}.aurora-filter-price>input{width:calc(50% - 12px)}.aurora-filter-actions{width:100%}.aurora-results-toolbar{align-items:stretch;flex-direction:column;gap:9px;padding:10px 0 13px}.aurora-results-toolbar label{justify-content:space-between}.aurora-results-toolbar select{width:min(230px,68vw)}}

/* Compact live catalog filters */
.aurora-category-page .aurora-filter-bar{
  position:relative;
  display:flex;
  align-items:center;
  gap:0;
  min-height:48px;
  margin:0 0 12px;
  padding:3px 5px;
  overflow:visible;
  border:1px solid #e1dbd1;
  border-radius:8px;
  background:#fff;
  box-shadow:none;
}
.aurora-category-page .aurora-filter-field{flex:0 0 auto}
.aurora-category-page .aurora-filter-field--search{min-width:240px;flex:1 1 340px}
.aurora-category-page .aurora-filter-field>span{display:block}
.aurora-category-page .aurora-filter-field>span>i{left:12px;font-size:12px}
.aurora-category-page .aurora-filter-field input,
.aurora-category-page .aurora-filter-field select,
.aurora-category-page .aurora-filter-price input{
  height:40px;
  border:0;
  border-radius:5px;
  background:transparent;
  box-shadow:none;
  font-size:11px;
  outline:0;
}
.aurora-category-page .aurora-filter-field select{
  width:142px;
  padding-right:30px;
  border-left:1px solid #ebe6de;
}
.aurora-category-page .aurora-filter-field--search input{padding-left:34px}
.aurora-category-page .aurora-filter-field input:focus,
.aurora-category-page .aurora-filter-field select:focus,
.aurora-category-page .aurora-filter-price input:focus{
  background:#faf8f3;
  box-shadow:none;
}
.aurora-category-page .aurora-filter-price{
  height:40px;
  display:flex;
  align-items:center;
  flex:0 0 auto;
  margin:0;
  padding:0 8px;
  border:0;
  border-left:1px solid #ebe6de;
}
.aurora-category-page .aurora-filter-price>i{margin:0 4px;color:#a07835;font-size:11px}
.aurora-category-page .aurora-filter-price>input{width:76px;padding:0 7px;text-align:center}
.aurora-category-page .aurora-filter-price>input{-moz-appearance:textfield;appearance:textfield}
.aurora-category-page .aurora-filter-price>input::-webkit-inner-spin-button,
.aurora-category-page .aurora-filter-price>input::-webkit-outer-spin-button{
  margin:0;
  -webkit-appearance:none;
}
.aurora-category-page .aurora-filter-price>span{width:10px;color:#aaa198;text-align:center}
.aurora-category-page .aurora-filter-price>small{color:#8a8177;font-size:9px;font-weight:800}
.aurora-category-page .aurora-filter-clear{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 36px;
  margin-left:3px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#92887d;
}
.aurora-category-page .aurora-filter-clear:hover{background:#f6f1e9;color:#8f443e}
.aurora-category-page .aurora-filter-state{
  position:absolute;
  top:100%;
  right:8px;
  min-height:15px;
  padding-top:3px;
  color:var(--aurora-muted);
  font-size:9px;
}
.aurora-category-page .aurora-catalog-content{transition:opacity .18s ease}
.aurora-category-page .aurora-filter-bar.is-loading+[data-catalog-results]{opacity:.48;pointer-events:none}
.aurora-category-page .aurora-filter-bar.is-loading::after{
  content:"";
  position:absolute;
  top:50%;
  right:48px;
  width:13px;
  height:13px;
  margin-top:-7px;
  border:2px solid #ddd6ca;
  border-top-color:var(--aurora-olive-800);
  border-radius:50%;
  animation:aurora-filter-spin .7s linear infinite;
}
@keyframes aurora-filter-spin{to{transform:rotate(360deg)}}
@media(max-width:1100px){
  .aurora-category-page .aurora-filter-bar{
    display:grid;
    grid-template-columns:minmax(220px,1fr) 145px 145px minmax(190px,auto) 36px;
    gap:0;
    overflow:visible;
  }
  .aurora-category-page .aurora-filter-field--search{min-width:0}
  .aurora-category-page .aurora-filter-field select{width:100%}
  .aurora-category-page .aurora-filter-state{display:none}
}
@media(max-width:767px){
  .aurora-category-page .aurora-filter-bar{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 36px;
    gap:4px;
    padding:5px;
  }
  .aurora-category-page .aurora-filter-field--search{grid-column:1/-1}
  .aurora-category-page .aurora-filter-field,
  .aurora-category-page .aurora-filter-actions{width:auto}
  .aurora-category-page .aurora-filter-field select{border-left:0;background:#faf8f3}
  .aurora-category-page .aurora-filter-price{
    grid-column:1/3;
    justify-content:center;
    padding:0 5px;
    border-left:0;
    border-radius:5px;
    background:#faf8f3;
  }
  .aurora-category-page .aurora-filter-price>input{width:calc(50% - 26px)}
  .aurora-category-page .aurora-filter-clear{grid-column:3;grid-row:2;margin:2px 0 0}
  .aurora-category-page .aurora-results-toolbar{flex-direction:row;align-items:center}
}
@media(min-width:768px) and (max-width:880px){
  .aurora-category-page .aurora-filter-bar{
    grid-template-columns:minmax(220px,1fr) 135px 135px 36px;
  }
  .aurora-category-page .aurora-filter-field--search{grid-column:1/-1;border-bottom:1px solid #ebe6de}
  .aurora-category-page .aurora-filter-price{border-left:1px solid #ebe6de}
}

/* Product card alternate image */
.aurora-theme .aurora-product-card__image .aurora-product-card__primary-image,
.aurora-theme .aurora-product-card__image .aurora-product-card__hover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  backface-visibility:hidden;
  will-change:opacity,transform,filter;
  transition:
    opacity .58s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.16,1,.3,1),
    filter .58s ease;
}
.aurora-theme .aurora-product-card__image .aurora-product-card__primary-image{
  opacity:1;
  transform:scale(1);
  filter:blur(0);
}
.aurora-theme .aurora-product-card__image .aurora-product-card__hover-image{
  opacity:0;
  transform:scale(1.055);
  filter:blur(2px);
}
.aurora-theme .aurora-product-card__image.has-hover-image:hover .aurora-product-card__primary-image{
  opacity:0;
  transform:scale(1.035);
  filter:blur(1.5px);
}
.aurora-theme .aurora-product-card__image.has-hover-image:hover .aurora-product-card__hover-image{
  opacity:1;
  transform:scale(1);
  filter:blur(0);
}
@media(prefers-reduced-motion:reduce){
  .aurora-theme .aurora-product-card__image .aurora-product-card__primary-image,
  .aurora-theme .aurora-product-card__image .aurora-product-card__hover-image{
    transition-duration:.01ms;
  }
}

/* Product gallery thumbnails and stable lightbox controls */
.aurora-theme #product-product #gallery_01 button[data-product-gallery-thumb]{
  position:relative!important;
  display:block!important;
  aspect-ratio:1 / 1!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--aurora-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.aurora-theme #product-product #gallery_01 button[data-product-gallery-thumb]:hover,
.aurora-theme #product-product #gallery_01 button[data-product-gallery-thumb].is-active{
  border-color:var(--aurora-gold-600)!important;
}
.aurora-product-lightbox .mfp-title{display:none!important}
.aurora-product-lightbox .mfp-bottom-bar{justify-content:flex-end!important}
.aurora-product-lightbox .mfp-arrow{
  position:fixed!important;
  top:50%!important;
  bottom:auto!important;
  margin:0!important;
  transform:translateY(-50%)!important;
}
.aurora-product-lightbox .mfp-arrow-left:hover{transform:translate(-2px,-50%)!important}
.aurora-product-lightbox .mfp-arrow-right:hover{transform:translate(2px,-50%)!important}
.aurora-product-lightbox--single .mfp-arrow,
.aurora-product-lightbox--single .mfp-bottom-bar{display:none!important}
@media(max-width:767px){
  .aurora-product-lightbox .mfp-arrow-left{left:14px!important}
  .aurora-product-lightbox .mfp-arrow-right{right:14px!important}
}

/* Mobile purchase controls stay in normal document flow. */
@media(max-width:767px){
  .aurora-theme #product-product .pro-qty{
    position:static!important;
    bottom:auto!important;
    width:100%!important;
    margin:16px 0 12px!important;
    padding:0!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .aurora-theme #product-product .pro-qty>.row{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    margin:0!important;
    padding:8px!important;
    border:1px solid #e4ddd2!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
}
@media(max-width:320px){
  .aurora-theme #product-product .pro-qty>.row{
    grid-template-columns:1fr!important;
  }
}

/* Cart quantities update in place without dimming or locking the controls. */
.aurora-theme .aurora-cart-quantity.is-updating{
  opacity:1!important;
  pointer-events:auto!important;
}
.aurora-theme .aurora-cart-quantity__status{
  min-width:88px;
  transition:color .2s ease;
}
.aurora-theme .aurora-cart-quantity.is-updating .aurora-cart-quantity__status{
  color:var(--aurora-gold-600);
}

/* Checkout */
.aurora-checkout-breadcrumb .container,
.aurora-checkout-shell{
  width:min(1120px,calc(100% - 48px));
  margin-right:auto;
  margin-left:auto;
}
.aurora-checkout-page{
  padding:18px 0 90px;
  background:#faf9f6;
}
.aurora-checkout-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  padding:30px 0 34px;
  border-bottom:1px solid var(--aurora-line);
}
.aurora-checkout-head h1{
  margin:7px 0 9px;
  color:var(--aurora-brown-950);
  font:800 44px/1.08 "Manrope",sans-serif;
  letter-spacing:0;
}
.aurora-checkout-head p{
  max-width:610px;
  margin:0;
  color:var(--aurora-muted);
  font-size:14px;
}
.aurora-checkout-security{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:11px;
  min-width:245px;
  padding:11px 14px;
  border:1px solid #dce4d7;
  border-radius:8px;
  background:#f4f7f1;
}
.aurora-checkout-security>i{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e4ecdf;
  color:var(--aurora-olive-800);
}
.aurora-checkout-security strong,
.aurora-checkout-security small{display:block}
.aurora-checkout-security strong{font-size:12px}
.aurora-checkout-security small{margin-top:2px;color:var(--aurora-muted);font-size:10px}
.aurora-checkout-content{
  width:100%!important;
  max-width:none!important;
  min-width:0;
  float:none!important;
  margin:34px auto 0!important;
  padding:0!important;
  box-sizing:border-box;
}
.aurora-checkout-error{
  display:flex;
  align-items:center;
  gap:10px;
  margin:16px 0 0;
  padding:13px 15px;
  border:1px solid #edc7c1;
  border-radius:7px;
  background:#fff3f1;
  color:#8d2f25;
  font-size:12px;
}
.aurora-theme #checkout-checkout #accordion{margin:0}
.aurora-theme #checkout-checkout #accordion>.panel{
  overflow:hidden;
  margin:0 0 12px;
  border:1px solid var(--aurora-line);
  border-radius:8px;
  background:#fff;
  box-shadow:none;
}
.aurora-theme #checkout-checkout #accordion>.panel>.panel-heading{
  min-height:64px;
  display:flex;
  align-items:center;
  padding:0 22px;
  border:0;
  background:#fff;
}
.aurora-theme #checkout-checkout #accordion .panel-title{
  width:100%;
  margin:0;
  color:var(--aurora-brown-950);
  font:750 15px/1.35 "Manrope",sans-serif;
}
.aurora-theme #checkout-checkout #accordion .panel-title>a{
  position:relative;
  display:block;
  padding-right:34px;
  color:inherit;
}
.aurora-theme #checkout-checkout #accordion .panel-title>a>i{
  position:absolute;
  top:50%;
  right:0;
  color:var(--aurora-gold-600);
  transform:translateY(-50%);
}
.aurora-theme #checkout-checkout #accordion .panel-collapse.in{
  border-top:1px solid var(--aurora-line);
}
.aurora-theme #checkout-checkout #accordion .panel-body{
  padding:28px 28px 30px;
  border:0;
  background:#fff;
}
.aurora-theme #checkout-checkout .panel-body>.row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
  margin:0;
}
.aurora-theme #checkout-checkout .panel-body>.row::before,
.aurora-theme #checkout-checkout .panel-body>.row::after{
  display:none!important;
  content:none!important;
}
.aurora-theme #checkout-checkout .panel-body>.row>[class*="col-"]{
  width:100%;
  float:none;
  padding:0;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice{
  width:100%;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:0;
  margin:0!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane{
  width:100%!important;
  min-width:0;
  float:none!important;
  margin:0!important;
  padding:4px 32px 4px 0!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane--returning{
  padding-right:0!important;
  padding-left:32px!important;
  border-left:1px solid var(--aurora-line);
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane h2{
  margin-bottom:18px;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane p{
  color:var(--aurora-muted);
  line-height:1.65;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane .radio{
  margin:8px 0;
  padding:10px 12px;
  border:1px solid #e5dfd5;
  border-radius:7px;
  background:#faf9f6;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane .radio label{
  width:100%;
  padding:0;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane .radio input{
  position:static;
  margin:0 8px 0 0;
  vertical-align:middle;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane--returning .form-group{
  margin-bottom:15px;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane--returning .control-label{
  display:block;
  margin-bottom:7px;
}
.aurora-theme #checkout-checkout .aurora-checkout-choice__pane--returning a{
  display:inline-block;
  margin-top:8px;
  color:var(--aurora-gold-700);
  font-size:11px;
  font-weight:700;
}
.aurora-theme #checkout-checkout .panel-body h2,
.aurora-theme #checkout-checkout fieldset legend{
  margin:0 0 18px;
  padding:0 0 12px;
  border-bottom:1px solid var(--aurora-line);
  color:var(--aurora-brown-950);
  font:750 19px/1.3 "Manrope",sans-serif;
}
.aurora-theme #checkout-checkout .form-horizontal .form-group{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  align-items:center;
  gap:14px;
  margin:0 0 14px;
}
.aurora-theme #checkout-checkout .form-horizontal .control-label,
.aurora-theme #checkout-checkout .form-horizontal .form-group>[class*="col-"]{
  width:100%;
  float:none;
  margin:0;
  padding:0;
  text-align:left;
}
.aurora-theme #checkout-checkout .form-control{
  width:100%;
  height:46px;
  border:1px solid #dcd6cc;
  border-radius:7px;
  background:#fff;
  box-shadow:none;
}
.aurora-theme #checkout-checkout textarea.form-control{height:auto;min-height:100px;resize:vertical}
.aurora-theme #checkout-checkout .form-control:focus{border-color:var(--aurora-gold-600);box-shadow:0 0 0 3px rgba(190,135,37,.1)}
.aurora-theme #checkout-checkout .radio label,
.aurora-theme #checkout-checkout .checkbox label{padding-top:5px;padding-bottom:5px}
.aurora-theme #checkout-checkout .buttons{margin-top:22px}
.aurora-theme #checkout-checkout .btn-primary{
  min-height:46px;
  padding:10px 22px;
  border:0;
  border-radius:7px;
  background:var(--aurora-olive-800);
  font-weight:750;
}
.aurora-theme #checkout-checkout .table-responsive{margin:0;border:0}
.aurora-theme #checkout-checkout .table{margin-bottom:20px}

/* Checkout account, address, method and confirmation steps */
.aurora-theme #checkout-checkout .aurora-checkout-form-grid{
  width:100%;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:0!important;
  margin:0!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-form-grid::before,
.aurora-theme #checkout-checkout .aurora-checkout-form-grid::after{
  display:none!important;
  content:none!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-form-column{
  width:100%!important;
  min-width:0;
  float:none!important;
  padding:0 32px 0 0!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-form-column+ .aurora-checkout-form-column{
  padding-right:0!important;
  padding-left:32px!important;
  border-left:1px solid var(--aurora-line);
}
@media(min-width:768px){
  .aurora-theme #checkout-checkout .aurora-checkout-form-grid>.aurora-checkout-form-column:first-of-type{
    grid-column:1!important;
    grid-row:1!important;
  }
  .aurora-theme #checkout-checkout .aurora-checkout-form-grid>.aurora-checkout-form-column:nth-of-type(2){
    grid-column:2!important;
    grid-row:1!important;
  }
}
.aurora-theme #checkout-checkout .aurora-checkout-form-column fieldset+fieldset{
  margin-top:28px;
}
.aurora-theme #checkout-checkout .aurora-checkout-form-column .form-group{
  margin:0 0 15px!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-form-column .control-label{
  display:block;
  margin:0 0 7px;
  color:#40372f;
  font-size:11px;
  font-weight:700;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form{
  width:min(100%,860px);
  margin:0 auto;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form .form-group::before,
.aurora-theme #checkout-checkout .aurora-checkout-address-form .form-group::after{
  display:none!important;
  content:none!important;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form .form-group>label{
  grid-column:1;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form .form-group>[class*="col-"]{
  grid-column:2;
  min-width:0;
}

/* Cart campaign code controls */
.aurora-theme #checkout-cart .aurora-cart-code-form{padding:16px 18px}
.aurora-theme #checkout-cart .aurora-cart-code-form__label{display:block;margin:0 0 8px;color:#4b4036;font-size:11px;font-weight:750}
.aurora-theme #checkout-cart .aurora-cart-code-form__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.aurora-theme #checkout-cart .aurora-cart-code-form__controls .form-control{width:100%;height:48px;border:1px solid #dcd4c8;border-radius:7px;background:#fff;box-shadow:none}
.aurora-theme #checkout-cart .aurora-cart-code-form__controls .form-control:focus{border-color:var(--aurora-gold-600);box-shadow:0 0 0 3px rgba(190,135,37,.1)}
.aurora-theme #checkout-cart .aurora-cart-code-form__controls .btn{height:48px;min-width:132px;margin:0;padding:0 18px;border:0;border-radius:7px;background:var(--aurora-olive-800);font-size:11px;font-weight:800}
.aurora-theme #checkout-cart .aurora-cart-code-form__controls .btn[disabled]{opacity:.65}
@media(max-width:575px){.aurora-theme #checkout-cart .aurora-cart-code-form__controls{grid-template-columns:1fr}.aurora-theme #checkout-cart .aurora-cart-code-form__controls .btn{width:100%}}

/* Compact cart benefits */
.aurora-theme #checkout-cart .aurora-cart-benefits{overflow:hidden;margin-top:16px;padding:0;border:1px solid var(--aurora-line);border-radius:10px;background:#fff}
.aurora-theme #checkout-cart .aurora-cart-benefits__head{min-height:72px;display:flex;align-items:center;gap:13px;padding:14px 18px;border-bottom:1px solid var(--aurora-line)}
.aurora-theme #checkout-cart .aurora-cart-benefits__head>span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;border-radius:8px;background:var(--aurora-olive-100);color:var(--aurora-olive-800)}
.aurora-theme #checkout-cart .aurora-cart-benefits__head h2{margin:0;color:var(--aurora-brown-950);font-size:15px}
.aurora-theme #checkout-cart .aurora-cart-benefits__head p{margin:3px 0 0;color:var(--aurora-muted);font-size:10px}
.aurora-theme #checkout-cart .aurora-cart-benefits #accordion{margin:0}
.aurora-theme #checkout-cart .aurora-cart-benefits #accordion>.panel{margin:0;border:0;border-bottom:1px solid var(--aurora-line);border-radius:0;background:#fff;box-shadow:none}
.aurora-theme #checkout-cart .aurora-cart-benefits #accordion>.panel:last-child{border-bottom:0}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-heading{padding:0;border:0;background:#fff}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a{min-height:58px;display:grid!important;grid-template-columns:34px minmax(0,1fr) 28px;align-items:center;gap:11px;padding:8px 14px;color:var(--aurora-brown-950)!important;transition:background .18s ease}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a:hover,
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a[aria-expanded="true"]{background:#fbfaf7}
.aurora-theme #checkout-cart .aurora-cart-benefit-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f4f0e7;color:var(--aurora-gold-600);font-size:12px}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a>span:nth-child(2){min-width:0;font-size:11px;font-weight:800}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title small{display:block;margin-top:2px;color:var(--aurora-muted);font-size:9px;font-weight:500}
.aurora-theme #checkout-cart .aurora-cart-benefit-arrow{color:#9d958b;font-size:13px;text-align:center;transition:transform .2s ease}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a[aria-expanded="true"] .aurora-cart-benefit-arrow{transform:rotate(180deg)}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-collapse{border-top:1px solid #eee9e1;background:#fbfaf7}
.aurora-theme #checkout-cart .aurora-cart-benefits .panel-body{border:0!important}
.aurora-theme #checkout-cart .aurora-cart-code-form{padding:14px 18px 17px}
@media(max-width:575px){.aurora-theme #checkout-cart .aurora-cart-benefits__head{padding:13px 14px}.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title small{display:none}.aurora-theme #checkout-cart .aurora-cart-benefits .panel-title>a{min-height:54px}}

/* Responsive cart mutations and footer link contrast */
.aurora-theme #checkout-cart .aurora-cart-item{transition:opacity .18s ease,transform .18s ease,max-height .2s ease,margin .2s ease,padding .2s ease,border-width .2s ease}
.aurora-theme #checkout-cart .aurora-cart-item.is-removing{pointer-events:none;opacity:.42;transform:translateX(8px)}
.aurora-theme #checkout-cart .aurora-cart-item.is-removed{max-height:0!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden;border-width:0;opacity:0}
.aurora-theme #checkout-cart .aurora-cart-item__remove:hover,
.aurora-theme #checkout-cart .aurora-cart-item__remove:focus-visible{background:#fff0ed;color:#b94739}
.aurora-theme .aurora-footer__group li a:link,
.aurora-theme .aurora-footer__group li a:visited{color:#d9e9e1!important}
.aurora-theme .aurora-footer__group li a:hover,
.aurora-theme .aurora-footer__group li a:focus-visible{padding-left:7px;color:#ffd184!important;background:rgba(255,255,255,.045);text-decoration:none}
.aurora-theme .aurora-footer__group li a{border-radius:4px;transition:padding-left .16s ease,color .16s ease,background .16s ease}
.aurora-theme #checkout-checkout .aurora-checkout-address-form> .radio{
  margin:0 0 12px;
  padding:12px 14px;
  border:1px solid var(--aurora-line);
  border-radius:7px;
  background:#faf9f6;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form> [id$="-existing"]{
  margin:0 0 18px;
}
.aurora-theme #checkout-checkout .aurora-checkout-address-form>br{display:none}
.aurora-theme #checkout-checkout .aurora-checkout-address-form [id$="-new"]{
  margin-top:18px;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods{
  width:min(100%,860px);
  margin:0 auto;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods>p:first-of-type{
  margin:0 0 18px;
  color:var(--aurora-muted);
  font-size:12px;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods>p>strong{
  display:block;
  margin:22px 0 9px;
  color:var(--aurora-brown-950);
  font:750 14px "Manrope",sans-serif;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .radio{
  margin:8px 0;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .radio label{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 15px;
  border:1px solid #e2dbd0;
  border-radius:8px;
  background:#fff;
  color:var(--aurora-brown-950);
  font-weight:700;
  cursor:pointer;
  transition:border-color .18s ease,background-color .18s ease;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .radio label:hover{
  border-color:#bec9b5;
  background:#f7f9f4;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .radio input{
  position:static;
  flex:0 0 auto;
  margin:0;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods textarea{
  min-height:96px;
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .buttons{
  padding-top:20px;
  border-top:1px solid var(--aurora-line);
}
.aurora-theme #checkout-checkout .aurora-checkout-methods .buttons .pull-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm{
  width:100%;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table-responsive{
  overflow:auto;
  border:1px solid var(--aurora-line);
  border-radius:8px;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table{
  min-width:720px;
  margin:0;
  border:0;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table>thead>tr>td{
  padding:13px 15px;
  border-bottom:1px solid var(--aurora-line);
  background:#f5f3ee;
  color:var(--aurora-muted);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table>tbody>tr>td,
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table>tfoot>tr>td{
  padding:14px 15px;
  border-color:#ece7df;
}
.aurora-theme #checkout-checkout .aurora-checkout-confirm .table>tfoot>tr:last-child>td{
  background:#f7f9f4;
  color:var(--aurora-brown-950);
  font-size:15px;
  font-weight:800;
}
@media(max-width:767px){
  .aurora-checkout-breadcrumb .container,
  .aurora-checkout-shell{width:calc(100% - 28px)}
  .aurora-checkout-page{padding-top:4px;padding-bottom:55px}
  .aurora-checkout-head{display:block;padding:18px 0 24px}
  .aurora-checkout-head h1{font-size:34px}
  .aurora-checkout-head p{font-size:12px;line-height:1.6}
  .aurora-checkout-security{width:100%;min-width:0;margin-top:18px}
  .aurora-checkout-content{margin-top:22px!important}
  .aurora-theme #checkout-checkout #accordion>.panel>.panel-heading{min-height:58px;padding:0 16px}
  .aurora-theme #checkout-checkout #accordion .panel-title{font-size:13px}
  .aurora-theme #checkout-checkout #accordion .panel-body{padding:21px 16px 24px}
  .aurora-theme #checkout-checkout .panel-body>.row{grid-template-columns:1fr;gap:28px}
  .aurora-theme #checkout-checkout .aurora-checkout-form-grid{grid-template-columns:1fr}
  .aurora-theme #checkout-checkout .aurora-checkout-form-column{padding:0!important}
  .aurora-theme #checkout-checkout .aurora-checkout-form-column+ .aurora-checkout-form-column{margin-top:28px!important;padding-top:28px!important;border-top:1px solid var(--aurora-line);border-left:0}
  .aurora-theme #checkout-checkout .aurora-checkout-choice{grid-template-columns:1fr}
  .aurora-theme #checkout-checkout .aurora-checkout-choice__pane{padding:0!important}
  .aurora-theme #checkout-checkout .aurora-checkout-choice__pane--returning{margin-top:26px!important;padding-top:26px!important;border-top:1px solid var(--aurora-line);border-left:0}
  .aurora-theme #checkout-checkout .form-horizontal .form-group{display:block;margin-bottom:14px}
  .aurora-theme #checkout-checkout .form-horizontal .control-label{display:block;margin-bottom:7px}
  .aurora-theme #checkout-checkout .btn-primary{width:100%}
  .aurora-theme #checkout-checkout .pull-right{width:100%;float:none!important}
  .aurora-theme #checkout-checkout .aurora-checkout-methods .buttons .pull-right{align-items:stretch;flex-direction:column}
  .aurora-theme #checkout-checkout .aurora-checkout-confirm .table{min-width:620px}
}
