:root{
  --dpc-dark:#181512;
  --dpc-white:#fff;
  --dpc-muted:#70685f;
  --dpc-border:rgba(255,255,255,.18);
  --dpc-font:Inter,Arial,sans-serif;
  --dpc-serif:Georgia,Times New Roman,serif;
  --dpc-footer-bg:#e8decd;
  --dpc-footer-bottom:#94866f;
}
*{box-sizing:border-box}
html{margin:0!important}
body{margin:0;font-family:var(--dpc-font);color:var(--dpc-dark);background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

/* HEADER - fixed premium one-line layout */
.dpc-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  color:#fff;
  background:linear-gradient(180deg,rgba(18,16,14,.72),rgba(18,16,14,.38));
  border-bottom:1px solid rgba(255,255,255,.20);
  transition:background .25s, backdrop-filter .25s;
}
.admin-bar .dpc-header{top:32px}
.dpc-header.is-scrolled{
  position:fixed;
  background:rgba(24,21,18,.90);
  backdrop-filter:blur(12px);
}
.dpc-header__inner{
  width:100%;
  max-width:1840px;
  height:118px;
  margin:0 auto;
  padding:0 44px;
  display:grid;
  grid-template-columns:300px minmax(0,1fr) 390px;
  align-items:center;
  gap:34px;
}
.dpc-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:0!important;
  width:300px!important;
  max-width:300px!important;
  overflow:visible!important;
}
.dpc-logo img,
.dpc-logo .custom-logo,
.dpc-logo a img,
.dpc-logo .custom-logo-link img{
  display:block!important;
  height:var(--dpc-logo-height, 86px)!important;
  width:auto!important;
  max-width:300px!important;
  max-height:var(--dpc-logo-height, 86px)!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
.dpc-logo .custom-logo-link{display:flex!important;align-items:center!important;line-height:0!important}
.dpc-logo-text{font-size:30px;letter-spacing:.18em;font-weight:500;color:#fff}
.dpc-logo small{font-size:10px;letter-spacing:.42em;margin-top:9px;color:#fff}
.dpc-nav{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;overflow:hidden!important}
.dpc-menu{list-style:none;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:38px!important;white-space:nowrap!important;min-width:0!important}
.dpc-menu li{position:relative;margin:0!important;padding:0!important;flex:0 0 auto!important}
.dpc-menu a{display:block;color:#fff!important;font-size:13px!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important;transition:opacity .2s;line-height:1.2!important}
.dpc-menu a:hover{opacity:.72}
.dpc-menu .sub-menu{position:absolute;top:calc(100% + 32px);left:50%;transform:translateX(-50%) translateY(10px);opacity:0;visibility:hidden;min-width:260px;background:#fff;color:#151515;box-shadow:0 22px 70px rgba(0,0,0,.18);padding:20px;list-style:none;transition:.2s;white-space:normal;z-index:99999}
.dpc-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dpc-menu .sub-menu a{color:#151515!important;display:block;padding:10px;font-size:12px!important}
.dpc-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:24px!important;min-width:0!important;white-space:nowrap!important}
.dpc-action{border:0;background:transparent;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;font:inherit;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.035em!important;font-weight:800!important;cursor:pointer;position:relative;line-height:1!important;white-space:nowrap!important;padding:0!important;min-width:58px!important}
.dpc-action svg{width:25px!important;height:25px!important;stroke:#fff!important;fill:none!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important}
.dpc-cart-count{position:absolute;top:17px;right:4px;min-width:19px;height:19px;border-radius:999px;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;padding:0 5px}
.dpc-mobile-toggle{display:none;background:transparent;border:0;width:34px;padding:0}
.dpc-mobile-toggle span{display:block;height:2px;background:#fff;margin:7px 0}
.dpc-search-panel{display:none;border-top:1px solid rgba(255,255,255,.20);padding:18px 38px;background:rgba(24,21,18,.94)}
.dpc-search-panel.is-open{display:block}
.dpc-search-panel form{max-width:900px;margin:0 auto;display:flex;gap:12px}
.dpc-search-panel input{flex:1;padding:16px 18px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff}
.dpc-search-panel input::placeholder{color:rgba(255,255,255,.68)}
.dpc-search-panel button,.dpc-btn{padding:16px 28px;border:1px solid #fff;background:transparent;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
/* HERO */

.dpc-hero-content{position:absolute;z-index:6;left:6.5%;top:50%;transform:translateY(-33%);color:#fff;max-width:610px}
.dpc-eyebrow{font-size:14px;letter-spacing:.18em;margin:0 0 24px}
.dpc-hero-content h1{font-family:var(--dpc-serif);font-size:72px;line-height:.98;font-weight:400;margin:0 0 38px}
.dpc-hero-content em{font-style:italic}
.dpc-btn{display:inline-flex;align-items:center;gap:34px;min-width:260px;justify-content:space-between}
.dpc-benefits{max-width:1440px;margin:-1px auto 0;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -16px 44px rgba(0,0,0,.04);position:relative;z-index:10}
.dpc-benefits div{padding:34px 40px;border-right:1px solid #e7e2dc}
.dpc-benefits div:last-child{border-right:0}
.dpc-benefits strong{display:block;text-transform:uppercase;font-size:13px;letter-spacing:.06em;margin-bottom:8px}
.dpc-benefits span{color:var(--dpc-muted);font-size:14px}
.dpc-page-content{max-width:1240px;margin:70px auto;padding:0 30px}

/* FOOTER - old screenshot look */
.dpc-footer{margin-top:70px;background:var(--dpc-footer-bg);color:#050505;text-align:center}
.dpc-footer-main{max-width:1260px;margin:0 auto;padding:58px 30px 56px}
.dpc-footer-logo{display:flex;justify-content:center;align-items:center;margin-bottom:18px}
.dpc-footer-logo img,.dpc-footer-logo .custom-logo{width:230px!important;max-width:230px!important;max-height:90px!important;height:auto!important;object-fit:contain!important;filter:none!important}
.dpc-footer-logo-text{font-size:30px;font-family:var(--dpc-serif)}
.dpc-footer-topnav,.dpc-footer-nav{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
.dpc-footer-topnav{font-size:16px;margin-bottom:27px}.dpc-footer-nav{font-size:16px;margin:26px 0 24px}
.dpc-footer-line{height:2px;background:#94866f;width:100%;max-width:1250px;margin:0 auto}
.dpc-footer-social{display:flex;justify-content:center;gap:34px;font-size:32px;font-weight:900;line-height:1}
.dpc-footer-bottom{background:var(--dpc-footer-bottom);color:#fff;font-size:13px;font-weight:700;letter-spacing:.03em;text-align:left}
.dpc-footer-bottom-inner{max-width:1290px;margin:0 auto;min-height:66px;padding:14px 30px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.dpc-anpc{margin-left:auto;background:#fff;color:#213b8f;border-radius:6px;border:1px solid #7d86b3;padding:6px 22px;font-size:11px;text-transform:uppercase}.dpc-anpc + .dpc-anpc{margin-left:0}

@media(max-width:1380px){
  .dpc-header__inner{grid-template-columns:220px minmax(480px,1fr) 360px;padding:0 30px;gap:24px}
  .dpc-logo,.dpc-logo img,.dpc-logo .custom-logo{width:205px!important;max-width:205px!important;min-width:205px}
  .dpc-menu{gap:28px}.dpc-menu a{font-size:12px}.dpc-actions{gap:18px}.dpc-action{font-size:10px}.dpc-action svg{width:24px;height:24px}
}
@media(max-width:1180px){
  .dpc-header__inner{grid-template-columns:190px 1fr auto;height:120px}.dpc-menu{gap:20px}.dpc-actions{gap:14px}.dpc-action span:not(.dpc-cart-count){display:none}
}
@media(max-width:900px){
  .admin-bar .dpc-header{top:46px}.dpc-header__inner{display:flex;height:86px;justify-content:space-between;padding:0 20px}.dpc-logo,.dpc-logo img,.dpc-logo .custom-logo{width:170px!important;max-width:170px!important;min-width:auto}.dpc-mobile-toggle{display:block}.dpc-nav{position:absolute;top:100%;left:0;right:0;background:rgba(24,21,18,.96);display:none;padding:20px 26px}.dpc-nav.is-open{display:block}.dpc-menu{display:block;white-space:normal}.dpc-menu li{border-bottom:1px solid rgba(255,255,255,.1)}.dpc-menu a{display:block;padding:16px 0}.dpc-actions{gap:16px}.dpc-hero-content h1{font-size:50px}.dpc-benefits{grid-template-columns:1fr 1fr}.dpc-footer-bottom-inner{justify-content:center;text-align:center}.dpc-anpc{margin-left:0}
}
@media(max-width:640px){
  .dpc-header__inner{height:78px}.dpc-logo,.dpc-logo img,.dpc-logo .custom-logo{width:145px!important;max-width:145px!important}.dpc-actions .dpc-action:not(.dpc-cart){display:none}.dpc-hero-content{left:24px;right:24px}.dpc-hero-content h1{font-size:42px}.dpc-benefits{grid-template-columns:1fr}.dpc-benefits div{padding:24px}.dpc-search-panel form{display:block}.dpc-search-panel button{width:100%;margin-top:10px}.dpc-footer-topnav,.dpc-footer-nav{gap:24px;font-size:14px}.dpc-footer-main{padding:44px 20px}.dpc-footer-bottom-inner{display:block}.dpc-footer-bottom-inner>*{display:block;margin:8px auto}.dpc-anpc{max-width:260px}
}


/* FINAL RESPONSIVE OVERRIDES */
@media(max-width:1500px){
  .dpc-header__inner{grid-template-columns:260px minmax(0,1fr) 340px;height:108px;padding:0 30px;gap:24px}
  .dpc-logo{width:260px!important;max-width:260px!important}.dpc-logo img,.dpc-logo .custom-logo,.dpc-logo a img,.dpc-logo .custom-logo-link img{max-width:260px!important;height:var(--dpc-logo-height, 76px)!important;max-height:var(--dpc-logo-height, 76px)!important}
  .dpc-menu{gap:25px!important}.dpc-menu a{font-size:12px!important}.dpc-actions{gap:14px!important}.dpc-action{font-size:10px!important;min-width:50px!important}.dpc-action svg{width:23px!important;height:23px!important}
}
@media(max-width:1180px){
  .dpc-header__inner{grid-template-columns:220px minmax(0,1fr) auto;height:96px}.dpc-logo{width:220px!important;max-width:220px!important}.dpc-logo img,.dpc-logo .custom-logo,.dpc-logo a img,.dpc-logo .custom-logo-link img{max-width:220px!important;height:64px!important;max-height:64px!important}.dpc-menu{gap:18px!important}.dpc-actions{gap:10px!important}.dpc-action span:not(.dpc-cart-count){display:none!important}.dpc-action{min-width:34px!important}
}
@media(max-width:900px){
  .admin-bar .dpc-header{top:46px}.dpc-header__inner{display:flex;height:86px;justify-content:space-between;padding:0 20px}.dpc-logo{width:180px!important;max-width:180px!important}.dpc-logo img,.dpc-logo .custom-logo,.dpc-logo a img,.dpc-logo .custom-logo-link img{width:auto!important;height:56px!important;max-width:180px!important;max-height:56px!important}.dpc-mobile-toggle{display:block}.dpc-nav{position:absolute;top:100%;left:0;right:0;background:rgba(24,21,18,.96);display:none!important;padding:20px 26px;overflow:visible!important}.dpc-nav.is-open{display:block!important}.dpc-menu{display:block!important;white-space:normal!important}.dpc-menu li{border-bottom:1px solid rgba(255,255,255,.1)}.dpc-menu a{display:block;padding:16px 0}.dpc-actions{gap:16px!important}.dpc-hero-content h1{font-size:50px}.dpc-benefits{grid-template-columns:1fr 1fr}.dpc-footer-bottom-inner{justify-content:center;text-align:center}.dpc-anpc{margin-left:0}
}
@media(max-width:640px){
  .dpc-header__inner{height:78px}.dpc-logo{width:150px!important;max-width:150px!important}.dpc-logo img,.dpc-logo .custom-logo,.dpc-logo a img,.dpc-logo .custom-logo-link img{height:46px!important;max-width:150px!important;max-height:46px!important}.dpc-actions .dpc-action:not(.dpc-cart){display:none!important}.dpc-hero-content{left:24px;right:24px}.dpc-hero-content h1{font-size:42px}.dpc-benefits{grid-template-columns:1fr}.dpc-benefits div{padding:24px}.dpc-search-panel form{display:block}.dpc-search-panel button{width:100%;margin-top:10px}.dpc-footer-topnav,.dpc-footer-nav{gap:24px;font-size:14px}.dpc-footer-main{padding:44px 20px}.dpc-footer-bottom-inner{display:block}.dpc-footer-bottom-inner>*{display:block;margin:8px auto}.dpc-anpc{max-width:260px}
}

/* =========================================================
   V2.4 - real header/mobile/mega menu fixes
   ========================================================= */
.dpc-header{
  background:linear-gradient(180deg,rgba(27,22,18,.82),rgba(27,22,18,.52))!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
}
.dpc-header__inner{
  max-width:1840px!important;
  height:112px!important;
  padding:0 36px!important;
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr) 360px!important;
  align-items:center!important;
  gap:32px!important;
}
.dpc-logo,
.dpc-logo a{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:250px!important;
  max-width:250px!important;
  line-height:0!important;
  overflow:visible!important;
}
.dpc-logo img,
.dpc-logo .dpc-logo-img,
.dpc-logo .custom-logo{
  display:block!important;
  width:auto!important;
  height:var(--dpc-logo-height, 74px)!important;
  max-height:var(--dpc-logo-height, 74px)!important;
  max-width:245px!important;
  object-fit:contain!important;
  filter:brightness(0) invert(1)!important;
}
.dpc-nav{overflow:visible!important;justify-content:center!important;min-width:0!important;}
.dpc-menu{gap:34px!important;justify-content:center!important;}
.dpc-menu > li > a{font-size:13px!important;letter-spacing:.045em!important;}
.dpc-actions{justify-content:flex-end!important;gap:22px!important;}
.dpc-action{min-width:52px!important;font-size:10px!important;}
.dpc-action svg{width:24px!important;height:24px!important;}

/* desktop mega menu: modern panel for Postere / any item with children */
.dpc-menu > li.menu-item-has-children{position:static!important;}
.dpc-menu > li.menu-item-has-children > .sub-menu{
  position:absolute!important;
  top:100%!important;
  left:50%!important;
  transform:translateX(-50%) translateY(18px)!important;
  width:min(1180px, calc(100vw - 64px))!important;
  min-width:0!important;
  max-height:calc(100vh - 150px)!important;
  overflow:auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px 28px!important;
  padding:34px 38px 34px 330px!important;
  background:#fff!important;
  color:#151515!important;
  border-radius:0 0 22px 22px!important;
  box-shadow:0 28px 80px rgba(0,0,0,.22)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
  z-index:99999!important;
}
.dpc-menu > li.menu-item-has-children:hover > .sub-menu,
.dpc-menu > li.menu-item-has-children:focus-within > .sub-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.dpc-menu > li.menu-item-has-children > .sub-menu:before{
  content:'Postere';
  position:absolute;
  left:38px;
  top:34px;
  width:230px;
  height:calc(100% - 68px);
  border-radius:18px;
  background:linear-gradient(145deg,#e9dfd0,#c6b69d);
  color:#211b15;
  display:flex;
  align-items:flex-end;
  padding:28px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:38px;
  line-height:1;
}
.dpc-menu > li.menu-item-has-children > .sub-menu:after{
  content:'Alege categoria potrivită pentru spațiul tău';
  position:absolute;
  left:66px;
  top:82px;
  width:160px;
  font-size:12px;
  line-height:1.45;
  color:#665946;
  letter-spacing:.03em;
}
.dpc-menu > li.menu-item-has-children > .sub-menu li{position:relative!important;border:0!important;}
.dpc-menu > li.menu-item-has-children > .sub-menu a{
  color:#1b1713!important;
  padding:10px 0!important;
  font-size:13px!important;
  font-weight:750!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  line-height:1.25!important;
  border-bottom:1px solid #eee8df!important;
}
.dpc-menu > li.menu-item-has-children > .sub-menu a:hover{color:#8d7455!important;opacity:1!important;}



@media(max-width:1500px){
  .dpc-header__inner{grid-template-columns:220px minmax(0,1fr) 320px!important;height:100px!important;padding:0 26px!important;gap:22px!important;}
  .dpc-logo,.dpc-logo a{width:220px!important;max-width:220px!important;}
  .dpc-logo img,.dpc-logo .dpc-logo-img,.dpc-logo .custom-logo{height:64px!important;max-height:64px!important;max-width:220px!important;}
  .dpc-menu{gap:22px!important;}
  .dpc-menu > li > a{font-size:12px!important;}
  .dpc-actions{gap:13px!important;}
  .dpc-action span:not(.dpc-cart-count){display:none!important;}
  .dpc-action{min-width:32px!important;}
}

/* tablet/mobile header like Garderoba screenshot */
@media(max-width:1024px){
  .admin-bar .dpc-header{top:46px!important;}
  .dpc-header{
    position:absolute!important;
    background:rgba(38,30,23,.92)!important;
    backdrop-filter:blur(10px)!important;
  }
  .dpc-header.is-scrolled{position:fixed!important;background:rgba(38,30,23,.96)!important;}
  .dpc-header__inner{
    display:flex!important;
    height:78px!important;
    padding:0 22px!important;
    gap:0!important;
    justify-content:flex-start!important;
  }
  .dpc-logo{order:1!important;margin-right:auto!important;width:auto!important;max-width:210px!important;}
  .dpc-logo a{width:auto!important;max-width:210px!important;}
  .dpc-logo img,.dpc-logo .dpc-logo-img,.dpc-logo .custom-logo{height:48px!important;max-height:48px!important;max-width:205px!important;}
  .dpc-logo-text{font-family:Georgia,'Times New Roman',serif!important;font-size:27px!important;letter-spacing:.05em!important;}
  .dpc-logo small{display:none!important;}
  .dpc-actions{order:2!important;display:flex!important;gap:17px!important;margin-left:auto!important;align-items:center!important;}
  .dpc-action{display:flex!important;min-width:auto!important;width:22px!important;height:34px!important;padding:0!important;}
  .dpc-action svg{width:21px!important;height:21px!important;}
  .dpc-action span:not(.dpc-cart-count){display:none!important;}
  .dpc-cart-count{top:1px!important;right:-9px!important;min-width:15px!important;height:15px!important;font-size:9px!important;}
  .dpc-mobile-toggle{order:3!important;display:block!important;width:30px!important;height:34px!important;margin-left:18px!important;position:relative!important;}
  .dpc-mobile-toggle span{height:1.5px!important;margin:7px 0!important;background:#fff!important;transition:.2s!important;}
  .dpc-nav{
    order:4!important;
    position:absolute!important;
    left:0!important;right:0!important;top:100%!important;
    display:none!important;
    padding:0!important;
    background:rgba(38,30,23,.98)!important;
    box-shadow:0 20px 45px rgba(0,0,0,.28)!important;
    max-height:calc(100vh - 78px)!important;
    overflow:auto!important;
  }
  .dpc-nav.is-open{display:block!important;}
  .dpc-menu{display:block!important;white-space:normal!important;width:100%!important;padding:10px 22px 24px!important;}
  .dpc-menu > li{border-bottom:1px solid rgba(255,255,255,.12)!important;}
  .dpc-menu > li > a{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:18px 0!important;font-size:13px!important;color:#fff!important;}
  .dpc-menu > li.menu-item-has-children > a:after{content:'+';font-size:18px;font-weight:400;}
  .dpc-menu > li.menu-item-has-children > .sub-menu{
    position:static!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    max-height:none!important;
    padding:0 0 16px!important;
    box-shadow:none!important;
    background:transparent!important;
    border-radius:0!important;
    gap:0 20px!important;
  }
  .dpc-menu > li.menu-item-has-children > .sub-menu:before,
  .dpc-menu > li.menu-item-has-children > .sub-menu:after{display:none!important;}
  .dpc-menu > li.menu-item-has-children > .sub-menu a{
    color:rgba(255,255,255,.82)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    padding:11px 0!important;
    font-size:12px!important;
  }

  .dpc-hero-content{left:24px!important;right:24px!important;top:56%!important;transform:translateY(-35%)!important;}
  .dpc-hero-content h1{font-size:46px!important;line-height:1!important;}
  .dpc-eyebrow{font-size:11px!important;letter-spacing:.16em!important;}
  .dpc-btn{min-width:230px!important;padding:14px 20px!important;font-size:12px!important;}

}

@media(max-width:560px){
  .dpc-header__inner{height:70px!important;padding:0 16px!important;}
  .dpc-logo img,.dpc-logo .dpc-logo-img,.dpc-logo .custom-logo{height:40px!important;max-height:40px!important;max-width:150px!important;}
  .dpc-logo-text{font-size:24px!important;}
  .dpc-actions{gap:14px!important;}
  .dpc-action svg{width:20px!important;height:20px!important;}
  .dpc-mobile-toggle{margin-left:15px!important;}
  .dpc-nav{max-height:calc(100vh - 70px)!important;}
  .dpc-menu > li.menu-item-has-children > .sub-menu{grid-template-columns:1fr!important;}

}


/* === DPC V2.5 fixes: search modal, right drawer mobile menu, smaller hero handle === */
.dpc-header{position:absolute!important;top:0;left:0;right:0;width:100%;z-index:10000!important;background:rgba(31,27,23,.72)!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(255,255,255,.15)!important;}
.dpc-header__inner{height:112px!important;max-width:1780px!important;margin:0 auto!important;padding:0 38px!important;display:grid!important;grid-template-columns:250px minmax(0,1fr) 330px!important;align-items:center!important;gap:26px!important;}
.dpc-logo,.dpc-logo a{width:250px!important;max-width:250px!important;display:flex!important;align-items:center!important;line-height:0!important;overflow:hidden!important;}
.dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:var(--dpc-logo-height,70px)!important;max-height:var(--dpc-logo-height,70px)!important;width:auto!important;max-width:245px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;}
.dpc-nav{position:static!important;display:block!important;overflow:visible!important;min-width:0!important;background:transparent!important;}
.dpc-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:32px!important;list-style:none!important;margin:0!important;padding:0!important;white-space:nowrap!important;}
.dpc-menu>li{margin:0!important;padding:0!important;border:0!important;}
.dpc-menu>li>a{display:flex!important;align-items:center!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important;padding:45px 0!important;line-height:1!important;}
.dpc-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important;}
.dpc-action{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;color:#fff!important;text-decoration:none!important;background:transparent!important;border:0!important;padding:0!important;min-width:48px!important;height:48px!important;position:relative!important;cursor:pointer!important;}
.dpc-action svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;}
.dpc-action span:not(.dpc-cart-count){margin-top:7px!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;line-height:1!important;white-space:nowrap!important;}
.dpc-cart-count{position:absolute!important;right:2px!important;top:4px!important;background:#fff!important;color:#111!important;border-radius:999px!important;min-width:16px!important;height:16px!important;font-size:10px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;}
.dpc-mobile-toggle{display:none!important;}
.dpc-mobile-overlay{display:none;}

/* Search popup like reference */
.dpc-search-modal{position:fixed!important;inset:0!important;z-index:100000!important;display:none!important;align-items:flex-start!important;justify-content:center!important;padding:42px 18px!important;}
.dpc-search-modal.is-open{display:flex!important;}
.dpc-search-backdrop{position:absolute!important;inset:0!important;background:rgba(15,12,10,.72)!important;backdrop-filter:blur(8px)!important;}
.dpc-search-box{position:relative!important;width:min(920px,calc(100vw - 32px))!important;background:#fff!important;color:#111!important;border-radius:3px!important;box-shadow:0 30px 90px rgba(0,0,0,.34)!important;padding:68px 64px 58px!important;}
.dpc-search-close{position:absolute!important;right:64px!important;top:64px!important;width:40px!important;height:40px!important;border-radius:50%!important;border:1px solid #d8d0c6!important;background:#fff!important;font-size:26px!important;line-height:1!important;color:#6b6158!important;cursor:pointer!important;}
.dpc-search-kicker{display:block!important;font-size:12px!important;letter-spacing:.24em!important;color:#7e746a!important;margin-bottom:12px!important;}
.dpc-search-box h2{margin:0 70px 34px 0!important;font-family:Georgia,'Times New Roman',serif!important;font-size:48px!important;font-weight:400!important;line-height:1.05!important;color:#000!important;}
.dpc-search-form{display:grid!important;grid-template-columns:1fr 234px!important;gap:16px!important;border-bottom:1px solid #e5ddd5!important;padding-bottom:24px!important;}
.dpc-search-input-wrap{height:64px!important;border:1px solid #9c948b!important;display:flex!important;align-items:center!important;padding:0 20px!important;gap:16px!important;}
.dpc-search-input-wrap svg{width:20px!important;height:20px!important;fill:none!important;stroke:#81766c!important;stroke-width:1.7!important;flex:0 0 auto!important;}
.dpc-search-input-wrap input{border:0!important;outline:0!important;width:100%!important;height:100%!important;font-size:16px!important;color:#222!important;background:transparent!important;}
.dpc-search-form button{border:0!important;background:#050505!important;color:#fff!important;text-transform:uppercase!important;font-size:13px!important;font-weight:900!important;letter-spacing:.07em!important;padding:0 22px!important;cursor:pointer!important;}
.dpc-search-help{margin-top:18px!important;color:#70665e!important;font-size:15px!important;}
.dpc-search-results{margin-top:22px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 18px!important;max-height:310px!important;overflow:auto!important;}
.dpc-search-result{display:grid!important;grid-template-columns:58px 1fr!important;gap:12px!important;align-items:center!important;text-decoration:none!important;color:#111!important;border:1px solid #eee8e2!important;padding:8px!important;background:#fff!important;transition:.15s!important;}
.dpc-search-result:hover{border-color:#bda98f!important;box-shadow:0 10px 24px rgba(0,0,0,.08)!important;}
.dpc-search-result img,.dpc-search-thumb{width:58px!important;height:58px!important;object-fit:cover!important;background:#eee6dc!important;display:block!important;}
.dpc-search-result strong{display:block!important;font-size:13px!important;line-height:1.25!important;}
.dpc-search-result em{display:block!important;font-style:normal!important;margin-top:5px!important;font-size:12px!important;color:#7b6b5c!important;}
.dpc-search-loading,.dpc-search-empty{grid-column:1/-1!important;color:#70665e!important;padding:12px 0!important;}
body.dpc-search-open{overflow:hidden!important;}

/* Modern mega menu */
.dpc-menu>li.menu-item-has-children{position:static!important;}
.dpc-menu>li.menu-item-has-children>.sub-menu{position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%) translateY(14px)!important;width:min(1160px,calc(100vw - 64px))!important;display:grid!important;grid-template-columns:290px repeat(3,minmax(0,1fr))!important;gap:8px 30px!important;background:#fff!important;color:#151515!important;padding:34px 38px 34px 350px!important;border-radius:0 0 20px 20px!important;box-shadow:0 30px 90px rgba(0,0,0,.24)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.18s ease!important;z-index:10001!important;max-height:calc(100vh - 130px)!important;overflow:auto!important;list-style:none!important;margin:0!important;}
.dpc-menu>li.menu-item-has-children:hover>.sub-menu,.dpc-menu>li.menu-item-has-children:focus-within>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important;}
.dpc-menu>li.menu-item-has-children>.sub-menu:before{content:'Collections';position:absolute;left:38px;top:34px;bottom:34px;width:250px;border-radius:18px;background:linear-gradient(145deg,#ece2d3,#c7b69d);color:#231d17;display:flex;align-items:flex-end;padding:28px;font-family:Georgia,'Times New Roman',serif;font-size:38px;line-height:1;}
.dpc-menu>li.menu-item-has-children>.sub-menu:after{content:'Organized categories for faster browsing.';position:absolute;left:66px;top:82px;width:170px;color:#665946;font-size:12px;line-height:1.45;}
.dpc-menu>li.menu-item-has-children>.sub-menu li{list-style:none!important;border:0!important;margin:0!important;padding:0!important;}
.dpc-menu>li.menu-item-has-children>.sub-menu a{display:block!important;color:#181512!important;text-decoration:none!important;padding:11px 0!important;border-bottom:1px solid #eee8df!important;font-size:13px!important;font-weight:750!important;letter-spacing:.02em!important;text-transform:none!important;line-height:1.25!important;}
.dpc-menu>li.menu-item-has-children>.sub-menu a:hover{color:#8d7455!important;}

/* Hero fixes: CTA clickable + smaller handle */
.dpc-hero-content{z-index:30!important;pointer-events:auto!important;}
.dpc-hero-overlay{z-index:3!important;pointer-events:none!important;}

@media(max-width:1500px){
  .dpc-header__inner{height:92px!important;grid-template-columns:210px minmax(0,1fr) 250px!important;padding:0 24px!important;gap:18px!important;}
  .dpc-logo,.dpc-logo a{width:210px!important;max-width:210px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:58px!important;max-height:58px!important;max-width:205px!important;}
  .dpc-menu{gap:20px!important;}
  .dpc-menu>li>a{font-size:12px!important;padding:38px 0!important;}
  .dpc-actions{gap:13px!important;}
  .dpc-action span:not(.dpc-cart-count){display:none!important;}
  .dpc-action{min-width:30px!important;width:30px!important;}
}

@media(max-width:1024px){
  .admin-bar .dpc-header{top:46px!important;}
  .dpc-header{background:rgba(47,38,30,.94)!important;position:absolute!important;}
  .dpc-header.is-scrolled{position:fixed!important;background:rgba(47,38,30,.97)!important;}
  .dpc-header__inner{height:72px!important;padding:0 18px!important;display:flex!important;align-items:center!important;gap:0!important;}
  .dpc-logo{width:auto!important;max-width:190px!important;margin-right:auto!important;flex:0 1 auto!important;}
  .dpc-logo a{width:auto!important;max-width:190px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:42px!important;max-height:42px!important;max-width:185px!important;}
  .dpc-actions{display:flex!important;gap:14px!important;margin-left:auto!important;align-items:center!important;}
  .dpc-action{display:flex!important;width:22px!important;min-width:22px!important;height:34px!important;padding:0!important;}
  .dpc-action svg{width:20px!important;height:20px!important;}
  .dpc-action span:not(.dpc-cart-count){display:none!important;}
  .dpc-cart-count{top:2px!important;right:-8px!important;min-width:15px!important;height:15px!important;font-size:9px!important;}
  .dpc-mobile-toggle{display:block!important;width:30px!important;height:34px!important;margin-left:16px!important;background:transparent!important;border:0!important;padding:0!important;}
  .dpc-mobile-toggle span{display:block!important;height:1.5px!important;background:#fff!important;margin:7px 0!important;}
  .dpc-mobile-overlay{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.45)!important;opacity:0!important;visibility:hidden!important;transition:.22s!important;z-index:9998!important;}
  body.dpc-menu-open .dpc-mobile-overlay{opacity:1!important;visibility:visible!important;}
  .dpc-nav{position:fixed!important;top:0!important;right:0!important;left:auto!important;width:min(420px,88vw)!important;height:100vh!important;display:block!important;background:#241d17!important;box-shadow:-25px 0 70px rgba(0,0,0,.35)!important;transform:translateX(105%)!important;transition:transform .28s ease!important;padding:92px 28px 34px!important;z-index:9999!important;overflow:auto!important;}
  .admin-bar .dpc-nav{top:46px!important;height:calc(100vh - 46px)!important;}
  .dpc-nav.is-open{transform:translateX(0)!important;}
  .dpc-menu{display:block!important;width:100%!important;white-space:normal!important;padding:0!important;margin:0!important;}
  .dpc-menu>li{border-bottom:1px solid rgba(255,255,255,.12)!important;}
  .dpc-menu>li>a{display:flex!important;justify-content:space-between!important;align-items:center!important;color:#fff!important;padding:18px 0!important;font-size:13px!important;}
  .dpc-menu>li.menu-item-has-children>a:after{content:'+';font-size:20px;font-weight:300;}
  .dpc-menu>li.menu-item-has-children>.sub-menu{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;max-height:none!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0 0 18px!important;gap:0 18px!important;}
  .dpc-menu>li.menu-item-has-children>.sub-menu:before,.dpc-menu>li.menu-item-has-children>.sub-menu:after{display:none!important;}
  .dpc-menu>li.menu-item-has-children>.sub-menu a{color:rgba(255,255,255,.78)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:10px 0!important;font-size:12px!important;}



  .dpc-search-box{padding:48px 28px 34px!important;}
  .dpc-search-close{right:28px!important;top:28px!important;}
  .dpc-search-box h2{font-size:38px!important;}
  .dpc-search-form{grid-template-columns:1fr!important;}
  .dpc-search-form button{height:56px!important;}
  .dpc-search-results{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  .dpc-header__inner{height:66px!important;padding:0 14px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:36px!important;max-height:36px!important;max-width:145px!important;}
  .dpc-actions{gap:12px!important;}
  .dpc-action svg{width:19px!important;height:19px!important;}
  .dpc-mobile-toggle{margin-left:13px!important;}
  .dpc-nav{width:90vw!important;padding:82px 22px 28px!important;}
  .dpc-menu>li.menu-item-has-children>.sub-menu{grid-template-columns:1fr!important;}
  
  .dpc-search-modal{padding:18px 12px!important;}
  .dpc-search-box{width:calc(100vw - 24px)!important;padding:42px 20px 28px!important;}
  .dpc-search-box h2{font-size:34px!important;margin-bottom:26px!important;}
  .dpc-search-input-wrap{height:58px!important;padding:0 14px!important;}
}

/* === DPC V2.6 real fixes === */
.dpc-header,
.dpc-header.is-scrolled{
  position:fixed!important;
  top:0!important;
  background:rgba(31,27,23,.78)!important;
  backdrop-filter:blur(12px)!important;
}
.admin-bar .dpc-header,
.admin-bar .dpc-header.is-scrolled{top:32px!important;}
.dpc-header__inner{height:96px!important;}
.dpc-menu>li>a,
.dpc-action span:not(.dpc-cart-count){font-weight:600!important;letter-spacing:.045em!important;}
.dpc-action svg{stroke-width:1.45!important;}
.dpc-action{font-weight:600!important;}



/* search: one click outside closes */
.dpc-search-modal.is-open{display:flex!important;}
.dpc-search-backdrop{position:absolute!important;inset:0!important;cursor:pointer!important;}
.dpc-search-box{position:relative!important;z-index:2!important;}
.dpc-search-form button{font-weight:650!important;}

/* mobile header: keep all icons visible and drawer slides right */
.dpc-mobile-menu-actions{display:none;}
@media(max-width:1024px){
  .admin-bar .dpc-header,
  .admin-bar .dpc-header.is-scrolled{top:46px!important;}
  .dpc-header{background:rgba(47,38,30,.95)!important;}
  .dpc-header__inner{height:70px!important;}
  .dpc-logo{max-width:155px!important;}
  .dpc-logo a{max-width:155px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:36px!important;max-height:36px!important;max-width:150px!important;}
  .dpc-actions{display:flex!important;gap:12px!important;margin-left:auto!important;flex:0 0 auto!important;}
  .dpc-action{display:flex!important;opacity:1!important;visibility:visible!important;width:22px!important;min-width:22px!important;height:34px!important;}
  .dpc-action svg{width:19px!important;height:19px!important;stroke-width:1.55!important;}
  .dpc-action span:not(.dpc-cart-count){display:none!important;}
  .dpc-mobile-toggle{display:block!important;flex:0 0 30px!important;}
  .dpc-nav{top:0!important;right:0!important;left:auto!important;transform:translateX(105%)!important;transition:transform .28s cubic-bezier(.22,.61,.36,1)!important;display:block!important;}
  .dpc-nav.is-open{transform:translateX(0)!important;}
  .dpc-mobile-menu-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 26px;padding:0 0 22px;border-bottom:1px solid rgba(255,255,255,.12);}
  .dpc-mobile-menu-action{display:flex!important;align-items:center;justify-content:center;min-height:42px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff!important;text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.06em;border-radius:999px;}
  .dpc-mobile-menu-action span{display:inline!important;margin:0!important;font-size:inherit!important;font-weight:inherit!important;}
  .dpc-menu>li>a{font-weight:600!important;}

}
@media(max-width:560px){
  .dpc-header__inner{height:64px!important;padding:0 12px!important;}
  .dpc-logo{max-width:136px!important;}
  .dpc-logo a{max-width:136px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:32px!important;max-height:32px!important;max-width:132px!important;}
  .dpc-actions{gap:10px!important;}
  .dpc-action{width:20px!important;min-width:20px!important;}
  .dpc-action svg{width:18px!important;height:18px!important;}
  .dpc-mobile-toggle{margin-left:12px!important;}
}


/* === DPC V2.7 fixes requested === */
/* 1) mobile header/drawer: no weird top space on scroll, keep page locked */
body.dpc-menu-open{overflow:hidden!important;}
@media(max-width:1024px){
  .dpc-header,
  .dpc-header.is-scrolled{
    position:fixed!important;
    top:0!important;
    background:rgba(35,28,22,.96)!important;
    box-shadow:0 8px 28px rgba(0,0,0,.18)!important;
  }
  .admin-bar .dpc-header,
  .admin-bar .dpc-header.is-scrolled{top:46px!important;}
  .dpc-header__inner{height:64px!important;padding:0 14px!important;}
  .dpc-logo{max-width:122px!important;flex:0 0 auto!important;}
  .dpc-logo a{max-width:122px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:31px!important;max-height:31px!important;max-width:120px!important;}
  .dpc-actions{gap:9px!important;margin-left:auto!important;display:flex!important;}
  .dpc-action{width:18px!important;min-width:18px!important;height:32px!important;display:flex!important;}
  .dpc-action svg{width:18px!important;height:18px!important;stroke-width:1.45!important;}
  .dpc-cart-count{top:2px!important;right:-7px!important;min-width:14px!important;height:14px!important;font-size:8px!important;}
  .dpc-mobile-toggle{width:27px!important;height:32px!important;margin-left:12px!important;display:block!important;}
  .dpc-mobile-toggle span{height:1.5px!important;margin:6px 0!important;}
  .dpc-mobile-overlay{top:64px!important;z-index:9998!important;}
  .admin-bar .dpc-mobile-overlay{top:110px!important;}
  .dpc-nav{
    top:64px!important;
    height:calc(100vh - 64px)!important;
    padding:24px 22px 30px!important;
    width:min(390px,88vw)!important;
    background:#241d17!important;
    z-index:9999!important;
  }
  .admin-bar .dpc-nav{top:110px!important;height:calc(100vh - 110px)!important;}

  /* 2) remove ugly pill buttons in mobile drawer */
  .dpc-mobile-menu-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0 22px!important;
    margin:24px 0 0!important;
    padding:18px 0 0!important;
    border-top:1px solid rgba(255,255,255,.13)!important;
    border-bottom:0!important;
  }
  .dpc-mobile-menu-action{
    min-height:44px!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.13)!important;
    border-radius:0!important;
    background:transparent!important;
    justify-content:flex-start!important;
    padding:0!important;
    font-size:11px!important;
    font-weight:500!important;
    letter-spacing:.08em!important;
    color:rgba(255,255,255,.86)!important;
  }
  .dpc-menu>li>a{font-size:13px!important;font-weight:600!important;padding:16px 0!important;}
}
@media(max-width:420px){
  .dpc-header__inner{padding:0 10px!important;}
  .dpc-logo{max-width:108px!important;}
  .dpc-logo a{max-width:108px!important;}
  .dpc-logo img,.dpc-logo .custom-logo,.dpc-logo .dpc-logo-img{height:28px!important;max-width:106px!important;}
  .dpc-actions{gap:7px!important;}
  .dpc-action{width:17px!important;min-width:17px!important;}
  .dpc-action svg{width:17px!important;height:17px!important;}
  .dpc-mobile-toggle{margin-left:10px!important;width:25px!important;}
}

/* 3) benefits should sit after hero, not visually over it */
.dpc-benefits{margin:0 auto 0!important;box-shadow:0 12px 46px rgba(24,21,18,.06)!important;position:relative!important;z-index:4!important;border-top:1px solid #eee9e2!important;}
@media(max-width:1024px){
  .dpc-benefits{display:block!important;margin:0!important;box-shadow:none!important;border-top:0!important;}
  .dpc-benefits div{padding:24px 24px!important;border-right:0!important;border-bottom:1px solid #ece6de!important;background:#fff!important;}
}

/* 4) search button in one line + cleaner modal behavior */
.dpc-search-form{grid-template-columns:minmax(0,1fr) 250px!important;align-items:stretch!important;}
.dpc-search-form button{white-space:nowrap!important;min-width:250px!important;font-size:12px!important;letter-spacing:.055em!important;}
.dpc-search-modal{cursor:pointer!important;}
.dpc-search-box{cursor:default!important;}
@media(max-width:720px){
  .dpc-search-form{grid-template-columns:1fr!important;}
  .dpc-search-form button{min-width:0!important;width:100%!important;white-space:nowrap!important;}
}

/* 5) hero slider handle more elegant/subtle */


/* 6) search results page, not Garderoba-looking hero */
.dpc-search-page-hero{padding:150px 6vw 48px;background:#f2ede5;color:#111;border-bottom:1px solid #e4dacf;}
.dpc-search-page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(40px,5vw,72px);font-weight:400;line-height:1;margin:0 0 16px;}
.dpc-search-page-hero p{margin:0;color:#5f574e;font-size:16px;}
.dpc-search-results-wrap{max-width:1220px;margin:0 auto;padding:48px 24px 80px;}
.dpc-search-count{font-weight:600;margin-bottom:28px;}
@media(max-width:1024px){.dpc-search-page-hero{padding-top:120px;}}


/* === DPC V2.8 product search page + custom filters === */
.dpc-search-page-hero,
.dpc-shop-hero{
  min-height:230px!important;
  padding:142px 7vw 54px!important;
  background:
    linear-gradient(90deg,rgba(246,241,234,.96) 0%,rgba(246,241,234,.88) 42%,rgba(246,241,234,.22) 100%),
    radial-gradient(circle at 70% 20%,#d9cabb 0,#f3ede5 44%,#f7f3ee 100%)!important;
  color:#111!important;
  border-bottom:0!important;
}
.dpc-search-page-hero-inner{max-width:1220px;margin:0 auto;}
.dpc-search-kicker{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#8b7a66;margin-bottom:14px;}
.dpc-search-page-hero h1{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(42px,5vw,68px)!important;font-weight:400!important;letter-spacing:-.045em!important;line-height:.95!important;margin:0 0 18px!important;}
.dpc-search-page-hero p,.dpc-shop-desc{font-size:16px;color:#5f574e;max-width:680px;line-height:1.6;}
.dpc-product-results-wrap{max-width:1220px;margin:0 auto;padding:54px 24px 90px;}
.dpc-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #e7dfd6;}
.dpc-search-count{font-size:14px;color:#111;margin:0!important;}
.dpc-toolbar-actions{display:flex;align-items:center;gap:12px;}
.dpc-filter-toggle{height:48px;padding:0 19px;border:1px solid #ded1c2;background:#f1e8dd;color:#111;display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;cursor:pointer;border-radius:4px;}
.dpc-filter-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;}
.dpc-toolbar-actions .woocommerce-ordering{margin:0!important;}
.dpc-toolbar-actions select{height:48px;min-width:210px;border:1px solid #d8d0c7;background:#fff;padding:0 40px 0 15px;font-size:14px;border-radius:4px;}
.dpc-product-results-wrap ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;padding:0!important;list-style:none!important;}
.dpc-product-results-wrap ul.products li.product{width:auto!important;margin:0!important;border:1px solid #e7e1da;border-radius:8px;background:#fff;overflow:hidden;transition:.2s box-shadow,.2s transform;}
.dpc-product-results-wrap ul.products li.product:hover{box-shadow:0 18px 50px rgba(30,25,20,.10);transform:translateY(-2px);}
.dpc-product-results-wrap ul.products li.product a img{width:100%!important;aspect-ratio:1/1.18;object-fit:cover;margin:0!important;background:#f7f4f0;}
.dpc-product-results-wrap ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.35!important;font-weight:500!important;padding:15px 16px 4px!important;margin:0!important;color:#111!important;}
.dpc-product-results-wrap ul.products li.product .price{display:block!important;padding:0 16px 16px!important;color:#6e6258!important;font-size:14px!important;}
.dpc-product-results-wrap ul.products li.product .button{margin:0 16px 16px!important;background:#111!important;color:#fff!important;border-radius:0!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important;padding:12px 14px!important;}
.dpc-no-products{text-align:center;color:#81766c;font-size:18px;margin:120px 0;}

/* Filter drawer */
.dpc-filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.44);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.22s;z-index:10000;}
.dpc-filter-drawer{position:fixed;top:0;right:0;width:min(410px,92vw);height:100vh;background:#fff;color:#111;z-index:10001;transform:translateX(104%);transition:transform .28s cubic-bezier(.22,.61,.36,1);padding:44px 40px 40px;overflow:auto;box-shadow:-24px 0 80px rgba(0,0,0,.18);}
body.dpc-filter-open{overflow:hidden!important;}
body.dpc-filter-open .dpc-filter-backdrop{opacity:1;visibility:visible;}
body.dpc-filter-open .dpc-filter-drawer{transform:translateX(0);}
.dpc-filter-close{position:absolute;top:26px;right:26px;width:42px;height:42px;border:1px solid #ded8d1;border-radius:50%;background:#fff;font-size:28px;line-height:1;cursor:pointer;font-weight:200;}
.dpc-filter-kicker{display:block;text-transform:uppercase;letter-spacing:.2em;color:#8b7a66;font-size:11px;margin-bottom:10px;}
.dpc-filter-drawer h2{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;line-height:1.05;margin:0 0 28px;padding-bottom:24px;border-bottom:1px solid #e8e1da;}
.dpc-filter-group{padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid #e8e1da;}
.dpc-filter-group h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px;font-weight:700;}
.dpc-price-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.dpc-price-row label span{display:block;font-size:12px;color:#6d635a;margin-bottom:6px;}
.dpc-price-row input{width:100%;height:44px;border:1px solid #d9d0c7;padding:0 12px;font-size:14px;}
.dpc-filter-options{display:flex;flex-wrap:wrap;gap:10px;}
.dpc-filter-option{display:inline-flex;align-items:center;gap:8px;border:1px solid #d7d0c7;padding:9px 12px;cursor:pointer;font-size:13px;background:#fff;}
.dpc-filter-option input{accent-color:#111;}
.dpc-filter-actions{display:flex;align-items:center;gap:14px;position:sticky;bottom:-40px;background:linear-gradient(180deg,rgba(255,255,255,.82),#fff 38%);padding:22px 0 0;}
.dpc-filter-actions button{height:48px;padding:0 24px;background:#111;color:#fff;border:0;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;cursor:pointer;}
.dpc-filter-actions a{font-size:13px;text-decoration:underline;color:#6e6258;}

/* search modal button one line */
.dpc-search-form button{white-space:nowrap!important;min-width:260px!important;padding-left:18px!important;padding-right:18px!important;}

@media(max-width:900px){
  .dpc-search-page-hero,.dpc-shop-hero{padding:112px 24px 38px!important;min-height:190px!important;}
  .dpc-product-results-wrap{padding:34px 18px 70px;}
  .dpc-results-toolbar{align-items:flex-start;flex-direction:column;gap:16px;}
  .dpc-toolbar-actions{width:100%;justify-content:space-between;}
  .dpc-toolbar-actions select{min-width:0;width:190px;}
  .dpc-product-results-wrap ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
  .dpc-filter-drawer{padding:38px 26px 34px;}
}
@media(max-width:520px){
  .dpc-search-page-hero h1{font-size:38px!important;}
  .dpc-product-results-wrap ul.products{gap:12px!important;}
  .dpc-product-results-wrap ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:12px 12px 4px!important;}
  .dpc-product-results-wrap ul.products li.product .price{font-size:12px!important;padding:0 12px 12px!important;}
  .dpc-filter-toggle{height:44px;padding:0 14px;}
  .dpc-toolbar-actions select{height:44px;width:160px;}
  .dpc-search-form button{min-width:0!important;width:100%!important;}
}

/* Generic ecommerce upgrade: no old demo hero/content required */
.dpc-topbar{background:#111;color:#fff;font-size:13px}
.dpc-topbar__inner{max-width:1840px;margin:auto;padding:8px 44px;display:flex;gap:22px;align-items:center;justify-content:center}.dpc-topbar__contact{margin-left:auto;display:flex;gap:18px}
.dpc-mega-trigger{border:0;background:linear-gradient(135deg,#6f35d5,#8c49ea);color:#fff;border-radius:10px;padding:13px 18px;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.055em;cursor:pointer;display:flex;gap:6px;align-items:center}
.dpc-mega{position:absolute;left:32px;right:32px;top:calc(100% + 0px);background:#fff;color:#121212;border-radius:0 0 18px 18px;box-shadow:0 24px 80px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:9998;max-height:calc(100vh - 150px);overflow:hidden}.dpc-mega.is-open{opacity:1;visibility:visible;transform:translateY(0)}
.dpc-mega__inner{display:grid;grid-template-columns:310px minmax(0,1fr) 320px;min-height:430px}.dpc-mega__left{border-right:1px solid #eee;padding:22px;overflow:auto}.dpc-mega-cat{width:100%;border:0;background:transparent;padding:14px;border-radius:10px;display:grid;grid-template-columns:28px 1fr 16px;align-items:center;text-align:left;font-weight:800;cursor:pointer}.dpc-mega-cat.is-active,.dpc-mega-cat:hover{background:#f1e8ff;color:#6f35d5}.dpc-mega-all{display:block;margin-top:18px;background:#f3f3f5;padding:14px;border-radius:10px;text-align:center;font-weight:900;text-transform:uppercase;font-size:12px}.dpc-mega__center{padding:28px;overflow:auto}.dpc-mega-panel{display:none}.dpc-mega-panel.is-active{display:block}.dpc-mega-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.dpc-mega-panel-head h3{margin:0;font-size:22px}.dpc-mega-panel-head a,.dpc-mega-col li a{color:#6f35d5}.dpc-mega-columns{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:24px 30px}.dpc-mega-heading{display:block;font-weight:900;margin-bottom:12px}.dpc-mega-col ul{list-style:none;margin:0;padding:0}.dpc-mega-col li{margin:0 0 9px;color:#555;font-size:14px}.dpc-mega__promo{margin:22px;background:linear-gradient(135deg,#f5ecff,#fff);border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:center}.dpc-mega__promo span{font-size:12px;letter-spacing:.16em;font-weight:900;color:#6f35d5}.dpc-mega__promo h3{font-size:28px;margin:16px 0 10px}.dpc-mega__promo a{margin-top:22px;background:#6f35d5;color:#fff;padding:14px 18px;border-radius:10px;text-align:center;font-weight:900;text-transform:uppercase;font-size:12px}.dpc-wishlist-count{position:absolute;top:17px;right:4px;min-width:19px;height:19px;border-radius:999px;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:11px;padding:0 5px}.dpc-search-result small{display:block;color:#777;margin-top:4px}.dpc-search-result .sale{color:#d91f3c;font-weight:900;margin-right:8px}.dpc-search-result .regular{text-decoration:line-through;color:#999}
@media(max-width:1024px){.dpc-mega{display:none}.dpc-mega-trigger{display:none}.dpc-topbar__inner{padding:8px 18px;justify-content:flex-start}.dpc-topbar__contact{display:none}}
@media(max-width:1200px){.dpc-mega__inner{grid-template-columns:260px 1fr}.dpc-mega__promo{display:none}.dpc-mega-columns{grid-template-columns:repeat(3,minmax(140px,1fr))}}

/* =========================================================
   V3.1 cleanup: generic English starter + visible logo fallback
   ========================================================= */
.dpc-header{
  position:relative!important;
  top:auto!important;
  background:rgba(27,25,23,.92)!important;
  backdrop-filter:blur(10px)!important;
}
.admin-bar .dpc-header{top:auto!important;}
.dpc-header.is-scrolled{position:sticky!important;top:0!important;}
.admin-bar .dpc-header.is-scrolled{top:32px!important;}
.dpc-header__inner{
  height:96px!important;
  grid-template-columns:minmax(180px,260px) minmax(0,1fr) minmax(330px,420px)!important;
  gap:28px!important;
  padding:0 44px!important;
}
.dpc-logo,
.dpc-logo a{
  line-height:1!important;
  min-width:0!important;
}
.dpc-logo-text{
  display:block!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.1!important;
  letter-spacing:.04em!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  max-width:260px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.dpc-nav{
  gap:24px!important;
}
.dpc-menu{
  gap:30px!important;
}
.dpc-mega-trigger{
  flex:0 0 auto!important;
  line-height:1!important;
  margin:0!important;
  align-self:center!important;
}
.dpc-actions{
  align-items:center!important;
  gap:20px!important;
}
.dpc-action{
  min-width:64px!important;
  height:58px!important;
  gap:6px!important;
  line-height:1.1!important;
}
.dpc-action span:not(.dpc-cart-count):not(.dpc-wishlist-count){
  display:block!important;
  max-width:82px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.dpc-action svg{
  flex:0 0 auto!important;
}
.dpc-cart-count,
.dpc-wishlist-count{
  top:8px!important;
  right:8px!important;
}
.dpc-mega{
  top:100%!important;
}
.dpc-footer-logo-text{
  font-family:var(--dpc-font)!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  font-weight:900!important;
}
@media(max-width:1180px){
  .dpc-header__inner{grid-template-columns:190px minmax(0,1fr) auto!important;height:84px!important;padding:0 24px!important;}
  .dpc-nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;background:rgba(24,21,18,.98)!important;display:none!important;padding:20px 26px!important;}
  .dpc-nav.is-open{display:block!important;}
  .dpc-menu{display:block!important;}
  .dpc-mega-trigger{display:none!important;}
  .dpc-mobile-toggle{display:block!important;}
  .dpc-logo-text{font-size:20px!important;max-width:190px!important;}
}
@media(max-width:640px){
  .dpc-header__inner{height:76px!important;padding:0 18px!important;}
  .dpc-logo-text{font-size:17px!important;max-width:155px!important;}
  .dpc-actions .dpc-action:not(.dpc-cart){display:none!important;}
}


/* V3.2: scalable premium mega menu and generic footer */
.dpc-footer{background:#f6f1e9!important;margin-top:56px!important;}
.dpc-footer-logo-text{font-family:var(--dpc-font)!important;color:#111!important;}
.dpc-mega{left:32px!important;right:32px!important;top:100%!important;border-radius:0 0 18px 18px!important;z-index:10001!important;}
.dpc-mega__inner{grid-template-columns:300px minmax(0,1fr) 340px!important;min-height:500px!important;max-height:calc(100vh - 130px)!important;}
.dpc-mega__left{padding:18px!important;background:#fbfbfd!important;max-height:inherit!important;}
.dpc-mega-cat{min-height:42px!important;padding:11px 12px!important;font-size:14px!important;border-radius:9px!important;grid-template-columns:28px 1fr 14px!important;}
.dpc-mega-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;}
.dpc-mega-all{margin-top:16px!important;}
.dpc-mega__center{padding:24px 28px!important;max-height:inherit!important;}
.dpc-mega-panel-head{border-bottom:1px solid #ececf2!important;padding-bottom:12px!important;margin-bottom:22px!important;}
.dpc-mega-panel-head h3{font-size:18px!important;font-family:var(--dpc-font)!important;font-weight:900!important;}
.dpc-mega-columns{grid-template-columns:repeat(4,minmax(145px,1fr))!important;gap:28px 30px!important;}
.dpc-mega-heading{display:flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;color:#141414!important;}
.dpc-mega-heading span{font-size:16px;width:20px;display:inline-flex;justify-content:center;}
.dpc-mega-col li a{color:#30323a!important;font-size:14px!important;line-height:1.45!important;}
.dpc-mega-col li a:hover,.dpc-mega-view:hover,.dpc-mega-panel-head a:hover{color:#6f35d5!important;}
.dpc-mega-view{display:inline-flex!important;margin-top:10px!important;color:#6f35d5!important;font-size:13px!important;font-weight:900!important;}
.dpc-mega__promo{margin:22px!important;padding:0!important;overflow:hidden!important;justify-content:stretch!important;position:relative!important;background:linear-gradient(135deg,#f5ecff,#fff)!important;}
.dpc-mega-promo-panel{display:none!important;height:100%!important;padding:32px!important;position:relative!important;}
.dpc-mega-promo-panel.is-active{display:flex!important;flex-direction:column!important;justify-content:center!important;}
.dpc-mega-promo-panel img{max-width:210px!important;max-height:220px!important;object-fit:contain!important;align-self:flex-end!important;margin-top:14px!important;}
.dpc-mega-promo-panel span{font-size:12px;letter-spacing:.16em;font-weight:900;color:#6f35d5;}
.dpc-mega-promo-panel h3{font-size:28px;margin:14px 0 10px;line-height:1.12;}
.dpc-mega-promo-panel p{color:#5d6070;line-height:1.6;margin:0;}
.dpc-mega-promo-panel a{margin-top:22px;background:#6f35d5;color:#fff;padding:14px 18px;border-radius:10px;text-align:center;font-weight:900;text-transform:uppercase;font-size:12px;align-self:flex-start;}
@media(max-width:1320px){.dpc-mega__inner{grid-template-columns:280px minmax(0,1fr) 300px!important}.dpc-mega-columns{grid-template-columns:repeat(3,minmax(145px,1fr))!important}}


/* Reusable starter additions */
.dpc-footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:34px;align-items:center;justify-content:center;flex-wrap:wrap}.dpc-footer-menu li{margin:0;padding:0}.dpc-footer-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.18);border-radius:7px;padding:8px 18px;background:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.dpc-front-hero{padding:152px 20px 120px;background:linear-gradient(135deg,#f7f3ee,#fff)}.dpc-front-hero__inner{max-width:980px;margin:0 auto;text-align:center}.dpc-front-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;margin:10px 0 18px}.dpc-front-hero p{font-size:18px;color:#62564c}.dpc-kicker{font-size:12px!important;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:#6f35d5!important}.dpc-btn{display:inline-flex;margin-top:18px;background:#111;color:#fff;border-radius:10px;padding:15px 24px;font-weight:900;text-transform:uppercase;font-size:13px}.dpc-front-products{max-width:1440px;margin:0 auto;padding:80px 24px}.dpc-section-head{text-align:center;margin-bottom:34px}.dpc-section-head span{color:#6f35d5;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.dpc-section-head h2{font-size:clamp(30px,4vw,54px);margin:8px 0 0}.dpc-mega-promo-panel{display:none}.dpc-mega-promo-panel.is-active{display:block}.dpc-mega-promo-panel img{max-width:100%;height:auto;margin-top:16px;border-radius:14px;object-fit:cover}.dpc-mega-heading{display:flex!important;gap:9px;align-items:center}.dpc-mega-view{display:inline-block;margin-top:10px;font-weight:900;font-size:13px;color:#6f35d5!important}.dpc-menu>li.menu-item-has-children>.sub-menu:before{content:'Collections'}


/* V5 header / mega menu positioning fix
   - no second Categories button
   - main menu stays centered in the header
   - mega menu opens under the header like the provided reference
*/
.dpc-header{
  position:relative!important;
  z-index:9990!important;
  background:#2d2926!important;
  overflow:visible!important;
}
.dpc-header__inner{
  height:104px!important;
  max-width:1840px!important;
  margin:0 auto!important;
  padding:0 44px 0!important;
  display:grid!important;
  grid-template-columns:minmax(170px,280px) minmax(0,1fr) minmax(280px,420px)!important;
  align-items:center!important;
  gap:28px!important;
}
.dpc-logo-text{color:#fff!important;}
.dpc-nav{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  overflow:visible!important;
}
.dpc-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:34px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  white-space:nowrap!important;
}
.dpc-menu>li{border:0!important;margin:0!important;padding:0!important;}
.dpc-menu>li>a{
  display:flex!important;
  align-items:center!important;
  height:104px!important;
  padding:0!important;
  color:var(--dpc-header-desktop-text,#fff)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.dpc-menu>li.dpc-menu-mega-item>a,
.dpc-menu>li>a[data-mega-trigger]{
  color:var(--dpc-header-desktop-text,#fff)!important;
}
.dpc-menu>li.dpc-menu-mega-item>a:after,
.dpc-menu>li>a[data-mega-trigger]:after{
  content:'⌄';
  margin-left:7px;
  font-size:12px;
  opacity:.9;
}
.dpc-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;}
.dpc-action{height:62px!important;min-width:62px!important;color:var(--dpc-header-desktop-text,#fff)!important;}
.dpc-action svg{width:25px!important;height:25px!important;}
.dpc-mobile-menu-actions{display:none!important;}
.dpc-mega-trigger{display:none!important;}
.dpc-mega{
  position:absolute!important;
  top:100%!important;
  left:50%!important;
  right:auto!important;
  width:min(1720px,calc(100vw - 70px))!important;
  transform:translateX(-50%) translateY(10px)!important;
  border-radius:0 0 18px 18px!important;
  z-index:10001!important;
  background:#fff!important;
  box-shadow:0 28px 90px rgba(0,0,0,.18)!important;
}
.dpc-mega.is-open{transform:translateX(-50%) translateY(0)!important;}
.dpc-mega__inner{
  display:grid!important;
  grid-template-columns:310px minmax(0,1fr) 360px!important;
  min-height:510px!important;
  max-height:calc(100vh - 130px)!important;
}
.dpc-mega__left{padding:18px!important;background:#fbfbfd!important;overflow:auto!important;}
.dpc-mega__center{padding:28px 32px!important;overflow:auto!important;}
.dpc-mega-columns{grid-template-columns:repeat(4,minmax(145px,1fr))!important;}
.dpc-mega__promo{display:flex!important;margin:22px!important;}
@media(max-width:1240px){
  .dpc-header__inner{height:86px!important;padding:0 24px!important;grid-template-columns:210px 1fr auto!important;}
  .dpc-menu>li>a{height:86px!important;font-size:12px!important;}
  .dpc-menu{gap:22px!important;}
  .dpc-actions{gap:14px!important;}
  .dpc-action span:not(.dpc-cart-count):not(.dpc-wishlist-count){display:none!important;}
  .dpc-mega__inner{grid-template-columns:280px 1fr!important;}
  .dpc-mega__promo{display:none!important;}
}
@media(max-width:1024px){
  .dpc-header__inner{display:flex!important;height:76px!important;padding:0 18px!important;}
  .dpc-mobile-toggle{display:block!important;}
  .dpc-nav{position:fixed!important;top:0!important;right:0!important;left:auto!important;width:min(420px,88vw)!important;height:100vh!important;display:block!important;background:#241d17!important;transform:translateX(105%)!important;transition:transform .28s ease!important;padding:92px 28px 34px!important;z-index:9999!important;overflow:auto!important;}
  .dpc-nav.is-open{transform:translateX(0)!important;}
  .dpc-menu{display:block!important;white-space:normal!important;}
  .dpc-menu>li{border-bottom:1px solid rgba(255,255,255,.12)!important;}
  .dpc-menu>li>a{height:auto!important;padding:18px 0!important;}
  .dpc-mega{display:none!important;}
  .dpc-mobile-menu-actions{display:grid!important;gap:10px;margin-top:24px;}
}

/* V6 mega menu management cleanup */
.dpc-menu>li.menu-item-has-children>.sub-menu:before{content:'Collections'!important;}
@media(min-width:1025px){
  .dpc-menu>li.menu-item-has-children>.sub-menu{display:none!important;}
}
.dpc-mega-icon svg,.dpc-mega-heading svg{width:18px;height:18px;display:block;}

/* V7 admin bar + header polish */
html{margin:0;}
body.admin-bar .dpc-header{top:auto!important;}
body.admin-bar .dpc-header.is-scrolled{top:32px!important;}
.dpc-header{box-shadow:0 1px 0 rgba(255,255,255,.08),0 8px 24px rgba(0,0,0,.08)!important;}
.dpc-header__inner{min-height:104px!important;padding-top:0!important;padding-bottom:0!important;}
.dpc-menu>li>a{align-items:center!important;}
.dpc-logo{align-self:center!important;}
.dpc-actions{align-self:center!important;}
@media(max-width:782px){body.admin-bar .dpc-header.is-scrolled{top:46px!important;}}

/* V8 fixes: admin-bar offset, clean centered arrow, compact masonry mega columns */
/*body.admin-bar .dpc-header{*/
/*  margin-top:32px!important;*/
/*  top:auto!important;*/
/*}*/
body.admin-bar .dpc-header.is-scrolled{
  margin-top:0!important;
  top:32px!important;
}
@media(max-width:782px){
  body.admin-bar .dpc-header{margin-top:46px!important;}
  body.admin-bar .dpc-header.is-scrolled{margin-top:0!important;top:46px!important;}
}
.dpc-menu>li.dpc-menu-mega-item>a:after,
.dpc-menu>li>a[data-mega-trigger]:after{
  content:''!important;
  width:7px!important;
  height:7px!important;
  margin-left:8px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg) translateY(-2px)!important;
  display:inline-block!important;
  opacity:.9!important;
  flex:0 0 auto!important;
}
@media(min-width:1025px){
  .dpc-mega-columns{
    display:block!important;
    column-count:4!important;
    column-gap:30px!important;
  }
  .dpc-mega-col{
    display:inline-block!important;
    width:100%!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    margin:0 0 28px!important;
    vertical-align:top!important;
  }
}
@media(min-width:1025px) and (max-width:1320px){
  .dpc-mega-columns{column-count:3!important;}
}

/* V9 fixes: 4 desktop columns, full-width promo image, mobile category mega and restored action icons */
@media(min-width:1025px){
  .dpc-mega-columns{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(145px,1fr))!important;
    column-count:initial!important;
    column-gap:30px!important;
    row-gap:24px!important;
    gap:24px 30px!important;
    align-items:start!important;
  }
  .dpc-mega-col{
    display:block!important;
    width:auto!important;
    margin:0!important;
    break-inside:auto!important;
    page-break-inside:auto!important;
  }
}
@media(min-width:1025px) and (max-width:1320px){
  .dpc-mega-columns{grid-template-columns:repeat(4,minmax(120px,1fr))!important;}
}
.dpc-mega-promo-panel img{
  width:100%!important;
  max-width:100%!important;
  height:190px!important;
  max-height:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  align-self:stretch!important;
  margin:18px 0 0!important;
  border-radius:14px!important;
}
.dpc-mega-promo-panel a{margin-top:22px!important;}

@media(max-width:1024px){
  .dpc-header__inner{position:relative!important;}
  .dpc-actions{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    gap:13px!important;
    margin-left:auto!important;
  }
  .dpc-actions .dpc-action,
  .dpc-actions .dpc-action:not(.dpc-cart){
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:24px!important;
    min-width:24px!important;
    height:38px!important;
    padding:0!important;
    color:#fff!important;
  }
  .dpc-action svg{
    display:block!important;
    width:22px!important;
    height:22px!important;
    stroke:currentColor!important;
    fill:none!important;
  }
  .dpc-action span:not(.dpc-cart-count):not(.dpc-wishlist-count){display:none!important;}
  .dpc-cart-count,.dpc-wishlist-count{
    display:flex!important;
    top:2px!important;
    right:-8px!important;
  }
  .dpc-mobile-toggle{display:block!important;}

  .dpc-mega{
    display:none!important;
    position:fixed!important;
    left:auto!important;
    right:0!important;
    top:0!important;
    width:min(430px,92vw)!important;
    height:100vh!important;
    max-height:none!important;
    border-radius:0!important;
    transform:translateX(105%)!important;
    transition:transform .28s ease!important;
    overflow:auto!important;
    z-index:10020!important;
    box-shadow:-24px 0 70px rgba(0,0,0,.28)!important;
  }
  body.admin-bar .dpc-mega{top:32px!important;height:calc(100vh - 32px)!important;}
  .dpc-mega.is-open{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    transform:translateX(0)!important;
  }
  .dpc-mega__inner{
    display:block!important;
    min-height:0!important;
    max-height:none!important;
    height:auto!important;
  }
  .dpc-mega__left{
    border-right:0!important;
    border-bottom:1px solid #eee!important;
    max-height:260px!important;
    overflow:auto!important;
  }
  .dpc-mega__center{padding:22px!important;overflow:visible!important;}
  .dpc-mega-columns{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    column-count:initial!important;
  }
  .dpc-mega-col{display:block!important;width:auto!important;margin:0!important;}
  .dpc-mega__promo{display:none!important;}
}
@media(max-width:782px){
  body.admin-bar .dpc-mega{top:46px!important;height:calc(100vh - 46px)!important;}
}
@media(max-width:520px){
  .dpc-header__inner{padding-left:14px!important;padding-right:14px!important;}
  .dpc-logo{max-width:118px!important;width:118px!important;}
  .dpc-logo-text{font-size:19px!important;letter-spacing:.02em!important;}
  .dpc-actions{gap:9px!important;}
  .dpc-actions .dpc-action,
  .dpc-actions .dpc-action:not(.dpc-cart){width:21px!important;min-width:21px!important;}
  .dpc-action svg{width:19px!important;height:19px!important;}
}

/* V10 fixes: real mobile drawer, mobile mega back state, masonry-style 4 columns */
.dpc-mega-mobile-head{display:none;}
@media(min-width:1025px){
  .dpc-mega-columns{
    display:block!important;
    column-count:4!important;
    column-gap:34px!important;
    grid-template-columns:none!important;
    row-gap:0!important;
    gap:0!important;
  }
  .dpc-mega-col{
    display:inline-block!important;
    width:100%!important;
    margin:0 0 24px!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    vertical-align:top!important;
  }
}
@media(max-width:1024px){
  body.dpc-menu-open, body.dpc-mega-open{overflow:hidden!important;}
  .dpc-mobile-menu-actions{display:none!important;}
  .dpc-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:min(420px,90vw)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:none!important;
    display:block!important;
    background:#241d17!important;
    transform:translateX(105%)!important;
    transition:transform .28s ease!important;
    padding:96px 28px 34px!important;
    z-index:10030!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    box-shadow:-25px 0 70px rgba(0,0,0,.35)!important;
  }
  body.admin-bar .dpc-nav{
    top:32px!important;
    height:calc(100dvh - 32px)!important;
    min-height:calc(100dvh - 32px)!important;
  }
  .dpc-nav.is-open{transform:translateX(0)!important;}
  .dpc-menu>li>a[data-mega-trigger]{display:flex!important;justify-content:space-between!important;align-items:center!important;}
  .dpc-menu>li.dpc-menu-mega-item>a:after,
  .dpc-menu>li>a[data-mega-trigger]:after{margin-left:auto!important;}

  .dpc-mega{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:min(430px,92vw)!important;
    height:100dvh!important;
    max-height:none!important;
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    background:#fff!important;
    border-radius:0!important;
    transform:translateX(105%)!important;
    transition:transform .28s ease!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    z-index:10040!important;
    box-shadow:-24px 0 70px rgba(0,0,0,.28)!important;
    pointer-events:auto!important;
  }
  body.admin-bar .dpc-mega{
    top:32px!important;
    height:calc(100dvh - 32px)!important;
  }
  .dpc-mega.is-open{transform:translateX(0)!important;}
  .dpc-mega-mobile-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    background:#fff!important;
    padding:18px 22px!important;
    border-bottom:1px solid #eee!important;
  }
  .dpc-mega-mobile-head button{
    appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:#241d17!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
    cursor:pointer!important;
  }
  .dpc-mega-mobile-head [data-mega-close]{font-size:28px!important;line-height:1!important;font-weight:500!important;}
  .dpc-mega__inner{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;}
  .dpc-mega__left{max-height:none!important;overflow:visible!important;padding:18px 18px 8px!important;border-right:0!important;border-bottom:1px solid #eee!important;}
  .dpc-mega__center{padding:22px!important;overflow:visible!important;}
  .dpc-mega-columns{display:block!important;column-count:1!important;gap:0!important;}
  .dpc-mega-col{display:block!important;width:auto!important;margin:0 0 22px!important;}
  .dpc-mega__promo{display:none!important;}
}
@media(max-width:782px){
  body.admin-bar .dpc-nav,
  body.admin-bar .dpc-mega{
    top:46px!important;
    height:calc(100dvh - 46px)!important;
    min-height:calc(100dvh - 46px)!important;
  }
}
@media(max-width:520px){
  .dpc-nav{width:90vw!important;padding:92px 22px 28px!important;}
  .dpc-mega{width:92vw!important;}
}

/* V11 fixes: desktop mega order + true full-height mobile drawers */
@media (min-width:1025px){
  .dpc-mega-columns{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(150px,1fr))!important;
    grid-auto-flow:row!important;
    align-items:start!important;
    column-count:initial!important;
    column-gap:initial!important;
    gap:24px 34px!important;
  }
  .dpc-mega-col{
    display:block!important;
    width:auto!important;
    margin:0!important;
    break-inside:auto!important;
    page-break-inside:auto!important;
  }
}
@media (max-width:1024px){
  .dpc-nav,
  body.admin-bar .dpc-nav,
  .dpc-mega,
  body.admin-bar .dpc-mega,
  body.admin-bar.admin-bar .dpc-nav,
  body.admin-bar.admin-bar .dpc-mega{
    top:0!important;
    bottom:0!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:none!important;
    z-index:100000!important;
  }
  .dpc-mobile-overlay,
  body.admin-bar .dpc-mobile-overlay{
    top:0!important;
    bottom:0!important;
    z-index:99999!important;
  }
}


/* V12 fixes: true masonry columns + configurable mobile drawer colors */
@media (min-width:1025px){
  .dpc-mega-columns{
    display:block!important;
    column-count:4!important;
    column-gap:34px!important;
    grid-template-columns:none!important;
    gap:0!important;
  }
  .dpc-mega-col{
    display:inline-block!important;
    width:100%!important;
    margin:0 0 22px!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    vertical-align:top!important;
  }
}
@media (max-width:1024px){
  .dpc-nav,
  body.admin-bar .dpc-nav{
    background:var(--dpc-mobile-nav-bg,#241d17)!important;
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
  }
  .dpc-nav a,
  .dpc-nav .dpc-menu>li>a{
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
  }
  .dpc-nav .dpc-menu>li{border-color:color-mix(in srgb,var(--dpc-mobile-nav-text,#ffffff) 18%,transparent)!important;}
  .dpc-mega,
  body.admin-bar .dpc-mega,
  .dpc-mega-mobile-head{
    background:var(--dpc-mobile-cat-bg,#ffffff)!important;
    color:var(--dpc-mobile-cat-text,#141414)!important;
  }
  .dpc-mega a,
  .dpc-mega button,
  .dpc-mega .dpc-mega-panel-head h3,
  .dpc-mega .dpc-mega-heading,
  .dpc-mega .dpc-mega-col li a,
  .dpc-mega .dpc-mega-cat{
    color:var(--dpc-mobile-cat-text,#141414)!important;
  }
  .dpc-mega .dpc-mega-view,
  .dpc-mega .dpc-mega-panel-head a,
  .dpc-mega .dpc-mega-cat.is-active{
    color:#6f35d5!important;
  }
  .dpc-mega-mobile-head{border-bottom:1px solid color-mix(in srgb,var(--dpc-mobile-cat-text,#141414) 12%,transparent)!important;}
}

/* V13: predictable column ordering for mega menu.
   The PHP renders 4 vertical stacks, so category order is preserved top-to-bottom:
   1-2 in column 1, 3-4 in column 2, etc. No CSS masonry/column-count auto-balancing. */
@media (min-width: 1025px){
  .dpc-mega-columns{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(120px,1fr))!important;
    gap:24px 34px!important;
    column-count:initial!important;
    column-gap:initial!important;
  }
  .dpc-mega-stack{
    display:flex!important;
    flex-direction:column!important;
    gap:24px!important;
    min-width:0!important;
  }
  .dpc-mega-col{
    display:block!important;
    width:auto!important;
    break-inside:auto!important;
    page-break-inside:auto!important;
    margin:0!important;
  }
}
@media (max-width: 1024px){
  .dpc-mega-columns{
    display:block!important;
    column-count:initial!important;
  }
  .dpc-mega-stack{display:block!important;}
  .dpc-mega-stack + .dpc-mega-stack{margin-top:20px!important;}
}

/* V14: always render 4 desktop mega-menu columns.
   PHP now distributes subcategories into 4 predictable stacks: for 6 items = 2 / 2 / 1 / 1, not 2 / 2 / 2 / 0. */
@media (min-width: 1025px){
  .dpc-mega-columns{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:24px 34px!important;
  }
  .dpc-mega-stack{
    display:flex!important;
    flex-direction:column!important;
    gap:24px!important;
    min-width:0!important;
  }
  .dpc-mega-stack:empty{display:block!important;}
}


/* V15: mobile drawer header with logo and close button */
.dpc-mobile-drawer-head{display:none;}
@media (max-width:1024px){
  .dpc-nav{
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .dpc-mobile-drawer-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    min-height:82px!important;
    padding:18px 22px!important;
    border-bottom:1px solid color-mix(in srgb,var(--dpc-mobile-nav-text,#ffffff) 14%,transparent)!important;
    flex:0 0 auto!important;
  }
  .dpc-mobile-drawer-logo{min-width:0!important;display:flex!important;align-items:center!important;}
  .dpc-mobile-drawer-logo .custom-logo-link,
  .dpc-mobile-drawer-logo .dpc-logo-text{display:inline-flex!important;align-items:center!important;color:var(--dpc-mobile-nav-text,#ffffff)!important;text-decoration:none!important;font-weight:900!important;font-size:22px!important;letter-spacing:.02em!important;line-height:1.1!important;max-width:230px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .dpc-mobile-drawer-logo img,
  .dpc-mobile-drawer-logo .custom-logo{max-width:170px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
  .dpc-mobile-drawer-close{
    appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
    font-size:34px!important;
    line-height:1!important;
    width:44px!important;
    height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    margin-left:auto!important;
  }
  .dpc-nav .dpc-menu{
    padding:28px 28px 34px!important;
    margin:0!important;
    flex:1 1 auto!important;
    overflow:visible!important;
  }
}
@media (max-width:520px){
  .dpc-nav .dpc-menu{padding:26px 22px 30px!important;}
  .dpc-mobile-drawer-head{padding:16px 20px!important;min-height:76px!important;}
}
@media (min-width:1025px){
  .dpc-mobile-drawer-head{display:none!important;}
}


/* V16: separate mobile drawer logo + guaranteed visible close button */
@media (max-width:1024px){
  .dpc-nav.is-open{
    display:flex!important;
    flex-direction:column!important;
  }
  .dpc-mobile-drawer-head{
    display:flex!important;
    position:relative!important;
    z-index:10002!important;
    background:var(--dpc-mobile-nav-bg,#241d17)!important;
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
  }
  .dpc-mobile-drawer-logo .dpc-mobile-logo-link{
    display:inline-flex!important;
    align-items:center!important;
    max-width:230px!important;
    text-decoration:none!important;
  }
  .dpc-mobile-drawer-logo .dpc-mobile-logo-link img{
    display:block!important;
    width:auto!important;
    max-width:180px!important;
    height:auto!important;
    max-height:48px!important;
    object-fit:contain!important;
  }
  .dpc-mobile-drawer-close,
  .dpc-nav .dpc-mobile-drawer-close{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:10003!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:auto!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:color-mix(in srgb,var(--dpc-mobile-nav-text,#ffffff) 10%,transparent)!important;
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
    font-size:34px!important;
    line-height:1!important;
    font-weight:400!important;
    cursor:pointer!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }
}


/* V17 fixes: stable Customizer logo output, no forced white logo, clean mobile drawer header */
.dpc-logo img,
.dpc-logo .custom-logo,
.dpc-logo a img,
.dpc-logo .custom-logo-link img,
.dpc-mobile-drawer-logo img,
.dpc-mobile-drawer-logo .custom-logo,
.dpc-footer-logo img,
.dpc-footer-logo .custom-logo{
  filter:none!important;
}
@media (max-width:1024px){
  .dpc-mobile-drawer-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding:18px 22px!important;
    min-height:78px!important;
    border-bottom:0!important;
    background:var(--dpc-mobile-nav-bg,#241d17)!important;
  }
  .dpc-mobile-drawer-logo{
    flex:1 1 auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .dpc-mobile-drawer-logo .custom-logo-link,
  .dpc-mobile-drawer-logo .dpc-mobile-logo-link,
  .dpc-mobile-drawer-logo .dpc-logo-text{
    margin:0!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .dpc-mobile-drawer-logo img,
  .dpc-mobile-drawer-logo .custom-logo{
    display:block!important;
    max-width:180px!important;
    max-height:48px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .dpc-mobile-drawer-close,
  .dpc-nav .dpc-mobile-drawer-close{
    position:relative!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    margin:0!important;
    margin-left:auto!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    color:var(--dpc-mobile-nav-text,#ffffff)!important;
    font-size:34px!important;
    line-height:1!important;
  }
}

/* V18 fixes */
@media (max-width:1024px){
  .dpc-mobile-drawer-head{
    width:100%!important;
    box-sizing:border-box!important;
  }
}

/* v19 fixes */
.dpc-mobile-drawer-head{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;}
.dpc-mobile-drawer-logo{display:flex;align-items:center;min-width:0;}
.dpc-mobile-drawer-close{margin-left:auto;flex:0 0 auto;}

/* =========================================================
   V20 Search results template + reusable product image ratio
   ========================================================= */
.dpc-search-results-template{
  padding-top:64px!important;
}
.dpc-search-results-template .dpc-results-toolbar{
  margin-bottom:28px!important;
}
.dpc-sort-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:14px;
  font-weight:700;
  color:var(--dpc-single-tabs-active-color,#111);
}
.dpc-sort-wrap .woocommerce-ordering{margin:0!important;}
.dpc-sort-wrap select{
  height:48px;
  min-width:210px;
  border:1px solid #d8d0c7;
  border-radius:4px;
  background:#fff;
  padding:0 42px 0 16px;
  font-size:14px;
}
.dpc-product-results-wrap ul.products{
  align-items:start!important;
}
.dpc-product-results-wrap ul.products li.product.dpc-product-card{
  position:relative!important;
  border:1px solid #e7e1da!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
}
.dpc-product-card__media{
  position:relative;
  overflow:hidden;
  background:#f7f4f0;
  border-bottom:1px solid #e7e1da;
}
.dpc-product-card__image{
  display:block;
  width:100%;
  background:#f7f4f0;
}
.dpc-product-card__image img,
.dpc-product-results-wrap ul.products li.product.dpc-product-card a img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:var(--dpc-product-image-ratio)!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  border:0!important;
}
body.dpc-product-ratio-original .dpc-product-card__image img,
body.dpc-product-ratio-original .dpc-product-results-wrap ul.products li.product.dpc-product-card a img{
  aspect-ratio:auto!important;
  object-fit:contain!important;
}
.dpc-product-card__body{
  padding:16px 16px 18px;
}
.dpc-card-brand{
  font-size:11px;
  line-height:1.2;
  color:#867b72;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
  font-weight:800;
}
.dpc-card-title{
  display:block;
  color:#111!important;
  font-size:16px;
  line-height:1.35;
  font-weight:500;
  text-decoration:none!important;
  margin:0 0 6px;
}
.dpc-card-sizes{
  color:#6c625a;
  font-size:12px;
  line-height:1.3;
  margin-bottom:13px;
}
.dpc-card-rating{margin:0 0 8px;}
.dpc-card-price,
.dpc-card-price .amount{
  color:#111;
  font-size:16px;
  font-weight:800;
}
.dpc-card-price del,
.dpc-card-price del .amount{
  color:#9d958d!important;
  font-size:14px;
  font-weight:500!important;
}
.dpc-card-price ins{
  color:#e11d2e!important;
  text-decoration:none!important;
  margin-right:8px;
}
.dpc-card-price ins .amount{color:#e11d2e!important;}
.dpc-sale-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  background:#e11d2e;
  color:#fff;
  border-radius:3px;
  padding:8px 10px;
  font-size:12px;
  line-height:1;
  font-weight:900;
}
.dpc-card-wishlist{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:38px;
  height:38px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:50%;
  background:#fff;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.dpc-card-wishlist:hover{color:#8c6a34;}
.dpc-product-card .button,
.dpc-product-card .added_to_cart{display:none!important;}
@media(max-width:900px){
  .dpc-search-results-template{padding-top:34px!important;}
  .dpc-sort-wrap{width:100%;justify-content:space-between;}
  .dpc-sort-wrap select{min-width:0;width:190px;}
}
@media(max-width:520px){
  .dpc-card-title{font-size:14px;}
  .dpc-product-card__body{padding:13px 12px 15px;}
  .dpc-card-price,.dpc-card-price .amount{font-size:14px;}
  .dpc-sale-badge{top:10px;left:10px;padding:7px 8px;font-size:11px;}
  .dpc-card-wishlist{top:10px;right:10px;width:34px;height:34px;font-size:21px;}
}

/* V21 WooCommerce templates */
.dpc-product-results-wrap{
  max-width:1440px!important;
  padding-left:48px!important;
  padding-right:48px!important;
}
.dpc-search-results-template{
  padding-top:56px!important;
}
.dpc-product-results-wrap ul.products{
  grid-template-columns:repeat(var(--dpc-archive-columns,4),minmax(0,1fr))!important;
  gap:24px!important;
}
.dpc-results-toolbar{
  min-height:64px;
}
.dpc-toolbar-actions{
  gap:16px!important;
}
.dpc-sort-wrap{
  gap:12px!important;
}
.dpc-sort-wrap span{
  white-space:nowrap;
}
.dpc-filter-toggle{
  background:#f2eadf!important;
  border-color:#ddd1c4!important;
  border-radius:4px!important;
  font-weight:800!important;
}
.dpc-shop-hero{
  position:relative;
  min-height:220px;
  padding:120px 48px 44px!important;
  background:#e8ded1;
  overflow:hidden;
}
.dpc-shop-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.10));
}
.dpc-shop-hero__inner{
  position:relative;
  max-width:1440px;
  margin:0 auto;
  color:#fff;
}
.dpc-shop-hero h1{
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(44px,5vw,74px)!important;
  line-height:.95!important;
  font-weight:400!important;
  letter-spacing:-.05em!important;
  margin:0!important;
}
.dpc-shop-hero .dpc-search-kicker,
.dpc-shop-hero .dpc-shop-desc{
  color:#fff!important;
}
.dpc-card-cart{
  margin-top:14px;
}
.dpc-card-cart .button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:42px!important;
  margin:0!important;
  background:#111!important;
  color:#fff!important;
  border-radius:0!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:12px!important;
  font-weight:800!important;
}
.dpc-filter-drawer{
  width:min(390px,92vw)!important;
  padding:42px 38px 38px!important;
}
.dpc-filter-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:30px!important;
}
.dpc-filter-links{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.dpc-filter-links a{
  color:#111;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.04em;
}
.dpc-filter-links a.is-active{
  text-decoration:underline;
  text-underline-offset:4px;
}
.dpc-filter-child-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:-4px 0 8px 18px;
}
.dpc-filter-child-links a{
  text-transform:uppercase;
  color:#333;
}
.dpc-color-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px 14px;
}
.dpc-color-option{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  font-size:12px;
  color:#5f574f;
  cursor:pointer;
}
.dpc-color-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.dpc-color-dot{
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #ddd;
  background:#ddd;
  box-shadow:0 0 0 3px #fff,0 0 0 4px transparent;
}
.dpc-color-option input:checked + .dpc-color-dot{
  box-shadow:0 0 0 3px #fff,0 0 0 4px #111;
}
.dpc-filter-actions button{
  min-width:96px;
}

.dpc-single-product-page{
  padding-top:0!important;
}
.dpc-single-product-wrap{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:0;
  max-width:1520px;
  margin:0 auto;
  border-top:1px solid #eee;
}
.dpc-single-gallery{
  border-right:1px solid #e6e0da;
  min-width:0;
}
.dpc-single-gallery .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
}
.dpc-single-gallery .woocommerce-product-gallery__wrapper{
  margin:0!important;
}
.dpc-single-gallery .woocommerce-product-gallery__image img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:var(--dpc-single-image-ratio,2 / 3)!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
body .dpc-single-gallery .flex-control-thumbs{
  display:flex!important;
  gap:10px!important;
  padding:14px!important;
  margin:0!important;
  list-style:none!important;
}
body .dpc-single-gallery .flex-control-thumbs li{
  width:72px!important;
  float:none!important;
}
.dpc-single-summary{
  padding:54px 72px 44px;
  min-width:0;
}
.dpc-single-brand{
  margin-bottom:14px;
  color:#8a8177;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.12em;
}
.dpc-single-brand strong{
  display:block;
  color:#111;
  text-transform:none;
  letter-spacing:0;
  margin-top:4px;
}
.dpc-single-title{
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(34px,3.4vw,52px)!important;
  line-height:1!important;
  font-weight:400!important;
  letter-spacing:-.04em!important;
  margin:0 0 14px!important;
}
.dpc-single-price,
.dpc-single-price .price,
.dpc-single-price .amount{
  font-size:22px;
  font-weight:900;
  color:#111;
}
.dpc-single-price del,
.dpc-single-price del .amount{
  color:#9d958d!important;
  font-size:16px!important;
  font-weight:500!important;
}
.dpc-single-price ins{
  color:#d91f3c!important;
  text-decoration:none!important;
}
.dpc-single-rating{
  margin:18px 0;
}
.dpc-single-short-description{
  margin:22px 0 32px;
  color:#2b2723;
  font-size:16px;
  line-height:1.65;
}
.dpc-single-cart-box form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 12px!important;
}
.dpc-single-cart-box .quantity input{
  height:56px;
  border:1px solid #d8d0c7;
}
.dpc-single-cart-box .single_add_to_cart_button{
  min-height:56px!important;
  flex:1 1 280px;
  background:#111!important;
  color:#fff!important;
  border-radius:4px!important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900!important;
}
.dpc-single-wishlist{
  width:100%;
  min-height:56px;
  background:#fff;
  border:1px solid #d8d0c7;
  color:#111;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  cursor:pointer;
}
.dpc-single-trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:28px;
  border:1px solid #e2d8cd;
  border-radius:6px;
  overflow:hidden;
}
.dpc-single-trust div{
  padding:16px;
  border-right:1px solid #e2d8cd;
}
.dpc-single-trust div:last-child{border-right:0;}
.dpc-single-trust span{display:inline-block;margin-right:8px;}
.dpc-single-trust strong{display:block;font-size:13px;}
.dpc-single-trust small{display:block;color:#6e6258;margin-top:3px;}
.dpc-single-tabs{
  max-width:1180px;
  margin:54px auto 0;
  padding:0 24px 70px;
}
.dpc-single-tabs-nav{
  display:flex;
  gap:28px;
  border-bottom:1px solid #e5ded6;
  background:#fff;
  z-index:50;
}
.dpc-single-tabs--sticky .dpc-single-tabs-nav{
  position:sticky;
  top:0;
}
.admin-bar .dpc-single-tabs--sticky .dpc-single-tabs-nav{top:32px;}
.dpc-single-tabs-nav a{
  padding:18px 0;
  text-decoration:none;
  color:#6e6258;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.dpc-single-tabs-nav a.is-active,
.dpc-single-tabs-nav a:hover{
  color:#111;
}
.dpc-single-tab-section{
  padding:48px 0;
  border-bottom:1px solid #eee;
  scroll-margin-top:90px;
}
.dpc-single-tab-section h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:34px;
  font-weight:400;
  margin:0 0 20px;
}
.dpc-single-related{
  max-width:1440px;
  margin:0 auto;
  padding:0 48px 90px;
}
@media(max-width:1100px){
  .dpc-product-results-wrap ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .dpc-single-product-wrap{grid-template-columns:1fr;}
  .dpc-single-gallery{border-right:0;border-bottom:1px solid #e6e0da;}
  .dpc-single-summary{padding:38px 28px;}
}
@media(max-width:780px){
  .dpc-product-results-wrap{padding-left:18px!important;padding-right:18px!important;}
  .dpc-product-results-wrap ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .dpc-results-toolbar{flex-direction:column;align-items:stretch!important;}
  .dpc-toolbar-actions{justify-content:space-between;}
  .dpc-single-trust{grid-template-columns:1fr;}
  .dpc-single-trust div{border-right:0;border-bottom:1px solid #e2d8cd;}
  .dpc-single-trust div:last-child{border-bottom:0;}
}
@media(max-width:520px){
  .dpc-product-results-wrap ul.products{gap:14px!important;}
  .dpc-shop-hero{padding-left:22px!important;padding-right:22px!important;}
  .dpc-filter-drawer{width:100vw!important;padding:38px 28px!important;}
  .dpc-single-summary{padding:30px 20px;}
  .dpc-single-tabs{padding-left:20px;padding-right:20px;}
  .dpc-single-tabs-nav{overflow:auto;gap:22px;}
}

/* V22 product archive alignment, image handling and optional hero overlay */
.dpc-product-results-wrap ul.products{
  justify-content:flex-start!important;
  justify-items:stretch!important;
  align-items:stretch!important;
}
.dpc-product-results-wrap ul.products li.product.dpc-product-card{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}
.dpc-product-card__media{
  flex:0 0 auto!important;
}
.dpc-product-card__body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
}
.dpc-card-title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:calc(1.35em * 2)!important;
}
.dpc-card-price{
  margin-top:auto!important;
}
.dpc-card-cart{
  margin-top:14px!important;
}
.dpc-shop-hero__overlay{
  pointer-events:none!important;
}
.dpc-shop-hero__overlay img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  z-index:-1!important;
}
.dpc-shop-hero__overlay:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.10));
}
@media(max-width:780px){
  .dpc-product-results-wrap ul.products{
    justify-content:flex-start!important;
  }
}


/* V23 archive grid left alignment and filter polish */
.dpc-product-results-wrap ul.products::before,
.dpc-product-results-wrap ul.products::after{
  content:none!important;
  display:none!important;
}
.dpc-product-results-wrap ul.products{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.dpc-filter-actions{
  gap:12px!important;
}
.dpc-filter-actions a{
  height:48px!important;
  padding:0 22px!important;
  border:1px solid #d8d0c7!important;
  background:#fff!important;
  color:#111!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:12px!important;
  font-weight:800!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease!important;
}
.dpc-filter-actions a:hover{
  background:#f4eee8!important;
  border-color:#c7b9aa!important;
}
.dpc-filter-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.woocommerce-account .woocommerce{
  max-width:1280px;
  margin:0 auto;
  padding:48px 24px 72px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  background:#fff;
  border:1px solid #eee7df;
  border-radius:4px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
  overflow:hidden;
  align-self:start;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;border-bottom:1px solid #f0ebe5;}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0;}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:0 22px;
  color:#5c5c5c;
  font-size:14px;
  text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  color:#111;
  font-weight:800;
  background:#f7f4ef;
  border-left:3px solid #b88a42;
}
.woocommerce-account .woocommerce-MyAccount-content{
  min-height:560px;
  background:#fff;
  border:1px solid #eee7df;
  border-radius:4px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
  padding:58px 70px;
}
.dpc-account-wishlist__header{margin:0 0 22px;}
.dpc-account-wishlist__header h1{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:34px;
  line-height:1.1;
  font-weight:400;
  margin:0 0 6px;
  color:#111;
}
.dpc-account-wishlist__header p{margin:0;color:#222;font-size:16px;}
.dpc-wishlist-grid.products{
  display:grid!important;
  grid-template-columns:repeat(var(--dpc-archive-columns,4),minmax(0,1fr));
  gap:24px!important;
  justify-content:start!important;
  margin:18px 0 0!important;
  padding:0!important;
}
.dpc-wishlist-grid.products::before,.dpc-wishlist-grid.products::after{display:none!important;content:none!important;}
.dpc-wishlist-grid .dpc-product-card{width:auto!important;margin:0!important;}
.dpc-account-empty{
  max-width:520px;
  padding:34px;
  border:1px solid #eee7df;
  background:#faf8f5;
  border-radius:12px;
}
.dpc-account-empty h2{margin:0 0 8px;font-size:22px;}
.dpc-account-empty p{margin:0 0 22px;color:#666;}
.dpc-account-empty__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  background:#111;
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.04em;
  border-radius:2px;
}
.dpc-card-wishlist.is-active,.dpc-single-wishlist.is-active{color:#b88a42;}
@media (max-width:900px){
  .woocommerce-account .woocommerce{display:block;padding:28px 16px 56px;}
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:22px;}
  .woocommerce-account .woocommerce-MyAccount-content{padding:32px 20px;}
  .dpc-wishlist-grid.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
}
@media (max-width:520px){
  .dpc-wishlist-grid.products{grid-template-columns:1fr;}
}


/* My Account layout fix: remove WooCommerce clearfix pseudo-elements from CSS grid. */
.woocommerce-account .dpc-page-content{
  max-width:none;
  margin:0;
  padding:0;
  background:#f7f5f2;
}
.woocommerce-account .dpc-page-content > article{
  max-width:1280px;
  margin:0 auto;
  padding:44px 24px 72px;
}
.woocommerce-account .dpc-page-content > article > h1{
  margin:0 0 34px;
  font-size:34px;
  line-height:1.15;
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after{
  content:none!important;
  display:none!important;
}
.woocommerce-account .woocommerce{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0;
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr);
  gap:40px;
  align-items:start;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  float:none!important;
  width:auto!important;
}
.dpc-card-wishlist,
.dpc-single-wishlist{
  cursor:pointer;
  pointer-events:auto;
}
@media (max-width:900px){
  .woocommerce-account .dpc-page-content > article{padding:28px 16px 56px;}
  .woocommerce-account .woocommerce{display:block!important;}
}

.dpc-single-related ul.products,
.related.products ul.products,
.upsells.products ul.products,
.cross-sells ul.products{
  display:grid!important;
  grid-template-columns:repeat(var(--dpc-archive-columns,4),minmax(0,1fr))!important;
  gap:24px!important;
  justify-content:start!important;
  align-items:stretch!important;
  margin:24px 0 0!important;
  padding:0!important;
}
.dpc-single-related ul.products::before,
.dpc-single-related ul.products::after,
.related.products ul.products::before,
.related.products ul.products::after,
.upsells.products ul.products::before,
.upsells.products ul.products::after,
.cross-sells ul.products::before,
.cross-sells ul.products::after{display:none!important;content:none!important;}
.dpc-single-related .dpc-product-card,
.related.products .dpc-product-card,
.upsells.products .dpc-product-card,
.cross-sells .dpc-product-card,
.dpc-wishlist-grid .dpc-product-card{width:auto!important;margin:0!important;float:none!important;height:100%;}
.dpc-product-card.is-removing{opacity:0;transform:scale(.98);transition:opacity .18s ease, transform .18s ease;}
@media(max-width:1100px){
  .dpc-single-related ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products,
  .dpc-wishlist-grid.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:780px){
  .dpc-single-related ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products,
  .dpc-wishlist-grid.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:520px){
  .dpc-single-related ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products,
  .dpc-wishlist-grid.products{grid-template-columns:1fr!important;}
}

/* V29 canonical reusable product card across the whole theme. */
ul.products,
.woocommerce ul.products,
.dpc-front-products ul.products,
.dpc-product-results-wrap ul.products,
.related.products ul.products,
.upsells.products ul.products,
.cross-sells ul.products,
.dpc-wishlist-grid.products{
  display:grid!important;
  grid-template-columns:repeat(var(--dpc-archive-columns,4),minmax(0,1fr))!important;
  gap:24px!important;
  justify-content:start!important;
  align-items:stretch!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after{
  content:none!important;
  display:none!important;
}
ul.products li.product.dpc-product-card,
.woocommerce ul.products li.product.dpc-product-card,
.dpc-product-card{
  width:auto!important;
  float:none!important;
  margin:0!important;
  height:100%!important;
  min-width:0;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid #e9e2da!important;
  border-radius:6px!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.dpc-product-card__media{
  position:relative;
  background:#f5f4f2;
  border-bottom:1px solid #e9e2da;
  overflow:hidden;
}
.dpc-product-card__image{
  display:block;
  width:100%;
  aspect-ratio:var(--dpc-product-image-ratio,3/4);
  overflow:hidden;
}
.dpc-product-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.dpc-product-card__body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  padding:16px 16px 18px!important;
}
.dpc-card-title{
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:44px;
  color:#111!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:500!important;
  text-decoration:none!important;
  margin:0 0 6px!important;
}
.dpc-card-sizes,
.dpc-card-brand{
  min-height:18px;
  color:#68615b;
  font-size:12px;
  line-height:1.45;
  margin-bottom:10px;
}
.dpc-card-price{
  margin-top:auto!important;
  min-height:24px;
}
.dpc-card-price,
.dpc-card-price .amount{
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.dpc-front-products .woocommerce,
.dpc-front-products .woocommerce.columns-4{
  width:100%;
}
.dpc-front-products .products .dpc-product-card,
.dpc-single-related .products .dpc-product-card,
.related.products .products .dpc-product-card,
.upsells.products .products .dpc-product-card,
.cross-sells .products .dpc-product-card,
.dpc-wishlist-grid.products .dpc-product-card{
  border:1px solid #e9e2da!important;
  border-radius:6px!important;
}
.dpc-wishlist-grid.products{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
@media(max-width:1100px){
  ul.products,
  .woocommerce ul.products,
  .dpc-front-products ul.products,
  .dpc-product-results-wrap ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .dpc-wishlist-grid.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:780px){
  ul.products,
  .woocommerce ul.products,
  .dpc-front-products ul.products,
  .dpc-product-results-wrap ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products,
  .dpc-wishlist-grid.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:520px){
  ul.products,
  .woocommerce ul.products,
  .dpc-front-products ul.products,
  .dpc-product-results-wrap ul.products,
  .related.products ul.products,
  .upsells.products ul.products,
  .cross-sells ul.products,
  .dpc-wishlist-grid.products{
    grid-template-columns:1fr!important;
  }
}

/* V29 My Account navigation icons. */
.woocommerce-account .woocommerce-MyAccount-navigation a{
  gap:12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 18px;
  background:currentColor;
  opacity:.72;
  -webkit-mask:center / contain no-repeat;
  mask:center / contain no-repeat;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--orders a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M21 16V8l-9-5-9 5v8l9 5 9-5z'/%3E%3Cpath d='M3.3 7.7L12 13l8.7-5.3M12 22V13'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M21 16V8l-9-5-9 5v8l9 5 9-5z'/%3E%3Cpath d='M3.3 7.7L12 13l8.7-5.3M12 22V13'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--downloads a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--edit-address a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--payment-methods a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--edit-account a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--wishlist a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");}
.woocommerce-MyAccount-navigation-link--customer-logout a::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M21 3v18h-8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M21 3v18h-8'/%3E%3C/svg%3E");}

/* V30 fixes: real masked SVG icons and reusable wishlist grid columns. */
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before{
  content:""!important;
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  flex:0 0 18px!important;
  background-color:currentColor!important;
  opacity:.72!important;
  -webkit-mask-repeat:no-repeat!important;
  mask-repeat:no-repeat!important;
  -webkit-mask-position:center!important;
  mask-position:center!important;
  -webkit-mask-size:18px 18px!important;
  mask-size:18px 18px!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before{
  opacity:1!important;
}
.dpc-wishlist-grid.products{
  display:grid!important;
  grid-template-columns:repeat(var(--dpc-archive-columns,3),minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
@media(max-width:1100px){
  .dpc-wishlist-grid.products{
    grid-template-columns:repeat(min(var(--dpc-archive-columns,3),3),minmax(0,1fr))!important;
  }
}
@media(max-width:780px){
  .dpc-wishlist-grid.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:520px){
  .dpc-wishlist-grid.products{
    grid-template-columns:1fr!important;
  }
}

/* V31 final My Account icon and wishlist grid overrides. */
body.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a::before{
  content:""!important;
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  flex:0 0 18px!important;
  opacity:.7!important;
  background-color:transparent!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:18px 18px!important;
  -webkit-mask:none!important;
  mask:none!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before{opacity:1!important;}
body .woocommerce-MyAccount-navigation-link--dashboard a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--orders a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 8-9-5-9 5 9 5 9-5Z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--downloads a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--edit-address a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5 7-12a7 7 0 1 0-14 0c0 7 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--payment-methods a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--edit-account a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--wishlist a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8L12 21l8.8-8.6a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E")!important;}
body .woocommerce-MyAccount-navigation-link--customer-logout a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17 15 12 10 7'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M21 3v18h-8'/%3E%3C/svg%3E")!important;}
body.woocommerce-account .dpc-wishlist-grid.products{
  display:grid!important;
  grid-template-columns:repeat(var(--dpc-archive-columns,3),minmax(0,1fr))!important;
  gap:24px!important;
  justify-content:start!important;
  align-items:stretch!important;
}
@media(max-width:780px){body.woocommerce-account .dpc-wishlist-grid.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:520px){body.woocommerce-account .dpc-wishlist-grid.products{grid-template-columns:1fr!important;}}

/* V33 wishlist grid: always 3 columns on desktop, independent from archive column setting. */
body.woocommerce-account .dpc-wishlist-grid.products,
body.woocommerce-account ul.products.dpc-wishlist-grid,
body.woocommerce-account .woocommerce .dpc-wishlist-grid.products{
  --dpc-archive-columns:3!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  justify-content:start!important;
  align-items:stretch!important;
}
body.woocommerce-account .dpc-wishlist-grid.products::before,
body.woocommerce-account .dpc-wishlist-grid.products::after,
body.woocommerce-account ul.products.dpc-wishlist-grid::before,
body.woocommerce-account ul.products.dpc-wishlist-grid::after{
  display:none!important;
  content:none!important;
}
body.woocommerce-account .dpc-wishlist-grid.products li.product,
body.woocommerce-account ul.products.dpc-wishlist-grid li.product{
  width:auto!important;
  margin:0!important;
  float:none!important;
}
@media(max-width:900px){
  body.woocommerce-account .dpc-wishlist-grid.products,
  body.woocommerce-account ul.products.dpc-wishlist-grid,
  body.woocommerce-account .woocommerce .dpc-wishlist-grid.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  body.woocommerce-account .dpc-wishlist-grid.products,
  body.woocommerce-account ul.products.dpc-wishlist-grid,
  body.woocommerce-account .woocommerce .dpc-wishlist-grid.products{
    grid-template-columns:1fr!important;
  }
}


.dpc-card-variations {
  display: grid;
  gap: 6px;
  margin: 8px 0 10px;
}

.dpc-card-variation-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
}

.dpc-card-size-options,
.dpc-card-color-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.dpc-card-size-option {
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, .14);
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.dpc-card-color-option {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  border-radius: 4px;
  background: var(--dpc-swatch-color, #d8d8d8);
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .10), 0 0 0 1px rgba(17, 17, 17, .10);
}

.dpc-card-color-option[style*="#ffffff"],
.dpc-card-color-option[style*="#fff"] {
  box-shadow: 0 0 0 1px rgba(17, 17, 17, .22), inset 0 0 0 1px rgba(17, 17, 17, .08);
}

.dpc-product-card__body {
  display: flex;
  flex-direction: column;
}

.dpc-card-title {
  min-height: 2.8em;
}



/* V38 sticky header stability fix.
   Keep the header in one positioning mode to avoid scroll-up jumps when the admin bar is visible. */
:root{
  --dpc-header-desktop-height:118px;
  --dpc-adminbar-desktop-height:32px;
  --dpc-adminbar-mobile-height:46px;
}
.dpc-header,
.dpc-header.is-scrolled{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  transform:none!important;
}
body.admin-bar .dpc-header,
body.admin-bar .dpc-header.is-scrolled{
  top:var(--dpc-adminbar-desktop-height)!important;
}
@media(max-width:782px){
  body.admin-bar .dpc-header,
  body.admin-bar .dpc-header.is-scrolled{
    top:var(--dpc-adminbar-mobile-height)!important;
  }
}
body:not(.home):not(.front-page) .dpc-page-content{
  padding-top:calc(var(--dpc-header-desktop-height) + 44px)!important;
  margin-top:0!important;
}
.dpc-shop-hero,
.dpc-search-page-hero{
  padding-top:calc(var(--dpc-header-desktop-height) + 44px)!important;
}
html{
  scroll-padding-top:calc(var(--dpc-header-desktop-height) + 24px)!important;
}
.dpc-mobile-drawer-head{
  width:100%!important;
  box-sizing:border-box!important;
}
@media(max-width:1024px){
  .dpc-header__inner{
    min-height:96px!important;
  }
  body:not(.home):not(.front-page) .dpc-page-content{
    padding-top:132px!important;
  }
}

/* V24 product, cart, checkout and returns extensions */
.dpc-single-product-wrap{
  grid-template-columns:minmax(0,560px) minmax(420px,1fr)!important;
  gap:72px!important;
  max-width:1320px!important;
  padding:42px 24px 0!important;
  align-items:start!important;
  border-top:1px solid #eee!important;
}
.dpc-single-gallery{border-right:0!important;min-width:0!important;display:flex!important;justify-content:center!important;}
.dpc-single-gallery .woocommerce-product-gallery{max-width:450px!important;width:100%!important;}
.dpc-single-gallery .woocommerce-product-gallery__image img{
  max-width:450px!important;
  max-height:600px!important;
  width:100%!important;
  height:auto!important;
  object-fit:cover!important;
  border-radius:4px!important;
}
.dpc-single-gallery .flex-control-thumbs{max-width:450px!important;}
.dpc-single-gallery .flex-control-thumbs img{border-radius:4px!important;aspect-ratio:1/1!important;object-fit:cover!important;}
.dpc-single-summary-wrap{min-width:0!important;align-self:stretch!important;}
.dpc-single-summary{
  padding:4px 0 44px!important;
  position:sticky!important;
  top:var(--dpc-summary-sticky-top,130px)!important;
  max-height:calc(100vh - var(--dpc-summary-sticky-top,130px) - 18px)!important;
  overflow:auto!important;
  scrollbar-width:thin;
}
.dpc-single-summary::-webkit-scrollbar{width:6px;}
.dpc-single-summary::-webkit-scrollbar-thumb{background:#d8d0c7;border-radius:999px;}
.dpc-single-title{font-size:clamp(30px,2.8vw,44px)!important;line-height:1.08!important;margin-bottom:12px!important;}
.dpc-single-rating .woocommerce-product-rating{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;}
.dpc-single-rating .woocommerce-review-link{color:#70685f!important;text-decoration:none!important;font-weight:700!important;}
.dpc-single-cart-box table.variations{margin:24px 0 12px!important;width:100%!important;}
.dpc-single-cart-box table.variations th,.dpc-single-cart-box table.variations td{display:block!important;text-align:left!important;padding:0 0 10px!important;}
.dpc-single-cart-box table.variations label{font-size:12px!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#5d554d!important;}
.dpc-single-cart-box select{min-height:50px!important;border:1px solid #ded6ce!important;padding:0 14px!important;background:#fff!important;width:100%!important;}
.dpc-single-cart-box .variations_button{display:flex!important;gap:14px!important;width:100%!important;}
.dpc-single-cart-box .quantity .qty{width:76px!important;text-align:center!important;border-radius:4px!important;}
.dpc-single-wishlist.is-active{background:#f7f4ef!important;}
.dpc-single-tabs{max-width:1180px!important;margin-top:70px!important;}
.dpc-single-tabs-nav{top:var(--dpc-summary-sticky-top,130px)!important;margin-bottom:8px!important;}
.dpc-single-tabs-nav a{position:relative!important;white-space:nowrap!important;}
.dpc-single-tabs-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#111;}
.dpc-single-tab-section{scroll-margin-top:calc(var(--dpc-summary-sticky-top,130px) + 74px)!important;}
.dpc-product-section{max-width:1320px;margin:0 auto;padding:0 24px 72px;}
.dpc-product-section > h2,.dpc-single-related > h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:34px;line-height:1.1;margin:0 0 24px;color:#111;}
.dpc-reuse-product-grid.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;padding:0!important;}
.dpc-reuse-product-grid.products::before,.dpc-reuse-product-grid.products::after{display:none!important;content:none!important;}
.dpc-single-related .related > h2{display:none!important;}
.dpc-single-related ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;}

.dpc-cart-page{max-width:1320px;margin:0 auto;padding:56px 24px 40px;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start;}
.dpc-cart-card,.dpc-cart-summary .cart_totals,.dpc-checkout-panel{background:#fff;border:1px solid #eee7df;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.04);}
.dpc-cart-header{padding:34px 34px 22px;border-bottom:1px solid #eee7df;}
.dpc-cart-header h1,.dpc-checkout-header h1,.dpc-returns h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:40px;line-height:1.1;margin:0 0 8px;color:#111;}
.dpc-cart-header p,.dpc-checkout-header p,.dpc-returns > p{margin:0;color:#70685f;}
.dpc-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 110px 120px 120px 36px;gap:18px;align-items:center;padding:24px 34px;border-bottom:1px solid #f0ebe5;}
.dpc-cart-item__image img{width:96px;height:96px;object-fit:cover;border-radius:6px;display:block;}
.dpc-cart-item h2{font-size:16px;line-height:1.35;margin:0 0 6px;font-weight:800;}
.dpc-cart-item h2 a{color:#111;text-decoration:none;}
.dpc-cart-item__price,.dpc-cart-item__subtotal{font-weight:900;color:#111;}
.dpc-cart-item__mobile-price{display:none;}
.dpc-cart-item .quantity .qty{width:82px;height:46px;text-align:center;border:1px solid #ded6ce;border-radius:4px;}
.dpc-cart-item__remove .remove{display:flex!important;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#f7f4ef;color:#111!important;text-decoration:none!important;font-size:24px!important;line-height:1!important;}
.dpc-cart-actions{padding:24px 34px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.dpc-coupon{display:flex;gap:10px;flex:1 1 420px;}
.dpc-coupon input{height:50px;border:1px solid #ded6ce;border-radius:4px;padding:0 14px;flex:1;}
.dpc-cart-actions .button,.dpc-checkout .button,.dpc-returns-form .button{min-height:50px!important;border-radius:4px!important;background:#111!important;color:#fff!important;border:1px solid #111!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:900!important;padding:0 22px!important;}
.dpc-cart-summary{position:sticky;top:130px;}
.dpc-cart-summary .cart_totals{float:none!important;width:100%!important;padding:28px!important;}
.dpc-cart-summary .cart_totals h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:28px;margin:0 0 18px;}
.dpc-cart-summary table{width:100%;border-collapse:collapse;}
.dpc-cart-summary th,.dpc-cart-summary td{padding:14px 0;border-bottom:1px solid #f0ebe5;text-align:left;}
.dpc-cart-summary td{text-align:right;}
.dpc-cart-summary .checkout-button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:54px;margin-top:18px;background:#111!important;color:#fff!important;border-radius:4px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:900;}

.dpc-checkout{max-width:1320px;margin:0 auto;padding:56px 24px 80px;}
.dpc-checkout-header{margin-bottom:24px;}
.dpc-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:32px;align-items:start;}
.dpc-checkout-panel{padding:30px;margin-bottom:22px;}
.dpc-checkout-panel--sticky{position:sticky;top:130px;}
.dpc-checkout-panel h2,.dpc-checkout-panel h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:28px;margin:0 0 18px;color:#111;}
.dpc-checkout .form-row{margin:0 0 16px!important;}
.dpc-checkout label{font-weight:800;color:#111;margin-bottom:7px;display:block;}
.dpc-checkout input.input-text,.dpc-checkout textarea,.dpc-checkout select{min-height:48px;border:1px solid #ded6ce;border-radius:4px;padding:10px 14px;background:#fff;width:100%;}
.dpc-checkout textarea{min-height:110px;}
.dpc-checkout-review-order-table{width:100%;border-collapse:collapse;margin-bottom:20px;}
.dpc-checkout-review-order-table th,.dpc-checkout-review-order-table td{padding:12px 0;border-bottom:1px solid #f0ebe5;}
.dpc-checkout-review-order-table td{text-align:right;}
.dpc-secure-note{margin:18px 0 0;color:#70685f;font-size:13px;}

.dpc-returns-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px;}
.dpc-field{margin:0!important;}
.dpc-field--full{grid-column:1/-1;}
.dpc-returns-form label{display:block;margin-bottom:8px;font-weight:800;color:#111;}
.dpc-returns-form input,.dpc-returns-form textarea{width:100%;min-height:50px;border:1px solid #ded6ce;border-radius:4px;padding:10px 14px;background:#fff;}
.dpc-returns-form textarea{min-height:150px;}

@media(max-width:1100px){
  .dpc-single-product-wrap{grid-template-columns:1fr!important;gap:28px!important;}
  .dpc-single-summary{position:static!important;max-height:none!important;overflow:visible!important;}
  .dpc-single-gallery{justify-content:flex-start!important;}
  .dpc-cart-page,.dpc-checkout-grid{grid-template-columns:1fr!important;}
  .dpc-cart-summary,.dpc-checkout-panel--sticky{position:static!important;}
}
@media(max-width:780px){
  .dpc-reuse-product-grid.products,.dpc-single-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
  .dpc-cart-page,.dpc-checkout{padding-left:18px;padding-right:18px;}
  .dpc-cart-item{grid-template-columns:82px minmax(0,1fr) 36px;gap:14px;padding:20px;}
  .dpc-cart-item__image img{width:82px;height:82px;}
  .dpc-cart-item__price,.dpc-cart-item__subtotal{display:none;}
  .dpc-cart-item__mobile-price{display:block;font-weight:900;margin-top:8px;}
  .dpc-cart-item__qty{grid-column:2/3;}
  .dpc-cart-item__remove{grid-column:3;grid-row:1;align-self:start;}
  .dpc-coupon{flex-basis:100%;}
  .dpc-cart-actions{padding:20px;}
  .dpc-checkout-panel{padding:22px;}
  .dpc-returns-form{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .dpc-single-product-wrap{padding-left:16px!important;padding-right:16px!important;}
  .dpc-single-gallery .woocommerce-product-gallery,.dpc-single-gallery .woocommerce-product-gallery__image img{max-width:100%!important;max-height:none!important;}
  .dpc-coupon{display:grid;grid-template-columns:1fr;}
}


/* V25 single product fixes: header offset, sticky gallery, and variation buttons */
body.single-product .dpc-single-product-page{
  padding-top:calc(var(--dpc-header-desktop-height,102px) + 24px)!important;
}
body.admin-bar.single-product .dpc-single-product-page{
  padding-top:calc(var(--dpc-header-desktop-height,102px) + 56px)!important;
}
@media(min-width:1101px){
  body.single-product .dpc-single-product-wrap{
    padding-top:42px!important;
  }
  body.single-product .dpc-single-gallery{
    position:sticky!important;
    top:var(--dpc-summary-sticky-top,130px)!important;
    align-self:start!important;
    max-height:calc(100vh - var(--dpc-summary-sticky-top,130px) - 18px)!important;
  }
  body.single-product .dpc-single-gallery .woocommerce-product-gallery{
    max-height:calc(100vh - var(--dpc-summary-sticky-top,130px) - 18px)!important;
    overflow:visible!important;
  }
  body.single-product .dpc-single-summary{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    scrollbar-width:auto!important;
  }
}
@media(max-width:1100px){
  body.single-product .dpc-single-product-page{
    padding-top:132px!important;
  }
  body.admin-bar.single-product .dpc-single-product-page{
    padding-top:164px!important;
  }
  body.single-product .dpc-single-gallery,
  body.single-product .dpc-single-summary{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}
.dpc-single-cart-box table.variations select.dpc-native-variation-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
  margin:0!important;
  padding:0!important;
}
.dpc-single-variation-options{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:6px 0 12px;
}
.dpc-single-variation-option{
  min-width:48px;
  height:48px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #ded6ce;
  border-radius:6px;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.dpc-single-variation-option:hover,
.dpc-single-variation-option.is-selected{
  border-color:#111;
  background:#111;
  color:#fff;
}
.dpc-single-variation-option:disabled{
  opacity:.42;
  cursor:not-allowed;
  background:linear-gradient(135deg,transparent 48%,#b9b0a8 49%,#b9b0a8 51%,transparent 52%),#fff;
  color:#777;
  border-color:#d8d0c7;
}
.dpc-single-variation-option--color{
  width:36px;
  min-width:36px;
  height:36px;
  padding:0;
  border-radius:6px;
  background:var(--dpc-swatch-color,#d8d8d8)!important;
  box-shadow:inset 0 0 0 1px rgba(17,17,17,.12),0 0 0 1px rgba(17,17,17,.12);
  color:transparent!important;
}
.dpc-single-variation-option--color.is-selected,
.dpc-single-variation-option--color:hover{
  border-color:#111;
  box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #111;
}
.dpc-single-variation-option--color:disabled{
  background:linear-gradient(135deg,transparent 47%,#9b948d 48%,#9b948d 52%,transparent 53%),var(--dpc-swatch-color,#d8d8d8)!important;
}

/* V25 single product refinements */
.dpc-single-product-wrap{border-top:0!important;padding-top:56px!important;}
.dpc-single-gallery{position:sticky!important;top:var(--dpc-summary-sticky-top,112px)!important;align-self:start!important;}
.dpc-single-summary{position:relative!important;top:auto!important;max-height:none!important;overflow:visible!important;scrollbar-width:auto!important;}
.dpc-single-summary::-webkit-scrollbar{display:none!important;}
.dpc-single-actions{display:block!important;}
.dpc-single-cart-box form.cart{display:block!important;margin:0!important;}
.dpc-single-cart-box .variations_button,
.dpc-single-cart-box form.cart:not(.variations_form){display:flex!important;align-items:stretch!important;gap:14px!important;width:100%!important;}
.dpc-single-cart-box .single_add_to_cart_button{flex:1 1 auto!important;min-height:56px!important;}
.dpc-single-wishlist-row{margin:0!important;}
.dpc-single-wishlist{min-height:56px!important;min-width:178px!important;padding:0 22px!important;border:1px solid #ded6ce!important;background:#fff!important;color:#111!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;white-space:nowrap!important;}
.dpc-single-wishlist .dpc-single-wishlist-icon{font-size:26px!important;line-height:1!important;font-weight:400!important;}
.dpc-single-wishlist:hover{background:#f7f4ef!important;}
.dpc-single-cart-box .quantity{height:56px!important;display:inline-grid!important;grid-template-columns:44px 54px 44px!important;border:1px solid #ded6ce!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important;flex:0 0 auto!important;}
.dpc-single-cart-box .quantity .qty{width:54px!important;height:54px!important;border:0!important;border-left:1px solid #eee7df!important;border-right:1px solid #eee7df!important;border-radius:0!important;text-align:center!important;font-weight:900!important;background:#fff!important;padding:0!important;-moz-appearance:textfield!important;}
.dpc-single-cart-box .quantity .qty::-webkit-outer-spin-button,
.dpc-single-cart-box .quantity .qty::-webkit-inner-spin-button{appearance:none!important;-webkit-appearance:none!important;margin:0!important;}
.dpc-qty-button{width:44px!important;height:54px!important;border:0!important;background:#faf8f5!important;color:#111!important;font-size:20px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.dpc-qty-button:hover{background:#eee7df!important;}
.dpc-single-meta{margin-top:18px!important;padding:16px 18px!important;border:1px solid #eee7df!important;border-radius:4px!important;background:#faf8f5!important;color:#6e6258!important;font-size:13px!important;line-height:1.7!important;}
.dpc-single-meta .product_meta{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;align-items:center!important;}
.dpc-single-meta a{color:#111!important;font-weight:800!important;text-decoration:none!important;}
.dpc-single-meta a:hover{text-decoration:underline!important;}
.dpc-single-trust + .dpc-single-meta{margin-top:18px!important;}
.dpc-single-tabs{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;}
.dpc-single-tabs--sticky .dpc-single-tabs-nav{position:sticky!important;top:var(--dpc-summary-sticky-top,112px)!important;z-index:20!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;width:100vw!important;max-width:none!important;padding:0 max(24px,calc((100vw - 1180px)/2))!important;background:#fff!important;border-top:1px solid rgba(0,0,0,.06)!important;border-bottom:1px solid #eee7df!important;box-shadow:0 8px 22px rgba(0,0,0,.04)!important;}
.dpc-single-tabs-nav{min-height:58px!important;align-items:center!important;}
.dpc-single-tab-section{scroll-margin-top:calc(var(--dpc-summary-sticky-top,112px) + 58px)!important;}
@media(max-width:1024px){
  .dpc-single-product-wrap{padding-top:32px!important;}
  .dpc-single-gallery{position:relative!important;top:auto!important;}
  .dpc-single-cart-box .variations_button,
  .dpc-single-cart-box form.cart:not(.variations_form){flex-wrap:wrap!important;}
  .dpc-single-cart-box .single_add_to_cart_button{flex:1 1 220px!important;}
  .dpc-single-wishlist{width:100%!important;}
  .dpc-single-tabs--sticky .dpc-single-tabs-nav{margin-left:-20px!important;margin-right:-20px!important;width:calc(100% + 40px)!important;padding-left:20px!important;padding-right:20px!important;}
}

/* V4 My Account Returns form and WordPress editor setting support. */
body .woocommerce-MyAccount-navigation-link--returns a::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b6762' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h13a5 5 0 0 1 0 10H8'/%3E%3Cpath d='m8 11-5-4 5-4'/%3E%3Cpath d='M8 17h8'/%3E%3C/svg%3E")!important;
}
.dpc-returns{
  max-width:860px;
}
.dpc-returns__head{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin:0 0 24px;
}
.dpc-returns__icon{
  width:46px;
  height:46px;
  border:1px solid var(--dpc-border,#e7ded4);
  border-radius:14px;
  background:#fff7ef;
  flex:0 0 46px;
  position:relative;
}
.dpc-returns__icon::before{
  content:"";
  position:absolute;
  inset:12px;
  background:#2b251f;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h13a5 5 0 0 1 0 10H8'/%3E%3Cpath d='m8 11-5-4 5-4'/%3E%3Cpath d='M8 17h8'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h13a5 5 0 0 1 0 10H8'/%3E%3Cpath d='m8 11-5-4 5-4'/%3E%3Cpath d='M8 17h8'/%3E%3C/svg%3E") center/contain no-repeat;
}
.dpc-returns__head h2{
  margin:0 0 6px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.1;
}
.dpc-returns__head p{
  margin:0;
  color:#6f675f;
}
.dpc-returns-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 20px;
  margin-top:22px;
}
.dpc-returns-form .dpc-field{
  margin:0;
}
.dpc-returns-form .dpc-field--full{
  grid-column:1/-1;
}
.dpc-returns-form label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#3b332b;
}
.dpc-returns-form input,
.dpc-returns-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid var(--dpc-border,#e7ded4);
  border-radius:10px;
  padding:12px 14px;
  background:#fff;
  color:#141414;
  outline:none;
}
.dpc-returns-form textarea{
  resize:vertical;
  min-height:140px;
}
.dpc-returns-form input:focus,
.dpc-returns-form textarea:focus{
  border-color:#2b251f;
  box-shadow:0 0 0 3px rgba(43,37,31,.08);
}
.dpc-returns-submit,
.dpc-returns-form .button{
  min-height:50px;
  border-radius:10px!important;
  padding:0 24px!important;
  font-weight:900!important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
@media(max-width:680px){
  .dpc-returns-form{grid-template-columns:1fr;}
}

/* Footer, homepage and contact extensions */
.dpc-footer{margin-top:80px;background:var(--dpc-footer-bg,#111);color:var(--dpc-footer-text,#d9d9d9);text-align:left}
.dpc-footer__inner{max-width:1540px;margin:0 auto;padding:110px 48px 86px}
.dpc-footer__top{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(180px,.55fr) minmax(180px,.55fr);gap:clamp(46px,10vw,170px);align-items:start}
.dpc-footer__brand p{max-width:410px;margin:28px 0 0;font-size:var(--dpc-footer-text-size,18px);line-height:1.6;color:var(--dpc-footer-text,#d9d9d9)}
.dpc-footer__logo{display:inline-flex;align-items:center;line-height:0}.dpc-footer__logo img,.dpc-footer__logo .custom-logo{width:auto!important;max-width:260px!important;max-height:82px!important;filter:none!important}.dpc-footer__logo-text{font-size:32px;font-weight:900;letter-spacing:.08em;color:var(--dpc-footer-link,#fff)}
.dpc-footer__menu h2{margin:0 0 34px;color:var(--dpc-footer-heading,#c7a98a);font-size:14px;line-height:1;letter-spacing:.32em;text-transform:uppercase;font-weight:700}.dpc-footer__links{list-style:none;margin:0!important;padding:0!important;display:grid;gap:24px}.dpc-footer__links a{color:var(--dpc-footer-link,#fff);font-size:var(--dpc-footer-text-size,18px);line-height:1.25;transition:color .2s,opacity .2s}.dpc-footer__links a:hover{color:var(--dpc-footer-link-hover,#c7a98a)}
.dpc-footer__bottom{margin-top:92px;padding-top:56px;border-top:1px solid var(--dpc-footer-divider,#2b2b2b);display:flex;justify-content:space-between;align-items:center;gap:24px}.dpc-footer__bottom p{margin:0;font-size:var(--dpc-footer-copyright-size,17px);color:var(--dpc-footer-text,#d9d9d9)}.dpc-footer__social,.dpc-contact-social{display:flex;align-items:center;gap:28px}.dpc-footer__social a,.dpc-contact-social a{display:inline-flex;color:var(--dpc-footer-link,#fff);transition:color .2s,transform .2s}.dpc-footer__social a:hover,.dpc-contact-social a:hover{color:var(--dpc-footer-link-hover,#c7a98a);transform:translateY(-2px)}.dpc-footer__social svg,.dpc-contact-social svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dpc-front-page{background:#fff}.dpc-home-slider{position:relative;min-height:760px;overflow:hidden;background:#151515;color:#fff}.dpc-home-slider__track,.dpc-home-slide{position:absolute;inset:0}.dpc-home-slide{opacity:0;visibility:hidden;transition:opacity var(--dpc-home-transition,450ms) ease,visibility var(--dpc-home-transition,450ms) ease}.dpc-home-slide.is-active{opacity:1;visibility:visible}.dpc-home-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dpc-home-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.12))}.dpc-home-slide__content{position:relative;z-index:2;min-height:760px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1540px;margin:0 auto;padding:160px 48px 90px}.dpc-home-slide__content h1{max-width:720px;margin:0 0 22px;font-family:var(--dpc-serif);font-size:clamp(46px,7vw,94px);line-height:.96;font-weight:400}.dpc-home-slide__content p{max-width:560px;margin:0 0 34px;font-size:19px;line-height:1.6;color:rgba(255,255,255,.86)}.dpc-home-slider__arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(0,0,0,.24);color:#fff;font-size:36px;line-height:1;cursor:pointer}.dpc-home-slider__arrow--prev{left:34px}.dpc-home-slider__arrow--next{right:34px}.dpc-home-slider__dots{position:absolute;z-index:5;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:10px}.dpc-home-slider__dots button{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer}.dpc-home-slider__dots button.is-active{background:#fff}
.dpc-home-section{max-width:1540px;margin:0 auto;padding:88px 48px 0}.dpc-section-head{margin-bottom:34px}.dpc-section-head span{display:block;margin-bottom:10px;color:#9a8066;font-size:13px;letter-spacing:.22em;text-transform:uppercase;font-weight:800}.dpc-section-head h2{margin:0;font-size:clamp(32px,4vw,54px);line-height:1.05;font-weight:500}.dpc-home-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.dpc-home-category{position:relative;display:block;min-height:320px;overflow:hidden;border-radius:28px;background:#eee}.dpc-home-category img{width:100%;height:100%;min-height:320px;object-fit:cover;transition:transform .35s}.dpc-home-category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.55))}.dpc-home-category span{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff;font-size:22px;font-weight:800}.dpc-home-category:hover img{transform:scale(1.04)}.dpc-home-products .woocommerce ul.products,.dpc-home-products ul.products{margin-bottom:0!important}
.dpc-contact-page{padding:130px 20px;background:#fff}.dpc-contact-shell{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,560px) minmax(320px,1fr);gap:90px;background:#f2f0ed;border-radius:48px;padding:52px}.dpc-contact-form-card{background:#fff;border-radius:24px;padding:42px}.dpc-contact-form-card h1{margin:0 0 32px;font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:400}.dpc-contact-info{padding:28px 20px 20px}.dpc-contact-info__group{padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid #ddd9d3}.dpc-contact-info__group:last-of-type{border-bottom:0}.dpc-contact-info__group span{display:block;margin-bottom:16px;color:#a5a09a;font-size:12px;line-height:1;text-transform:uppercase}.dpc-contact-info__group p{margin:0 0 9px;font-size:18px;line-height:1.55;color:#111827}.dpc-contact-info__group a{color:inherit}.dpc-contact-hours{display:grid;gap:12px}.dpc-contact-hours div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;font-size:18px}.dpc-contact-hours strong{font-weight:400}.dpc-contact-hours em{font-style:normal;color:#111827}.dpc-contact-social a{color:#111827}.dpc-contact-page .forminator-ui .forminator-row{margin-bottom:22px!important}.dpc-contact-page .forminator-ui .forminator-label{margin-bottom:10px!important;font-size:14px!important;font-weight:500!important;color:#111827!important}.dpc-contact-page .forminator-ui input,.dpc-contact-page .forminator-ui textarea,.dpc-contact-page .forminator-ui select{border:1px solid #ddd!important;border-radius:999px!important;min-height:52px!important;padding:12px 20px!important;background:#fff!important;box-shadow:none!important}.dpc-contact-page .forminator-ui textarea{border-radius:24px!important;min-height:150px!important}.dpc-contact-page .forminator-ui .forminator-button-submit{width:100%!important;min-height:58px!important;border-radius:999px!important;background:#c9d8c4!important;color:#111827!important;font-weight:800!important;border:0!important;box-shadow:none!important}
@media(max-width:980px){.dpc-footer__inner{padding:72px 24px 56px}.dpc-footer__top,.dpc-contact-shell{grid-template-columns:1fr;gap:44px}.dpc-footer__bottom{margin-top:56px;align-items:flex-start;flex-direction:column}.dpc-home-slider,.dpc-home-slide__content{min-height:640px}.dpc-home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dpc-contact-page{padding-top:96px}.dpc-contact-shell{padding:24px;border-radius:28px}.dpc-contact-form-card{padding:28px}}
@media(max-width:640px){.dpc-home-section{padding:62px 20px 0}.dpc-home-slide__content{padding:130px 24px 80px}.dpc-home-slider__arrow{display:none}.dpc-home-categories__grid{grid-template-columns:1fr}.dpc-footer__links a{font-size:16px}.dpc-contact-hours div{grid-template-columns:1fr;gap:4px}.dpc-contact-form-card{padding:22px}}

/* Footer and contact customizer fixes */
.dpc-footer{
  background:var(--dpc-footer-bg,#111111)!important;
  color:var(--dpc-footer-text,#d9d9d9)!important;
}
.dpc-footer__brand p,
.dpc-footer__bottom p{color:var(--dpc-footer-text,#d9d9d9)!important;}
.dpc-footer__menu h2{color:var(--dpc-footer-heading,#c7a98a)!important;}
.dpc-footer__links a{color:var(--dpc-footer-link,#ffffff)!important;}
.dpc-footer__links a:hover{color:var(--dpc-footer-link-hover,#c7a98a)!important;}
.dpc-footer__bottom{border-top-color:var(--dpc-footer-divider,#2b2b2b)!important;}
.dpc-footer__social a{color:var(--dpc-footer-link,#ffffff)!important;}
.dpc-footer__social a:hover{color:var(--dpc-footer-link-hover,#c7a98a)!important;}

.dpc-contact-page{
  padding-top:170px!important;
  padding-bottom:56px!important;
}
.dpc-contact-shell{
  background:var(--dpc-contact-shell-bg,#f2f0ed)!important;
  color:var(--dpc-contact-text,#111827)!important;
}
.dpc-contact-form-card h1,
.dpc-contact-info__group p,
.dpc-contact-info__group a,
.dpc-contact-hours strong,
.dpc-contact-hours em,
.dpc-contact-social a{
  color:var(--dpc-contact-text,#111827)!important;
}
@media(max-width:980px){
  .dpc-contact-page{padding-top:120px!important;}
}


/* DPC v4 footer/contact refinements */
.dpc-footer__brand p,
.dpc-footer__links a{font-size:var(--dpc-footer-text-size,18px)!important;}
.dpc-footer__bottom p{font-size:var(--dpc-footer-copyright-size,17px)!important;}
.dpc-contact-page{padding-top:130px!important;padding-bottom:130px!important;}
@media(max-width:980px){.dpc-contact-page{padding-top:96px!important;padding-bottom:96px!important;}}

/* Contact page spacing fix: header is absolute, so the page needs header-height offset plus visual spacing. */
.dpc-contact-page{
  padding-top:190px!important;
  padding-bottom:130px!important;
}
@media(max-width:1180px){
  .dpc-contact-page{padding-top:160px!important;padding-bottom:110px!important;}
}
@media(max-width:768px){
  .dpc-contact-page{padding-top:132px!important;padding-bottom:80px!important;}
}


.dpc-mega-term-icon-img{width:18px!important;height:18px!important;object-fit:contain!important;border-radius:4px!important;display:block!important;}
.dpc-mega-heading span,.dpc-mega-icon{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;}


/* V8 desktop header Customizer colours and homepage slider spacing */
@media (min-width: 1025px){
  .dpc-header,
  .dpc-header.is-scrolled{
    background:var(--dpc-header-desktop-bg,#2f261e)!important;
  }
  .dpc-header,
  .dpc-header a,
  .dpc-header button,
  .dpc-header .dpc-action,
  .dpc-header .dpc-action span,
  .dpc-header .dpc-menu a{
    color:var(--dpc-header-desktop-text,#ffffff)!important;
  }
  .dpc-header svg{
    color:var(--dpc-header-desktop-text,#ffffff)!important;
    stroke:currentColor!important;
  }
}
body.home .dpc-front-page,
body.front-page .dpc-front-page{
  padding-top:var(--dpc-header-desktop-height,118px)!important;
}
body.admin-bar.home .dpc-front-page,
body.admin-bar.front-page .dpc-front-page{
  padding-top:calc(var(--dpc-header-desktop-height,118px) + var(--dpc-adminbar-desktop-height,32px))!important;
}
.dpc-home-slider{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
.dpc-home-slider__track,
.dpc-home-slide,
.dpc-home-slide img{
  width:100%!important;
}
.dpc-home-slide img{
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:1024px){
  body.home .dpc-front-page,
  body.front-page .dpc-front-page{
    padding-top:96px!important;
  }
  body.admin-bar.home .dpc-front-page,
  body.admin-bar.front-page .dpc-front-page{
    padding-top:142px!important;
  }
}
@media(max-width:640px){
  body.home .dpc-front-page,
  body.front-page .dpc-front-page{
    padding-top:70px!important;
  }
  body.admin-bar.home .dpc-front-page,
  body.admin-bar.front-page .dpc-front-page{
    padding-top:116px!important;
  }
}

/* V9 header RGBA colour support and image-only homepage banner behaviour */
.dpc-home-slider.dpc-home-slider--image-only{
  min-height:0!important;
  height:auto!important;
  background:transparent!important;
}
.dpc-home-slider--image-only .dpc-home-slider__track{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:auto!important;
}
.dpc-home-slider--image-only .dpc-home-slide{
  position:absolute!important;
  inset:0!important;
  min-height:0!important;
  height:auto!important;
}
.dpc-home-slider--image-only .dpc-home-slide.is-active{
  position:relative!important;
  inset:auto!important;
}
.dpc-home-slider--image-only .dpc-home-slide:after,
.dpc-home-slider--image-only .dpc-home-slide__content{
  display:none!important;
}
.dpc-home-slider--image-only .dpc-home-slide img{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* V10 homepage slider header spacing fix */
body.home .dpc-front-page,
body.front-page .dpc-front-page,
body.admin-bar.home .dpc-front-page,
body.admin-bar.front-page .dpc-front-page{
  padding-top:0!important;
}
.dpc-home-slider{
  margin-top:0!important;
}

/* V11 homepage slider position fix: keep fixed header above, place slider exactly after header with no overlap/gap */
:root{
  --dpc-header-desktop-height:104px;
}
body.home .dpc-front-page,
body.front-page .dpc-front-page{
  padding-top:var(--dpc-header-desktop-height,104px)!important;
  margin-top:0!important;
}
body.admin-bar.home .dpc-front-page,
body.admin-bar.front-page .dpc-front-page{
  padding-top:calc(var(--dpc-header-desktop-height,104px) + var(--dpc-adminbar-desktop-height,32px))!important;
  margin-top:0!important;
}
body.home .dpc-home-slider,
body.front-page .dpc-home-slider{
  margin-top:0!important;
}
@media(max-width:1024px){
  :root{--dpc-header-desktop-height:76px;}
  body.home .dpc-front-page,
  body.front-page .dpc-front-page{
    padding-top:76px!important;
  }
  body.admin-bar.home .dpc-front-page,
  body.admin-bar.front-page .dpc-front-page{
    padding-top:122px!important;
  }
}
@media(max-width:640px){
  :root{--dpc-header-desktop-height:64px;}
  body.home .dpc-front-page,
  body.front-page .dpc-front-page{
    padding-top:64px!important;
  }
  body.admin-bar.home .dpc-front-page,
  body.admin-bar.front-page .dpc-front-page{
    padding-top:110px!important;
  }
}


/* V12: archive pagination spacing and Customizer button colours */
.woocommerce nav.woocommerce-pagination,
.woocommerce-pagination,
.dpc-product-results-wrap nav.woocommerce-pagination{
  width:100%;
  margin-top:38px!important;
  margin-bottom:70px!important;
  display:flex!important;
  justify-content:center!important;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul{
  display:flex!important;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul li{
  border:0!important;
  list-style:none!important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers{
  min-width:38px;
  height:38px;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:1px solid #ddd8d1!important;
  border-radius:6px;
  background:#fff!important;
  color:#111!important;
  text-decoration:none!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination .page-numbers.current{
  background:#f2edf9!important;
  color:#6f35d7!important;
}
.dpc-btn,
.dpc-card-cart .button,
.dpc-product-card .button,
.dpc-filter-actions button,
.dpc-search-form button,
.dpc-cart-actions .button,
.dpc-checkout .button,
.dpc-returns-form .button,
.dpc-cart-summary .checkout-button,
.dpc-account-empty__button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  background:var(--dpc-button-bg,#111111)!important;
  color:var(--dpc-button-text,#ffffff)!important;
  border-color:var(--dpc-button-bg,#111111)!important;
}
.dpc-btn:hover,
.dpc-card-cart .button:hover,
.dpc-product-card .button:hover,
.dpc-filter-actions button:hover,
.dpc-search-form button:hover,
.dpc-cart-actions .button:hover,
.dpc-checkout .button:hover,
.dpc-returns-form .button:hover,
.dpc-cart-summary .checkout-button:hover,
.dpc-account-empty__button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
  background:var(--dpc-button-hover-bg,#2f261e)!important;
  color:var(--dpc-button-hover-text,#ffffff)!important;
  border-color:var(--dpc-button-hover-bg,#2f261e)!important;
}


/* v13: desktop header text and mega promo button customizer fixes */
.dpc-header .dpc-menu>li>a,
.dpc-header .dpc-menu>li.dpc-menu-mega-item>a,
.dpc-header .dpc-menu>li>a[data-mega-trigger],
.dpc-header .dpc-action,
.dpc-header .dpc-action svg,
.dpc-header .dpc-mobile-toggle{
  color:var(--dpc-header-desktop-text,#fff)!important;
}
.dpc-header .dpc-action svg,
.dpc-header .dpc-mobile-toggle svg{
  stroke:currentColor!important;
}
.dpc-mega-promo-panel a,
.dpc-mega__promo a{
  background:var(--dpc-mega-promo-button-bg,#6f35d5)!important;
  color:var(--dpc-mega-promo-button-text,#fff)!important;
}

/* V14: desktop mega menu bottom spacing fix */
@media (min-width:1025px){
  .dpc-mega{
    max-height:calc(100vh - var(--dpc-header-desktop-height,104px) - 24px)!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.admin-bar .dpc-mega{
    max-height:calc(100vh - var(--dpc-header-desktop-height,104px) - var(--dpc-adminbar-desktop-height,32px) - 24px)!important;
  }
  .dpc-mega__inner{
    min-height:0!important;
    height:min(560px,calc(100vh - var(--dpc-header-desktop-height,104px) - 24px))!important;
    max-height:calc(100vh - var(--dpc-header-desktop-height,104px) - 24px)!important;
  }
  body.admin-bar .dpc-mega__inner{
    height:min(560px,calc(100vh - var(--dpc-header-desktop-height,104px) - var(--dpc-adminbar-desktop-height,32px) - 24px))!important;
    max-height:calc(100vh - var(--dpc-header-desktop-height,104px) - var(--dpc-adminbar-desktop-height,32px) - 24px)!important;
  }
  .dpc-mega__left{
    padding:18px 18px 30px!important;
    overflow:auto!important;
  }
  .dpc-mega__center{
    padding:24px 28px 34px!important;
    overflow:auto!important;
  }
  .dpc-mega__promo{
    margin:22px!important;
  }
  .dpc-mega-all{
    margin-bottom:0!important;
  }
}

/* V16 sticky-state product tabs colour controls */
.dpc-single-tabs--sticky .dpc-single-tabs-nav.is-stuck{background:var(--dpc-single-tabs-sticky-bg,#ffffff)!important;}
.dpc-single-tabs--sticky .dpc-single-tabs-nav.is-stuck a{color:var(--dpc-single-tabs-text-color,#6e6258)!important;}
.dpc-single-tabs--sticky .dpc-single-tabs-nav.is-stuck a.is-active,
.dpc-single-tabs--sticky .dpc-single-tabs-nav.is-stuck a:hover{color:var(--dpc-single-tabs-active-color,#111111)!important;}
.dpc-single-tabs--sticky .dpc-single-tabs-nav.is-stuck a.is-active:after{background:var(--dpc-single-tabs-active-color,#111111)!important;}


/* V17 Typography Customizer */
body{
  font-family:var(--dpc-font,Inter,Arial,sans-serif)!important;
}
h1,h2,h3,h4,h5,h6,
.dpc-section-head h2,
.dpc-front-hero h1,
.dpc-home-slide__content h1,
.dpc-contact-form-card h1,
.dpc-search-page-hero h1,
.dpc-cart-header h1,
.dpc-checkout-header h1,
.dpc-returns h1,
.woocommerce div.product .product_title,
.woocommerce-products-header__title,
.woocommerce-account .dpc-page-content > article > h1{
  font-family:var(--dpc-serif,Georgia,Times New Roman,serif)!important;
}


/* V22 default page title and shortcode gallery */
.dpc-page-title{
  margin:0 0 28px;
}
.dpc-shortcode-gallery{
  display:grid;
  grid-template-columns:repeat(var(--dpc-gallery-columns,3),minmax(0,1fr));
  gap:var(--dpc-gallery-gap,16px);
  margin:32px 0;
}
.dpc-shortcode-gallery__item{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#f5f5f5;
}
.dpc-shortcode-gallery__item a{
  display:block;
  color:inherit;
  text-decoration:none;
}
.dpc-shortcode-gallery__item img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
@media (max-width:900px){
  .dpc-shortcode-gallery:not(.dpc-shortcode-gallery--cols-1){
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:540px){
  .dpc-shortcode-gallery{
    grid-template-columns:1fr!important;
  }
}


/* V24 contact page extra HTML content below shell */
.dpc-contact-extra-content{
  max-width:1400px;
  margin:32px auto 0;
  padding:42px 52px;
  background:var(--dpc-contact-shell-bg,#f2f0ed);
  border-radius:32px;
  color:var(--dpc-contact-text,#111827);
}
.dpc-contact-extra-content > :first-child{margin-top:0;}
.dpc-contact-extra-content > :last-child{margin-bottom:0;}
.dpc-contact-extra-content a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.dpc-contact-extra-content p{font-size:18px;line-height:1.65;}
@media(max-width:980px){
  .dpc-contact-extra-content{padding:28px 24px;border-radius:24px;margin-top:24px;}
}


/* =========================================================
   V25 Product card image fit
   Shows the complete product image inside the selected ratio.
   ========================================================= */
.dpc-product-card__media,
.dpc-product-card__image{
  background:#fff!important;
}
.dpc-product-card__image img,
.dpc-product-results-wrap ul.products li.product.dpc-product-card a img,
.woocommerce ul.products li.product.dpc-product-card a img,
ul.products li.product.dpc-product-card a img{
  width:100%!important;
  height:100%!important;
  object-fit:var(--dpc-product-image-fit,contain)!important;
  object-position:center center!important;
  background:#fff!important;
}
body.dpc-product-ratio-original .dpc-product-card__image img,
body.dpc-product-ratio-original .dpc-product-results-wrap ul.products li.product.dpc-product-card a img,
body.dpc-product-ratio-original .woocommerce ul.products li.product.dpc-product-card a img,
body.dpc-product-ratio-original ul.products li.product.dpc-product-card a img{
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
}
body.dpc-product-fit-contain .dpc-product-card__image img,
body.dpc-product-fit-contain .dpc-product-results-wrap ul.products li.product.dpc-product-card a img,
body.dpc-product-fit-contain .woocommerce ul.products li.product.dpc-product-card a img,
body.dpc-product-fit-contain ul.products li.product.dpc-product-card a img{
  object-fit:contain!important;
}
body.dpc-product-fit-cover .dpc-product-card__image img,
body.dpc-product-fit-cover .dpc-product-results-wrap ul.products li.product.dpc-product-card a img,
body.dpc-product-fit-cover .woocommerce ul.products li.product.dpc-product-card a img,
body.dpc-product-fit-cover ul.products li.product.dpc-product-card a img{
  object-fit:cover!important;
}


/* =========================================================
   V26 Single product image fit
   Keeps the selected single product ratio but can show the full image.
   ========================================================= */
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image,
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image a{
  display:block!important;
  width:100%!important;
  background:#fff!important;
}
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:var(--dpc-single-image-ratio,2 / 3)!important;
  object-fit:var(--dpc-single-image-fit,contain)!important;
  object-position:center center!important;
  background:#fff!important;
}
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image img.wp-post-image{
  object-fit:var(--dpc-single-image-fit,contain)!important;
}

/* =========================================================
   V26 Single product gallery image fit
   Keeps the selected single product ratio but can show the full image.
   ========================================================= */
body.single-product .dpc-single-gallery .woocommerce-product-gallery__wrapper,
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image{
  width:100%!important;
}
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image{
  aspect-ratio:var(--dpc-single-image-ratio,2 / 3)!important;
  background:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image a{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
}
body.single-product .dpc-single-gallery .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:var(--dpc-single-image-fit,contain)!important;
  object-position:center center!important;
  background:#fff!important;
}
body.single-product.dpc-single-fit-contain .dpc-single-gallery .woocommerce-product-gallery__image img{
  object-fit:contain!important;
}
body.single-product.dpc-single-fit-cover .dpc-single-gallery .woocommerce-product-gallery__image img{
  object-fit:cover!important;
}
body.single-product.dpc-single-ratio-original .dpc-single-gallery .woocommerce-product-gallery__image{
  aspect-ratio:auto!important;
  display:block!important;
  overflow:visible!important;
}
body.single-product.dpc-single-ratio-original .dpc-single-gallery .woocommerce-product-gallery__image a{
  display:block!important;
  height:auto!important;
}
body.single-product.dpc-single-ratio-original .dpc-single-gallery .woocommerce-product-gallery__image img{
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}


/* V29: mobile header colours, non-sticky mobile header and inline mobile mega panels */
@media (max-width:1024px){
  .dpc-header,
  .dpc-header.is-scrolled,
  body.admin-bar .dpc-header,
  body.admin-bar .dpc-header.is-scrolled{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    margin-top:0!important;
    transform:none!important;
    background:var(--dpc-header-mobile-bg,var(--dpc-header-desktop-bg,#2f261e))!important;
    backdrop-filter:none!important;
  }
  .dpc-header,
  .dpc-header a,
  .dpc-header button,
  .dpc-header .dpc-action,
  .dpc-header .dpc-action span,
  .dpc-header .dpc-menu a,
  .dpc-header .dpc-mobile-toggle,
  .dpc-header .dpc-mobile-toggle span{
    color:var(--dpc-header-mobile-text,var(--dpc-header-desktop-text,#ffffff))!important;
  }
  .dpc-header svg,
  .dpc-header .dpc-action svg{
    color:var(--dpc-header-mobile-text,var(--dpc-header-desktop-text,#ffffff))!important;
    stroke:currentColor!important;
  }
  .dpc-mobile-toggle span,
  .dpc-mobile-toggle::before,
  .dpc-mobile-toggle::after{
    background:var(--dpc-header-mobile-text,var(--dpc-header-desktop-text,#ffffff))!important;
  }
  body.home .dpc-front-page,
  body.front-page .dpc-front-page,
  body.admin-bar.home .dpc-front-page,
  body.admin-bar.front-page .dpc-front-page{
    padding-top:0!important;
  }
  body:not(.home):not(.front-page) .dpc-page-content{
    padding-top:34px!important;
  }
  .dpc-shop-hero,
  .dpc-search-page-hero{
    padding-top:56px!important;
  }
  html{scroll-padding-top:24px!important;}

  .dpc-mega__center{
    display:none!important;
  }
  .dpc-mega-mobile-inline-panel{
    display:block!important;
    margin:10px 0 16px!important;
    padding:16px!important;
    border-radius:18px!important;
    background:color-mix(in srgb,var(--dpc-mobile-cat-text,#141414) 5%,var(--dpc-mobile-cat-bg,#ffffff))!important;
    box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--dpc-mobile-cat-text,#141414) 10%,transparent)!important;
  }
  .dpc-mega-mobile-inline-panel.dpc-mega-panel,
  .dpc-mega-mobile-inline-panel .dpc-mega-panel{
    display:block!important;
  }
  .dpc-mega-mobile-inline-panel .dpc-mega-panel-head{
    margin-bottom:16px!important;
    padding-bottom:12px!important;
  }
  .dpc-mega-mobile-inline-panel .dpc-mega-columns,
  .dpc-mega-mobile-inline-panel .dpc-mega-stack,
  .dpc-mega-mobile-inline-panel .dpc-mega-col{
    display:block!important;
    column-count:initial!important;
    width:auto!important;
    margin:0!important;
  }
  .dpc-mega-mobile-inline-panel .dpc-mega-col + .dpc-mega-col,
  .dpc-mega-mobile-inline-panel .dpc-mega-stack + .dpc-mega-stack{
    margin-top:18px!important;
  }
  .dpc-mega-mobile-inline-panel .dpc-mega-heading{
    margin-bottom:8px!important;
  }
}

/* V30: mobile mega starts closed and admin-bar mobile header offset */
@media (max-width:1024px){
  .dpc-mega .dpc-mega-cat:not(.is-active) + .dpc-mega-mobile-inline-panel{
    display:none!important;
  }
  body.admin-bar .dpc-header,
  body.admin-bar .dpc-header.is-scrolled{
    margin-top:32px!important;
  }
}
@media (max-width:782px){
  body.admin-bar .dpc-header,
  body.admin-bar .dpc-header.is-scrolled{
    margin-top:46px!important;
  }
}


/* V32 mobile archive toolbar + small performance-safe image defaults */
@media (max-width: 767px) {
  .dpc-sort-wrap > span {
    display: none !important;
  }

  .dpc-sort-wrap {
    justify-content: flex-end !important;
  }
}
