/* DRTV Shop WOW — compiled hub surface. Architecture-clean build 1.0.36.2. */

:root{
  --dptv-red:#e30613;
  --dptv-red-2:#ff2532;
  --dptv-black:#0b0c11;
  --dptv-black-2:#121722;
  --dptv-text:#17181d;
  --dptv-muted:#667085;
  --dptv-line:#e7e8ec;
  --dptv-soft:#f6f7f9;
  --dptv-soft-2:#fafbfc;
  --dptv-green:#16a34a;
  --dptv-radius:20px;
  --dptv-shadow:0 20px 44px rgba(11,12,17,.06);
}

body.woocommerce-page{background:#fff;color:var(--dptv-text);}




.dptv-wow-card__eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);padding:8px 12px;border-radius:999px;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;}










.dptv-wow-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:14px;text-decoration:none;font-weight:800;font-size:15px;padding:0 18px;border:0;cursor:pointer;transition:.18s ease;}
.dptv-wow-btn:hover{transform:translateY(-1px);}
.dptv-wow-btn--red{background:linear-gradient(180deg,var(--dptv-red-2) 0%,var(--dptv-red) 100%);color:#fff;}
.dptv-wow-btn--dark{background:var(--dptv-black);color:#fff;}
.dptv-wow-btn--ghost{background:#f1f3f6;color:#1d2433;}













.dptv-wow-card{background:#fff;border:1px solid var(--dptv-line);border-radius:20px;overflow:hidden;box-shadow:var(--dptv-shadow);display:flex;flex-direction:column;}
.dptv-wow-card__image{position:relative;display:block;padding:18px;background:linear-gradient(180deg,#fbfbfc 0%,#f5f6f8 100%);aspect-ratio:1/1;overflow:hidden;}
.dptv-wow-card__image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .2s ease;}
.dptv-wow-card:hover .dptv-wow-card__image img{transform:scale(1.03);}
.dptv-wow-card__badge{position:absolute;left:14px;top:14px;background:var(--dptv-red);color:#fff;font-weight:800;font-size:11px;padding:8px 10px;border-radius:10px;letter-spacing:.05em;text-transform:uppercase;}
.dptv-wow-card__body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1;}
.dptv-wow-card__eyebrow{background:#10141d;color:#fff;align-self:flex-start;}
.dptv-wow-card__title{margin:0;font-size:18px;line-height:1.22;letter-spacing:-.02em;font-weight:800;}
.dptv-wow-card__title a{text-decoration:none;color:var(--dptv-text);}
.dptv-wow-card__meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#5f6774;font-weight:700;}
.dptv-wow-card__meta .in{color:var(--dptv-green);}
.dptv-wow-card__meta .out{color:var(--dptv-red);}
.dptv-wow-card__price{font-size:22px;font-weight:850;color:var(--dptv-text);letter-spacing:-.02em;}
.dptv-wow-card .dptv-wow-btn{margin-top:auto;width:100%;}

















































































.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page div.product::before,
.woocommerce-page div.product::after{display:none!important;}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-tabs,
.related.products,
.up-sells,
.woocommerce-products-header,
.woocommerce .onsale{display:none!important;}



@media (max-width: 640px){
  
  
  
  
  
  
  
  
  .dptv-wow-card__title{font-size:19px;}
  
  
  
  
}
























.dptv-wow-card--retail{border-radius:26px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);}
.dptv-wow-card--retail .dptv-wow-card__image{padding:22px;border-bottom:1px solid #eef0f4;background:radial-gradient(circle at top right,rgba(227,6,19,.09),rgba(227,6,19,0) 28%),linear-gradient(180deg,#fbfbfc 0%,#f3f5f8 100%);}
.dptv-wow-card__brand{position:absolute;right:14px;top:14px;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(17,24,39,.92);backdrop-filter:blur(6px);color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.dptv-wow-card__topline{display:flex;justify-content:space-between;gap:10px;align-items:center;}
.dptv-wow-card__stock{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;}
.dptv-wow-card__stock.in{background:#edf8ef;color:#16803d;}
.dptv-wow-card__stock.out{background:#fff0f1;color:#bf2330;}
.dptv-wow-card__excerpt{margin:0;color:#5f6774;font-size:14px;line-height:1.65;}
.dptv-wow-card__bottom{display:grid;gap:12px;margin-top:auto;}
.dptv-wow-card__bottom .dptv-wow-btn{width:100%;}
.dptv-wow-card--retail .dptv-wow-card__title{font-size:24px;line-height:1.08;}
.dptv-wow-card--retail:not(.is-spotlight) .dptv-wow-card__title{font-size:20px;line-height:1.14;}
.dptv-wow-card--retail .dptv-wow-card__price{font-size:28px;}
.dptv-wow-card--retail:not(.is-spotlight) .dptv-wow-card__price{font-size:24px;}
.dptv-wow-card.is-spotlight{grid-column:span 2;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);}
.dptv-wow-card.is-spotlight .dptv-wow-card__image{aspect-ratio:auto;min-height:100%;padding:30px;}
.dptv-wow-card.is-spotlight .dptv-wow-card__body{padding:26px;gap:14px;}
.dptv-wow-card.is-spotlight .dptv-wow-card__excerpt{font-size:15px;max-width:60ch;}
.dptv-wow-card.is-spotlight .dptv-wow-card__eyebrow{background:#0f172a;}
.dptv-wow-card.is-spotlight .dptv-wow-card__bottom{grid-template-columns:minmax(0,1fr) 210px;align-items:end;}
.dptv-wow-card.is-spotlight .dptv-wow-card__bottom .dptv-wow-btn{margin-top:0;}











@media (max-width: 1199px){
  .dptv-wow-card.is-spotlight{grid-template-columns:1fr;}
  
  
  .dptv-wow-card.is-spotlight{grid-column:span 1;}
  .dptv-wow-card.is-spotlight .dptv-wow-card__bottom{grid-template-columns:1fr;}
  
  
}

@media (max-width: 640px){
  
  
  
  
  
  .dptv-wow-card--retail .dptv-wow-card__title,
.dptv-wow-card--retail:not(.is-spotlight) .dptv-wow-card__title{font-size:22px;}
      
  
  
}


















































































































































































































































































.dptv-wow-shop-benefit{display:flex;align-items:center;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);position:relative;}
.dptv-wow-shop-benefit + .dptv-wow-shop-benefit{border-left:1px solid var(--dptv-line);}
.dptv-wow-shop-benefit__icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(230,0,18,.08);font-size:20px;flex:0 0 42px;}
.dptv-wow-shop-benefit__copy h3{margin:0 0 4px;font-size:16px;line-height:1.2;color:#10131a;}
.dptv-wow-shop-benefit__copy p{margin:0;font-size:13px;line-height:1.45;color:#5d6472;}
@media (max-width: 900px){
  
  
  
  .dptv-wow-shop-benefit{flex:0 0 min(88vw,420px);border:1px solid var(--dptv-line);border-radius:20px;box-shadow:var(--dptv-shadow);}
  .dptv-wow-shop-benefit + .dptv-wow-shop-benefit{border-left:1px solid var(--dptv-line);}
}
@media (max-width: 640px){
  .dptv-wow-shop-benefit{padding:16px 16px;gap:12px;scroll-snap-align:start;}
  .dptv-wow-shop-benefit__icon{width:38px;height:38px;border-radius:12px;font-size:18px;flex-basis:38px;}
  .dptv-wow-shop-benefit__copy h3{font-size:15px;}
  .dptv-wow-shop-benefit__copy p{font-size:12.5px;}
}
























@media (min-width: 901px) and (max-width: 1180px){
  
  .dptv-wow-card.is-spotlight{grid-column:span 3;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);}
  
  
  
}
@media (min-width: 768px) and (max-width: 900px){
  
  .dptv-wow-card.is-spotlight{grid-column:span 3;grid-template-columns:minmax(240px,.92fr) minmax(0,1.08fr);}
  
  
  
}
@media (max-width: 767px){
  
  .dptv-wow-card.is-spotlight{grid-column:span 2;grid-template-columns:1fr;}
  
  
  .dptv-wow-card--retail .dptv-wow-card__title,
.dptv-wow-card--retail:not(.is-spotlight) .dptv-wow-card__title{font-size:18px;line-height:1.16;}
  .dptv-wow-card--retail .dptv-wow-card__price,
.dptv-wow-card--retail:not(.is-spotlight) .dptv-wow-card__price{font-size:22px;}
  .dptv-wow-card__body{padding:14px;}
}























@media (max-width: 1279px){
  
  

  

  body.post-type-archive-product .dptv-wow-card.is-spotlight,
body.tax-product_cat .dptv-wow-card.is-spotlight,
body.tax-pa_brand .dptv-wow-card.is-spotlight,
body.tax-product_brand .dptv-wow-card.is-spotlight{grid-column:span 3;grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);}
}

@media (max-width: 900px){
  

  

  body.post-type-archive-product .dptv-wow-card.is-spotlight,
body.tax-product_cat .dptv-wow-card.is-spotlight,
body.tax-pa_brand .dptv-wow-card.is-spotlight,
body.tax-product_brand .dptv-wow-card.is-spotlight{grid-column:span 2;grid-template-columns:1fr;}
}

@media (max-width: 640px){
  

  

  

  body.post-type-archive-product .dptv-wow-card.is-spotlight,
body.tax-product_cat .dptv-wow-card.is-spotlight,
body.tax-pa_brand .dptv-wow-card.is-spotlight,
body.tax-product_brand .dptv-wow-card.is-spotlight{grid-column:span 2;}

  body.post-type-archive-product .dptv-wow-card__title,
body.tax-product_cat .dptv-wow-card__title,
body.tax-pa_brand .dptv-wow-card__title,
body.tax-product_brand .dptv-wow-card__title{font-size:18px;line-height:1.18;}

  body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__price{font-size:20px;}
}













body.post-type-archive-product .dptv-wow-card.is-spotlight,
body.tax-product_cat .dptv-wow-card.is-spotlight,
body.tax-product_tag .dptv-wow-card.is-spotlight,
body.tax-pa_brand .dptv-wow-card.is-spotlight,
body.tax-product_brand .dptv-wow-card.is-spotlight{
  grid-column:auto !important;
  grid-template-columns:1fr !important;
}

























.dptv-shop-hub{--hub-ink:#0c1118;--hub-muted:#667085;--hub-line:#e7eaf0;--hub-soft:#f6f8fb;--hub-shadow:0 18px 55px rgba(12,17,24,.10);min-width:0;padding:18px 0 44px;color:var(--hub-ink);font-family:inherit;}
.dptv-shop-hub a{text-decoration:none;}








.dptv-shop-hub-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:14px;border:1px solid #dfe4ec;background:#fff;color:#0f172a;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 10px 24px rgba(15,23,42,.08);transition:transform .16s ease,box-shadow .16s ease,background .16s ease;}
.dptv-shop-hub-btn:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(15,23,42,.13);}
.dptv-shop-hub-btn.is-primary{background:linear-gradient(180deg,#49c946,#2ea72e);border-color:#2ea72e;color:#fff;}
.dptv-shop-hub-btn.is-dark{background:#10141d;border-color:#10141d;color:#fff;}



.dptv-shop-hub-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:18px;overflow:hidden;border:1px solid var(--hub-line);border-radius:24px;background:var(--hub-line);}
.dptv-shop-hub-trust div{padding:22px;background:#fff;display:grid;gap:5px;}
.dptv-shop-hub-trust strong{font-size:15px;font-weight:950;text-transform:uppercase;color:#10141d;}
.dptv-shop-hub-trust span{font-size:13px;line-height:1.45;color:#667085;font-weight:650;}
.dptv-shop-hub-main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;margin-top:24px;align-items:start;}
.dptv-shop-hub-content{display:grid;gap:26px;min-width:0;}
.dptv-shop-hub-rail{min-width:0;}
.dptv-shop-hub-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px;}
.dptv-shop-hub-section-head h2{margin:0;font-size:24px;line-height:1.05;font-weight:950;letter-spacing:-.04em;text-transform:uppercase;color:#10141d;}
.dptv-shop-hub-section-head a{color:#22942a;font-size:13px;font-weight:900;text-transform:uppercase;}
.dptv-shop-hub-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}











.dptv-shop-hub-sell{position:sticky;top:95px;overflow:hidden;border-radius:28px;border:1px solid rgba(227,6,19,.25);background:radial-gradient(circle at 82% 20%,rgba(227,6,19,.13),transparent 34%),linear-gradient(180deg,#10141d,#161c26);color:#fff;padding:28px;box-shadow:0 18px 50px rgba(12,17,24,.20);}
.dptv-shop-hub-sell__logo{display:inline-flex;margin-bottom:18px;padding:9px 12px;border-radius:12px;background:#fff;color:#e30613;font-size:13px;font-weight:950;letter-spacing:.08em;}
.dptv-shop-hub-sell h2{margin:0 0 10px;font-size:32px;line-height:1.02;font-weight:950;letter-spacing:-.05em;text-transform:uppercase;color:#fff;}
.dptv-shop-hub-sell p{margin:0 0 16px;color:#dce2ea;font-size:15px;line-height:1.55;font-weight:650;}.dptv-shop-hub-sell ul{margin:0 0 22px;padding:0;list-style:none;display:grid;gap:10px;}.dptv-shop-hub-sell li{position:relative;padding-left:25px;color:#f4f7fb;font-weight:750;}.dptv-shop-hub-sell li:before{content:"✓";position:absolute;left:0;top:0;color:#52d450;font-weight:950;}.dptv-shop-hub-sell .dptv-shop-hub-btn{width:100%;}
.dptv-wow-card__badge--market{background:#35b233!important;color:#fff!important;}.dptv-wow-card__condition{background:#eff9ef;color:#16803d;border-radius:999px;padding:4px 9px;font-weight:850;}
@media(max-width:1100px){.dptv-shop-hub-trust{grid-template-columns:repeat(2,minmax(0,1fr));}.dptv-shop-hub-main{grid-template-columns:1fr;}.dptv-shop-hub-sell{position:relative;top:auto;}.dptv-shop-hub-products{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:720px){.dptv-shop-hub{padding:10px 0 32px;}.dptv-shop-hub-btn{width:100%;}.dptv-shop-hub-trust,
.dptv-shop-hub-products{grid-template-columns:1fr;}.dptv-shop-hub-main{gap:18px;}.dptv-shop-hub-sell{border-radius:24px;}.dptv-shop-hub-section-head h2{font-size:22px;}}










.dptv-shop-hub{--hub-green:#35b233;--hub-red:#e30613;}

.dptv-wow-card__trade-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid #eef1f5;}.dptv-wow-card__trade-row span{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:#fff7f7;color:#d91521;font-size:11px;font-weight:850;}.dptv-wow-card__trade-row a{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;background:#070b12;color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;}@media(max-width:720px){.dptv-wow-card__trade-row a{margin-left:0;width:100%;}}

.dptv-shop-hub--v2{--hub-red:#e30613;--hub-red-dark:#b9000a;--hub-green:#28b833;--hub-black:#090b10;--hub-ink:#0d111a;--hub-grey:#f3f4f6;--hub-line:#e5e7eb;--hub-muted:#667085;min-width:0;padding:0 0 54px;font-family:inherit;}








.dptv-shop-hub--v2 .dptv-shop-hub-btn{box-shadow:none;text-transform:uppercase;letter-spacing:.07em;border:2px solid #141922;background:#fff;color:#111827;}.dptv-shop-hub--v2 .dptv-shop-hub-btn.is-primary{background:var(--hub-green);border-color:var(--hub-green);color:#fff;}.dptv-shop-hub--v2 .dptv-shop-hub-btn.is-dark{background:#111827;border-color:#111827;color:#fff;}.dptv-shop-hub--v2 .dptv-shop-hub-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(10,12,18,.13);}

.dptv-shop-hub-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:24px 0;}.dptv-shop-hub-promo{position:relative;min-height:180px;padding:24px 24px 22px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 28px rgba(10,12,18,.06);overflow:hidden;color:#111827;}.dptv-shop-hub-promo:before{content:"";position:absolute;inset:auto -40px -52px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(227,6,19,.14),rgba(227,6,19,0) 70%);}.dptv-shop-hub-promo:nth-child(2):before{background:radial-gradient(circle,rgba(40,184,51,.16),rgba(40,184,51,0) 70%);}.dptv-shop-hub-promo span{display:inline-flex;min-height:30px;align-items:center;padding:0 10px;background:#111827;color:#fff;font-size:11px;font-weight:950;letter-spacing:.11em;text-transform:uppercase;}.dptv-shop-hub-promo:nth-child(3) span{background:var(--hub-red);}.dptv-shop-hub-promo strong{display:block;margin-top:24px;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.045em;text-transform:uppercase;}.dptv-shop-hub-promo em{display:block;margin-top:10px;max-width:30ch;font-style:normal;font-size:15px;line-height:1.55;font-weight:700;color:#667085;}.dptv-shop-hub-promo b{position:absolute;right:22px;bottom:20px;color:var(--hub-red);font-size:13px;text-transform:uppercase;letter-spacing:.08em;}
.dptv-shop-hub-cats,
.dptv-shop-hub-brands{margin:26px 0;}.dptv-shop-hub-cat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.dptv-shop-hub-cat{position:relative;display:grid;grid-template-columns:1fr 110px;align-items:center;min-height:118px;padding:18px;background:#fff;border:1px solid #e5e7eb;color:#111827;overflow:hidden;}.dptv-shop-hub-cat span{font-size:20px;font-weight:950;text-transform:uppercase;letter-spacing:-.035em;}.dptv-shop-hub-cat em{font-style:normal;font-size:12px;font-weight:850;color:#667085;text-transform:uppercase;}.dptv-shop-hub-cat img{max-width:112px;max-height:96px;object-fit:contain;justify-self:end;transition:.18s ease;}.dptv-shop-hub-cat:hover img{transform:scale(1.06);}.dptv-shop-hub-cat:hover{border-color:#111827;}
.dptv-shop-hub--v2 .dptv-shop-hub-section-head{margin-bottom:16px;border-bottom:2px solid #101828;padding-bottom:10px;}.dptv-shop-hub--v2 .dptv-shop-hub-section-head h2{font-size:28px;letter-spacing:-.04em;}.dptv-shop-hub--v2 .dptv-shop-hub-section-head a{color:var(--hub-red);}
.dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{grid-template-columns:minmax(0,1fr) 380px;margin-top:26px;}.dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.dptv-shop-hub--v2 .dptv-shop-hub-sell{border-radius:0;top:86px;background:radial-gradient(circle at 92% 18%,rgba(227,6,19,.20),transparent 34%),linear-gradient(180deg,#10131a,#181d27);border:0;box-shadow:0 18px 40px rgba(10,12,18,.18);padding:34px;}.dptv-shop-hub--v2 .dptv-shop-hub-sell__logo{border-radius:0;}.dptv-shop-hub--v2 .dptv-shop-hub-sell h2{font-size:38px;}.dptv-shop-hub--v2 .dptv-shop-hub-sell li{font-size:15px;}
.dptv-shop-hub-launch{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin:32px 0;padding:34px 38px;background:linear-gradient(115deg,var(--hub-red) 0%,var(--hub-red) 52%,#f5f6f8 52.2%,#fff 100%);color:#fff;min-height:170px;overflow:hidden;}.dptv-shop-hub-launch span{display:inline-flex;background:#fff;color:var(--hub-red);padding:8px 11px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;}.dptv-shop-hub-launch h2{margin:16px 0 8px;color:#fff;font-size:38px;line-height:.95;font-weight:950;text-transform:uppercase;letter-spacing:-.045em;}.dptv-shop-hub-launch p{margin:0;max-width:620px;color:rgba(255,255,255,.86);font-weight:750;line-height:1.6;}.dptv-shop-hub-launch a{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;background:#111827;color:#fff;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.dptv-shop-hub-trust--stacked{display:grid!important;grid-template-columns:1fr!important;margin-top:0!important;border-radius:0!important;border:1px solid #e5e7eb!important;box-shadow:none!important;}.dptv-shop-hub-trust--stacked div{border-bottom:1px solid #e5e7eb;}.dptv-shop-hub-trust--stacked div:last-child{border-bottom:0;}
@media(max-width:1180px){.dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{grid-template-columns:1fr;}.dptv-shop-hub-cat-grid,
.dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:820px){.dptv-shop-hub--v2{padding:0 0 38px;}.dptv-shop-hub-promo{min-height:142px;}.dptv-shop-hub-cat{grid-template-columns:1fr 92px;}.dptv-shop-hub-launch{grid-template-columns:1fr;background:var(--hub-red);padding:26px 22px;}.dptv-shop-hub-launch h2{font-size:30px;}.dptv-shop-hub-launch a{justify-self:start;width:100%;}.dptv-shop-hub--v2 .dptv-shop-hub-sell{position:relative;top:auto;padding:26px;}.dptv-shop-hub--v2 .dptv-shop-hub-sell h2{font-size:30px;}}

.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{


  right:0;
  top:0;
  bottom:0;



}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo span{align-self:flex-start;}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{margin-top:16px;}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{margin-top:8px;}
@media(max-width:1180px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{padding-right:150px;}
}
@media(max-width:820px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{margin-top:14px;}
      }

.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{
  display:grid!important;


  width:100%!important;
  margin:22px 0 34px!important;

}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;




  border:1px solid rgba(17,24,39,.09)!important;
  background:#fff!important;
  box-shadow:0 18px 40px rgba(15,23,42,.09)!important;
  overflow:hidden!important;
  color:#080b13!important;
  isolation:isolate!important;
  transform:translateZ(0)!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 24px 52px rgba(15,23,42,.13)!important;
  border-color:rgba(227,6,19,.22)!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 0 auto!important;

  height:100%!important;
  border-radius:0!important;
  background-image:var(--dptv-promo-img)!important;
  background-repeat:no-repeat!important;


  opacity:1!important;
  z-index:0!important;
  transform:scale(1.02)!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:auto!important;

  pointer-events:none!important;
  z-index:1!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo span{
  position:relative!important;
  z-index:2!important;
  display:inline-flex!important;
  width:max-content!important;

  align-items:center!important;

  border-radius:999px!important;
  background:var(--dptv-promo-accent,var(--hub-red))!important;
  color:#fff!important;

  line-height:1!important;
  letter-spacing:.12em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 22px rgba(0,0,0,.12)!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{
  position:relative!important;
  z-index:2!important;
  display:block!important;


  color:#0b0f1a!important;


  font-weight:950!important;

  text-transform:uppercase!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{
  position:relative!important;
  z-index:2!important;
  display:block!important;


  color:#5f6876!important;


  font-weight:750!important;
  font-style:normal!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b{
  position:relative!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;

  right:auto!important;
  bottom:auto!important;
  color:var(--dptv-promo-accent,var(--hub-red))!important;

  font-weight:950!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b i{
  display:inline-flex!important;


  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#0b0f1a!important;
  color:#fff!important;
  font-style:normal!important;
  letter-spacing:0!important;
}
@media(min-width:1320px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{min-height:198px!important;padding-right:230px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{max-width:245px!important;}
}
@media(max-width:1120px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{padding:18px 118px 18px 18px!important;min-height:154px!important;border-radius:18px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{width:58%!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{background:linear-gradient(90deg,#fff 0%,#fff 48%,rgba(255,255,255,.78) 66%,rgba(255,255,255,.05) 100%)!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{font-size:22px!important;max-width:160px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{font-size:13px!important;max-width:165px!important;}
}
@media(max-width:820px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{gap:14px!important;margin:16px 0 26px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{border-radius:20px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{width:58%!important;background-position:center right!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{background:linear-gradient(90deg,#fff 0%,#fff 50%,rgba(255,255,255,.72) 70%,rgba(255,255,255,.02) 100%)!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{font-size:25px!important;max-width:190px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{font-size:13px!important;max-width:190px!important;}
}
@media(max-width:430px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{padding-right:122px!important;min-height:144px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{font-size:23px!important;max-width:165px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{max-width:165px!important;}
}


@media (min-width:821px) and (max-width:1180px){
              .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{



    justify-content:center!important;
  }
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{

    background-size:cover!important;
    background-position:center right!important;
  }
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{
    background:linear-gradient(90deg,#fff 0%,#fff 52%,rgba(255,255,255,.82) 69%,rgba(255,255,255,.03) 100%)!important;
  }
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo span{
    min-height:28px!important;
    padding:0 11px!important;
    font-size:10px!important;
  }
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{


    max-width:360px!important;

  }
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{

    max-width:430px!important;

  }
  }

@media (min-width:1181px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{
    font-size:clamp(24px,1.9vw,32px)!important;
  }
}
.dptv-shop-hub--v2 .dptv-shop-hub-btn{min-height:42px!important;padding:0 20px!important;border-radius:999px!important;font-size:12px!important;}

.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{
  min-height:132px!important;
  padding:18px 38% 18px 20px!important;
  justify-content:center!important;
  border-radius:24px!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{
  width:43%!important;
  background-size:cover!important;
  background-position:center right!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:after{
  background:linear-gradient(90deg,#fff 0%,#fff 50%,rgba(255,255,255,.86) 66%,rgba(255,255,255,.10) 100%)!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo span{
  min-height:26px!important;
  padding:0 10px!important;
  font-size:10px!important;
  margin:0!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{
  font-size:clamp(20px,1.55vw,25px)!important;
  line-height:1.02!important;
  max-width:none!important;
  width:100%!important;
  margin:12px 0 0!important;
  letter-spacing:-.045em!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{
  font-size:13px!important;
  line-height:1.35!important;
  max-width:none!important;
  width:100%!important;
  margin:7px 0 0!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b{
  margin-top:10px!important;
  font-size:11px!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b i{
  width:25px!important;
  height:25px!important;
}

@media (min-width:821px) and (max-width:1180px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:16px 0 26px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{min-height:118px!important;padding:15px 34% 15px 16px!important;border-radius:18px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:before{width:39%!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{font-size:19px!important;line-height:1.03!important;margin-top:9px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{font-size:12px!important;line-height:1.28!important;margin-top:5px!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b{margin-top:8px!important;font-size:10px!important;}
}

@media (max-width:820px){
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{grid-template-columns:1fr!important;}
  .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{min-height:126px!important;padding:18px 136px 18px 18px!important;}
}

.dptv-shop-hub-cats--wow{
  margin:28px 0 30px!important;
}
.dptv-shop-hub-section-head--wow{
  align-items:center!important;
  margin-bottom:16px!important;
  padding-bottom:12px!important;
  border-bottom:3px solid #0d1118!important;
}
.dptv-shop-hub-section-head--wow > div{
  min-width:0;
}
.dptv-shop-hub-section-head--wow span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#fff0f1;
  color:#e30613;
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.dptv-shop-hub-section-head--wow h2{
  font-size:clamp(24px,2vw,34px)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
}
.dptv-shop-hub-section-head--wow p{
  margin:6px 0 0;
  color:#667085;
  font-weight:750;
  font-size:14px;
  line-height:1.35;
}
.dptv-shop-hub-section-head--wow > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#0d1118;
  color:#fff!important;
  font-size:11px!important;
  letter-spacing:.08em;
  white-space:nowrap;
}
.dptv-shop-hub-cat-grid--wow{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{
  position:relative;
  overflow:hidden;
  min-height:178px;
  padding:20px 18px;
  border-radius:24px;
  border:1px solid #e7eaf0;
  background:#fff;
  box-shadow:0 18px 45px rgba(12,17,24,.08);
  color:#0d1118;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 55px rgba(12,17,24,.13);
  border-color:rgba(227,6,19,.28);
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(135deg,#fff 0%,#f7f8fb 50%,#eef1f6 100%);
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:after{
  content:"";
  position:absolute;
  inset:auto -18px -36px auto;
  width:190px;
  height:190px;
  border-radius:50%;
  z-index:-1;
  background:radial-gradient(circle,rgba(227,6,19,.16),rgba(227,6,19,0) 68%);
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--green:after{background:radial-gradient(circle,rgba(53,178,51,.22),rgba(53,178,51,0) 68%);}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--black:after,
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--graphite:after{background:radial-gradient(circle,rgba(17,24,39,.20),rgba(17,24,39,0) 68%);}
.dptv-shop-hub-cat__label{
  position:absolute;
  top:16px;
  left:16px;
  z-index:3;
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 11px;
  border-radius:999px;
  background:#0d1118;
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--red .dptv-shop-hub-cat__label,
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--darkred .dptv-shop-hub-cat__label{background:#e30613;}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--green .dptv-shop-hub-cat__label{background:#2eb234;}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat strong{
  position:relative;
  z-index:2;
  display:block;
  margin:64px 0 4px;
  max-width:13ch;
  font-size:clamp(20px,1.6vw,27px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  color:#0d1118!important;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat em{
  position:relative;
  z-index:2;
  max-width:19ch;
  color:#667085;
  font-size:13px;
  line-height:1.35;
  font-weight:760;
  font-style:normal;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:13px;
  color:#e30613;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b i{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#0d1118;
  color:#fff;
  font-style:normal;
  transition:transform .18s ease;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:hover b i{transform:translateX(3px);}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure{
  position:absolute;
  right:-12px;
  bottom:-18px;
  width:54%;
  height:78%;
  margin:0;
  display:grid;
  place-items:end center;
  pointer-events:none;
  z-index:1;
  opacity:.92;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 22px 22px rgba(12,17,24,.16));
  transform:rotate(-4deg) scale(1.08);
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure.is-placeholder{
  right:-24px;
  bottom:-42px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(13,17,24,.08),rgba(227,6,19,.13));
  place-items:center;
}
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure.is-placeholder i{
  color:rgba(13,17,24,.10);
  font-size:96px;
  font-weight:950;
  font-style:normal;
  line-height:1;
}
@media (min-width:1181px){
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(1),
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(2){
    grid-column:span 2;
    min-height:210px;
  }
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(1) strong,
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(2) strong{
    font-size:clamp(28px,2.4vw,40px)!important;
    max-width:14ch;
  }
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(1) figure,
.dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(2) figure{
    width:48%;
    height:86%;
  }
}
@media (max-width:1180px){
  .dptv-shop-hub-cat-grid--wow{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{min-height:155px;border-radius:20px;padding:18px 16px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat strong{font-size:22px!important;max-width:11ch;margin-top:54px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat em{font-size:12px;max-width:16ch;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure{width:48%;height:72%;}
}
@media (max-width:820px){
  .dptv-shop-hub-section-head--wow{display:flex!important;align-items:flex-end!important;}
  .dptv-shop-hub-section-head--wow p{display:none;}
  .dptv-shop-hub-cat-grid--wow{grid-template-columns:1fr 1fr!important;gap:12px!important;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{min-height:142px;border-radius:18px;padding:16px 14px;}
  .dptv-shop-hub-cat__label{top:12px;left:12px;min-height:24px;font-size:9px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat strong{font-size:19px!important;max-width:10ch;margin-top:46px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat em{display:none;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b{font-size:9px;margin-top:8px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b i{width:22px;height:22px;}
  .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure{width:52%;height:70%;right:-18px;bottom:-18px;opacity:.8;}
}





.dptv-wow-shop-sidebar__inner{position:sticky;top:112px;align-self:start;display:flex;flex-direction:column;gap:18px;}
.dptv-wow-side-filters{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 18px 55px rgba(15,23,42,.08);overflow:hidden;}
.dptv-wow-side-filters__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 14px;background:linear-gradient(135deg,#05070b 0%,#151922 100%);color:#fff;}
.dptv-wow-side-filters__top span{font-size:13px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}
.dptv-wow-side-filters__top a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff!important;font-size:12px;font-weight:850;text-decoration:none!important;}
.dptv-wow-filter-drawer-head{display:none;}
.dptv-wow-filter-block{border-top:1px solid rgba(15,23,42,.08);}
.dptv-wow-filter-block__title{appearance:none;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border:0;background:#fff;color:#111827;text-align:left;cursor:pointer;font-size:15px;font-weight:950;letter-spacing:-.01em;}
.dptv-wow-filter-block__title em{width:18px;height:18px;position:relative;display:inline-block;flex:0 0 auto;}
.dptv-wow-filter-block__title em:before,
.dptv-wow-filter-block__title em:after{content:"";position:absolute;left:4px;right:4px;top:8px;height:2px;border-radius:999px;background:#111827;}
.dptv-wow-filter-block__title em:after{transform:rotate(90deg);transition:transform .18s ease;}
.dptv-wow-filter-block.is-open .dptv-wow-filter-block__title em:after{transform:rotate(0);}
.dptv-wow-filter-block__body{display:none;padding:0 18px 18px;background:#fff;}
.dptv-wow-filter-block.is-open .dptv-wow-filter-block__body{display:block;}
.dptv-wow-check-list{display:grid;gap:12px;}
.dptv-wow-check-list label{display:grid;align-items:center;gap:8px;min-height:26px;margin:0;color:#444b57;font-size:14px;font-weight:750;cursor:pointer;}
.dptv-wow-check-list input{appearance:none;width:17px;height:17px;margin:0;border:1px solid rgba(17,24,39,.18);border-radius:4px;background:#fff;box-shadow:inset 0 0 0 2px #fff;}
.dptv-wow-check-list input:checked{background:#ef1023;border-color:#ef1023;box-shadow:inset 0 0 0 4px #fff;}
.dptv-wow-check-list small{color:#9aa1ad;font-size:12px;font-weight:800;}
.dptv-wow-filter-pills{display:grid!important;grid-template-columns:1fr;gap:8px;}
.dptv-wow-filter-pill{display:block;margin:0;cursor:pointer;}
.dptv-wow-filter-pill input{position:absolute;opacity:0;pointer-events:none;}
.dptv-wow-filter-pill span{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#f6f7f9;color:#111827;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;}
.dptv-wow-filter-pill.is-selected span,
.dptv-wow-filter-pill input:checked + span{background:#080b10;color:#fff;border-color:#080b10;}


.dptv-wow-select-line select{width:100%;min-height:44px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#f8fafc;color:#111827;padding:0 12px;font-size:14px;font-weight:800;outline:none;}
.dptv-wow-select-line select:focus{border-color:#ef1023;background:#fff;box-shadow:0 0 0 4px rgba(239,16,35,.08);}
.dptv-wow-side-filters__actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 18px 18px;background:linear-gradient(180deg,rgba(255,255,255,.84),#fff 30%);border-top:1px solid rgba(15,23,42,.08);}
.dptv-wow-filter-clear{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;text-decoration:none!important;font-size:13px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}

.dptv-wow-filter-clear{padding:0 14px;background:#f3f4f6;color:#111827!important;}


@media (min-width:1025px){
  
  body.post-type-archive-product .dptv-wow-shop-sidebar,
body.tax-product_cat .dptv-wow-shop-sidebar,
body.tax-product_tag .dptv-wow-shop-sidebar,
body.tax-pa_brand .dptv-wow-shop-sidebar,
body.tax-product_brand .dptv-wow-shop-sidebar{grid-column:1!important;grid-row:1!important;display:block!important;min-width:0!important;}
  
}

@media (max-width:1024px){
  body.post-type-archive-product .dptv-wow-shop-sidebar,
body.tax-product_cat .dptv-wow-shop-sidebar,
body.tax-product_tag .dptv-wow-shop-sidebar,
body.tax-pa_brand .dptv-wow-shop-sidebar,
body.tax-product_brand .dptv-wow-shop-sidebar{display:block!important;position:fixed!important;z-index:999999!important;top:0!important;left:0!important;bottom:0!important;width:min(390px,92vw)!important;max-width:92vw!important;padding:0!important;background:#fff!important;transform:translateX(-105%);transition:transform .24s ease;box-shadow:28px 0 70px rgba(0,0,0,.28);overflow-y:auto!important;-webkit-overflow-scrolling:touch;}
  
  
  .dptv-wow-shop-sidebar__inner{position:static!important;display:block!important;padding:0!important;top:auto!important;}
  .dptv-wow-filter-drawer-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 16px;background:#070a0f;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);}
  .dptv-wow-filter-drawer-head span{display:block;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#ef1023;}
  .dptv-wow-filter-drawer-head strong{display:block;margin-top:2px;font-size:18px;font-weight:950;letter-spacing:-.02em;color:#fff;}
  .dptv-wow-filter-close{width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1;cursor:pointer;}
  .dptv-wow-side-filters{border:0;border-radius:0;box-shadow:none;}
  .dptv-wow-side-filters__top{display:none;}
  
  
  
  
  
  
  
}

.dptv-wow-filter-search{padding:16px 18px 18px;background:#fff;border-top:1px solid rgba(15,23,42,.08);}
.dptv-wow-filter-search label{display:block;margin:0 0 8px;color:#111827;font-size:13px;font-weight:950;letter-spacing:.02em;text-transform:uppercase;}
.dptv-wow-filter-search__control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px;border:1px solid rgba(15,23,42,.12);border-radius:18px;background:#f7f8fb;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);}
.dptv-wow-filter-search__control input{width:100%;min-width:0;height:42px;border:0!important;background:transparent!important;box-shadow:none!important;padding:0 10px!important;color:#111827;font-size:14px;font-weight:800;outline:0;}
.dptv-wow-filter-search__control input::placeholder{color:#9aa1ad;font-weight:750;}
.dptv-wow-filter-search__control button{height:42px;border:0;border-radius:14px;background:#05070b;color:#fff;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;padding:0 13px;cursor:pointer;white-space:nowrap;}
.dptv-wow-filter-search__control:focus-within{border-color:rgba(239,16,35,.38);box-shadow:0 0 0 4px rgba(239,16,35,.08);}
.dptv-wow-check-list label{line-height:1.25!important;}
.dptv-wow-check-list label span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left!important;}
.dptv-wow-check-list label small{justify-self:end;min-width:24px;text-align:right;line-height:1;color:#9aa1ad;font-size:12px;font-weight:900;}
.dptv-wow-filter-block__body.dptv-wow-check-list{padding-right:14px!important;}
@media (max-width: 900px){
  .dptv-wow-filter-search{padding:14px 18px 16px;}
  .dptv-wow-filter-search__control{grid-template-columns:1fr;}
  .dptv-wow-filter-search__control button{width:100%;}
}

body.post-type-archive-product .dptv-wow-shop-sidebar__inner,
body.tax-product_cat .dptv-wow-shop-sidebar__inner,
body.tax-product_tag .dptv-wow-shop-sidebar__inner,
body.tax-pa_brand .dptv-wow-shop-sidebar__inner,
body.tax-product_brand .dptv-wow-shop-sidebar__inner{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
  gap:18px!important;
}









.dptv-wow-check-list label{
  grid-template-columns:24px minmax(0,1fr) minmax(32px,auto)!important;
  column-gap:12px!important;
  padding:5px 6px 5px 2px!important;
  border-radius:12px!important;
}
.dptv-wow-check-list label:hover{background:#f7f8fb!important;}
.dptv-wow-check-list input{margin-left:2px!important;}
.dptv-wow-check-list label span{padding-left:2px!important;}
.dptv-wow-check-list label small{padding-left:10px!important;}

body.post-type-archive-product .dptv-wow-card--retail,
body.tax-product_cat .dptv-wow-card--retail,
body.tax-product_tag .dptv-wow-card--retail,
body.tax-pa_brand .dptv-wow-card--retail,
body.tax-product_brand .dptv-wow-card--retail{
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.07)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
body.post-type-archive-product .dptv-wow-card--retail:hover,
body.tax-product_cat .dptv-wow-card--retail:hover,
body.tax-product_tag .dptv-wow-card--retail:hover,
body.tax-pa_brand .dptv-wow-card--retail:hover,
body.tax-product_brand .dptv-wow-card--retail:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(239,16,35,.18)!important;
  box-shadow:0 24px 60px rgba(15,23,42,.11)!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image{
  padding:0!important;
  aspect-ratio:1 / .86!important;
  background:#f5f6f8!important;
  border-bottom:1px solid #edf0f5!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image:after{
  content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0) 54%,rgba(5,7,11,.08) 100%);
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__body{padding:18px 18px 16px!important;}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__title,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__title,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__title,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__title,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__title{font-size:19px!important;line-height:1.14!important;letter-spacing:-.025em!important;}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__bottom,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__bottom,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__bottom,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__bottom,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__bottom{align-items:center!important;gap:12px!important;}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__price,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__price{font-size:24px!important;letter-spacing:-.04em!important;color:#070b12!important;}




@media (max-width:640px){
  
  
  body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image{aspect-ratio:1 / .82!important;}
}



body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image{
  isolation:isolate!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image img{
  position:relative!important;
  z-index:1!important;
  transform-origin:center!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__image:after,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__image:after{
  z-index:2!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__badge,
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__brand,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__brand,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__brand,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__brand,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__brand{
  z-index:6!important;
  pointer-events:none!important;
}

body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-btn--dark,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-btn--dark,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-btn--dark,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-btn--dark,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-btn--dark{
  background:#05070b!important;
  color:#fff!important;
  border:1px solid #05070b!important;
  box-shadow:0 12px 24px rgba(5,7,11,.16)!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-btn--dark:hover,
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-btn--dark:focus,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-btn--dark:hover,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-btn--dark:focus,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-btn--dark:hover,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-btn--dark:focus,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-btn--dark:hover,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-btn--dark:focus,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-btn--dark:hover,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-btn--dark:focus{
  background:#111827!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 16px 30px rgba(5,7,11,.22)!important;
}

body.post-type-archive-product .dptv-wow-card__trade-row,
body.tax-product_cat .dptv-wow-card__trade-row,
body.tax-product_tag .dptv-wow-card__trade-row,
body.tax-pa_brand .dptv-wow-card__trade-row,
body.tax-product_brand .dptv-wow-card__trade-row{
  align-items:center!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row a,
body.tax-product_cat .dptv-wow-card__trade-row a,
body.tax-product_tag .dptv-wow-card__trade-row a,
body.tax-pa_brand .dptv-wow-card__trade-row a,
body.tax-product_brand .dptv-wow-card__trade-row a{
  background:#35b233!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(53,178,51,.18)!important;
  border:1px solid rgba(53,178,51,.2)!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row a:hover,
body.post-type-archive-product .dptv-wow-card__trade-row a:focus,
body.tax-product_cat .dptv-wow-card__trade-row a:hover,
body.tax-product_cat .dptv-wow-card__trade-row a:focus,
body.tax-product_tag .dptv-wow-card__trade-row a:hover,
body.tax-product_tag .dptv-wow-card__trade-row a:focus,
body.tax-pa_brand .dptv-wow-card__trade-row a:hover,
body.tax-pa_brand .dptv-wow-card__trade-row a:focus,
body.tax-product_brand .dptv-wow-card__trade-row a:hover,
body.tax-product_brand .dptv-wow-card__trade-row a:focus{
  background:#249b25!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 26px rgba(53,178,51,.24)!important;
}

@media (max-width:640px){
  
  body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__badge,
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__badge--market,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__badge,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__badge--market{top:10px!important;left:10px!important;font-size:10px!important;padding:7px 9px!important;border-radius:10px!important;}
}




















body.post-type-archive-product .dptv-wow-card__price,
body.tax-product_cat .dptv-wow-card__price,
body.tax-product_tag .dptv-wow-card__price,
body.tax-pa_brand .dptv-wow-card__price,
body.tax-product_brand .dptv-wow-card__price{min-height:52px!important;display:flex!important;align-items:flex-start!important;}
body.post-type-archive-product .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_cat .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_tag .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-pa_brand .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_brand .dptv-wow-card__meta .dptv-wow-card__condition{background:#f3f4f6!important;color:#111827!important;border-radius:999px!important;padding:5px 8px!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.05em!important;}
@media(max-width:640px){
  
  
  
  
  
  body.post-type-archive-product .dptv-wow-card__price,
body.tax-product_cat .dptv-wow-card__price,
body.tax-product_tag .dptv-wow-card__price,
body.tax-pa_brand .dptv-wow-card__price,
body.tax-product_brand .dptv-wow-card__price{min-height:46px!important;}
}







.woocommerce-variation-availability:empty{display:none!important;}



























































































































































































































































































































































































































































































































































































































































































































































































































































































body.post-type-archive-product .dptv-wow-card--retail,
body.tax-product_cat .dptv-wow-card--retail,
body.tax-product_tag .dptv-wow-card--retail,
body.woocommerce-shop .dptv-wow-card--retail{
  border-radius:24px!important;
  box-shadow:0 16px 38px rgba(15,23,42,.055)!important;
  border:1px solid #e7e8ec!important;
  overflow:hidden!important;
}

body.post-type-archive-product .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card__image,
body.woocommerce-shop .dptv-wow-card__image{
  padding:18px!important;
  background:#f7f8fa!important;
}

body.post-type-archive-product .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card__image img{
  object-fit:contain!important;
}

body.post-type-archive-product .dptv-wow-card__badge--market,
body.tax-product_cat .dptv-wow-card__badge--market,
body.tax-product_tag .dptv-wow-card__badge--market,
body.woocommerce-shop .dptv-wow-card__badge--market{
  background:#24a938!important;
  border-radius:999px!important;
  min-height:32px!important;
  padding:0 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
}

body.post-type-archive-product .dptv-wow-card__image .dptv-wow-card__badge:not(.dptv-wow-card__badge--market),
body.tax-product_cat .dptv-wow-card__image .dptv-wow-card__badge:not(.dptv-wow-card__badge--market),
body.tax-product_tag .dptv-wow-card__image .dptv-wow-card__badge:not(.dptv-wow-card__badge--market),
body.woocommerce-shop .dptv-wow-card__image .dptv-wow-card__badge:not(.dptv-wow-card__badge--market){
  right:14px!important;
  left:auto!important;
  background:#111827!important;
  border-radius:999px!important;
}

body.post-type-archive-product .dptv-wow-card__body,
body.tax-product_cat .dptv-wow-card__body,
body.tax-product_tag .dptv-wow-card__body,
body.woocommerce-shop .dptv-wow-card__body{
  padding:18px 18px 16px!important;
  gap:11px!important;
}

body.post-type-archive-product .dptv-wow-card__topline,
body.tax-product_cat .dptv-wow-card__topline,
body.tax-product_tag .dptv-wow-card__topline,
body.woocommerce-shop .dptv-wow-card__topline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

body.post-type-archive-product .dptv-wow-card__eyebrow,
body.tax-product_cat .dptv-wow-card__eyebrow,
body.tax-product_tag .dptv-wow-card__eyebrow,
body.woocommerce-shop .dptv-wow-card__eyebrow{
  background:#070b12!important;
  color:#fff!important;
  border-radius:999px!important;
  min-height:34px!important;
  padding:0 13px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;




}

body.post-type-archive-product .dptv-wow-card__stock,
body.tax-product_cat .dptv-wow-card__stock,
body.tax-product_tag .dptv-wow-card__stock,
body.woocommerce-shop .dptv-wow-card__stock{
  background:#ecfdf3!important;
  color:#16803d!important;
  border-radius:999px!important;
  min-height:34px!important;
  padding:0 12px!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body.post-type-archive-product .dptv-wow-card__title,
body.tax-product_cat .dptv-wow-card__title,
body.tax-product_tag .dptv-wow-card__title,
body.woocommerce-shop .dptv-wow-card__title{
  font-size:20px!important;
  line-height:1.16!important;
  letter-spacing:-.035em!important;
  margin:2px 0 0!important;
}

body.post-type-archive-product .dptv-wow-card__excerpt,
body.tax-product_cat .dptv-wow-card__excerpt,
body.tax-product_tag .dptv-wow-card__excerpt,
body.woocommerce-shop .dptv-wow-card__excerpt{
  display:none!important;
}

body.post-type-archive-product .dptv-wow-card__meta,
body.tax-product_cat .dptv-wow-card__meta,
body.tax-product_tag .dptv-wow-card__meta,
body.woocommerce-shop .dptv-wow-card__meta{
  gap:7px!important;
  margin-top:1px!important;
}

body.post-type-archive-product .dptv-wow-card__meta span,
body.tax-product_cat .dptv-wow-card__meta span,
body.tax-product_tag .dptv-wow-card__meta span,
body.woocommerce-shop .dptv-wow-card__meta span{
  background:#f4f5f7!important;
  border-radius:999px!important;
  min-height:28px!important;
  padding:0 10px!important;
  color:#4b5563!important;
  font-size:11px!important;
  font-weight:900!important;
}

body.post-type-archive-product .dptv-wow-card__bottom,
body.tax-product_cat .dptv-wow-card__bottom,
body.tax-product_tag .dptv-wow-card__bottom,
body.woocommerce-shop .dptv-wow-card__bottom{
  display:grid!important;
  gap:12px!important;
  margin-top:3px!important;
}

body.post-type-archive-product .dptv-wow-card__price,
body.tax-product_cat .dptv-wow-card__price,
body.tax-product_tag .dptv-wow-card__price,
body.woocommerce-shop .dptv-wow-card__price{
  font-size:27px!important;
  line-height:1.05!important;
  letter-spacing:-.055em!important;
}



body.post-type-archive-product .dptv-wow-card__bottom .dptv-wow-btn,
body.tax-product_cat .dptv-wow-card__bottom .dptv-wow-btn,
body.tax-product_tag .dptv-wow-card__bottom .dptv-wow-btn,
body.woocommerce-shop .dptv-wow-card__bottom .dptv-wow-btn{
  width:100%!important;
  min-height:52px!important;
  border-radius:14px!important;
  font-size:14px!important;
}

body.post-type-archive-product .dptv-wow-card__trade-row--clean,
body.tax-product_cat .dptv-wow-card__trade-row--clean,
body.tax-product_tag .dptv-wow-card__trade-row--clean,
body.woocommerce-shop .dptv-wow-card__trade-row--clean{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:5px!important;
  padding-top:12px!important;
  border-top:1px solid #eef0f3!important;
}

body.post-type-archive-product .dptv-wow-card__trade-row--clean span,
body.tax-product_cat .dptv-wow-card__trade-row--clean span,
body.tax-product_tag .dptv-wow-card__trade-row--clean span,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#fff4f5!important;

  font-size:11px!important;
  font-weight:900!important;
}


@media(max-width:700px){
  

  body.post-type-archive-product .dptv-wow-card--retail,
body.tax-product_cat .dptv-wow-card--retail,
body.tax-product_tag .dptv-wow-card--retail,
body.woocommerce-shop .dptv-wow-card--retail{
    border-radius:20px!important;
  }

  body.post-type-archive-product .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card__image,
body.woocommerce-shop .dptv-wow-card__image{
    aspect-ratio:1.1/1!important;
  }

  body.post-type-archive-product .dptv-wow-card__title,
body.tax-product_cat .dptv-wow-card__title,
body.tax-product_tag .dptv-wow-card__title,
body.woocommerce-shop .dptv-wow-card__title{
    font-size:18px!important;
  }

  body.post-type-archive-product .dptv-wow-card__trade-row--clean,
body.tax-product_cat .dptv-wow-card__trade-row--clean,
body.tax-product_tag .dptv-wow-card__trade-row--clean,
body.woocommerce-shop .dptv-wow-card__trade-row--clean{
    align-items:flex-start!important;
  }
}


body.post-type-archive-product .dptv-wow-card__trade-row--clean a,
body.tax-product_cat .dptv-wow-card__trade-row--clean a,
body.tax-product_tag .dptv-wow-card__trade-row--clean a,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  background:#25b33f!important;
  color:#ffffff!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:0 10px 20px rgba(37,179,63,.18)!important;
}

body.post-type-archive-product .dptv-wow-card__trade-row--clean a:hover,
body.tax-product_cat .dptv-wow-card__trade-row--clean a:hover,
body.tax-product_tag .dptv-wow-card__trade-row--clean a:hover,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a:hover,
body.post-type-archive-product .dptv-wow-card__trade-row--clean a:focus,
body.tax-product_cat .dptv-wow-card__trade-row--clean a:focus,
body.tax-product_tag .dptv-wow-card__trade-row--clean a:focus,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a:focus{
  background:#1f9d35!important;
  color:#ffffff!important;
  transform:translateY(-1px)!important;
}

body.post-type-archive-product .dptv-wow-card__trade-row--clean span,
body.tax-product_cat .dptv-wow-card__trade-row--clean span,
body.tax-product_tag .dptv-wow-card__trade-row--clean span,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span{
  color:#d91521!important;
}

body.post-type-archive-product .dptv-wow-card__bottom .dptv-wow-btn,
body.tax-product_cat .dptv-wow-card__bottom .dptv-wow-btn,
body.tax-product_tag .dptv-wow-card__bottom .dptv-wow-btn,
body.woocommerce-shop .dptv-wow-card__bottom .dptv-wow-btn,
body.post-type-archive-product .dptv-wow-card__bottom .dptv-wow-btn:hover,
body.tax-product_cat .dptv-wow-card__bottom .dptv-wow-btn:hover,
body.tax-product_tag .dptv-wow-card__bottom .dptv-wow-btn:hover,
body.woocommerce-shop .dptv-wow-card__bottom .dptv-wow-btn:hover{
  color:#ffffff!important;
}
@media(max-width:700px){
  body.post-type-archive-product .dptv-wow-card__trade-row--clean a,
body.tax-product_cat .dptv-wow-card__trade-row--clean a,
body.tax-product_tag .dptv-wow-card__trade-row--clean a,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a{
    min-height:36px!important;
    padding:0 14px!important;
  }
}




.dptv-wow-card__trade-row--clean a{
  text-decoration:none!important;
}

.dptv-wow-filter-option-search{margin:0 0 10px!important;display:block!important;}
.dptv-wow-filter-option-search input{width:100%!important;min-height:40px!important;border:1px solid rgba(15,23,42,.1)!important;border-radius:14px!important;background:#f8fafc!important;color:#111827!important;padding:0 12px!important;font-size:13px!important;font-weight:800!important;outline:0!important;box-shadow:none!important;}
.dptv-wow-filter-option-search input::placeholder{color:#9aa1ad!important;font-weight:750!important;}
.dptv-wow-filter-option-search input:focus{border-color:rgba(239,16,35,.36)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(239,16,35,.08)!important;}
.dptv-wow-filter-options{display:grid!important;gap:10px!important;}
.dptv-wow-filter-options label[hidden],
.dptv-wow-filter-no-results[hidden],
.dptv-wow-filter-show-more[hidden]{display:none!important;}
.dptv-wow-filter-no-results{padding:9px 10px!important;border-radius:12px!important;background:#f8fafc!important;color:#7b8391!important;font-size:12px!important;font-weight:850!important;text-align:center!important;}
.dptv-wow-filter-show-more{margin:12px 0 0!important;border:0!important;background:transparent!important;color:#ef1023!important;padding:0!important;font-size:12px!important;font-weight:950!important;letter-spacing:.04em!important;text-transform:uppercase!important;cursor:pointer!important;text-align:left!important;}
.dptv-wow-filter-show-more:hover{text-decoration:underline!important;}
.dptv-wow-check-list label.is-selected{background:#fff4f5!important;}
@media (max-width:1024px){.dptv-wow-filter-option-search input{min-height:44px!important;}.dptv-wow-filter-options{gap:11px!important;}.dptv-wow-filter-show-more{min-height:34px!important;}}

.dptv-wow-category-hero{
  position:relative!important;
  overflow:hidden!important;
  margin:0 0 18px!important;
  padding:22px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#ffffff 0%,#fbfcff 58%,#fff4f5 100%)!important;
  box-shadow:0 18px 50px rgba(15,23,42,.07)!important;
}
.dptv-wow-category-hero:before{
  content:"DRTV"!important;
  position:absolute!important;
  right:-20px!important;
  top:-28px!important;
  color:rgba(227,6,19,.055)!important;
  font-size:118px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:-.08em!important;
  pointer-events:none!important;
}
.dptv-wow-category-hero__copy{position:relative!important;z-index:1!important;max-width:920px!important;}
.dptv-wow-category-hero__copy span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#090d14!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.dptv-wow-category-hero__copy h1{
  margin:12px 0 8px!important;
  color:#070b12!important;
  font-size:clamp(30px,3.4vw,50px)!important;
  line-height:.98!important;
  font-weight:1000!important;
  letter-spacing:-.055em!important;
}
.dptv-wow-category-hero__copy p{
  margin:0!important;
  max-width:850px!important;
  color:#586170!important;
  font-size:15px!important;
  line-height:1.58!important;
  font-weight:700!important;
}
.dptv-wow-category-hero__tiles{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:18px!important;
}
.dptv-wow-category-hero__tiles a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:54px!important;
  padding:0 14px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#0b1018!important;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(15,23,42,.045)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
.dptv-wow-category-hero__tiles a:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(227,6,19,.22)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.075)!important;
}
.dptv-wow-category-hero__tiles strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}
.dptv-wow-category-hero__tiles i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
  border-radius:999px!important;
  background:#ef1023!important;
  color:#fff!important;
  font-style:normal!important;
  font-weight:950!important;
}

@media(max-width:1024px){
  .dptv-wow-category-hero{
    margin:0 0 14px!important;
    padding:18px 16px 16px!important;
    border-radius:24px!important;
  }
  .dptv-wow-category-hero:before{font-size:86px!important;right:-24px!important;top:-16px!important;}
  .dptv-wow-category-hero__copy h1{font-size:34px!important;margin:10px 0 7px!important;}
  .dptv-wow-category-hero__copy p{font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .dptv-wow-category-hero__tiles{
    display:flex!important;
    gap:9px!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
    margin:14px 0 0!important;
    padding:0 0 2px!important;
    scrollbar-width:none!important;
  }
  .dptv-wow-category-hero__tiles::-webkit-scrollbar{display:none!important;}
  .dptv-wow-category-hero__tiles a{
    min-width:max-content!important;
    min-height:42px!important;
    padding:0 11px 0 13px!important;
    border-radius:999px!important;
    scroll-snap-align:start!important;
  }
  .dptv-wow-category-hero__tiles strong{font-size:12px!important;letter-spacing:.02em!important;text-transform:uppercase!important;}
  .dptv-wow-category-hero__tiles i{width:22px!important;height:22px!important;flex-basis:22px!important;font-size:12px!important;}
}

@media(max-width:700px){
  
  
  
  
  
  
  
  
  
  
  
  .dptv-wow-filter-drawer-head{padding:14px!important;border-radius:0!important;}
  .dptv-wow-filter-drawer-head strong{font-size:20px!important;}
  .dptv-wow-filter-block__title{padding:18px 16px!important;font-size:16px!important;}
  .dptv-wow-filter-block__body{padding:0 16px 18px!important;}
  .dptv-wow-filter-search{padding:16px!important;}
  .dptv-wow-side-filters__actions{grid-template-columns:1fr 1fr!important;padding:12px 14px 16px!important;background:#fff!important;box-shadow:0 -12px 28px rgba(15,23,42,.08)!important;}
  .dptv-wow-filter-clear{min-height:48px!important;border-radius:16px!important;}
}



.dptv-wow-category-hero--premium{
  position:relative!important;
  overflow:hidden!important;
  margin:0 0 20px!important;
  padding:0!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(15,23,42,.055)!important;
}
.dptv-wow-category-hero--premium:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:4px!important;
  background:linear-gradient(90deg,#ef1023 0%,#ef1023 38%,#080b10 38%,#080b10 100%)!important;
  opacity:1!important;
  font-size:0!important;
  pointer-events:none!important;
}
.dptv-wow-category-hero--premium:after{
  content:"DRTV"!important;
  position:absolute!important;
  right:22px!important;
  top:14px!important;
  color:rgba(239,16,35,.045)!important;
  font-size:88px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:-.09em!important;
  pointer-events:none!important;
}
.dptv-wow-category-hero__mast{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 260px!important;
  gap:22px!important;
  align-items:end!important;
  padding:30px 30px 22px!important;
  border-bottom:1px solid rgba(15,23,42,.07)!important;
  background:linear-gradient(135deg,#ffffff 0%,#ffffff 58%,#f7f8fb 100%)!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__copy{max-width:980px!important;position:relative!important;z-index:2!important;}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__copy span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:28px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#080b10!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__copy span:before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#ef1023!important;
  box-shadow:0 0 0 4px rgba(239,16,35,.12)!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__copy h1{
  margin:13px 0 8px!important;
  color:#070b12!important;
  font-size:clamp(34px,4vw,62px)!important;
  line-height:.92!important;
  font-weight:1000!important;
  letter-spacing:-.07em!important;
  text-transform:uppercase!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__copy p{
  margin:0!important;
  max-width:920px!important;
  color:#4b5563!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:750!important;
}
.dptv-wow-category-hero__aside{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  gap:7px!important;
  justify-items:start!important;
  padding:16px!important;
  border-radius:18px!important;
  background:#080b10!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(8,11,16,.16)!important;
}
.dptv-wow-category-hero__aside b{font-size:11px!important;font-weight:1000!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#ef1023!important;}
.dptv-wow-category-hero__aside small{font-size:15px!important;font-weight:950!important;line-height:1.15!important;color:#fff!important;}
.dptv-wow-category-hero__aside em{font-style:normal!important;font-size:12px!important;font-weight:850!important;color:rgba(255,255,255,.72)!important;}
.dptv-wow-category-hero__aside a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;margin-top:5px!important;padding:0 13px!important;border-radius:999px!important;background:#ef1023!important;color:#fff!important;text-decoration:none!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.06em!important;}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  margin:0!important;
  border-top:0!important;
  background:#fff!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a{
  position:relative!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 26px!important;
  align-items:center!important;
  gap:10px!important;
  min-height:64px!important;
  padding:10px 14px!important;
  border:0!important;
  border-right:1px solid rgba(15,23,42,.07)!important;
  border-bottom:1px solid rgba(15,23,42,.07)!important;
  border-radius:0!important;
  background:#fff!important;
  color:#10151f!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background .16s ease,transform .16s ease!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a:hover{background:#fbfcfe!important;transform:none!important;box-shadow:none!important;border-color:rgba(15,23,42,.07)!important;}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a > span{
  display:inline-flex!important;
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#f3f4f6,#fff)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  position:relative!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a > span:before{
  content:""!important;
  position:absolute!important;
  inset:10px!important;
  border-radius:50%!important;
  border:2px solid #ef1023!important;
  box-shadow:0 0 0 4px rgba(239,16,35,.08)!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
}
.dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles i{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
  border-radius:999px!important;
  background:#ef1023!important;
  color:#fff!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:950!important;
}
.dptv-shop-hub--v2 .dptv-shop-hub-cats--wow,
.dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{margin-top:18px!important;}

@media(max-width:1180px){
  .dptv-wow-category-hero__mast{grid-template-columns:1fr!important;gap:16px!important;padding:24px 20px 18px!important;}
  .dptv-wow-category-hero__aside{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important;}
  .dptv-wow-category-hero__aside small{font-size:13px!important;}
  .dptv-wow-category-hero__aside em{display:none!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:700px){
  .dptv-wow-category-hero--premium{margin:0 0 12px!important;border-radius:22px!important;}
  .dptv-wow-category-hero--premium:after{font-size:58px!important;right:10px!important;top:18px!important;}
  .dptv-wow-category-hero__mast{padding:20px 16px 14px!important;border-bottom:0!important;background:linear-gradient(135deg,#fff 0%,#fff 66%,#fff4f5 100%)!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__copy h1{font-size:clamp(32px,10vw,42px)!important;line-height:.96!important;margin:11px 0 8px!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__copy p{font-size:13px!important;line-height:1.42!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .dptv-wow-category-hero__aside{display:none!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles{display:flex!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:8px!important;margin:0!important;padding:0 16px 16px!important;background:transparent!important;border:0!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles::-webkit-scrollbar{display:none!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a{grid-template-columns:24px max-content 22px!important;min-height:40px!important;min-width:max-content!important;padding:0 9px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:999px!important;background:#fff!important;box-shadow:0 7px 16px rgba(15,23,42,.055)!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a > span{width:24px!important;height:24px!important;border-radius:999px!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles a > span:before{inset:7px!important;border-width:2px!important;box-shadow:none!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles strong{font-size:11px!important;letter-spacing:.04em!important;text-transform:uppercase!important;}
  .dptv-wow-category-hero--premium .dptv-wow-category-hero__tiles i{width:22px!important;height:22px!important;flex-basis:22px!important;}
}


body.dptv-shop-wow-landing,
body.dptv-shop-wow-landing.woocommerce,
body.dptv-shop-wow-landing.woocommerce-page{
  background:#fff!important;
}
body.dptv-shop-wow-landing .jeg_breadcrumbs,
body.dptv-shop-wow-landing .page-title,
body.dptv-shop-wow-landing .entry-header{
  display:none!important;
}
body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 58px!important;
  box-sizing:border-box!important;
  clear:both!important;
}
body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page > .dptv-shop-hub,
body.dptv-shop-wow-landing .dptv-shop-hub--v2{
  min-width:0!important;
  box-sizing:border-box!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 *,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 *::before,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 *::after{
  box-sizing:border-box;
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cat{
  min-width:0!important;
}
@media(max-width:820px){
  body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{padding:0 0 42px!important;}
}








body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{
  margin-top:0!important;
}
@media (max-width:820px){
  body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{
    padding-top:0!important;
  }

}





body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{
  padding-top:0!important;
}


body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page,
body.dptv-shop-wow-landing .dptv-shop-hub--v2{
  padding-top:0!important;
}


body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image,
body.woocommerce-shop .dptv-wow-card--retail .dptv-wow-card__image{
  padding:0!important;
  background:#ffffff!important;
  border-bottom:1px solid #eef0f4!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card--retail .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
body.post-type-archive-product .dptv-wow-card--retail:hover .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--retail:hover .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--retail:hover .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card--retail:hover .dptv-wow-card__image img{
  transform:none!important;
}
body.post-type-archive-product .dptv-wow-card.no-sell-yours .dptv-wow-card__trade-row--clean,
body.tax-product_cat .dptv-wow-card.no-sell-yours .dptv-wow-card__trade-row--clean,
body.tax-product_tag .dptv-wow-card.no-sell-yours .dptv-wow-card__trade-row--clean,
body.woocommerce-shop .dptv-wow-card.no-sell-yours .dptv-wow-card__trade-row--clean{
  justify-content:flex-start!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--clean a,
body.tax-product_cat .dptv-wow-card__trade-row--clean a,
body.tax-product_tag .dptv-wow-card__trade-row--clean a,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a{
  background:#fff4f5!important;
  color:#d91521!important;
  border:1px solid #ffd5dc!important;
  box-shadow:none!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--clean a:hover,
body.tax-product_cat .dptv-wow-card__trade-row--clean a:hover,
body.tax-product_tag .dptv-wow-card__trade-row--clean a:hover,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a:hover,
body.post-type-archive-product .dptv-wow-card__trade-row--clean a:focus,
body.tax-product_cat .dptv-wow-card__trade-row--clean a:focus,
body.tax-product_tag .dptv-wow-card__trade-row--clean a:focus,
body.woocommerce-shop .dptv-wow-card__trade-row--clean a:focus{
  background:#ffe8ec!important;
  color:#b80f1b!important;
  border-color:#ffc2cb!important;
  transform:translateY(-1px)!important;
}



body.post-type-archive-product .dptv-wow-card__trade-row--sell-only,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only{
  display:grid!important;
  grid-template-columns:1fr!important;
  margin-top:12px!important;
  padding-top:12px!important;
  border-top:1px solid #eef1f5!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--sell-only a,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only a,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only a,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only a{
  width:100%!important;
  margin-left:0!important;
  min-height:39px!important;
  border-radius:14px!important;
  background:#35b233!important;
  color:#ffffff!important;
  border:1px solid #35b233!important;
  box-shadow:0 10px 18px rgba(53,178,51,.18)!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--sell-only a:hover,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only a:hover,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only a:hover,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only a:hover,
body.post-type-archive-product .dptv-wow-card__trade-row--sell-only a:focus,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only a:focus,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only a:focus,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only a:focus{
  background:#249a25!important;
  color:#ffffff!important;
  border-color:#249a25!important;
  transform:translateY(-1px)!important;
}
body.post-type-archive-product .dptv-wow-card__eyebrow,
body.tax-product_cat .dptv-wow-card__eyebrow,
body.tax-product_tag .dptv-wow-card__eyebrow,
body.woocommerce-shop .dptv-wow-card__eyebrow{
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}


body.post-type-archive-product .dptv-wow-card__trade-row--sell-only,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only,
body.tax-pa_brand .dptv-wow-card__trade-row--sell-only,
body.tax-product_brand .dptv-wow-card__trade-row--sell-only,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:34px!important;
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid #eef1f5!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--sell-only a,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only a,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only a,
body.tax-pa_brand .dptv-wow-card__trade-row--sell-only a,
body.tax-product_brand .dptv-wow-card__trade-row--sell-only a,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only a{
  width:auto!important;
  min-width:116px!important;
  max-width:max-content!important;
  min-height:30px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  background:#35b233!important;
  color:#fff!important;
  border:1px solid #35b233!important;
  box-shadow:0 8px 16px rgba(53,178,51,.14)!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--sell-only.is-placeholder,
body.tax-product_cat .dptv-wow-card__trade-row--sell-only.is-placeholder,
body.tax-product_tag .dptv-wow-card__trade-row--sell-only.is-placeholder,
body.tax-pa_brand .dptv-wow-card__trade-row--sell-only.is-placeholder,
body.tax-product_brand .dptv-wow-card__trade-row--sell-only.is-placeholder,
body.woocommerce-shop .dptv-wow-card__trade-row--sell-only.is-placeholder{
  visibility:hidden!important;
}
body.post-type-archive-product .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_cat .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_tag .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-pa_brand .dptv-wow-card--retail .dptv-wow-card__body,
body.tax-product_brand .dptv-wow-card--retail .dptv-wow-card__body,
body.woocommerce-shop .dptv-wow-card--retail .dptv-wow-card__body{
  gap:10px!important;
}





body.post-type-archive-product .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_cat .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_tag .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-pa_brand .dptv-wow-card__meta .dptv-wow-card__condition,
body.tax-product_brand .dptv-wow-card__meta .dptv-wow-card__condition,
body.woocommerce-shop .dptv-wow-card__meta .dptv-wow-card__condition{
  background:#f6f7f9!important;
  color:#384152!important;
  border:1px solid #e7eaf0!important;
  min-height:25px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}

body.post-type-archive-product .dptv-wow-card__stock.in,
body.tax-product_cat .dptv-wow-card__stock.in,
body.tax-product_tag .dptv-wow-card__stock.in,
body.tax-pa_brand .dptv-wow-card__stock.in,
body.tax-product_brand .dptv-wow-card__stock.in,
body.woocommerce-shop .dptv-wow-card__stock.in{
  background:#edf9f1!important;
  color:#127a35!important;
  border:1px solid #d6f0dd!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.62)!important;
}

body.post-type-archive-product .dptv-wow-card__stock.out,
body.tax-product_cat .dptv-wow-card__stock.out,
body.tax-product_tag .dptv-wow-card__stock.out,
body.tax-pa_brand .dptv-wow-card__stock.out,
body.tax-product_brand .dptv-wow-card__stock.out,
body.woocommerce-shop .dptv-wow-card__stock.out{
  background:#fff1f2!important;
  color:#b4232b!important;
  border:1px solid #ffd7dc!important;
}




body.post-type-archive-product .dptv-wow-card__utility-row,
body.tax-product_cat .dptv-wow-card__utility-row,
body.tax-product_tag .dptv-wow-card__utility-row,
body.tax-pa_brand .dptv-wow-card__utility-row,
body.tax-product_brand .dptv-wow-card__utility-row,
body.woocommerce-shop .dptv-wow-card__utility-row,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row{
  visibility:visible!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:36px!important;
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid #eef1f5!important;
}

.dptv-wow-brand-chip{
  width:auto!important;
  max-width:132px!important;
  min-height:30px!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  background:#ffffff!important;
  border:1px solid #e7eaf0!important;
  color:#111827!important;
  text-decoration:none!important;
  box-shadow:0 5px 12px rgba(17,24,39,.04)!important;
  overflow:hidden!important;
}
.dptv-wow-brand-chip img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:92px!important;
  max-height:22px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
.dptv-wow-brand-chip span{
  display:block!important;
  min-width:0!important;
  max-width:108px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  color:#111827!important;
}
.dptv-wow-brand-chip:hover,
.dptv-wow-brand-chip:focus{
  border-color:#cfd5df!important;
  transform:translateY(-1px)!important;
}
.dptv-wow-brand-chip--fallback{
  opacity:.72!important;
}
body.post-type-archive-product .dptv-wow-card__utility-action,
body.tax-product_cat .dptv-wow-card__utility-action,
body.tax-product_tag .dptv-wow-card__utility-action,
body.tax-pa_brand .dptv-wow-card__utility-action,
body.tax-product_brand .dptv-wow-card__utility-action,
body.woocommerce-shop .dptv-wow-card__utility-action,
body.dptv-shop-wow-landing .dptv-wow-card__utility-action{



  min-width:0!important;
}
body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-pa_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-product_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row a.dptv-wow-card__mini-action{
  width:auto!important;
  min-width:94px!important;
  max-width:max-content!important;
  min-height:30px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.tax-pa_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.tax-product_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--sell{
  background:#35b233!important;
  color:#fff!important;
  border:1px solid #35b233!important;
  box-shadow:0 8px 16px rgba(53,178,51,.14)!important;
}
body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.tax-pa_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.tax-product_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row a.dptv-wow-card__mini-action--brand{
  background:#f6f7f9!important;
  color:#111827!important;
  border:1px solid #e7eaf0!important;
}
body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.tax-pa_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.tax-product_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:hover,
body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.tax-pa_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.tax-product_brand .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row a.dptv-wow-card__mini-action:focus{
  transform:translateY(-1px)!important;
}
.dptv-wow-card__mini-action--ghost{
  display:inline-flex!important;
  width:94px!important;
  min-height:30px!important;
}




@media(max-width:560px){
  .dptv-wow-brand-chip{max-width:116px!important;padding-left:8px!important;padding-right:8px!important;}
  .dptv-wow-brand-chip img{max-width:78px!important;max-height:20px!important;}
  body.post-type-archive-product .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-product_cat .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.tax-product_tag .dptv-wow-card__utility-row a.dptv-wow-card__mini-action,
body.woocommerce-shop .dptv-wow-card__utility-row a.dptv-wow-card__mini-action{min-width:86px!important;padding:0 12px!important;}
}

body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.tax-pa_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.tax-product_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand .dptv-wow-brand-chip{
  max-width:118px!important;
  min-height:28px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-pa_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-product_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand .dptv-wow-brand-chip img{
  max-width:104px!important;
  max-height:26px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.tax-pa_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.tax-product_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip span,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand .dptv-wow-brand-chip span{
  max-width:110px!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  background:#f6f7f9!important;
  border:1px solid #e7eaf0!important;
  color:#111827!important;
}
body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.tax-pa_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.tax-product_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand .dptv-wow-brand-chip:hover,
body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.tax-pa_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.tax-product_brand .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand .dptv-wow-brand-chip:focus{
  transform:none!important;
}
@media(max-width:560px){
  body.post-type-archive-product .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-product_cat .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.tax-product_tag .dptv-wow-card__utility-brand .dptv-wow-brand-chip img,
body.woocommerce-shop .dptv-wow-card__utility-brand .dptv-wow-brand-chip img{max-width:88px!important;max-height:23px!important;}
}

body.post-type-archive-product .dptv-wow-card__topline--brand-first,
body.tax-product_cat .dptv-wow-card__topline--brand-first,
body.tax-product_tag .dptv-wow-card__topline--brand-first,
body.tax-pa_brand .dptv-wow-card__topline--brand-first,
body.tax-product_brand .dptv-wow-card__topline--brand-first,
body.woocommerce-shop .dptv-wow-card__topline--brand-first{
  min-height:34px!important;
  align-items:center!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top,
body.tax-product_cat .dptv-wow-card__brand-top,
body.tax-product_tag .dptv-wow-card__brand-top,
body.tax-pa_brand .dptv-wow-card__brand-top,
body.tax-product_brand .dptv-wow-card__brand-top,
body.woocommerce-shop .dptv-wow-card__brand-top{



  justify-content:flex-start!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-pa_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip{


  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-pa_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip span{


  border-radius:999px!important;
  background:#f6f7f9!important;
  border:1px solid #e7eaf0!important;
  color:#111827!important;
}
body.post-type-archive-product .dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__category-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  max-width:140px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#f7f8fa!important;
  border:1px solid #e8ebf0!important;
  color:#e30613!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:560px){
  body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip img{max-width:92px!important;max-height:24px!important;}
  body.post-type-archive-product .dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__category-chip{max-width:112px!important;padding:0 10px!important;}
}

body.post-type-archive-product .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow,
body.tax-product_cat .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow,
body.tax-product_tag .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow,
body.tax-pa_brand .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow,
body.tax-product_brand .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow,
body.woocommerce-shop .dptv-wow-card__topline--brand-first .dptv-wow-card__eyebrow{display:none!important;}

body.post-type-archive-product .dptv-wow-card__utility-brand,
body.tax-product_cat .dptv-wow-card__utility-brand,
body.tax-product_tag .dptv-wow-card__utility-brand,
body.tax-pa_brand .dptv-wow-card__utility-brand,
body.tax-product_brand .dptv-wow-card__utility-brand,
body.woocommerce-shop .dptv-wow-card__utility-brand{display:flex!important;align-items:center!important;min-width:0!important;}







body.post-type-archive-product .dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__category-chip,
body.dptv-shop-wow-landing .dptv-wow-card__category-chip{
  min-height:28px!important;
  max-width:146px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f4f5f7!important;
  border:1px solid #e3e6eb!important;
  color:#2b3038!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
body.post-type-archive-product .dptv-wow-card__category-chip--fallback,
body.tax-product_cat .dptv-wow-card__category-chip--fallback,
body.tax-product_tag .dptv-wow-card__category-chip--fallback,
body.tax-pa_brand .dptv-wow-card__category-chip--fallback,
body.tax-product_brand .dptv-wow-card__category-chip--fallback,
body.woocommerce-shop .dptv-wow-card__category-chip--fallback,
body.dptv-shop-wow-landing .dptv-wow-card__category-chip--fallback{
  color:#4b5563!important;
  background:#f7f8fa!important;
  border-color:#e5e7eb!important;
}
body.post-type-archive-product .dptv-wow-card__category-chip:hover,
body.tax-product_cat .dptv-wow-card__category-chip:hover,
body.tax-product_tag .dptv-wow-card__category-chip:hover,
body.tax-pa_brand .dptv-wow-card__category-chip:hover,
body.tax-product_brand .dptv-wow-card__category-chip:hover,
body.woocommerce-shop .dptv-wow-card__category-chip:hover{
  background:#eef1f5!important;
  border-color:#d9dde5!important;
  color:#111827!important;
}
@media(max-width:560px){
  body.post-type-archive-product .dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__category-chip{
    min-height:26px!important;
    max-width:118px!important;
    padding:0 10px!important;
    font-size:9px!important;
  }
}


body.post-type-archive-product .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row span.dptv-wow-card__category-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;



  border-radius:999px!important;

  border:1px solid #e3e6eb!important;



  font-weight:950!important;
  line-height:1!important;

  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.tax-product_cat .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.tax-product_tag .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.tax-pa_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.tax-product_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip:hover,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row span.dptv-wow-card__category-chip:hover{
  background:#eef1f5!important;
  border-color:#d9dde5!important;
  color:#111827!important;
}
@media(max-width:560px){
  body.post-type-archive-product .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip{
    min-height:26px!important;



  }
}


body.post-type-archive-product .dptv-wow-card--retail,
body.tax-product_cat .dptv-wow-card--retail,
body.tax-product_tag .dptv-wow-card--retail,
body.tax-pa_brand .dptv-wow-card--retail,
body.tax-product_brand .dptv-wow-card--retail,
body.woocommerce-shop .dptv-wow-card--retail{
  overflow:hidden!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--clean,
body.tax-product_cat .dptv-wow-card__trade-row--clean,
body.tax-product_tag .dptv-wow-card__trade-row--clean,
body.tax-pa_brand .dptv-wow-card__trade-row--clean,
body.tax-product_brand .dptv-wow-card__trade-row--clean,
body.woocommerce-shop .dptv-wow-card__trade-row--clean,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row{
  margin-top:14px!important;
  padding-top:12px!important;
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-top:1px solid rgba(15,23,42,.07)!important;
}
body.post-type-archive-product .dptv-wow-card__utility-brand,
body.tax-product_cat .dptv-wow-card__utility-brand,
body.tax-product_tag .dptv-wow-card__utility-brand,
body.tax-pa_brand .dptv-wow-card__utility-brand,
body.tax-product_brand .dptv-wow-card__utility-brand,
body.woocommerce-shop .dptv-wow-card__utility-brand,
body.dptv-shop-wow-landing .dptv-wow-card__utility-brand{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
body.post-type-archive-product .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.dptv-shop-wow-landing .dptv-wow-card__utility-row span.dptv-wow-card__category-chip{
  min-height:24px!important;
  max-width:132px!important;
  padding:0 10px!important;
  background:#f5f6f8!important;
  border-color:#e1e5ea!important;
  color:#242a33!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
  font-size:9px!important;
  letter-spacing:.07em!important;
}
body.post-type-archive-product .dptv-wow-card__utility-action,
body.tax-product_cat .dptv-wow-card__utility-action,
body.tax-product_tag .dptv-wow-card__utility-action,
body.tax-pa_brand .dptv-wow-card__utility-action,
body.tax-product_brand .dptv-wow-card__utility-action,
body.woocommerce-shop .dptv-wow-card__utility-action,
body.dptv-shop-wow-landing .dptv-wow-card__utility-action{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
}
body.post-type-archive-product .dptv-wow-card__mini-action,
body.tax-product_cat .dptv-wow-card__mini-action,
body.tax-product_tag .dptv-wow-card__mini-action,
body.tax-pa_brand .dptv-wow-card__mini-action,
body.tax-product_brand .dptv-wow-card__mini-action,
body.woocommerce-shop .dptv-wow-card__mini-action,
body.dptv-shop-wow-landing .dptv-wow-card__mini-action{
  min-height:28px!important;
  padding:0 15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top,
body.tax-product_cat .dptv-wow-card__brand-top,
body.tax-product_tag .dptv-wow-card__brand-top,
body.tax-pa_brand .dptv-wow-card__brand-top,
body.tax-product_brand .dptv-wow-card__brand-top,
body.woocommerce-shop .dptv-wow-card__brand-top{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;

  overflow:hidden!important;
}
body.post-type-archive-product .dptv-wow-card__stock,
body.tax-product_cat .dptv-wow-card__stock,
body.tax-product_tag .dptv-wow-card__stock,
body.tax-pa_brand .dptv-wow-card__stock,
body.tax-product_brand .dptv-wow-card__stock,
body.woocommerce-shop .dptv-wow-card__stock{
  min-height:28px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
@media(max-width:560px){
  body.post-type-archive-product .dptv-wow-card__trade-row--clean,
body.tax-product_cat .dptv-wow-card__trade-row--clean,
body.tax-product_tag .dptv-wow-card__trade-row--clean,
body.tax-pa_brand .dptv-wow-card__trade-row--clean,
body.tax-product_brand .dptv-wow-card__trade-row--clean,
body.woocommerce-shop .dptv-wow-card__trade-row--clean{
    margin-top:12px!important;
    padding-top:10px!important;
    min-height:34px!important;
  }
  body.post-type-archive-product .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_cat .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_tag .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-pa_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.tax-product_brand .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip,
body.woocommerce-shop .dptv-wow-card__trade-row--clean span.dptv-wow-card__category-chip{
    max-width:112px!important;
    padding:0 9px!important;
    font-size:8.5px!important;
  }
}


body.post-type-archive-product .dptv-wow-card__brand-top,
body.tax-product_cat .dptv-wow-card__brand-top,
body.tax-product_tag .dptv-wow-card__brand-top,
body.tax-pa_brand .dptv-wow-card__brand-top,
body.tax-product_brand .dptv-wow-card__brand-top,
body.woocommerce-shop .dptv-wow-card__brand-top{
  max-width:152px!important;
  height:32px!important;
  min-height:32px!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-pa_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.tax-product_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip{
  max-width:148px!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-pa_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.tax-product_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip img,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip img{
  max-width:126px!important;
  max-height:30px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
body.post-type-archive-product .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_cat .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_tag .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-pa_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.tax-product_brand .dptv-wow-card__brand-top .dptv-wow-brand-chip span,
body.woocommerce-shop .dptv-wow-card__brand-top .dptv-wow-brand-chip span{
  max-width:126px!important;
  font-size:11px!important;
  padding:7px 11px!important;
}



body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__image{
  aspect-ratio:1 / .82!important;
  padding:0!important;
  background:#f4f5f7!important;
  border-bottom:1px solid #eef0f4!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  transform:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__body{
  padding:18px 18px 16px!important;
  gap:10px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__title{
  font-size:19px!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__price{
  font-size:24px!important;
  letter-spacing:-.04em!important;
  color:#070b12!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-btn{
  min-height:52px!important;
  border-radius:13px!important;
  background:#03060b!important;
  color:#fff!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__brand-top{
  max-width:152px!important;
  height:32px!important;
  min-height:32px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__brand-top .dptv-wow-brand-chip{
  max-width:148px!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__brand-top .dptv-wow-brand-chip img{
  max-width:126px!important;
  max-height:30px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}

@media(max-width:1180px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(2,minmax(220px,1fr))!important;}
}
@media(max-width:760px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:1fr!important;gap:18px!important;}
}


@media(min-width:761px){

  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__image{
    aspect-ratio:1 / .86!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__body{
    padding:16px 16px 14px!important;
    gap:9px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__title{
    font-size:17px!important;
    line-height:1.16!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card__price{
    font-size:22px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-btn{
    min-height:48px!important;
  }
}






























body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified{
  border-radius:26px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%)!important;
  border:1px solid #edf0f4!important;
  box-shadow:0 18px 42px rgba(15,23,42,.07)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(239,16,35,.18)!important;
  box-shadow:0 24px 60px rgba(15,23,42,.11)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__image{
  aspect-ratio:1 / .86!important;
  padding:0!important;
  background:#f5f6f8!important;
  border-bottom:1px solid #edf0f5!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__image:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:2!important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 54%,rgba(5,7,11,.08) 100%)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  position:relative!important;
  z-index:1!important;
  transform:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__badge--market{
  z-index:6!important;
  background:#16a333!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:10px 17px!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__body{
  padding:18px 18px 16px!important;
  gap:10px!important;
  display:flex!important;
  flex-direction:column!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__topline--brand-first{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__brand-top{
  max-width:152px!important;
  height:32px!important;
  min-height:32px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__brand-top .dptv-wow-brand-chip{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  max-width:148px!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__brand-top .dptv-wow-brand-chip img{
  max-width:126px!important;
  max-height:30px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__brand-top .dptv-wow-brand-chip span{
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#f6f7f9!important;
  border:1px solid #e7eaf0!important;
  color:#111827!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__stock{
  min-height:28px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#edfdf2!important;
  border:1px solid #d6f4df!important;
  color:#10802e!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__stock.out{
  background:#fff1f2!important;
  border-color:#ffe1e5!important;
  color:#b91c1c!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__title,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__title a{
  font-size:19px!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  color:#080d18!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__condition{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:26px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#f4f6f8!important;
  border:1px solid #e6eaf0!important;
  color:#364152!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__bottom{
  align-items:center!important;
  gap:12px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__price{
  min-height:52px!important;
  display:flex!important;
  align-items:flex-start!important;
  font-size:24px!important;
  letter-spacing:-.04em!important;
  color:#070b12!important;
  font-weight:950!important;
  opacity:1!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__price *{
  opacity:1!important;
}


body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-btn--dark{
  min-height:52px!important;
  border-radius:13px!important;
  background:#05070b!important;
  color:#fff!important;
  border:1px solid #05070b!important;
  box-shadow:0 12px 24px rgba(5,7,11,.16)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  font-weight:900!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__trade-row--clean{
  margin-top:14px!important;
  padding-top:12px!important;
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-top:1px solid rgba(15,23,42,.07)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__category-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  max-width:132px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#f5f6f8!important;
  border:1px solid #e1e5ea!important;
  color:#242a33!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
  font-size:9px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__mini-action{
  min-height:28px!important;
  padding:0 15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  line-height:1!important;
  text-decoration:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__mini-action--sell{
  background:#21b62d!important;
  border:1px solid #21b62d!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(33,182,45,.18)!important;
}
@media(max-width:760px){

  body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--unified .dptv-wow-card__image{aspect-ratio:1 / .82!important;}
}


.dptv-wow-card--locked-master,
body.post-type-archive-product .dptv-wow-card--locked-master,
body.tax-product_cat .dptv-wow-card--locked-master,
body.tax-product_tag .dptv-wow-card--locked-master,
body.tax-pa_brand .dptv-wow-card--locked-master,
body.tax-product_brand .dptv-wow-card--locked-master,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(15,23,42,.07)!important;
  transform:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.dptv-wow-card--locked-master:hover,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(239,16,35,.18)!important;
  box-shadow:0 24px 60px rgba(15,23,42,.11)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image,
body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:1 / .86!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#f5f6f8!important;
  border-bottom:1px solid #edf0f5!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image:after,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 54%,rgba(5,7,11,.08) 100%)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  transition:none!important;
  position:relative!important;
  z-index:1!important;
}
.dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master:hover .dptv-wow-card__image img{
  transform:none!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__badge--market,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__badge--market{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  z-index:6!important;
  background:#16a333!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:10px 17px!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 12px 26px rgba(22,163,51,.2)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__body,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__body{
  padding:18px 18px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  flex:1 1 auto!important;
  background:#fff!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__topline--brand-first{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
  min-height:32px!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__brand-top{
  max-width:152px!important;
  height:32px!important;
  min-height:32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__brand-top .dptv-wow-brand-chip{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  max-width:148px!important;
  min-height:32px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__brand-top .dptv-wow-brand-chip img{
  max-width:126px!important;
  max-height:30px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__brand-top .dptv-wow-brand-chip span{
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#f6f7f9!important;
  border:1px solid #e7eaf0!important;
  color:#111827!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__stock{
  min-height:28px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#edfdf2!important;
  border:1px solid #d6f4df!important;
  color:#10802e!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__stock.out{
  background:#fff1f2!important;
  border-color:#ffe1e5!important;
  color:#b91c1c!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__title,
.dptv-wow-card--locked-master .dptv-wow-card__title a{
  margin:0!important;
  padding:0!important;
  font-size:19px!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  color:#080d18!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__meta{
  margin:0!important;
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  color:inherit!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__condition{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:26px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#f4f6f8!important;
  border:1px solid #e6eaf0!important;
  color:#364152!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__bottom{
  margin-top:2px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  align-items:center!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__price,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__price{
  min-height:52px!important;
  display:flex!important;
  align-items:flex-start!important;
  font-size:24px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  color:#070b12!important;
  font-weight:950!important;
  opacity:1!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__price *{
  color:#070b12!important;
  opacity:1!important;
}

.dptv-wow-card--locked-master .dptv-wow-btn--dark,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-btn--dark{
  width:100%!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 18px!important;
  border-radius:13px!important;
  background:#05070b!important;
  color:#fff!important;
  border:1px solid #05070b!important;
  box-shadow:0 12px 24px rgba(5,7,11,.16)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__trade-row--clean,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__trade-row--clean{
  margin-top:14px!important;
  padding-top:12px!important;
  min-height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-top:1px solid rgba(15,23,42,.07)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__utility-brand,
.dptv-wow-card--locked-master .dptv-wow-card__utility-action{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__category-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  max-width:132px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#f5f6f8!important;
  border:1px solid #e1e5ea!important;
  color:#242a33!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
  font-size:9px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__mini-action{
  min-height:28px!important;
  padding:0 15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__mini-action--sell{
  background:#21b62d!important;
  border:1px solid #21b62d!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(33,182,45,.18)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__mini-action--brand{
  background:#f5f6f8!important;
  border:1px solid #e1e5ea!important;
  color:#242a33!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__mini-action--ghost{visibility:hidden!important;}

@media(min-width:761px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
  
}
@media(min-width:761px) and (max-width:1040px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

@media(max-width:760px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:1fr!important;gap:18px!important;}
  .dptv-wow-card--locked-master .dptv-wow-card__image{aspect-ratio:1 / .82!important;}
}


.dptv-wow-card--locked-master .dptv-wow-card__price,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__price{
  color:#070b12!important;
  opacity:1!important;
  filter:none!important;
}

.dptv-wow-card--locked-master .dptv-wow-card__image,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image{
  padding:0!important;
  aspect-ratio:1 / .86!important;
  background:#f5f6f8!important;
  overflow:hidden!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  max-width:none!important;
  max-height:none!important;
  transform:none!important;
}


body.dptv-shop-wow-landing{
  background:
    radial-gradient(circle at 8% 18%,rgba(227,6,19,.045),transparent 28%),
    radial-gradient(circle at 92% 38%,rgba(33,182,45,.045),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f8fb 42%,#ffffff 100%)!important;
}
body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{
  background:transparent!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2{

  padding-bottom:68px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cats,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-brands{
  margin-top:clamp(24px,3.1vw,46px)!important;
  margin-bottom:0!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{
  gap:clamp(14px,1.5vw,22px)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{
  border-radius:26px!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.075)!important;
  min-height:154px!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(227,6,19,.22)!important;
  box-shadow:0 24px 58px rgba(15,23,42,.12)!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow){
  margin-bottom:16px!important;
  padding:18px 20px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.055)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow) h2{
  font-size:clamp(24px,2.15vw,34px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  color:#070b12!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow) a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#070b12!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cats,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-brands,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-content,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
  scroll-margin-top:110px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
  border-radius:28px!important;
  overflow:hidden!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell{
  top:96px!important;

}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked div{
  padding:22px 24px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch{
  border-radius:30px!important;
  box-shadow:0 20px 50px rgba(227,6,19,.12)!important;
}


@media(max-width:1180px){

  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell{
    top:auto!important;
  }
}
@media(max-width:820px){
    body.dptv-shop-wow-landing .dptv-shop-hub--v2{


    padding-bottom:42px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cats,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-brands{
    margin-top:22px!important;
  }
  
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow){
    padding:16px!important;
    align-items:center!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow) h2{
    font-size:24px!important;
  }
}
@media(max-width:520px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow){
    display:flex!important;
    gap:12px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head:not(.dptv-shop-hub-section-head--wow) a{
    min-height:32px!important;
    padding:0 11px!important;
    font-size:9px!important;
  }
}


body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page,
body.dptv-shop-wow-landing .dptv-shop-hub--v2{
  padding-top:0!important;
  margin-top:0!important;
  transform:none!important;
}




body.dptv-shop-wow-landing .dptv-shop-hub-cats--wow{
  margin:clamp(24px,2.8vw,38px) 0 clamp(30px,3vw,44px)!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 18px!important;
  padding:0 0 15px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#e30613 0 28%,#10141d 28% 58%,#23b73a 58% 100%)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow span{
  background:#fff0f1!important;
  color:#e30613!important;
  box-shadow:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow h2{
  font-size:clamp(28px,2.4vw,42px)!important;
  letter-spacing:-.065em!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow > a{
  min-width:96px!important;
  box-shadow:0 12px 28px rgba(7,11,18,.12)!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat,
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(1),
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(2){
  grid-column:auto!important;
  min-height:136px!important;
  padding:18px 20px!important;
  border-radius:26px!important;
  border:1px solid rgba(15,23,42,.075)!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"label cta" "title cta" "meta cta"!important;
  align-items:center!important;
  gap:4px 18px!important;
  overflow:hidden!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,249,252,.96))!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:after{
  content:""!important;
  position:absolute!important;
  inset:auto -40px -54px auto!important;
  width:154px!important;
  height:154px!important;
  border-radius:50%!important;
  z-index:-1!important;
  opacity:.32!important;
  background:radial-gradient(circle,rgba(227,6,19,.16),rgba(227,6,19,0) 70%)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--green:after{background:radial-gradient(circle,rgba(35,183,58,.18),rgba(35,183,58,0) 70%)!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--black:after,
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat--graphite:after{background:radial-gradient(circle,rgba(16,20,29,.14),rgba(16,20,29,0) 70%)!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 24px 58px rgba(15,23,42,.105)!important;
  border-color:rgba(227,6,19,.18)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat__label{
  grid-area:label!important;
  position:static!important;
  width:max-content!important;
  min-height:28px!important;
  padding:0 11px!important;
  font-size:9px!important;
  box-shadow:0 10px 20px rgba(15,23,42,.08)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat strong,
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(1) strong,
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat:nth-child(2) strong{
  grid-area:title!important;
  margin:10px 0 0!important;
  max-width:none!important;
  font-size:clamp(20px,1.65vw,28px)!important;
  line-height:1!important;
  letter-spacing:-.052em!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat em{
  grid-area:meta!important;
  max-width:none!important;
  font-size:12px!important;
  color:#667085!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b{
  grid-area:cta!important;
  align-self:center!important;
  justify-self:end!important;
  margin:0!important;
  white-space:nowrap!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat figure{
  display:none!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{


  margin-top:clamp(30px,3vw,48px)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-content{
  min-width:0!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-rail{
  position:relative!important;
  padding:0!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,252,255,.96))!important;
  border:1px solid rgba(15,23,42,.075)!important;
  box-shadow:0 22px 58px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-rail:before{
  content:""!important;
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  top:0!important;
  height:4px!important;
  border-radius:0 0 999px 999px!important;
  background:linear-gradient(90deg,#e30613 0 36%,#10141d 36% 68%,#23b73a 68% 100%)!important;
  z-index:2!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-rail > .dptv-shop-hub-section-head{
  margin:0!important;
  padding:28px 28px 18px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-rail > .dptv-shop-hub-section-head h2{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-rail > .dptv-shop-hub-section-head h2:before{
  content:""!important;
  width:13px!important;
  height:13px!important;
  border-radius:50%!important;
  background:#e30613!important;
  box-shadow:0 0 0 8px rgba(227,6,19,.08)!important;
  flex:0 0 auto!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  padding:0 28px 28px!important;
  align-items:stretch!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master{
  box-shadow:0 16px 36px rgba(15,23,42,.065)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image{
  background:linear-gradient(180deg,#f8f9fb 0%,#f2f4f7 100%)!important;
  border-bottom:1px solid rgba(15,23,42,.065)!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell{
  border-radius:30px!important;
  background:radial-gradient(circle at 94% 18%,rgba(227,6,19,.26),transparent 35%),radial-gradient(circle at 6% 94%,rgba(35,183,58,.22),transparent 34%),linear-gradient(145deg,#080d15 0%,#171d29 52%,#330915 100%)!important;
  box-shadow:0 26px 68px rgba(7,11,18,.24)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell ul li{

  display:flex!important;
  align-items:center!important;
  padding-left:40px!important;
  padding-right:14px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell li:before{
  left:15px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-trust--stacked div{
  border-left:4px solid #23b73a!important;
}

body.dptv-shop-wow-landing .dptv-shop-hub-launch{
  border-radius:30px!important;
  min-height:158px!important;
  box-shadow:0 24px 64px rgba(227,6,19,.12)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub-brands .dptv-shop-hub-section-head{
  margin-bottom:16px!important;
}



@media(max-width:1180px){
  body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{min-height:124px!important;padding:16px!important;border-radius:22px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat b{font-size:10px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{grid-template-columns:1fr!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:0 20px 22px!important;gap:18px!important;}
}
@media(max-width:820px){
  body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow{grid-template-columns:1fr!important;gap:12px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{min-height:112px!important;grid-template-columns:minmax(0,1fr) auto!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-section-head--wow p{display:block!important;font-size:13px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:1fr!important;padding:0 16px 18px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-rail > .dptv-shop-hub-section-head{padding:22px 18px 16px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-rail:before{left:18px!important;right:18px!important;}
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
  grid-template-columns:minmax(0,1fr) minmax(300px,340px)!important;
  gap:clamp(16px,1.8vw,26px)!important;
  align-items:start!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
  position:sticky!important;
  top:96px!important;
  align-self:start!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell{
  padding:28px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell h2{
  font-size:clamp(31px,2.6vw,38px)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell p{
  font-size:14px!important;
  line-height:1.55!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell ul{
  gap:10px!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell ul li{
  min-height:42px!important;
  font-size:13px!important;
}

@media(min-width:821px) and (max-width:1180px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo{
    min-height:146px!important;
    padding:17px 112px 17px 17px!important;
    border-radius:22px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo strong{
    font-size:clamp(18px,2.05vw,22px)!important;
    max-width:150px!important;
    line-height:.96!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo em{
    font-size:12px!important;
    max-width:150px!important;
    line-height:1.35!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-promo-grid--image .dptv-shop-hub-promo b{
    white-space:nowrap!important;
    font-size:10px!important;
    letter-spacing:.08em!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
    grid-template-columns:minmax(0,1fr) minmax(270px,300px)!important;
    gap:16px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
    top:86px!important;
  }
}
@media(max-width:900px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
    grid-template-columns:1fr!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-trust--stacked{
    position:relative!important;
    top:auto!important;
  }
}





.dptv-wow-side-filters.is-auto-applying{opacity:.82;pointer-events:none;}







.dptv-wow-side-filters.is-dptv-live-filtering,
.dptv-wow-side-filters.is-auto-applying{
  pointer-events:none;
}



@keyframes dptvWowLiveBarSweep{
  0%{transform:translateX(-115%);}
  52%{transform:translateX(10%);}
  100%{transform:translateX(115%);}
}
@keyframes dptvWowLivePulse{
  0%,100%{opacity:.72; transform:scale(1);}
  50%{opacity:1; transform:scale(1.04);}
}






.dptv-wow-price-slider{display:block!important;padding:0 18px 18px!important;background:#fff;}
.dptv-wow-price-slider__readout{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 14px;}
.dptv-wow-price-slider__readout span{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:9px 11px;border-radius:15px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 20px rgba(15,23,42,.045);}
.dptv-wow-price-slider__readout em{font-style:normal;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.09em;color:#8b93a1;}
.dptv-wow-price-slider__readout strong{font-size:15px;font-weight:950;color:#070a0f;letter-spacing:-.02em;}
.dptv-wow-price-slider__rail{position:relative;height:36px;margin:2px 8px 2px;}
.dptv-wow-price-slider__track,
.dptv-wow-price-slider__fill{position:absolute;left:0;right:0;top:50%;height:8px;transform:translateY(-50%);border-radius:999px;pointer-events:none;}
.dptv-wow-price-slider__track{background:#eef1f5;box-shadow:inset 0 1px 2px rgba(15,23,42,.08);}
.dptv-wow-price-slider__fill{left:0;right:0;background:linear-gradient(90deg,#070a0f 0%,#ef1023 62%,#ff3b4c 100%);box-shadow:0 8px 18px rgba(239,16,35,.18);}
.dptv-wow-price-range{position:absolute;left:0;top:0;width:100%;height:36px;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none;outline:none;}
.dptv-wow-price-range::-webkit-slider-runnable-track{height:8px;background:transparent;border:0;}
.dptv-wow-price-range::-moz-range-track{height:8px;background:transparent;border:0;}
.dptv-wow-price-range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:23px;height:23px;margin-top:-7px;border-radius:999px;background:#fff;border:6px solid #ef1023;box-shadow:0 8px 18px rgba(15,23,42,.2);cursor:grab;pointer-events:auto;}
.dptv-wow-price-range::-moz-range-thumb{width:13px;height:13px;border-radius:999px;background:#fff;border:6px solid #ef1023;box-shadow:0 8px 18px rgba(15,23,42,.2);cursor:grab;pointer-events:auto;}
.dptv-wow-price-range:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.05);}
.dptv-wow-price-range:active::-moz-range-thumb{cursor:grabbing;transform:scale(1.05);}
.dptv-wow-price-range--min{z-index:3;}.dptv-wow-price-range--max{z-index:4;}
.dptv-wow-price-slider__bounds{display:flex;align-items:center;justify-content:space-between;margin:4px 2px 0;color:#9aa1ad;font-size:11px;font-weight:900;}
.dptv-wow-side-filters__actions--reset-only{display:block!important;padding:12px 18px 18px!important;}

.dptv-wow-side-filters__actions--reset-only .dptv-wow-filter-clear{width:100%;min-height:46px;background:#f4f5f7!important;border:1px solid rgba(15,23,42,.07);color:#111827!important;border-radius:16px;box-shadow:none!important;}
.dptv-wow-side-filters__actions--reset-only .dptv-wow-filter-clear:hover{background:#070a0f!important;color:#fff!important;border-color:#070a0f!important;}
@media (max-width:1024px){.dptv-wow-price-slider{padding:0 18px 20px!important;}.dptv-wow-price-slider__readout span{min-height:44px;}.dptv-wow-price-range::-webkit-slider-thumb{width:25px;height:25px;}.dptv-wow-price-range::-moz-range-thumb{width:15px;height:15px;}}






























































body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;
  gap:clamp(18px,2vw,30px)!important;
  align-items:start!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-content,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-content,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-rail,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-rail{
  min-width:0!important;
}







@media(min-width:1650px){
  
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

@media(max-width:1180px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{grid-template-columns:1fr!important;}
  
}

@media(max-width:820px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2,
body.dptv-shop-hub-page .dptv-shop-hub--v2{
    padding-bottom:34px!important;
  }
  

  
  
  
  
  

  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 2px 16px!important;
    scrollbar-width:none!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products::-webkit-scrollbar,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products::-webkit-scrollbar{display:none!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products > *,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products > *{
    flex:0 0 min(82vw,360px)!important;
    scroll-snap-align:start!important;
  }

  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cat-grid--wow,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-cat-grid--wow{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-cat-grid--wow .dptv-shop-hub-cat{
    min-height:128px!important;
  }
}

@media(max-width:480px){
  
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head{gap:10px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head h2,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head h2{font-size:clamp(25px,8.2vw,34px)!important;}
}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-product-slider,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-product-slider{
  width:100%;
  max-width:100%;
  margin:26px auto;

}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:18px 22px!important;
  margin:0 0 14px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.04)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact h2,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact h2{
  margin:0!important;
  font-size:clamp(24px,2.2vw,36px)!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
}
.dptv-shop-hub-row-nav{display:flex;align-items:center;gap:8px;flex:0 0 auto;}
.dptv-shop-hub-row-nav a,
.dptv-shop-hub-row-nav button{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:42px;height:42px;border-radius:999px;border:0;
  background:#080b10;color:#fff!important;text-decoration:none!important;
  font-weight:950;font-size:22px;line-height:1;cursor:pointer;
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}
.dptv-shop-hub-row-nav a{padding:0 18px;min-width:auto;font-size:12px;text-transform:uppercase;letter-spacing:.08em;}
.dptv-shop-hub-row-nav button:hover,
.dptv-shop-hub-row-nav a:hover{transform:translateY(-1px);background:#e30613;color:#fff!important;}
.dptv-shop-hub-showcase__track,
.dptv-shop-hub-product-slider__track{
  display:flex;
  width:100%;
  max-width:100%;
  min-width:0;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  padding:2px 2px 18px;
  scrollbar-width:none;
  box-sizing:border-box;
}
.dptv-shop-hub-showcase__track::-webkit-scrollbar,
.dptv-shop-hub-product-slider__track::-webkit-scrollbar{display:none;}
.dptv-shop-hub-showcase-card{
  position:relative;
  flex:0 0 calc((100% - 54px)/4);


  overflow:hidden;
  scroll-snap-align:start;
  text-decoration:none!important;
  color:#fff!important;
  background:
    linear-gradient(90deg,rgba(6,8,12,.84),rgba(6,8,12,.30)),
    var(--dptv-showcase-img,linear-gradient(135deg,#111827 0%,#e30613 55%,#29c344 100%));
  background-size:cover;
  background-position:center;

  isolation:isolate;
}
.dptv-shop-hub-showcase-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(227,6,19,.22),rgba(0,0,0,0) 42%,rgba(41,195,68,.18));z-index:-1;}
.dptv-shop-hub-showcase-card:after{content:"";position:absolute;inset:auto 16px 14px 16px;height:3px;border-radius:999px;background:linear-gradient(90deg,#e30613 0 32%,#080b10 32% 66%,#29c344 66% 100%);opacity:.95;}
.dptv-shop-hub-showcase-card span{position:absolute;left:18px;top:18px;background:#fff;color:#e30613;padding:8px 12px;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:950;line-height:1;}
.dptv-shop-hub-showcase-card strong{position:absolute;left:18px;right:64px;bottom:32px;color:#fff;font-size:clamp(22px,2vw,34px);line-height:.95;letter-spacing:-.055em;text-transform:uppercase;text-shadow:0 10px 24px rgba(0,0,0,.35);}
.dptv-shop-hub-showcase-card b{position:absolute;right:18px;bottom:30px;width:42px;height:42px;background:#fff;color:#080b10;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 10px 26px rgba(0,0,0,.2);}
.dptv-shop-hub-showcase-card:hover{transform:translateY(-2px);}
.dptv-shop-hub-product-slider__track{align-items:stretch;padding-bottom:22px;}
.dptv-shop-hub-product-slide{display:flex;min-width:0;}
.dptv-shop-hub-product-slide .dptv-wow-card{width:100%;height:100%;}

@media(min-width:1650px){
  .dptv-shop-hub-showcase-card{flex-basis:calc((100% - 90px)/6);}
  }
@media(max-width:1280px){
  .dptv-shop-hub-showcase-card{flex-basis:calc((100% - 36px)/3);}
  }
@media(max-width:820px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-product-slider,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-product-slider{margin:22px 0!important;width:100%!important;max-width:100%!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact{padding:16px!important;border-radius:18px!important;}
  .dptv-shop-hub-row-nav button{display:none;}
  .dptv-shop-hub-row-nav a{height:38px;padding:0 14px;font-size:11px;}
  .dptv-shop-hub-showcase__track,
.dptv-shop-hub-product-slider__track{gap:12px;padding:1px 1px 14px;scroll-snap-type:x proximity;}
    .dptv-shop-hub-showcase-card span{left:14px;top:14px;padding:7px 10px;font-size:9px;border-radius:999px;}
  .dptv-shop-hub-showcase-card strong{left:14px;right:58px;bottom:28px;font-size:26px;}
  .dptv-shop-hub-showcase-card b{right:14px;bottom:26px;width:38px;height:38px;border-radius:999px;}
  }


body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-showcase,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-product-slider,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-product-slider{
  overflow:visible!important;
}
.dptv-shop-hub-showcase__track,
.dptv-shop-hub-product-slider__track{
  scroll-padding-left:2px;
  scroll-snap-type:x mandatory!important;
}
.dptv-shop-hub-showcase-card{
  border-radius:24px!important;
  min-height:164px!important;
  box-shadow:0 18px 36px rgba(15,23,42,.10)!important;
}
.dptv-shop-hub-showcase-card span{
  border-radius:999px!important;
}
.dptv-shop-hub-showcase-card b{
  border-radius:999px!important;
}
.dptv-shop-hub-showcase-card:after{
  left:18px!important;
  right:18px!important;
  bottom:16px!important;
}
.dptv-shop-hub-product-slider{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.dptv-shop-hub-product-slider__track{
  gap:22px!important;
  padding:2px 2px 24px!important;
}
.dptv-shop-hub-product-slide{
  flex:0 0 calc((100% - 66px)/4)!important;
  scroll-snap-align:start!important;
}
.dptv-shop-hub-product-slide .dptv-wow-card{
  max-width:none!important;
}
@media(min-width:1650px){
  .dptv-shop-hub-product-slider__track{gap:22px!important;}
  .dptv-shop-hub-product-slide{flex-basis:calc((100% - 88px)/5)!important;}
}
@media(max-width:1280px){
  .dptv-shop-hub-product-slide{flex-basis:calc((100% - 44px)/3)!important;}
}
@media(max-width:980px){
  .dptv-shop-hub-showcase-card{flex-basis:46%!important;min-height:150px!important;}
  .dptv-shop-hub-product-slide{flex-basis:min(58vw,360px)!important;}
}
@media(max-width:820px){
  .dptv-shop-hub-showcase-card{flex:0 0 78%!important;min-height:138px!important;border-radius:22px!important;}
  .dptv-shop-hub-product-slider__track{gap:14px!important;padding:1px 1px 18px!important;}
  .dptv-shop-hub-product-slide{flex:0 0 min(84vw,390px)!important;}
}
@media(max-width:480px){
  .dptv-shop-hub-showcase-card{flex-basis:86%!important;}
  .dptv-shop-hub-product-slide{flex-basis:88%!important;}
}

















































































@keyframes dptvWowRewardsGlow{
  0%,84%,100%{box-shadow:0 18px 42px rgba(17,24,39,.06)!important;border-color:#ffd978!important;}
  90%{box-shadow:0 18px 48px rgba(255,217,102,.28),0 0 0 3px rgba(255,217,102,.18)!important;border-color:#ffd966!important;}
}















































































body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:999px!important;
  border:0!important;
  background:#fff!important;
  color:#111827!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 26px rgba(0,0,0,.16)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-btn.is-primary{
  background:var(--dptv-slide-btn-bg,#28b833)!important;
  color:var(--dptv-slide-btn-color,#fff)!important;
  box-shadow:0 18px 40px rgba(40,184,51,.28)!important;
}
@media(max-width:820px){
  body.dptv-shop-wow-landing{background:#fff!important;}
  body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{
    width:100%!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-btn{
    min-height:44px!important;
    padding:0 16px!important;
    font-size:12px!important;
  }
  
}

body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image,
body.woocommerce-shop .dptv-wow-card--locked-master .dptv-wow-card__image,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 1 / .96 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg,#f7f8fa 0%,#f2f4f7 100%) !important;
    border-bottom: 1px solid rgba(15,23,42,.06) !important;
}

body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image img{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.post-type-archive-product .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master:hover .dptv-wow-card__image img{
    transform: none !important;
}























@media (max-width:820px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-rail,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-rail{
    margin:22px 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-rail:before,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-rail:before{
    content:none!important;
    display:none!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-rail > .dptv-shop-hub-section-head,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-rail > .dptv-shop-hub-section-head{
    margin:0 0 14px!important;
    padding:18px!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;
    box-shadow:0 14px 32px rgba(15,23,42,.04)!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products{
    display:flex!important;
    grid-template-columns:none!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    margin:0!important;
    padding:1px 0 18px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products::-webkit-scrollbar,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products::-webkit-scrollbar{
    display:none!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products > .dptv-wow-card,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products > .dptv-wow-card{
    flex:0 0 min(78vw,350px)!important;
    width:min(78vw,350px)!important;
    max-width:min(78vw,350px)!important;
    min-width:min(78vw,350px)!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
  }

  

}
@media (max-width:480px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-products > .dptv-wow-card,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-products > .dptv-wow-card{
    flex-basis:78vw!important;
    width:78vw!important;
    max-width:78vw!important;
    min-width:78vw!important;
  }
}


@media (min-width:901px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-rail,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-rail{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-rail:before,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-rail:before{
    content:none!important;
    display:none!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-section-head,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-section-head{
    margin:0 0 20px!important;
    padding:22px 24px!important;
    border-radius:24px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;
    box-shadow:0 14px 34px rgba(15,23,42,.045)!important;
  }
}
@media (min-width:1181px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(330px,370px)!important;
    gap:clamp(24px,2.2vw,38px)!important;
    align-items:start!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-content,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:clamp(18px,1.55vw,26px)!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    align-items:stretch!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products > .dptv-wow-card,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products > .dptv-wow-card{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    flex:initial!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked{
    position:sticky!important;
    top:96px!important;
    width:100%!important;
    max-width:370px!important;
    justify-self:end!important;
    align-self:start!important;
    margin-top:74px!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
    grid-template-columns:1fr!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    max-width:100%!important;
    justify-self:stretch!important;
    margin-top:0!important;
  }
}
@media (min-width:1181px) and (max-width:1320px){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce{
    grid-template-columns:minmax(0,1fr) minmax(300px,330px)!important;
    gap:24px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-products{
    gap:18px!important;
  }
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-sell,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-main--commerce .dptv-shop-hub-trust--stacked{
    max-width:330px!important;
  }
}


body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:
    radial-gradient(circle at 90% 12%,rgba(227,6,19,.32),transparent 35%),
    radial-gradient(circle at 12% 96%,rgba(35,183,58,.25),transparent 34%),
    linear-gradient(145deg,#070b12 0%,#151b28 50%,#350916 100%)!important;
  box-shadow:0 28px 76px rgba(7,11,18,.26),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell__logo,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell__logo{
  display:none!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell:before,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell:before{
  content:""!important;
  position:absolute!important;
  inset:-2px!important;
  border-radius:inherit!important;
  background:
    linear-gradient(115deg,transparent 0%,transparent 39%,rgba(255,255,255,.20) 47%,rgba(255,255,255,.04) 55%,transparent 66%),
    radial-gradient(circle at 85% 18%,rgba(35,183,58,.30),transparent 34%)!important;
  opacity:0!important;
  transform:translateX(-38%)!important;
  animation:dptvShopSellSweep 7.2s ease-in-out infinite!important;
  pointer-events:none!important;
  z-index:0!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell:after,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell:after{
  content:""!important;
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  top:0!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#e30613 0%,#070b12 52%,#23b73a 100%)!important;
  box-shadow:0 0 18px rgba(35,183,58,.26),0 0 14px rgba(227,6,19,.20)!important;
  pointer-events:none!important;
  z-index:1!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell > *,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell > *{
  position:relative!important;
  z-index:2!important;
}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell .dptv-shop-hub-btn.is-primary,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell .dptv-shop-hub-btn.is-primary{
  box-shadow:0 16px 34px rgba(35,183,58,.30),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
@keyframes dptvShopSellSweep{
  0%,62%,100%{opacity:0;transform:translateX(-38%);}
  68%{opacity:.82;transform:translateX(-8%);}
  78%{opacity:.28;transform:translateX(42%);}
}
@media (prefers-reduced-motion:reduce){
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-sell:before,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-sell:before{
    animation:none!important;
  }
}






































body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-section-head--compact,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-row-nav button,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-row-nav button,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-row-nav a,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-row-nav a,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-showcase-card,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-showcase-card,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown *,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown *,
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-instant-card,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-instant-card{box-shadow:none!important;text-shadow:none!important;}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(520px,590px)!important;gap:clamp(24px,3vw,42px)!important;align-items:center!important;margin:28px auto 26px!important;padding:clamp(30px,3.15vw,46px)!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:32px!important;background:radial-gradient(circle at 8% 18%,rgba(35,183,58,.035),transparent 30%),radial-gradient(circle at 96% 18%,rgba(227,6,19,.03),transparent 32%),linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;overflow:hidden!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass:after,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass:after{content:"DRTV"!important;position:absolute!important;right:24px!important;bottom:-12px!important;color:rgba(15,23,42,.035)!important;font-size:clamp(58px,8vw,126px)!important;font-weight:1000!important;letter-spacing:-.08em!important;line-height:1!important;pointer-events:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy{grid-column:1!important;position:relative!important;z-index:2!important;max-width:840px!important;min-width:0!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy span,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy span{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 13px!important;border-radius:999px!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;background:#fff0f1!important;color:#e30613!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy h2,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy h2{max-width:19ch!important;margin:14px 0 0!important;font-size:clamp(34px,3vw,52px)!important;line-height:.95!important;letter-spacing:-.062em!important;font-weight:1000!important;text-transform:uppercase!important;color:#071019!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy p,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy p{max-width:700px!important;margin:16px 0 0!important;font-size:clamp(14px,1vw,17px)!important;line-height:1.48!important;font-weight:760!important;color:#566170!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;margin-top:22px!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions a,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important;background:#fff!important;border:1px solid rgba(15,23,42,.12)!important;color:#071019!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions a.is-green,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__actions a.is-green{background:#23b73a!important;border-color:#23b73a!important;color:#fff!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media{grid-column:2!important;position:relative!important;z-index:2!important;justify-self:end!important;width:100%!important;max-width:590px!important;min-height:300px!important;padding:0!important;border-radius:28px!important;border:1px solid rgba(15,23,42,.12)!important;overflow:hidden!important;background:#0a0d13!important;display:block!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media:after,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media:after{display:none!important;content:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media img,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media img{display:block!important;width:100%!important;height:100%!important;min-height:300px!important;object-fit:cover!important;object-position:center!important;transform:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media b,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media b{position:absolute!important;left:18px!important;top:18px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 13px!important;border-radius:999px!important;background:rgba(5,8,13,.82)!important;color:#fff!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media i,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media i{position:absolute!important;right:18px!important;bottom:18px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#071019!important;font-style:normal!important;font-size:9px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer{position:absolute!important;left:18px!important;right:18px!important;bottom:18px!important;z-index:5!important;width:auto!important;max-width:none!important;padding:0!important;border-radius:0!important;background:transparent!important;border:0!important;backdrop-filter:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer > span,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer > span{display:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__boxes,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__boxes{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important;min-width:0!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:62px!important;padding:8px 5px!important;border-radius:15px!important;background:rgba(5,8,15,.72)!important;border:1px solid rgba(255,255,255,.26)!important;color:#fff!important;font-size:25px!important;font-weight:1000!important;line-height:1!important;letter-spacing:-.035em!important;box-shadow:none!important;overflow:hidden!important;backdrop-filter:blur(10px)!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box small,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box small{display:block!important;margin-top:4px!important;color:rgba(255,255,255,.78)!important;font-size:7.5px!important;font-weight:950!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;}

body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,470px) auto!important;gap:clamp(18px,2.4vw,30px)!important;align-items:center!important;min-height:210px!important;margin:32px 0!important;padding:30px 34px!important;border-radius:30px!important;border:1px solid rgba(227,6,19,.08)!important;background:linear-gradient(105deg,#e30613 0%,#e30613 47%,#f8fafc 47.2%,#fff 100%)!important;overflow:hidden!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy{position:relative!important;z-index:2!important;min-width:0!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy span,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy span{display:inline-flex!important;background:#fff!important;color:#e30613!important;padding:8px 11px!important;border-radius:0!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy h2,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy h2{margin:14px 0 8px!important;max-width:20ch!important;color:#fff!important;font-size:clamp(28px,2.8vw,42px)!important;line-height:.95!important;font-weight:1000!important;letter-spacing:-.055em!important;text-transform:uppercase!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy p,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy p{margin:0!important;max-width:760px!important;color:rgba(255,255,255,.90)!important;font-size:14px!important;line-height:1.5!important;font-weight:750!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media{display:block!important;position:relative!important;z-index:2!important;width:100%!important;aspect-ratio:16/7.6!important;min-height:0!important;border-radius:20px!important;overflow:hidden!important;background:#10141d!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media img,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:20px!important;}
body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button{position:relative!important;z-index:2!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;padding:0 22px!important;border-radius:0!important;background:#111827!important;color:#fff!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-decoration:none!important;text-transform:uppercase!important;white-space:nowrap!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-instant-card--simple,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-instant-card--simple{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;min-height:164px!important;margin-top:16px!important;padding:18px!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.14)!important;overflow:hidden!important;text-decoration:none!important;color:#fff!important;background-image:linear-gradient(180deg,rgba(5,8,13,.10) 0%,rgba(5,8,13,.86) 78%),var(--dptv-instant-img,radial-gradient(circle at 84% 18%,rgba(35,183,58,.45),transparent 28%),linear-gradient(135deg,#080b12 0%,#5f1023 62%,#174c24 100%))!important;background-size:cover!important;background-position:center!important;box-shadow:none!important;}
body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-instant-card--simple em,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-instant-card--simple em{display:none!important;}

@media (max-width:1180px) and (min-width:761px){
  
  
  
  
  
  
  
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass{grid-template-columns:1fr!important;gap:18px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media{grid-column:1!important;justify-self:end!important;width:min(590px,100%)!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art{grid-template-columns:minmax(0,1fr) minmax(300px,460px)!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button{grid-column:1 / -1!important;justify-self:start!important;}
}
@media (max-width:760px){
  body.dptv-shop-wow-landing,
body.dptv-shop-hub-page{background:#fff!important;}
  body.dptv-shop-wow-landing main.dptv-wow-shop-landing-page{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown--worldclass{grid-template-columns:1fr!important;gap:16px!important;margin:22px auto!important;padding:20px!important;border-radius:28px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy h2,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy h2{max-width:100%!important;font-size:clamp(24px,6.9vw,32px)!important;line-height:1!important;letter-spacing:-.05em!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy p,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__copy p{font-size:13px!important;line-height:1.42!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media{grid-column:1!important;justify-self:center!important;width:100%!important;max-width:100%!important;min-height:0!important;aspect-ratio:16/8.7!important;border-radius:22px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media img,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media img{height:100%!important;min-height:0!important;object-fit:contain!important;object-position:center!important;background:#0a0d13!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media b,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media b{left:12px!important;top:12px!important;min-height:26px!important;padding:0 10px!important;font-size:9px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media i,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__media i{right:12px!important;bottom:12px!important;min-height:24px!important;padding:0 9px!important;font-size:8px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__timer{left:12px!important;right:12px!important;bottom:12px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__boxes,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__boxes{gap:6px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box{min-height:48px!important;border-radius:12px!important;font-size:17px!important;padding:5px 2px!important;background:rgba(5,8,15,.78)!important;border-color:rgba(255,255,255,.24)!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box small,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box small{font-size:6.2px!important;}

  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-launch--bg-art{display:flex!important;flex-direction:column!important;gap:16px!important;margin:22px 10px!important;padding:24px!important;border-radius:28px!important;background:radial-gradient(circle at 88% 8%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 14% 90%,rgba(38,189,56,.16),transparent 30%),linear-gradient(180deg,#e30613 0%,#c90b17 66%,#10141d 100%)!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy{width:100%!important;max-width:none!important;order:1!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy h2,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy h2{max-width:420px!important;font-size:clamp(28px,8vw,40px)!important;line-height:.96!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy p,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__copy p{max-width:100%!important;font-size:14px!important;line-height:1.45!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media{order:2!important;width:100%!important;max-width:none!important;aspect-ratio:16/7.8!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.20)!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media img,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__media img{border-radius:22px!important;}
  body.dptv-shop-wow-landing .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button,
body.dptv-shop-hub-page .dptv-shop-hub-launch--bg-art .dptv-shop-hub-launch__button{order:3!important;width:100%!important;justify-self:stretch!important;border-radius:16px!important;}
}
@media (max-width:380px){
  
  body.dptv-shop-wow-landing .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box,
body.dptv-shop-hub-page .dptv-shop-hub--v2 .dptv-shop-hub-countdown__box{min-height:44px!important;font-size:15.5px!important;}
}
















































.dptv-wow-card--locked-master .dptv-wow-card__image,
body.woocommerce-shop .dptv-wow-card--locked-master .dptv-wow-card__image,
body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  aspect-ratio:1 / .96!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:20px 20px 0 0!important;
  border-bottom:1px solid rgba(15,23,42,.06)!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.woocommerce-shop .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image::after,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image::after{
  content:none!important;
  display:none!important;
}
.dptv-wow-card--locked-master .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.post-type-archive-product .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-pa_brand .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.tax-product_brand .dptv-wow-card--locked-master .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master .dptv-wow-card__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
  transition:none!important;
}
.dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.woocommerce-shop .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.post-type-archive-product .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.tax-product_cat .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.tax-product_tag .dptv-wow-card--locked-master:hover .dptv-wow-card__image img,
body.dptv-shop-wow-landing .dptv-shop-hub-products .dptv-wow-card--locked-master:hover .dptv-wow-card__image img{
  transform:none!important;
}






.dptv-wow-card--locked-master .dptv-wow-card__image{
  position:relative!important;
}










































.dptv-shop-hub-countdown__timer-label{
  display:block!important;
  margin:0 0 8px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 3px rgba(0,0,0,.35)!important;
}

/* Canonical Shop by Brand strip — one uncropped logo system for every device. */
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brands--logo-tiles{
  width:100%!important;
  margin:22px 0 26px!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brands--logo-tiles .dptv-shop-hub-section-head{
  width:100%!important;
  box-sizing:border-box!important;
  margin:0 0 10px!important;
  padding:18px 22px!important;
  border:1px solid rgba(17,24,39,.075)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fff,#fbfcff)!important;
  box-shadow:0 10px 28px rgba(15,23,42,.04)!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brands--logo-tiles .dptv-shop-hub-section-head h2{
  margin:0!important;
  font-size:clamp(24px,2.05vw,34px)!important;
  line-height:1!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 32px!important;
  align-items:center!important;
  column-gap:10px!important;
  min-width:0!important;
  min-height:82px!important;
  padding:11px 13px!important;
  overflow:hidden!important;
  border:1px solid rgba(17,24,39,.08)!important;
  border-radius:17px!important;
  background:linear-gradient(135deg,#fff 0%,#fbfcff 100%)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.045)!important;
  color:#070b12!important;
  text-decoration:none!important;
  transform:translateZ(0)!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile:hover,
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile:focus-visible{
  transform:translateY(-2px)!important;
  border-color:rgba(17,24,39,.16)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.09)!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__media{
  grid-column:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  height:58px!important;
  padding:5px 8px!important;
  overflow:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__media .dptv-brand-logo__image{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:min(100%,170px)!important;
  max-height:42px!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__media strong{
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__name{
  display:none!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__cta{
  grid-column:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__cta span{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(1px,1px,1px,1px)!important;
  white-space:nowrap!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__cta b{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:31px!important;
  height:31px!important;
  border-radius:999px!important;
  background:#070b12!important;
  box-shadow:0 8px 16px rgba(7,11,18,.13)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  transition:transform .16s ease,background .16s ease!important;
}
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile:hover .dptv-shop-hub-brand-tile__cta b,
body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile:focus-visible .dptv-shop-hub-brand-tile__cta b{
  transform:translateX(2px)!important;
  background:#e60012!important;
}
@media (min-width:1650px){
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row{
    grid-template-columns:repeat(8,minmax(0,1fr))!important;
  }
}
@media (max-width:1260px){
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media (max-width:920px){
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:820px){
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brands--logo-tiles{
    margin:18px 0 24px!important;
    overflow:hidden!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brands--logo-tiles .dptv-shop-hub-section-head{
    padding:18px!important;
    border-radius:18px!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 2px 15px!important;
    scrollbar-width:none!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-row::-webkit-scrollbar{
    display:none!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile{
    flex:0 0 48%!important;
    min-height:78px!important;
    scroll-snap-align:start!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__media{
    height:54px!important;
  }
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile__media .dptv-brand-logo__image{
    max-width:min(100%,150px)!important;
    max-height:38px!important;
  }
}
@media (max-width:480px){
  body:is(.dptv-shop-wow-landing,.dptv-shop-hub-page) .dptv-shop-hub--v2 .dptv-shop-hub-brand-tile{
    flex-basis:66%!important;
  }
}
