:root{--brand:#1f2937;--accent:#c39a4e;--accent-2:#6d28d9;--bg:#ffffff;--muted:#6b7280;--line:#e5e7eb;--soft:#f7f7f8;--radius:14px;--maxw:1280px;--font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--brand);background:var(--bg);line-height:1.55;font-size:16px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}.btn{display:inline-block;background:var(--brand);color:#fff;padding:13px 26px;border-radius:999px;font-weight:600;border:none;cursor:pointer;transition:.2s;font-size:15px}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn--accent{background:var(--accent)}.btn--ghost{background:#fff0;color:var(--brand);border:1.5px solid var(--brand)}h1,h2,h3{line-height:1.2;margin:.2em 0}.section{padding:54px 0}.section__head{text-align:center;margin-bottom:32px}.section__head h2{font-size:30px;font-weight:800}.section__head p{color:var(--muted);margin-top:6px}.topbar{background:var(--brand);color:#fff;text-align:center;font-size:13.5px;letter-spacing:.3px;padding:9px 12px}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);transition:.25s}.site-header.is-stuck{box-shadow:0 6px 24px rgb(0 0 0 / .06)}.header__inner{display:flex;align-items:center;gap:18px;padding:14px 0}.header__logo{font-weight:800;font-size:22px;letter-spacing:-.5px;white-space:nowrap}.header__logo img{max-height:46px;width:auto}.header__search{flex:1;max-width:560px;margin:0 auto}.header__search form{display:flex;border:1.5px solid var(--line);border-radius:999px;overflow:hidden}.header__search input[type=search]{flex:1;border:none;padding:11px 18px;font-size:15px;outline:none}.header__search button{background:var(--brand);color:#fff;border:none;padding:0 20px;cursor:pointer}.header__actions{display:flex;align-items:center;gap:18px;margin-left:auto}.header__actions a{display:flex;align-items:center;gap:7px;font-weight:600;font-size:14px}.cart-link{position:relative}.cart-count{background:var(--accent);color:#fff;border-radius:999px;font-size:11px;font-weight:700;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.nav-toggle{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:var(--brand)}.primary-nav{border-top:1px solid var(--line)}.primary-nav ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 26px;margin:0;padding:12px 0}.primary-nav a{font-weight:600;font-size:14.5px;padding:4px 0;position:relative}.primary-nav a:hover{color:var(--accent)}.primary-nav .sub-menu{display:none}.mobile-nav{position:fixed;inset:0 30% 0 0;background:#fff;transform:translateX(-105%);transition:.3s;z-index:120;box-shadow:0 0 40px rgb(0 0 0 / .2);overflow:auto;padding:22px}.mobile-nav.open{transform:none}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:14px 4px;font-weight:600}.overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);opacity:0;visibility:hidden;transition:.3s;z-index:110}.overlay.open{opacity:1;visibility:visible}.mobile-nav__close{float:right;font-size:26px;background:none;border:none;cursor:pointer}.hero{position:relative;background:linear-gradient(120deg,#f3efe6,#eef0f4);border-radius:0}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:24px;padding:56px 0}.hero__text h1{font-size:46px;font-weight:800;letter-spacing:-1px}.hero__text p{font-size:18px;color:var(--muted);margin:14px 0 26px}.hero__media{aspect-ratio:4/3;border-radius:var(--radius);background:#ddd center/cover no-repeat;overflow:hidden}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cat-card{display:block;text-align:center}.cat-card__img{aspect-ratio:1;border-radius:var(--radius);background:var(--soft) center/cover no-repeat;overflow:hidden;margin-bottom:10px;border:1px solid var(--line)}.cat-card span{font-weight:600;font-size:14px}.trust{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 0;text-align:center}.trust__item strong{display:block;font-size:15px}.trust__item span{color:var(--muted);font-size:13px}.trust__item .ico{font-size:26px;margin-bottom:6px;display:block}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testi{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.testi .stars{color:var(--accent);letter-spacing:2px;margin-bottom:8px}.testi p{margin:0 0 14px}.testi b{font-size:14px}.newsletter{background:var(--brand);color:#fff;border-radius:var(--radius);padding:42px;text-align:center}.newsletter h2{font-size:28px;font-weight:800}.newsletter form{display:flex;max-width:480px;margin:18px auto 0;gap:8px}.newsletter input{flex:1;border:none;border-radius:999px;padding:13px 18px;font-size:15px}.woocommerce ul.products,.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;margin:0;padding:0}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;text-align:left;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:12px;transition:.2s}.woocommerce ul.products li.product:hover{box-shadow:0 10px 30px rgb(0 0 0 / .08);transform:translateY(-3px)}.woocommerce ul.products li.product a img{border-radius:10px;margin-bottom:10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14.5px;font-weight:600;padding:0}.woocommerce ul.products li.product .price{color:var(--brand);font-weight:700}.woocommerce ul.products li.product .price del{color:var(--muted);font-weight:400;margin-right:6px}.woocommerce span.onsale{background:var(--accent);border-radius:999px;min-height:auto;min-width:auto;padding:5px 11px;font-weight:700;top:14px;left:14px;margin:0}.woocommerce a.button,.woocommerce button.button,.woocommerce .button{background:var(--brand);color:#fff;border-radius:999px;font-weight:600;padding:10px 18px}.woocommerce a.button:hover,.woocommerce .button:hover{opacity:.9}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:18px}.page-wrap{padding:40px 0;min-height:50vh}.entry-title{font-size:34px;font-weight:800;margin-bottom:18px}.site-footer{background:#0f1115;color:#cbd0d8;margin-top:50px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding:50px 0 30px}.footer__grid h4{color:#fff;font-size:15px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.footer__grid ul{list-style:none;margin:0;padding:0}.footer__grid li{margin-bottom:9px}.footer__grid a:hover{color:#fff}.footer__bottom{border-top:1px solid #232733;padding:18px 0;text-align:center;font-size:13px;color:#8b919c}.pay-badges{display:flex;gap:8px;justify-content:center;margin-top:10px;flex-wrap:wrap}.pay-badges span{background:#fff;color:#111;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}@media(max-width:1024px){.cat-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products,.products{grid-template-columns:repeat(3,1fr)}.hero__text h1{font-size:38px}}@media(max-width:768px){.header__search{display:none}.nav-toggle{display:block}.primary-nav{display:none}.header__actions{gap:14px}.hero__inner{grid-template-columns:1fr;padding:34px 0}.hero__text h1{font-size:32px}.cat-grid{grid-template-columns:repeat(2,1fr)}.trust__grid{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr}.woocommerce ul.products,.products{grid-template-columns:repeat(2,1fr);gap:12px}.footer__grid{grid-template-columns:1fr 1fr}.section{padding:38px 0}.section__head h2{font-size:24px}}@media(max-width:430px){.footer__grid{grid-template-columns:1fr}.newsletter form{flex-direction:column}}.dp-urgency{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0;font-size:14px}.dp-stock{color:#c0392b;font-weight:600}.dp-sold{color:var(--brand);font-weight:600}.dp-viewing{color:var(--muted)}.dp-countdown{display:inline-flex;align-items:center;gap:8px;background:#fff4e5;border:1px solid #f1d7ad;color:#92400e;padding:9px 14px;border-radius:10px;font-weight:600;margin:10px 0}.dp-countdown__time{font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:.5px}.dp-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgb(0 0 0 / .08);display:flex;align-items:center;gap:12px;padding:10px 14px;transform:translateY(110%);transition:.3s}.dp-sticky-atc.show{transform:none}.dp-sticky-atc__info{display:flex;flex-direction:column;line-height:1.2}.dp-sticky-atc__title{font-weight:600;font-size:14px}.dp-sticky-atc__price{font-weight:700}.dp-sticky-atc__btn{margin-left:auto;white-space:nowrap}@media(min-width:769px){.dp-sticky-atc{display:none!important}}.dp-shipbar{background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin:0 0 18px}.dp-shipbar__msg{font-size:14px;margin-bottom:8px}.dp-shipbar__track{height:8px;background:#e7e7ea;border-radius:999px;overflow:hidden}.dp-shipbar__track span{display:block;height:100%;background:var(--accent);border-radius:999px;transition:width .4s}.dp-fbt{border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin:30px 0}.dp-fbt__title{font-size:20px;font-weight:800;margin-bottom:16px}.dp-fbt__items{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.dp-fbt__item{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:10px;cursor:pointer}.dp-fbt__item img{width:64px;height:64px;object-fit:cover;border-radius:8px}.dp-fbt__name{font-size:13px;line-height:1.3}.dp-fbt__plus{font-size:24px;color:var(--muted);font-weight:700}.dp-fbt__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;flex-wrap:wrap}.dp-fbt__total{font-size:17px}.dp-carousel{position:relative}.dp-carousel ul.products,.dp-carousel .products{display:flex!important;grid-template-columns:none!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:8px;scrollbar-width:thin}.dp-carousel ul.products li.product{scroll-snap-align:start;flex:0 0 240px}.dp-carousel__prev,.dp-carousel__next{position:absolute;top:38%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:20px;box-shadow:0 4px 14px rgb(0 0 0 / .1)}.dp-carousel__prev{left:-6px}.dp-carousel__next{right:-6px}@media(max-width:768px){.dp-carousel ul.products li.product{flex:0 0 60%}.dp-carousel__prev,.dp-carousel__next{display:none}}.dp-hero-slides{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:16/7;background:#e9e6df}.dp-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .8s;display:flex;align-items:center}.dp-hero-slide.active{opacity:1}.dp-hero-slide .container{color:#fff;text-shadow:0 2px 12px rgb(0 0 0 / .4)}.dp-reviews__summary{display:flex;align-items:center;gap:14px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.dp-reviews__avg{font-size:40px;font-weight:800}.dp-reviews__count{color:var(--muted)}.dp-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dp-review{border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:#fff}.dp-review .stars,.stars{color:var(--accent);letter-spacing:1px}.dp-review__meta{font-size:13px;color:var(--muted);margin-top:10px}@media(max-width:768px){.dp-reviews__grid{grid-template-columns:1fr}}.single-product .page-wrap{padding-top:24px}.woocommerce div.product{display:flex;flex-wrap:wrap;gap:42px;align-items:flex-start;position:relative}.woocommerce div.product .woocommerce-product-gallery{width:48%;float:none!important;margin:0}.woocommerce div.product .summary{width:calc(52% - 42px);float:none!important;margin:0;position:sticky;top:96px}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells,.woocommerce div.product .dp-fbt{flex:0 0 100%;width:100%}.woocommerce div.product .product_title{font-size:30px;font-weight:800;line-height:1.2}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:26px;color:var(--brand);font-weight:800}.woocommerce div.product p.price del,.woocommerce div.product span.price del{color:var(--muted);font-weight:400;font-size:18px;margin-right:8px}.woocommerce div.product form.cart{margin:20px 0}.woocommerce .quantity .qty{padding:10px;border:1.5px solid var(--line);border-radius:8px;width:74px;text-align:center}.woocommerce div.product .single_add_to_cart_button{padding:14px 32px;font-size:16px}.woocommerce .woocommerce-product-rating{margin-bottom:10px}.woocommerce-tabs ul.tabs{border:none!important;padding:0;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.woocommerce-tabs ul.tabs::before{display:none}.woocommerce-tabs ul.tabs li{background:var(--soft);border:1px solid var(--line)!important;border-radius:999px!important;margin:0!important}.woocommerce-tabs ul.tabs li::before,.woocommerce-tabs ul.tabs li::after{display:none!important}.woocommerce-tabs ul.tabs li.active{background:var(--brand)}.woocommerce-tabs ul.tabs li.active a{color:#fff}.woocommerce .related h2,.woocommerce .upsells h2{font-size:24px;font-weight:800;margin-bottom:18px}@media(max-width:768px){.woocommerce div.product{gap:18px}.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{width:100%;position:static}}.woocommerce .page-title,.woocommerce-products-header__title{font-size:30px;font-weight:800;margin-bottom:6px}.term-description,.woocommerce-products-header{margin-bottom:18px}.woocommerce nav.woocommerce-pagination ul{border:none;gap:6px;display:flex;justify-content:center}.woocommerce nav.woocommerce-pagination ul li{border:none}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--line);border-radius:8px;padding:8px 14px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--brand);color:#fff}.woocommerce-cart table.cart img{width:72px;border-radius:8px}.woocommerce table.shop_table{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout .woocommerce-checkout-review-order{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.woocommerce #payment{background:#fff0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-checkout input.input-text,.select2-container--default .select2-selection--single{border:1.5px solid var(--line)!important;border-radius:8px!important;padding:11px!important;min-height:46px}.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button,.woocommerce-checkout #place_order{width:100%;padding:15px;font-size:16px;border-radius:999px}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--accent);border-radius:8px}