/* Dedek Theme v3 — Full Professional */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;line-height:1.6;color:#1e293b;background:#f8fafc;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
ul,ol{list-style:none}
.dk-container{max-width:1320px;margin:0 auto;padding:0 16px}
@media(min-width:768px){.dk-container{padding:0 32px}}

/* === BUTTONS === */
.dk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;font-size:14px;font-weight:700;border-radius:10px;transition:all .3s;border:none;cursor:pointer;letter-spacing:.02em}
.dk-btn--primary{background:#F59E0B;color:#0A1628;box-shadow:0 4px 14px rgba(245,158,11,.25)}
.dk-btn--primary:hover{background:#D97706;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.35)}
.dk-btn--secondary{background:#0A1628;color:#fff}
.dk-btn--secondary:hover{background:#1E3A5F;transform:translateY(-2px)}
.dk-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}
.dk-btn--outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.dk-btn--sm{padding:10px 20px;font-size:13px;border-radius:8px}
.dk-btn--full{width:100%}

/* === TOPBAR === */
.dk-topbar{background:#0A1628;color:rgba(255,255,255,.6);font-size:12px;padding:8px 0;display:none}
@media(min-width:768px){.dk-topbar{display:block}}
.dk-topbar__inner{display:flex;justify-content:space-between;align-items:center}
.dk-topbar__left{display:flex;gap:20px}
.dk-topbar__link{color:rgba(255,255,255,.6);display:flex;align-items:center;gap:6px;transition:color .2s}
.dk-topbar__link:hover{color:#F59E0B}
.dk-topbar__right{display:flex;gap:16px}
.dk-topbar__right a{color:rgba(255,255,255,.5);transition:color .2s}
.dk-topbar__right a:hover{color:#F59E0B}

/* === HEADER === */
.dk-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 0;position:sticky;top:0;z-index:200;transition:all .3s}
.dk-header--scrolled{box-shadow:0 4px 24px rgba(0,0,0,.06);padding:10px 0}
.dk-header__inner{display:flex;align-items:center;gap:16px}
.dk-header__logo{flex-shrink:0}
.dk-header__logo img,.dk-header__logo .custom-logo{max-height:44px!important;width:auto!important}
.dk-header__brand{font-size:22px;font-weight:800;color:#0A1628;letter-spacing:-.03em}
.dk-search{flex:1;max-width:560px;margin:0 auto;position:relative;display:none}
@media(min-width:768px){.dk-search{display:block}}
.dk-search__input{width:100%;padding:12px 52px 12px 20px;border:2px solid #e2e8f0;border-radius:50px;font-size:14px;background:#f8fafc;transition:all .3s}
.dk-search__input:focus{outline:none;border-color:#F59E0B;background:#fff;box-shadow:0 0 0 4px rgba(245,158,11,.1)}
.dk-search__btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:#0A1628;color:#fff;border-radius:50px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.dk-search__btn:hover{background:#1E3A5F}
.dk-header__actions{display:flex;align-items:center;gap:4px;margin-left:auto}
.dk-header__action{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#1e293b;position:relative;transition:background .2s}
.dk-header__action:hover{background:#f1f5f9}
.dk-header__label{display:none}
@media(min-width:1024px){.dk-header__label{display:block}}
.dk-cart-count{position:absolute;top:2px;right:2px;background:#F59E0B;color:#0A1628;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:50px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}
.dk-menu-toggle{display:flex}
@media(min-width:1024px){.dk-menu-toggle{display:none}}

/* === NAV === */
.dk-nav{background:#0A1628;display:none}
@media(min-width:1024px){.dk-nav{display:block}}
.dk-nav--open{display:block;position:fixed;inset:0;z-index:300;overflow-y:auto;padding-top:60px}
.dk-nav__list{display:flex;flex-wrap:wrap}
@media(max-width:1023px){.dk-nav__list{flex-direction:column;padding:16px}}
.dk-nav__list>li>a{display:block;padding:14px 20px;color:rgba(255,255,255,.75);font-size:14px;font-weight:600;transition:all .2s;border-bottom:2px solid transparent}
.dk-nav__list>li>a:hover,.dk-nav__list>.current-menu-item>a{color:#fff;border-bottom-color:#F59E0B}
.dk-nav__list .sub-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 12px 12px;min-width:240px;box-shadow:0 16px 40px rgba(0,0,0,.1);z-index:10;padding:8px 0}
.dk-nav__list li:hover>.sub-menu{display:block}
.dk-nav__list .sub-menu a{display:block;padding:10px 20px;font-size:14px;color:#1e293b;transition:all .15s}
.dk-nav__list .sub-menu a:hover{background:#f8fafc;color:#F59E0B}
@media(max-width:1023px){.dk-nav__list .sub-menu{position:static;box-shadow:none;background:rgba(255,255,255,.05)}.dk-nav__list .sub-menu a{color:rgba(255,255,255,.5);padding-left:32px}}

/* === USP === */
.dk-usp{background:#F59E0B;padding:10px 0}
.dk-usp__inner{display:flex;justify-content:center;gap:12px;overflow-x:auto;scrollbar-width:none}
.dk-usp__inner::-webkit-scrollbar{display:none}
@media(min-width:768px){.dk-usp__inner{gap:36px}}
.dk-usp__item{display:flex;align-items:center;gap:6px;color:#0A1628;font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0}

/* === BREADCRUMB === */
.dk-breadcrumb{padding:14px 0;font-size:13px;color:#64748b}
.dk-breadcrumb__list{display:flex;flex-wrap:wrap;gap:4px}
.dk-breadcrumb__item+.dk-breadcrumb__item::before{content:">";margin-right:4px}
.dk-breadcrumb__item a:hover{color:#F59E0B}

/* === HERO === */
.dk-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:#050a14}
@media(min-width:768px){.dk-hero{min-height:560px}}
.dk-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 15% 50%,rgba(245,158,11,.15),transparent 70%),radial-gradient(ellipse 50% 60% at 80% 30%,rgba(16,185,129,.08),transparent 70%),linear-gradient(170deg,#050a14,#0A1628 40%,#152d4a 80%,#0d1f35)}
.dk-hero__inner{position:relative;z-index:2;padding:48px 0}
@media(min-width:768px){.dk-hero__inner{padding:80px 0}}
.dk-hero__content{max-width:580px}
.dk-hero__title{font-size:32px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:18px;letter-spacing:-.03em}
@media(min-width:768px){.dk-hero__title{font-size:48px}}
@media(min-width:1024px){.dk-hero__title{font-size:56px}}
.dk-hero__title span{color:#F59E0B}
.dk-hero__sub{color:rgba(255,255,255,.5);font-size:16px;margin-bottom:32px;line-height:1.8;max-width:460px}
.dk-hero__actions{display:flex;gap:12px;flex-wrap:wrap}

/* === SECTIONS === */
.dk-section{padding:56px 0}
@media(min-width:768px){.dk-section{padding:80px 0}}
.dk-section--gray{background:#f1f5f9}
.dk-section__title{font-size:24px;font-weight:800;text-align:center;margin-bottom:40px;color:#0A1628;letter-spacing:-.02em}
@media(min-width:768px){.dk-section__title{font-size:32px;margin-bottom:48px}}
.dk-section__cta{text-align:center;margin-top:40px}

/* === CATEGORY CARDS === */
.dk-cats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:640px){.dk-cats{grid-template-columns:repeat(3,1fr);gap:16px}}
.dk-cat-card{position:relative;border-radius:16px;overflow:hidden;min-height:180px;display:flex;align-items:flex-end;background:#0A1628;transition:all .4s}
@media(min-width:768px){.dk-cat-card{min-height:240px}}
.dk-cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.2)}
.dk-cat-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5;transition:all .5s}
.dk-cat-card:hover .dk-cat-card__img{opacity:.3;transform:scale(1.05)}
.dk-cat-card__info{position:relative;z-index:2;padding:20px;color:#fff;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent)}
.dk-cat-card__name{font-size:16px;font-weight:700;margin-bottom:2px}
@media(min-width:768px){.dk-cat-card__name{font-size:18px}}
.dk-cat-card__count{font-size:12px;opacity:.6}

/* === PRODUCT GRID === */
.dk-products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(min-width:640px){.dk-products{gap:18px}}
@media(min-width:768px){.dk-products{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.dk-products{grid-template-columns:repeat(4,1fr);gap:22px}}
.dk-products>*{min-width:0}

/* === PRODUCT CARD === */
.dk-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .4s;display:flex;flex-direction:column}
.dk-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:transparent}
.dk-card__media{display:block;position:relative;aspect-ratio:1;background:#f8fafc;overflow:hidden}
.dk-card__img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .5s}
.dk-card:hover .dk-card__img{transform:scale(1.06)}
.dk-card__body{padding:16px;flex:1;display:flex;flex-direction:column}
@media(min-width:768px){.dk-card__body{padding:20px}}
.dk-card__cat{font-size:10px;color:#F59E0B;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:6px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dk-card__title{font-size:14px;font-weight:600;margin-bottom:8px;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.dk-card__title a{color:#1e293b}
.dk-card__title a:hover{color:#0A1628}
.dk-card__price{font-size:18px;font-weight:800;color:#0A1628;margin-bottom:14px;letter-spacing:-.02em}
.dk-card__price del{font-size:13px;color:#94a3b8;font-weight:400}
.dk-card__price ins{text-decoration:none;color:#dc2626}
.dk-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:4px;z-index:3}
.dk-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700}
.dk-badge--sale{background:#ef4444;color:#fff}
.dk-badge--new{background:#10b981;color:#fff}
.dk-badge--last{background:#F59E0B;color:#0A1628}
.dk-badge--out{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;text-align:center;padding:8px;border-radius:8px}

/* === STATS === */
.dk-stats{background:linear-gradient(170deg,#050a14,#0A1628,#152d4a);padding:56px 0;color:#fff}
.dk-stats__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;text-align:center}
@media(min-width:768px){.dk-stats__inner{grid-template-columns:repeat(4,1fr)}}
.dk-stat__num{display:block;font-size:36px;font-weight:800;color:#F59E0B;letter-spacing:-.03em}
@media(min-width:768px){.dk-stat__num{font-size:48px}}
.dk-stat__label{font-size:14px;opacity:.4;margin-top:4px}

/* === SINGLE PRODUCT === */
.dk-shop-wrap{padding:24px 0 60px}
.woocommerce div.product{display:grid;grid-template-columns:1fr;gap:32px}
@media(min-width:768px){.woocommerce div.product{grid-template-columns:1fr 1fr;gap:48px}}
.woocommerce div.product div.images{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e2e8f0}
.woocommerce div.product div.images img{width:100%;height:auto;object-fit:contain}
.woocommerce div.product .product_title{font-size:28px;font-weight:800;color:#0A1628;margin-bottom:12px;letter-spacing:-.02em}
.woocommerce div.product .price{font-size:28px;font-weight:800;color:#0A1628;margin-bottom:20px}
.woocommerce div.product .price del{font-size:18px;color:#94a3b8;font-weight:400}
.woocommerce div.product .price ins{text-decoration:none;color:#dc2626}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:15px;color:#475569;line-height:1.8;margin-bottom:24px}
.woocommerce div.product form.cart{display:flex;gap:12px;align-items:flex-end;margin-bottom:24px}
.woocommerce div.product form.cart .quantity input{width:70px;padding:12px;border:2px solid #e2e8f0;border-radius:10px;text-align:center;font-size:16px;font-weight:600}
.woocommerce div.product form.cart .single_add_to_cart_button{flex:1;padding:14px 32px;font-size:16px;font-weight:700;background:#F59E0B;color:#0A1628;border:none;border-radius:10px;cursor:pointer;transition:all .3s}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#D97706;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.3)}
.dk-ship-info{display:flex;align-items:center;gap:8px;padding:14px 18px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:16px;font-size:14px;font-weight:600;color:#166534}
.dk-trust{display:flex;flex-wrap:wrap;gap:16px;padding:16px 0;border-top:1px solid #e2e8f0;margin-top:8px}
.dk-trust span{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;font-weight:500}

/* Tabs */
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:16px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;margin-bottom:24px;overflow-x:auto}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;padding:12px 24px;font-size:14px;font-weight:600;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;white-space:nowrap}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#0A1628;border-bottom-color:#F59E0B}
.woocommerce div.product .woocommerce-tabs .panel{font-size:15px;line-height:1.8;color:#475569}
.woocommerce div.product .woocommerce-tabs .panel h2{font-size:20px;font-weight:700;color:#0A1628;margin-bottom:16px}
.woocommerce table.shop_attributes{border-collapse:collapse;width:100%}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{padding:12px 16px;border-bottom:1px solid #e2e8f0;font-size:14px;text-align:left}
.woocommerce table.shop_attributes th{font-weight:600;color:#0A1628;width:40%;background:#f8fafc}

/* Related */
.woocommerce .related.products{grid-column:1/-1}
.woocommerce .related.products h2{font-size:22px;font-weight:800;margin-bottom:24px;color:#0A1628}

/* === CART PAGE === */
.dk-cart-wrap{display:grid;grid-template-columns:1fr;gap:32px;padding:24px 0 60px}
@media(min-width:1024px){.dk-cart-wrap{grid-template-columns:1fr 380px}}
.dk-cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}
.dk-cart-table thead{display:none}
@media(min-width:768px){.dk-cart-table thead{display:table-header-group}}
.dk-cart-table th{padding:14px 16px;text-align:left;font-size:13px;font-weight:600;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.dk-cart-table td{padding:16px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:14px}
.dk-cart-table .product-thumbnail img{width:80px;height:80px;object-fit:contain;border-radius:10px;background:#f8fafc}
.dk-cart-table .product-name a{font-weight:600;color:#0A1628}
.dk-cart-table .product-name a:hover{color:#F59E0B}
.dk-cart-table .product-price,.dk-cart-table .product-subtotal{font-weight:700;color:#0A1628}
.dk-cart-table .product-remove .remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#fef2f2;color:#ef4444;font-size:20px;transition:all .2s}
.dk-cart-table .product-remove .remove:hover{background:#ef4444;color:#fff}
.dk-cart-table .quantity input[type="number"]{width:60px;padding:8px;border:2px solid #e2e8f0;border-radius:8px;text-align:center;font-size:14px;font-weight:600}
.dk-cart-table .actions{padding:16px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.dk-cart-table .coupon{display:flex;gap:8px;flex:1}
.dk-cart-table .coupon input{flex:1;padding:10px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px}
.dk-cart-table .coupon input:focus{outline:none;border-color:#F59E0B}
.cart-collaterals{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;height:fit-content}
.cart-collaterals h2{font-size:18px;font-weight:700;margin-bottom:16px;color:#0A1628}
.cart-collaterals .cart_totals table{width:100%;border-collapse:collapse}
.cart-collaterals .cart_totals th,.cart-collaterals .cart_totals td{padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.cart-collaterals .cart_totals th{font-weight:600;color:#64748b}
.cart-collaterals .cart_totals .order-total th,.cart-collaterals .cart_totals .order-total td{font-size:18px;font-weight:800;color:#0A1628;border-bottom:none;padding-top:16px}
.cart-collaterals .wc-proceed-to-checkout .checkout-button{display:block;width:100%;padding:16px;font-size:16px;font-weight:700;text-align:center;background:#F59E0B;color:#0A1628;border-radius:10px;margin-top:16px;transition:all .3s}
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover{background:#D97706;transform:translateY(-2px)}

/* === CHECKOUT === */
.dk-checkout__grid{display:grid;grid-template-columns:1fr;gap:32px}
@media(min-width:1024px){.dk-checkout__grid{grid-template-columns:1fr 420px}}
.dk-checkout__section{background:#fff;border-radius:16px;padding:28px;border:1px solid #e2e8f0;margin-bottom:24px}
.dk-checkout__section h3{font-size:18px;font-weight:700;color:#0A1628;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}
.dk-checkout__order{position:sticky;top:80px}
.woocommerce form .form-row{margin-bottom:16px}
.woocommerce form .form-row label{display:block;font-size:13px;font-weight:600;color:#0A1628;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;transition:border-color .2s;font-family:inherit}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row select:focus,.woocommerce form .form-row textarea:focus{outline:none;border-color:#F59E0B;box-shadow:0 0 0 3px rgba(245,158,11,.08)}
.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;margin-bottom:20px}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{font-size:18px;font-weight:800;color:#0A1628;border-top:2px solid #e2e8f0;padding-top:16px}
#place_order{width:100%;padding:18px;font-size:16px;font-weight:700;background:#F59E0B;color:#0A1628;border:none;border-radius:10px;cursor:pointer;margin-top:16px;transition:all .3s}
#place_order:hover{background:#D97706;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.3)}
.dk-checkout-trust{display:flex;justify-content:center;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}
.dk-checkout-trust span{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;font-weight:600}
.woocommerce-checkout-payment{background:#f8fafc;border-radius:12px;padding:20px;margin-top:20px}
.woocommerce-checkout-payment .wc_payment_methods{margin-bottom:16px}
.woocommerce-checkout-payment .wc_payment_method{padding:12px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;background:#fff}
.woocommerce-checkout-payment .wc_payment_method label{font-weight:600;cursor:pointer}

/* === THANK YOU === */
.dk-thankyou{padding:40px 0;text-align:center}
.dk-thankyou__ok{max-width:480px;margin:0 auto;padding:40px;background:#fff;border-radius:20px;border:1px solid #e2e8f0}
.dk-thankyou__ok h2{font-size:28px;font-weight:800;color:#0A1628;margin:16px 0 8px}
.dk-thankyou__ok p{color:#64748b;font-size:15px;margin-bottom:4px}

/* === MY ACCOUNT === */
.dk-account{display:grid;grid-template-columns:1fr;gap:32px;padding:24px 0 60px}
@media(min-width:768px){.dk-account{grid-template-columns:240px 1fr}}
.dk-account__nav .woocommerce-MyAccount-navigation ul{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}
.dk-account__nav .woocommerce-MyAccount-navigation ul li a{display:block;padding:14px 20px;font-size:14px;font-weight:500;color:#475569;border-bottom:1px solid #f1f5f9;transition:all .2s}
.dk-account__nav .woocommerce-MyAccount-navigation ul li a:hover{background:#f8fafc;color:#0A1628}
.dk-account__nav .woocommerce-MyAccount-navigation ul li.is-active a{background:#0A1628;color:#fff;font-weight:600}
.dk-account__content .woocommerce-MyAccount-content{background:#fff;border-radius:16px;padding:28px;border:1px solid #e2e8f0}
.woocommerce-orders-table{width:100%;border-collapse:collapse}
.woocommerce-orders-table th,.woocommerce-orders-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;font-size:14px;text-align:left}
.woocommerce-orders-table th{background:#f8fafc;font-weight:600;color:#0A1628}

/* === FOOTER === */
.dk-footer__main{background:#060e1a;padding:48px 0;color:rgba(255,255,255,.4)}
.dk-footer__grid{display:grid;grid-template-columns:1fr;gap:28px}
@media(min-width:480px){.dk-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.dk-footer__grid{grid-template-columns:2fr 1fr 1fr 1.3fr}}
.dk-footer__brand{color:#fff;font-size:20px;font-weight:800;margin-bottom:12px}
.dk-footer__desc{font-size:14px;line-height:1.8}
.dk-footer__title{color:rgba(255,255,255,.8);font-size:13px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}
.dk-footer__menu li{margin-bottom:10px}
.dk-footer__menu a{color:rgba(255,255,255,.4);font-size:14px;transition:all .2s}
.dk-footer__menu a:hover{color:#F59E0B;padding-left:4px}
.dk-footer__contact li{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px}
.dk-footer__bottom{background:#030911;padding:16px 0}
.dk-footer__bottom-inner{text-align:center}
.dk-footer__bottom p{color:rgba(255,255,255,.2);font-size:12px}

/* === MOBILE BAR === */
.dk-mobilebar{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-top:1px solid #e2e8f0;display:flex;justify-content:space-around;padding:6px 0 max(6px,env(safe-area-inset-bottom));z-index:200}
@media(min-width:1024px){.dk-mobilebar{display:none}}
.dk-mobilebar__item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:#64748b;min-width:48px;min-height:44px;justify-content:center}
.dk-mobilebar__item:hover{color:#0A1628}
@media(max-width:1023px){body{padding-bottom:62px}}

/* === PAGES === */
.dk-page-title{font-size:28px;font-weight:800;color:#0A1628;margin-bottom:20px;letter-spacing:-.02em}
.dk-content{font-size:16px;line-height:1.8;max-width:800px}
.dk-content p{margin-bottom:16px}
.dk-content h2{font-size:22px;font-weight:700;margin:32px 0 12px}
.dk-content img{border-radius:12px;margin:16px 0}
.dk-post{padding:16px 0;border-bottom:1px solid #e2e8f0}
.dk-post h2{font-size:18px;font-weight:700;margin-bottom:6px}
.dk-post h2 a:hover{color:#F59E0B}

/* === WC OVERRIDES === */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;list-style:none;padding:0;margin:0}
@media(min-width:768px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.woocommerce ul.products{grid-template-columns:repeat(4,1fr);gap:22px}}
.woocommerce ul.products li.product{margin:0;float:none;width:100%}
.woocommerce .woocommerce-result-count{font-size:14px;color:#64748b;margin-bottom:16px}
.woocommerce .woocommerce-ordering{margin-bottom:16px}
.woocommerce .woocommerce-ordering select{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;border:none;border-radius:10px;background:#0A1628;color:#fff;cursor:pointer;transition:all .3s}
.woocommerce .button:hover,.woocommerce button.button:hover{background:#1E3A5F;transform:translateY(-1px)}
.woocommerce .button.alt,.woocommerce button.button.alt{background:#F59E0B;color:#0A1628}
.woocommerce .button.alt:hover{background:#D97706}
.woocommerce-message{padding:14px 20px;border-radius:10px;margin-bottom:16px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:14px}
.woocommerce-error{padding:14px 20px;border-radius:10px;margin-bottom:16px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:14px;list-style:none}
.woocommerce-info{padding:14px 20px;border-radius:10px;margin-bottom:16px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:14px}
.woocommerce nav.woocommerce-pagination ul{display:flex;justify-content:center;gap:6px;margin-top:32px}
.woocommerce nav.woocommerce-pagination ul li{margin:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#0A1628;color:#fff;border-color:#0A1628}
.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:#0A1628}
.dk-stars{display:inline-flex;gap:1px}
.woocommerce .star-rating{display:inline-flex;color:#F59E0B;font-size:14px}
@media(prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}
