:root{
  --du-red:#e00000;
  --du-red-2:#ff3b3b;
  --du-bg:#f5f6f7;
  --du-card:#ffffff;
  --du-border:#e6e6e6;
  --du-text:#222;
  --du-muted:#666;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--du-text);
  background:var(--du-bg);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{
  border:0;
  clip:rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  white-space:nowrap;
}

.du-container{max-width:1180px;margin:0 auto;padding:0 16px}
.du-layout{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:start;padding:18px 0}
.du-main{min-height:60vh}
.du-no-scroll{overflow:hidden}

.du-header__bar{background:var(--du-red)}
.du-header__inner{display:grid;grid-template-columns:auto 1fr 340px;gap:0;align-items:stretch;padding:0}
.du-brand{position:relative}
.du-brand__toggle{
  appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  padding:18px 18px;
  font-weight:700;
  text-transform:uppercase;
  font-size:12.5px;
  letter-spacing:.3px;
  border-radius:0;
  align-self:center;
  cursor:pointer;
  gap:10px;
}
.du-brand__caret{
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:6px solid rgba(255,255,255,.9);
  transform:translateY(1px);
}

.du-brand__dropdown{
  position:absolute;
  left:0;
  top:100%;
  min-width:240px;
  background:#fff;
  border:1px solid var(--du-border);
  border-top:none;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
  z-index:50;
}
.du-brand__menu{list-style:none;margin:0;padding:8px 0}
.du-brand__menu a{
  display:block;
  padding:10px 14px;
  color:#222;
  font-weight:600;
  text-transform:none;
}
.du-brand__menu a:hover{background:#fafafa}
.du-brand__empty{padding:12px 14px;color:#777;font-size:13px}

.du-nav__menu{list-style:none;margin:0;padding:0;display:flex;gap:0}
.du-nav__menu > li{margin:0}
.du-nav__menu > li > a{
  display:block;
  padding:18px 18px;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-size:12.5px;
  letter-spacing:.3px;
  background:transparent;
  border-left:1px solid rgba(255,255,255,.18);
}
.du-nav__menu > li > a:hover{background:rgba(0,0,0,.12)}

.du-searchform{display:flex;gap:0;justify-content:flex-end}
.du-searchform__input{
  width:100%;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.55);
  border-right:none;
  outline:none;
  border-radius:2px 0 0 2px;
}
.du-searchform__btn{
  width:46px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.10);
  color:#fff;
  border-radius:0 2px 2px 0;
  cursor:pointer;
}
.du-searchform__btn:hover{filter:brightness(.95)}
.du-searchform__icon{font-size:16px;line-height:1}

.du-burger{display:none}
.du-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:80;
}
.du-drawer{
  position:fixed;
  top:0;
  right:0;
  height:100vh;
  width:min(340px, 88vw);
  background:#fff;
  z-index:90;
  box-shadow:-12px 0 34px rgba(0,0,0,.25);
}
.du-drawer__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 14px;
  border-bottom:1px solid var(--du-border);
}
.du-drawer__title{font-weight:800}
.du-drawer__close{
  appearance:none;
  border:1px solid var(--du-border);
  background:#fff;
  width:34px;
  height:34px;
  border-radius:6px;
  cursor:pointer;
  font-size:20px;
  line-height:1;
}
.du-drawer__body{padding:14px}
.du-drawer__search{margin-bottom:12px}
.du-drawer__menu{list-style:none;margin:0;padding:0}
.du-drawer__menu a{display:block;padding:12px 10px;border-radius:8px;font-weight:700}
.du-drawer__menu a:hover{background:#f5f5f5}

.du-mobile-cats{display:none}
.du-mobile-cats__select{
  width:100%;
  padding:14px 14px;
  border:1px solid var(--du-border);
  border-radius:6px;
  background:#fff;
  font-weight:700;
  letter-spacing:.2px;
  color:#777;
}

.du-sidebar__box{background:#fff;border:1px solid var(--du-border);border-radius:4px;overflow:hidden}
.du-sidebar__header{padding:12px 14px;border-bottom:1px solid var(--du-border)}
.du-sidebar__title{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.4px;color:#333}

.du-cats__menu{list-style:none;margin:0;padding:0}
.du-cats__menu li{position:relative;border-bottom:1px solid var(--du-border)}
.du-cats__menu li:last-child{border-bottom:none}
.du-cats__menu a{
  display:block;
  padding:12px 44px 12px 14px;
  color:#222;
  background:#fff;
}
.du-cats__menu a:hover{background:#fafafa}
.du-submenu__toggle{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  border:none;
  background:transparent;
  border-radius:0;
  cursor:pointer;
  color:#444;
  font-weight:700;
  font-size:18px;
  line-height:1;
}
.du-submenu__toggle:hover{opacity:.75}
.du-submenu{display:none;list-style:none;margin:0;padding:0;background:#fcfcfc}
.du-cats__menu li.is-open > .du-submenu{display:block}
.du-submenu a{padding-left:26px}

/* WP category list uses .children for nested ULs */
.du-cats__menu ul.children{display:none;list-style:none;margin:0;padding:0;background:#fcfcfc}
.du-cats__menu li.is-open > ul.children{display:block}
.du-cats__menu ul.children a{padding-left:26px}

.du-cats__hint{
  padding:10px 14px;
  font-size:12px;
  color:#777;
  background:#fff;
  border-top:1px solid var(--du-border);
}

.du-content{background:transparent}
.du-section__header{padding:4px 2px 10px 2px}
.du-section__title{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#777;
  letter-spacing:.3px;
  text-transform:uppercase;
}

.du-archive__header{padding:0 2px 14px 2px}
.du-archive__title{
  margin:0;
  font-size:34px;
  font-weight:800;
  color:#111;
  letter-spacing:.2px;
}

.du-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.du-card{
  background:var(--du-card);
  border:1px solid var(--du-border);
  border-radius:4px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
/* Card image wrapper:
   Use a padding-top fallback so images never collapse on browsers that don't support aspect-ratio. */
.du-card__img{
  display:block;
  background:#f2f2f2;
  position:relative;
  overflow:hidden;
}
.du-card__img:before{
  content:"";
  display:block;
  padding-top:75%; /* 4:3 fallback */
}
@supports (aspect-ratio: 4 / 3){
  .du-card__img{aspect-ratio:4/3}
  .du-card__img:before{display:none}
}
.du-card__img img,
.du-card__img .attachment-woocommerce_thumbnail,
.du-card__img .woocommerce-placeholder,
.du-card__img .wp-post-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.du-card__body{padding:12px 14px 10px 14px;display:flex;flex-direction:column;gap:10px;flex:1}
.du-card__title{margin:0;font-size:16px;line-height:1.35;min-height:44px}
.du-card__title a:hover{text-decoration:underline}

.du-card__prices{
  margin-top:auto;
  font-size:15px;
  display:flex;
  align-items:baseline;
  gap:10px;
}
.du-card__prices .price{display:inline-flex;gap:10px;align-items:baseline}
.du-card__prices ins{text-decoration:none}
.du-card__prices ins .woocommerce-Price-amount{color:#e60000;font-weight:800}
.du-card__prices del .woocommerce-Price-amount{color:#999}
.du-card__prices del{opacity:1}

.du-card__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 14px 12px 14px;
  border-top:1px solid var(--du-border);
  background:#fff;
}
.du-card__views{color:#888;font-size:12px;display:inline-flex;align-items:center;gap:6px}

.du-ico{display:inline-block;width:14px;height:14px;opacity:.75}
.du-ico--eye{
  background-repeat:no-repeat;
  background-size:14px 14px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M12 5c-7 0-10 7-10 7s3 7 10 7 10-7 10-7-3-7-10-7zm0 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-2.5A2.5 2.5 0 1 0 12 9a2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.du-order{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:#ff4b4b;
  color:#fff;
  font-weight:800;
  font-size:12px;
  letter-spacing:.3px;
}
.du-order:hover{filter:brightness(.95)}
.du-order__icon{
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:12px 12px;
  background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff4b4b'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.75 0 1.4-.41 1.74-1.03l3.2-5.8A1 1 0 0 0 21.17 6H6.21L5.27 4H2v2h2l3.6 7.59-1.35 2.44A2 2 0 0 0 8 19h12v-2H8l1.2-2z'/%3E%3C/svg%3E\");
}

.du-btn--secondary{
  background:transparent;
  color:#222;
  border:1px solid var(--du-border);
}
.du-btn--secondary:hover{background:#f5f5f5}

.du-empty{
  background:#fff;
  border:1px dashed var(--du-border);
  padding:16px;
  border-radius:6px;
  color:var(--du-muted);
}

.du-pagination{margin:18px 0}

.du-single__article{
  background:#fff;
  border:1px solid var(--du-border);
  border-radius:4px;
  padding:16px;
}
.du-single__title{margin:0 0 12px 0;font-size:22px;line-height:1.25}
.du-single__media{margin:0 0 14px 0;border-radius:4px;overflow:hidden}
.du-single__content{color:#222;line-height:1.6}
.du-single__content p{margin:0 0 12px 0}
.du-single__content a{color:#0066cc;text-decoration:underline}
.du-single__content a:hover{color:#0052a3;text-decoration:underline}
.du-single__cta{margin:14px 0 0 0}
.du-single__cta--secondary{margin-top:10px}

/* Floating WhatsApp button (single post) */
.du-wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  bottom:max(18px, env(safe-area-inset-bottom));
  z-index:999;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  font-weight:900;
  letter-spacing:.3px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.du-wa-float:hover{filter:brightness(.96)}
.du-wa-float__icon{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.18);
}
.du-wa-float__text{font-size:12px}

@media (max-width: 480px){
  .du-wa-float{
    right:12px;
    padding:12px 12px;
  }
  .du-wa-float__text{display:none}

  /* Single post: reserve space so floating WA button doesn't cover the footer (mobile only) */
  .single-post .du-footer{
    padding-bottom:110px;
  }
}

/* Basic WooCommerce spacing inside our layout */
.du-woo .woocommerce-notices-wrapper{margin-bottom:12px}
.du-woo--archive .woocommerce-notices-wrapper{display:none}
.du-woo--archive .woocommerce-result-count,
.du-woo--archive .woocommerce-ordering{display:none !important}
.du-woo--archive ul.products{list-style:none;margin:0;padding:0}
.du-woo--archive li.product{list-style:none}
.du-woo .product{
  background:#fff;
  border:1px solid var(--du-border);
  border-radius:4px;
  padding:16px;
}

/* Single product layout: gallery left, summary right */
.du-woo--single .product{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, .9fr);
  gap:18px;
  align-items:start;
}
.du-woo--single .woocommerce-product-gallery{margin:0}
.du-woo--single .woocommerce-product-gallery__wrapper{margin:0}
.du-woo--single .woocommerce-product-gallery__wrapper img{width:100%;height:auto;display:block;border-radius:6px}

/* Slider arrows (next/prev) */
.du-woo--single .woocommerce-product-gallery .flex-direction-nav{
  list-style:none;
  margin:0;
  padding:0;
}
.du-woo--single .woocommerce-product-gallery .flex-direction-nav a{
  opacity:0;
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  color:#fff;
  text-indent:-9999px;
  overflow:hidden;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
}
.du-woo--single .woocommerce-product-gallery:hover .flex-direction-nav a,
.du-woo--single .woocommerce-product-gallery:focus-within .flex-direction-nav a{
  opacity:1;
}
.du-woo--single .woocommerce-product-gallery .flex-direction-nav a:before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}
.du-woo--single .woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:10px}
.du-woo--single .woocommerce-product-gallery .flex-direction-nav a.flex-next{right:10px}
.du-woo--single .woocommerce-product-gallery .flex-direction-nav a.flex-prev:before{
  transform:rotate(225deg);
}

/* Thumbnails */
.du-woo--single .flex-control-thumbs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  list-style:none;
  margin:10px 0 0 0;
  padding:0;
}
.du-woo--single .flex-control-thumbs li{width:70px;margin:0}
.du-woo--single .flex-control-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid var(--du-border)}

/* Summary */
.du-woo--single .summary{margin:0}
.du-woo--single .product_title{
  margin:0 0 10px 0;
  font-size:20px;
  line-height:1.25;
}
.du-woo--single .price{
  font-size:18px;
  margin:0 0 10px 0;
}
.du-woo--single .price ins{text-decoration:none}
.du-woo--single .price ins .woocommerce-Price-amount{color:#e60000;font-weight:900}
.du-woo--single .price del .woocommerce-Price-amount{color:#999}
.du-woo--single .woocommerce-product-details__short-description{
  color:#333;
  line-height:1.6;
  margin:10px 0 12px 0;
}
.du-woo--single .woocommerce-product-details__short-description img{max-width:100%;height:auto}

/* Tabs */
.du-woo--single .woocommerce-tabs{grid-column:1 / -1;margin-top:14px}
.du-woo--single .woocommerce-tabs ul.tabs{margin:0 0 10px 0;padding:0;list-style:none;display:flex;gap:8px;flex-wrap:wrap}
.du-woo--single .woocommerce-tabs ul.tabs li{margin:0}
.du-woo--single .woocommerce-tabs ul.tabs li a{
  display:inline-block;
  padding:8px 12px;
  border:1px solid var(--du-border);
  border-radius:999px;
  font-weight:800;
  font-size:12px;
}
.du-woo--single .woocommerce-tabs ul.tabs li.active a{background:#111;color:#fff;border-color:#111}
.du-woo--single .woocommerce-tabs .panel{margin:0;padding:12px 0;border-top:1px solid var(--du-border)}
.du-woo--single .woocommerce-tabs .panel img{max-width:100%;height:auto}

@media (max-width: 1024px){
  .du-woo--single .product{grid-template-columns:1fr}
}

.du-footer{
  margin-top:24px;
  padding:18px 0;
}
.du-footer--dark{
  background:linear-gradient(#000,#0b0b0b);
  color:#fff;
}
.du-footer__grid{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:26px;
  padding:22px 0;
  align-items:start;
}
.du-footer__menu,
.du-footer__links{
  list-style:none;
  margin:0;
  padding:0;
}
.du-footer .widget{background:transparent;border:none;padding:0;margin:0}
.du-footer .widget-title{display:none}
.du-footer__menu li,
.du-footer__links li{margin:0 0 6px 0}
.du-footer a{color:#fff}
.du-footer a:hover{text-decoration:underline}
.du-footer__col--left{justify-self:start}
.du-footer__col--center{justify-self:center;text-align:center}
.du-footer__col--right{justify-self:end}
.du-footer__text{font-size:14px;line-height:1.35}
.du-footer__widget{font-size:14px;line-height:1.35}
.du-footer__menu a{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.35;
}
.du-footer__menu li{margin:0 0 6px 0}
.du-footer__links{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  flex-wrap:wrap;
  white-space:nowrap;
}
.du-footer__links li{margin:0}
.du-footer__links li+li:before{
  content:" | ";
  opacity:.9;
  margin:0 8px 0 6px;
}

@media (max-width: 1024px){
  .du-footer__grid{grid-template-columns:1fr;gap:12px}
  .du-footer__links{justify-content:flex-start}
}

@media (max-width: 1024px){
  .du-header__inner{grid-template-columns:auto 1fr;grid-template-rows:auto auto}
  .du-search{grid-column:1 / -1}
  .du-layout{grid-template-columns:1fr}
  .du-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 520px){
  /* Phones: keep 2-column layout (matches original), but tighten spacing so it stays neat */
  .du-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .du-card__body{padding:10px 10px 8px 10px;gap:8px}
  .du-card__bar{padding:8px 10px 10px 10px;gap:8px}
  .du-card__title{
    min-height:unset;
    font-size:14px;
    line-height:1.3;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .du-order{padding:8px 10px;font-size:11px}

  /* Mobile header bar like screenshot */
  .du-header__bar{background:transparent}
  .du-header__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    background:#e85c2a;
    border-radius:6px;
    padding:12px 12px;
    margin:12px 0 6px 0;
  }

  /* Hide desktop nav/search, show burger */
  .du-nav,
  .du-search{display:none}
  .du-burger{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:38px;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(255,255,255,.10);
    border-radius:6px;
    cursor:pointer;
  }
  .du-burger__lines{
    width:18px;
    height:2px;
    background:#fff;
    position:relative;
    display:block;
  }
  .du-burger__lines:before,
  .du-burger__lines:after{
    content:"";
    position:absolute;
    left:0;
    width:18px;
    height:2px;
    background:#fff;
  }
  .du-burger__lines:before{top:-6px}
  .du-burger__lines:after{top:6px}

  /* Brand dropdown hidden on mobile (use select) */
  .du-brand__dropdown{display:none !important}
  .du-brand__caret{display:none}
  .du-brand__toggle{padding:0;font-size:22px;letter-spacing:0;text-transform:none}

  /* Mobile content: show category select, hide sidebar */
  .du-layout{grid-template-columns:1fr}
  .du-sidebar{display:none}
  .du-mobile-cats{display:block;margin:12px 0 10px 0}

  /* Typography like reference */
  .du-section__title{font-size:32px;color:#cfcfcf;letter-spacing:.6px}

  /* Footer on mobile: 3 columns (left menu, middle RSS, right copyright) */
  .du-footer__grid{
    grid-template-columns:1fr auto 1fr;
    gap:18px;
    align-items:start;
  }
  .du-footer__col--left{grid-column:1;justify-self:start;text-align:left}
  /* Swap positions on mobile: right links go to middle */
  .du-footer__col--right{grid-column:2;justify-self:center;text-align:center}
  /* Center text goes to right */
  .du-footer__col--center{grid-column:3;justify-self:end;text-align:right}

  .du-footer__links{
    display:block;
    white-space:normal;
    justify-content:initial;
  }
  .du-footer__links li{margin:0 0 6px 0}
  .du-footer__links li+li:before{content:none;margin:0}
}

