:root{--color-primary:#0a1628;--color-secondary:#f59e0b;--color-accent:#10b981;--color-danger:#ef4444;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#1e293b;--color-muted:#64748b;--color-border:#e2e8f0;--color-primary-light:#1e3a5f;--color-secondary-dark:#d97706;--font-heading:'Plus Jakarta Sans' , system-ui , -apple-system , sans-serif;--font-body:'Inter' , system-ui , -apple-system , sans-serif;--font-mono:'JetBrains Mono' , monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;font-family:inherit}[hidden]{display:none!important}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{position:fixed;top:5px;left:5px;width:auto;height:auto;padding:8px 16px;clip:auto;background:#fff;z-index:9999}.dedek-container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}@media (min-width:768px){.dedek-container{padding:0 32px}}@media (min-width:1280px){.dedek-container{padding:0 40px}}.dedek-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:700;letter-spacing:.02em;border:none;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.dedek-btn::after{content:'';position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}.dedek-btn:hover::after{opacity:1}.dedek-btn--primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628;box-shadow:0 4px 14px rgba(245,158,11,.35)}.dedek-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(245,158,11,.45)}.dedek-btn--secondary{background:linear-gradient(135deg,#0a1628,#1e3a5f);color:#fff;box-shadow:0 4px 14px rgba(10,22,40,.3)}.dedek-btn--secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(10,22,40,.4)}.dedek-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.dedek-btn--outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6)}.dedek-btn--lg{padding:16px 36px;font-size:16px;border-radius:12px}.dedek-btn--sm{padding:8px 18px;font-size:12px}.dedek-btn--full{width:100%}.dedek-topbar{background:var(--color-primary);color:rgba(255,255,255,.8);font-size:12px;padding:6px 0;display:none}@media (min-width:768px){.dedek-topbar{display:block}}.dedek-topbar__inner{display:flex;justify-content:space-between;align-items:center}.dedek-topbar__left{display:flex;gap:20px}.dedek-topbar__link{color:rgba(255,255,255,.7);display:flex;align-items:center;gap:4px}.dedek-topbar__link:hover{color:var(--color-secondary)}.dedek-topbar__menu{list-style:none;display:flex;gap:16px}.dedek-topbar__menu a{color:rgba(255,255,255,.7);font-size:12px}.dedek-header__main{background:rgba(255,255,255,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.6);padding:14px 0;position:sticky;top:0;z-index:200;transition:all .3s}.dedek-header--scrolled{padding:8px 0;box-shadow:0 4px 30px rgba(0,0,0,.08)}.dedek-header__inner{display:flex;align-items:center;gap:16px}.dedek-header__logo{flex-shrink:0}.dedek-header__logo img{max-height:44px;width:auto}.dedek-header__logo-text{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--color-primary)}.dedek-header__search{flex:1;max-width:560px;margin:0 auto;display:none}@media (min-width:768px){.dedek-header__search{display:block}}.dedek-search-form{position:relative}.dedek-search-form__input{width:100%;padding:12px 52px 12px 20px;border:2px solid var(--color-border);border-radius:50px;font-size:14px;background:var(--color-bg);transition:all .2s}.dedek-search-form__input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 4px rgba(245,158,11,.1)}.dedek-search-form__btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#0a1628,#1e3a5f);color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center}.dedek-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.dedek-header__action{display:flex;align-items:center;gap:6px;color:var(--color-text);position:relative;font-size:13px;font-weight:500;padding:8px;border-radius:8px;transition:background .2s}.dedek-header__action:hover{background:var(--color-bg)}.dedek-header__action-label{display:none}@media (min-width:1024px){.dedek-header__action-label{display:block}}.dedek-cart-count{position:absolute;top:0;right:0;background:linear-gradient(135deg,#f59e0b,#d97706);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}.dedek-header__menu-toggle{display:flex;background:none;border:none;color:var(--color-text);padding:8px}@media (min-width:1024px){.dedek-header__menu-toggle{display:none}}.dedek-nav{background:var(--color-primary);display:none}@media (min-width:1024px){.dedek-nav{display:block}}.dedek-nav__list{list-style:none;display:flex}.dedek-nav__list>li>a{display:block;padding:14px 20px;color:rgba(255,255,255,.85);font-size:14px;font-weight:600;position:relative}.dedek-nav__list>li>a::after{content:'';position:absolute;bottom:0;left:20px;right:20px;height:2px;background:var(--color-secondary);transform:scaleX(0);transition:transform .3s}.dedek-nav__list>li>a:hover::after{transform:scaleX(1)}.dedek-nav__list>li>a:hover{color:#fff}.dedek-usp-bar{background:linear-gradient(135deg,#f59e0b,#fbbf24);padding:10px 0}.dedek-usp-bar__inner{display:flex;justify-content:center;gap:12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.dedek-usp-bar__inner::-webkit-scrollbar{display:none}@media (min-width:768px){.dedek-usp-bar__inner{gap:32px}}.dedek-usp-bar__item{display:flex;align-items:center;gap:6px;color:var(--color-primary);font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0}.dedek-breadcrumb{padding:12px 0;background:var(--color-surface)}.dedek-breadcrumb__list{list-style:none;display:flex;flex-wrap:wrap;gap:4px;font-size:12px;color:var(--color-muted)}.dedek-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(160deg,#050d1a 0%,#0a1628 30%,#1e3a5f 70%,#0f2744 100%)}@media (min-width:768px){.dedek-hero{min-height:560px}}.dedek-hero__bg{position:absolute;inset:0;opacity:.25;background-image:radial-gradient(ellipse 600px 400px at 15% 50%,rgba(245,158,11,.5),transparent 70%) , radial-gradient(ellipse 500px 500px at 85% 30%,rgba(16,185,129,.3),transparent 70%) , radial-gradient(ellipse 300px 300px at 50% 90%,rgba(59,130,246,.3),transparent 70%)}.dedek-hero::after{content:'';position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(245,158,11,.4),transparent) , radial-gradient(2px 2px at 80% 70%,rgba(255,255,255,.2),transparent) , radial-gradient(1px 1px at 40% 60%,rgba(245,158,11,.3),transparent);background-size:200px 200px;animation:dedek-float 20s linear infinite}@keyframes dedek-float{from{transform:translateY(0)}to{transform:translateY(-200px)}}@media (prefers-reduced-motion:reduce){.dedek-hero::after{animation:none}}.dedek-hero__inner{position:relative;z-index:2;padding:48px 0}@media (min-width:768px){.dedek-hero__inner{padding:72px 0}}.dedek-hero__content{max-width:600px}.dedek-hero__title{font-family:var(--font-heading);font-weight:800;color:#fff;line-height:1.1;font-size:28px;margin-bottom:16px;letter-spacing:-.02em}@media (min-width:480px){.dedek-hero__title{font-size:36px}}@media (min-width:768px){.dedek-hero__title{font-size:48px;margin-bottom:20px}}@media (min-width:1024px){.dedek-hero__title{font-size:56px}}.dedek-hero__subtitle{color:rgba(255,255,255,.75);font-size:15px;margin-bottom:28px;line-height:1.8;max-width:480px}@media (min-width:768px){.dedek-hero__subtitle{font-size:17px}}.dedek-hero__actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:479px){.dedek-hero__actions{flex-direction:column}.dedek-hero__actions .dedek-btn{width:100%;justify-content:center}}.dedek-section{padding:48px 0}@media (min-width:768px){.dedek-section{padding:72px 0}}.dedek-section__title{font-family:var(--font-heading);font-size:22px;font-weight:800;text-align:center;margin-bottom:32px;color:var(--color-primary);letter-spacing:-.02em}@media (min-width:768px){.dedek-section__title{font-size:32px;margin-bottom:48px}}.dedek-section__title::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(135deg,#f59e0b,#d97706);margin:12px auto 0;border-radius:2px}.dedek-section__action{text-align:center;margin-top:40px}.dedek-categories__grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:480px){.dedek-categories__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.dedek-categories__grid{grid-template-columns:repeat(3,1fr);gap:16px}}.dedek-category-card{position:relative;border-radius:16px;overflow:hidden;min-height:180px;display:flex;align-items:flex-end;background:linear-gradient(160deg,#0a1628,#1e3a5f);text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.dedek-category-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(10,22,40,.25)}@media (min-width:768px){.dedek-category-card{min-height:240px}}.dedek-category-card::before{content:'';position:absolute;inset:0;z-index:0;opacity:.6;background:radial-gradient(ellipse at 80% 20%,rgba(245,158,11,.4),transparent 60%);transition:opacity .4s}.dedek-category-card:hover::before{opacity:.8}.dedek-category-card:nth-child(2)::before{background:radial-gradient(ellipse at 20% 80%,rgba(16,185,129,.4),transparent 60%)}.dedek-category-card:nth-child(3)::before{background:radial-gradient(ellipse at 50% 50%,rgba(59,130,246,.35),transparent 60%)}.dedek-category-card:nth-child(4)::before{background:radial-gradient(ellipse at 80% 80%,rgba(139,92,246,.35),transparent 60%)}.dedek-category-card:nth-child(5)::before{background:radial-gradient(ellipse at 30% 30%,rgba(236,72,153,.3),transparent 60%)}.dedek-category-card:nth-child(6)::before{background:radial-gradient(ellipse at 70% 40%,rgba(245,158,11,.4),transparent 60%)}.dedek-category-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6;z-index:1;transition:all .4s}.dedek-category-card:hover .dedek-category-card__img{opacity:.45;transform:scale(1.05)}.dedek-category-card__info{position:relative;z-index:2;padding:24px;color:#fff;width:100%;background:linear-gradient(0deg,rgba(10,22,40,.85),rgba(10,22,40,.2) 80%,transparent)}.dedek-category-card__name{font-family:var(--font-heading);font-size:18px;font-weight:700}.dedek-category-card__count{font-size:13px;opacity:.7;display:block;margin-top:4px}.dedek-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:640px){.dedek-products-grid{gap:16px}}@media (min-width:768px){.dedek-products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.dedek-products-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.dedek-products-grid--sm{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.dedek-products-grid--sm{grid-template-columns:repeat(4,1fr)}}.dedek-product-card{background:var(--color-surface);border-radius:16px;overflow:hidden;border:1px solid var(--color-border);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.dedek-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:transparent}.dedek-product-card__media{position:relative;aspect-ratio:1;background:var(--color-bg);overflow:hidden}.dedek-product-card__img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .5s}.dedek-product-card:hover .dedek-product-card__img{transform:scale(1.05)}.dedek-product-card__img-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:16px;opacity:0;transition:opacity .4s}.dedek-product-card:hover .dedek-product-card__img-hover{opacity:1}.dedek-product-card__actions{position:absolute;bottom:12px;right:12px;display:flex;gap:6px;opacity:0;transform:translateY(8px);transition:all .3s}.dedek-product-card:hover .dedek-product-card__actions{opacity:1;transform:translateY(0)}.dedek-product-card__action{width:36px;height:36px;background:rgba(255,255,255,.95);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text);box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer}.dedek-product-card__action:hover{background:var(--color-primary);color:#fff;transform:scale(1.1)}.dedek-product-card__body{padding:16px;flex:1;display:flex;flex-direction:column}@media (min-width:768px){.dedek-product-card__body{padding:20px}}.dedek-product-card__category{font-size:11px;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.08em;font-weight:700;display:block;margin-bottom:6px}.dedek-product-card__title{font-size:14px;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.dedek-product-card__title a{color:var(--color-text)}.dedek-product-card__title a:hover{color:var(--color-primary)}.dedek-product-card__price{font-size:18px;font-weight:800;color:var(--color-primary);margin-bottom:12px;font-family:var(--font-heading)}.dedek-product-card__price del{font-size:13px;color:var(--color-muted);font-weight:400}.dedek-product-card__price ins{text-decoration:none;color:var(--color-danger)}.dedek-product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:4px;z-index:3}.dedek-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700}.dedek-badge--sale{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.dedek-badge--new{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.dedek-badge--last{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628}.dedek-badge--danger{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700}.dedek-product-card .button,.dedek-product-card .add_to_cart_button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .3s;text-decoration:none}.dedek-product-card .button:hover,.dedek-product-card .add_to_cart_button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.dedek-how-it-works{background:var(--color-surface)}.dedek-steps{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (min-width:768px){.dedek-steps{grid-template-columns:repeat(4,1fr);gap:32px}}.dedek-step{text-align:center}.dedek-step__number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:22px;font-weight:800;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628;box-shadow:0 8px 24px rgba(245,158,11,.3)}.dedek-step__title{font-weight:700;margin-bottom:6px;font-size:15px;color:var(--color-primary)}.dedek-step__desc{font-size:13px;color:var(--color-muted);line-height:1.6}.dedek-stats{background:linear-gradient(160deg,#050d1a,#0a1628,#1e3a5f);color:#fff;padding:48px 0}.dedek-stats__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;text-align:center}@media (min-width:768px){.dedek-stats__inner{grid-template-columns:repeat(4,1fr)}}.dedek-stat__number{display:block;font-size:36px;font-weight:800;color:var(--color-secondary);font-family:var(--font-heading)}@media (min-width:768px){.dedek-stat__number{font-size:48px}}.dedek-stat__label{font-size:13px;opacity:.7;margin-top:4px}.dedek-brands{background:var(--color-surface)}.dedek-brands__slider{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap;padding:16px 0}.dedek-brand-item{opacity:.5;transition:opacity .3s}.dedek-brand-item:hover{opacity:1}.dedek-brand-item__name{font-weight:700;font-size:16px;color:var(--color-muted)}.dedek-testimonials{background:var(--color-bg)}.dedek-testimonials__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:768px){.dedek-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dedek-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.dedek-testimonial{background:var(--color-surface);padding:28px;border-radius:16px;border:1px solid var(--color-border);transition:all .3s}.dedek-testimonial:hover{border-color:var(--color-secondary);box-shadow:0 8px 30px rgba(245,158,11,.08)}.dedek-testimonial__text{font-size:14px;line-height:1.8;margin-bottom:20px}.dedek-testimonial__text::before{content:'\201C';font-size:48px;font-family:Georgia,serif;color:var(--color-secondary);display:block;line-height:.8;margin-bottom:8px}.dedek-testimonial__footer{display:flex;align-items:center;gap:12px}.dedek-testimonial__author{font-weight:700;font-size:14px;display:block}.dedek-testimonial__product{font-size:12px;color:var(--color-muted);display:block}.dedek-blog-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:640px){.dedek-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dedek-blog-grid{grid-template-columns:repeat(3,1fr)}}.dedek-blog-card{background:var(--color-surface);border-radius:16px;overflow:hidden;border:1px solid var(--color-border);transition:all .3s}.dedek-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.dedek-blog-card__img{width:100%;aspect-ratio:16/10;object-fit:cover}.dedek-blog-card__body{padding:20px}.dedek-blog-card__date{font-size:12px;color:var(--color-muted)}.dedek-blog-card__title{font-size:16px;font-weight:700;margin:6px 0;line-height:1.4}.dedek-blog-card__title a{color:var(--color-text)}.dedek-footer__newsletter{background:linear-gradient(160deg,#050d1a,#0a1628);padding:48px 0}.dedek-footer__newsletter-inner{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}@media (min-width:768px){.dedek-footer__newsletter-inner{grid-template-columns:1fr 1fr}}.dedek-footer__newsletter-text h3{color:var(--color-secondary);font-size:24px;font-weight:800;font-family:var(--font-heading)}.dedek-footer__newsletter-text p{color:rgba(255,255,255,.6);margin-top:4px}.dedek-footer__newsletter-form{display:flex;flex-direction:column;gap:8px}.dedek-footer__newsletter-form input[type="email"]{padding:14px 20px;border:2px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;background:rgba(255,255,255,.05);color:#fff}.dedek-footer__newsletter-form input[type="email"]::placeholder{color:rgba(255,255,255,.4)}.dedek-footer__newsletter-form input[type="email"]:focus{outline:none;border-color:var(--color-secondary)}.dedek-footer__newsletter-consent{color:rgba(255,255,255,.4);font-size:12px}.dedek-footer__newsletter-consent label{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.dedek-footer__main{background:#060e1a;padding:48px 0}.dedek-footer__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:480px){.dedek-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dedek-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr 1.2fr}}.dedek-footer__logo img{max-height:36px;margin-bottom:16px}.dedek-footer__brand{color:#fff;font-size:18px;font-weight:800;margin-bottom:16px}.dedek-footer__desc{color:rgba(255,255,255,.5);font-size:14px;line-height:1.7}.dedek-footer__social{display:flex;gap:8px;margin-top:16px}.dedek-footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border-radius:8px;color:rgba(255,255,255,.5);transition:all .2s}.dedek-footer__social-link:hover{background:var(--color-secondary);color:var(--color-primary)}.dedek-footer__title{color:#fff;font-size:14px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.dedek-footer__menu{list-style:none}.dedek-footer__menu li{margin-bottom:10px}.dedek-footer__menu a{color:rgba(255,255,255,.5);font-size:14px}.dedek-footer__menu a:hover{color:var(--color-secondary)}.dedek-footer__contact{list-style:none}.dedek-footer__contact li{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:rgba(255,255,255,.5);font-size:14px}.dedek-footer__contact a{color:rgba(255,255,255,.5)}.dedek-footer__contact a:hover{color:var(--color-secondary)}.dedek-footer__bottom{background:#030911;padding:16px 0}.dedek-footer__bottom-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;text-align:center}@media (min-width:768px){.dedek-footer__bottom-inner{justify-content:space-between;text-align:left}}.dedek-footer__copyright p{color:rgba(255,255,255,.3);font-size:12px}.dedek-footer__payment{display:flex;gap:6px}.dedek-pay-icon{padding:4px 10px;background:rgba(255,255,255,.08);border-radius:4px;color:rgba(255,255,255,.5);font-size:11px;font-weight:700}.dedek-footer__legal{display:flex;gap:16px;flex-wrap:wrap}.dedek-footer__legal a{color:rgba(255,255,255,.35);font-size:11px}.dedek-mobile-bar{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);border-top:1px solid var(--color-border);display:flex;justify-content:space-around;padding:6px 0;z-index:200}@media (min-width:1024px){.dedek-mobile-bar{display:none}}.dedek-mobile-bar__item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:var(--color-muted);background:none;border:none;min-width:44px;min-height:44px;justify-content:center;font-family:var(--font-body);cursor:pointer}@media (max-width:1023px){body{padding-bottom:60px}}.dedek-mobile-menu{position:fixed;inset:0;background:var(--color-surface);z-index:400;overflow-y:auto}.dedek-mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--color-border)}.dedek-mobile-menu__close{background:none;border:none;padding:8px}.dedek-mobile-menu__list{list-style:none;padding:16px 20px}.dedek-mobile-menu__list li{border-bottom:1px solid var(--color-border)}.dedek-mobile-menu__list a{display:block;padding:14px 0;font-size:16px;font-weight:500}.dedek-cookie-notice{position:fixed;bottom:0;left:0;right:0;background:rgba(10,22,40,.97);backdrop-filter:blur(20px);color:#fff;padding:16px 0;z-index:500}.dedek-cookie-notice p{font-size:13px;margin-bottom:8px;color:rgba(255,255,255,.8)}.dedek-cookie-notice a{color:var(--color-secondary)}.dedek-cookie-notice__actions{display:flex;gap:8px}.dedek-toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--color-primary);color:#fff;padding:12px 28px;border-radius:12px;font-size:14px;font-weight:600;z-index:500;opacity:0;transition:all .3s;pointer-events:none}.dedek-toast--visible{opacity:1;transform:translateX(-50%) translateY(0)}.woocommerce .button,.woocommerce button.button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;border:none;border-radius:8px;background:linear-gradient(135deg,#0a1628,#1e3a5f);color:#fff;cursor:pointer;transition:all .3s}.woocommerce .button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(10,22,40,.3)}.woocommerce .button.alt{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628}.woocommerce-message{padding:16px 20px;border-radius:12px;margin-bottom:16px;font-size:14px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.woocommerce-error{padding:16px 20px;border-radius:12px;margin-bottom:16px;font-size:14px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;list-style:none}.dedek-pagination{margin-top:40px;display:flex;justify-content:center;gap:6px}.dedek-pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);border-radius:10px;font-size:14px;font-weight:600}.dedek-pagination .page-numbers.current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.dedek-404{padding:80px 0}.dedek-404__content{text-align:center;max-width:560px;margin:0 auto}.dedek-404__code{font-size:120px;font-weight:800;color:var(--color-border);line-height:1;font-family:var(--font-heading)}.dedek-404__title{font-size:28px;font-weight:800;margin:16px 0 12px}.dedek-404__desc{color:var(--color-muted);margin-bottom:32px}.dedek-404__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}.dedek-footer__newsletter-form .dedek-btn,.dedek-footer__newsletter-form button[type="submit"]{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628;border:none;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;width:100%}@media (min-width:480px){.dedek-footer__newsletter-form .dedek-btn,.dedek-footer__newsletter-form button[type="submit"]{width:auto}}.dedek-footer__newsletter-form .dedek-btn:hover,.dedek-footer__newsletter-form button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(245,158,11,.4)}.dedek-badge--outofstock,.outofstock .dedek-product-card__body .stock{display:inline-block;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:4px 12px;border-radius:6px;font-size:11px;font-weight:700}.outofstock .dedek-product-card__media::after{content:'';position:absolute;inset:0;background:rgba(255,255,255,.5);z-index:2}.dedek-products-grid>*{min-width:0}.dedek-categories__grid>*{min-width:0}.dedek-product-card .button,.dedek-product-card .add_to_cart_button,.dedek-product-card .product_type_simple{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;background:linear-gradient(135deg,#f59e0b,#d97706);color:#0a1628;border:none;border-radius:8px;cursor:pointer;transition:all .3s;text-decoration:none}.dedek-product-card .button:hover,.dedek-product-card .add_to_cart_button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.dedek-section__title::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(135deg,#f59e0b,#d97706);margin:12px auto 0;border-radius:2px}.woocommerce ul.products{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@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:20px}}.woocommerce ul.products li.product{margin:0;float:none;width:100%}.dedek-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--color-border);border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:300;max-height:400px;overflow-y:auto}.dedek-search-result{display:flex;gap:12px;padding:12px 16px;align-items:center;border-bottom:1px solid var(--color-border);transition:background .15s}.dedek-search-result:last-child{border-bottom:none}.dedek-search-result:hover{background:var(--color-bg)}.dedek-search-result img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:var(--color-bg)}.dedek-search-result__title{font-weight:600;font-size:14px;display:block}.dedek-search-result__price{font-size:13px;color:var(--color-muted)}.dedek-mega-menu{position:absolute;top:100%;left:0;width:100vw;background:#fff;border-top:3px solid var(--color-secondary);box-shadow:0 20px 40px rgba(0,0,0,.1);z-index:300;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s}.dedek-nav__item--has-mega:hover .dedek-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.dedek-mega-menu__inner{display:grid;grid-template-columns:1fr 280px;gap:32px;padding:32px 0}.dedek-mega-menu__list{list-style:none;columns:2;column-gap:16px}.dedek-mega-menu__list>li>a{display:block;padding:8px 12px;font-size:14px;font-weight:500;color:var(--color-text);border-radius:8px;transition:background .15s}.dedek-mega-menu__list>li>a:hover{background:var(--color-bg);color:var(--color-primary)}.dedek-mega-menu__featured{border-left:1px solid var(--color-border);padding-left:32px}.dedek-mega-menu__featured-title{font-size:12px;font-weight:700;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.dedek-compare-bar{position:fixed;bottom:60px;left:0;right:0;background:#fff;border-top:2px solid var(--color-secondary);box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:190;padding:12px 0}@media (min-width:1024px){.dedek-compare-bar{bottom:0}}.dedek-compare-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.dedek-modal-overlay{position:fixed;inset:0;background:rgba(10,22,40,.6);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.dedek-modal{background:#fff;border-radius:20px;padding:32px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 48px rgba(0,0,0,.2)}.dedek-modal__close{float:right;background:none;border:none;font-size:24px;cursor:pointer;color:var(--color-muted);padding:4px}.dedek-wishlist-active svg{fill:var(--color-danger);stroke:var(--color-danger)}.dedek-compare-toggle--active svg{fill:var(--color-secondary);stroke:var(--color-secondary)}.dedek-page__title,.dedek-single__title{font-family:var(--font-heading);font-size:28px;font-weight:800;color:var(--color-primary);margin-bottom:24px;letter-spacing:-.02em}.dedek-page__content,.dedek-single__content{font-size:16px;line-height:1.8;max-width:800px}.dedek-page__content p,.dedek-single__content p{margin-bottom:16px}.dedek-page__content h2,.dedek-single__content h2{font-size:24px;font-weight:700;margin:32px 0 12px}.dedek-page__content h3,.dedek-single__content h3{font-size:20px;font-weight:700;margin:24px 0 8px}.dedek-page__content img,.dedek-single__content img{border-radius:12px;margin:16px 0}