/* Lucaffè Category Experience v2 */
:root{
  --lcpx-v2-red:#94151a;
  --lcpx-v2-red-dark:#4d0609;
  --lcpx-v2-gold:#d7b35b;
  --lcpx-v2-gold-light:#f4dfa6;
  --lcpx-v2-ink:#171719;
  --lcpx-v2-muted:#707076;
  --lcpx-v2-cream:#f4efe7;
  --lcpx-v2-line:rgba(22,22,24,.09);
  --lcpx-v2-width:1380px;
  --lcpx-v2-screen:100vw;
}

html{overflow-x:clip}

body.lcpx-v2-enabled{
  overflow-x:clip!important;
  color:var(--lcpx-v2-ink);
  background:#fff!important;
}

body.lcpx-v2-global :is(
  .woocommerce-products-header,
  .woocommerce-products-header__title,
  .term-description,
  .page-title,
  .title-size-small,
  .single-breadcrumbs-wrapper,
  .woocommerce-breadcrumb
){
  display:none!important;
}

body.lcpx-v2-enabled :is(
  .website-wrapper,
  .main-page-wrapper,
  .site-content,
  .content-area,
  .wd-content-area,
  .content-layout-wrapper,
  .wd-content-layout
){
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

body.lcpx-v2-enabled .main-page-wrapper{
  padding-top:0!important;
  background:#fff!important;
}

body.lcpx-v2-enabled :is(
  .main-page-wrapper>.container,
  .main-page-wrapper>.container-fluid,
  .site-content>.container,
  .content-layout-wrapper
){
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

body.lcpx-v2-enabled .site-content{
  padding-left:0!important;
  padding-right:0!important;
}

body.lcpx-v2-enabled .lcpx-v2-fullbleed{
  width:var(--lcpx-v2-screen);
  max-width:var(--lcpx-v2-screen);
  margin-left:calc((100% - var(--lcpx-v2-screen))/2);
  margin-right:calc((100% - var(--lcpx-v2-screen))/2);
}

body.lcpx-v2-enabled :is(
  .lcpx-v2-hero,
  .lcpx-v2-catalog-head,
  .lcpx-v2-toolbar,
  .lcpx-v2-products-shell,
  .lcpx-v2-guide,
  .lcpx-v2-discover,
  .lcpx-v2-help
){
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

body.lcpx-v2-enabled :is(
  .lcpx-v2-hero,
  .lcpx-v2-catalog-head,
  .lcpx-v2-toolbar,
  .lcpx-v2-products-shell,
  .lcpx-v2-guide,
  .lcpx-v2-discover,
  .lcpx-v2-help
) *,
body.lcpx-v2-enabled :is(
  .lcpx-v2-hero,
  .lcpx-v2-catalog-head,
  .lcpx-v2-toolbar,
  .lcpx-v2-products-shell,
  .lcpx-v2-guide,
  .lcpx-v2-discover,
  .lcpx-v2-help
) *::before,
body.lcpx-v2-enabled :is(
  .lcpx-v2-hero,
  .lcpx-v2-catalog-head,
  .lcpx-v2-toolbar,
  .lcpx-v2-products-shell,
  .lcpx-v2-guide,
  .lcpx-v2-discover,
  .lcpx-v2-help
) *::after{
  box-sizing:border-box;
}

body.lcpx-v2-enabled em{
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-weight:500;
}

.lcpx-v2-kicker{
  margin:0 0 18px!important;
  color:var(--lcpx-v2-red)!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.2em!important;
  text-transform:uppercase!important;
}

/* CATEGORY HERO */
.lcpx-v2-hero{
  position:relative;
  min-height:760px;
  padding:95px max(4.8vw,24px);
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);
  align-items:center;
  gap:70px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 11% 12%,rgba(148,21,26,.43),transparent 31%),
    radial-gradient(circle at 91% 5%,rgba(215,179,91,.18),transparent 28%),
    linear-gradient(142deg,#09090a,#191315 55%,#050506);
}

.lcpx-v2-noise{
  position:absolute;
  inset:0;
  opacity:.12;
  pointer-events:none;
  mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.lcpx-v2-hero-copy{
  position:relative;
  z-index:4;
  width:min(760px,100%);
}

.lcpx-v2-hero .lcpx-v2-kicker{
  color:var(--lcpx-v2-gold-light)!important;
}

.lcpx-v2-hero h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(57px,7vw,108px)!important;
  line-height:.86!important;
  font-weight:900!important;
  letter-spacing:-.074em!important;
}

.lcpx-v2-hero h1 em{
  display:inline-block;
  margin-top:15px;
  color:var(--lcpx-v2-gold-light);
  font-size:.78em;
  font-style:italic;
  letter-spacing:-.055em;
}

.lcpx-v2-lead{
  width:min(680px,100%);
  margin:34px 0 0!important;
  color:rgba(255,255,255,.67)!important;
  font-size:clamp(15px,1.35vw,19px)!important;
  line-height:1.82!important;
}

.lcpx-v2-hero-actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.lcpx-v2-primary,
.lcpx-v2-secondary{
  min-height:53px;
  padding:0 27px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease;
}

.lcpx-v2-primary:hover,
.lcpx-v2-secondary:hover{
  transform:translateY(-2px);
}

.lcpx-v2-primary{
  color:#111!important;
  background:linear-gradient(180deg,var(--lcpx-v2-gold-light),var(--lcpx-v2-gold));
  box-shadow:0 18px 42px rgba(215,179,91,.23),inset 0 1px 0 rgba(255,255,255,.68);
}

.lcpx-v2-secondary{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
}

.lcpx-v2-facts{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.lcpx-v2-facts>span{
  min-height:82px;
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:16px;
  background:rgba(255,255,255,.042);
  backdrop-filter:blur(14px);
}

.lcpx-v2-facts strong{
  color:var(--lcpx-v2-gold-light);
  font-size:13px;
  line-height:1.15;
}

.lcpx-v2-facts small{
  color:rgba(255,255,255,.44);
  font-size:8px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lcpx-v2-stage{
  position:relative;
  z-index:3;
  min-height:590px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lcpx-v2-stage-word{
  position:absolute;
  top:5%;
  left:50%;
  max-width:100%;
  transform:translateX(-50%);
  overflow:hidden;
  color:rgba(255,255,255,.05);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:clamp(58px,6.7vw,105px);
  line-height:1;
  font-weight:700;
  letter-spacing:-.075em;
  white-space:nowrap;
  text-overflow:clip;
}

.lcpx-v2-ring{
  position:absolute;
  width:min(500px,90%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(215,179,91,.24);
  box-shadow:
    0 0 0 38px rgba(215,179,91,.026),
    0 0 0 80px rgba(215,179,91,.014),
    inset 0 0 90px rgba(215,179,91,.05);
  animation:lcpxV2Ring 7s ease-in-out infinite alternate;
}

.lcpx-v2-stage-product{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .3s ease;
}

.lcpx-v2-stage-product:hover{
  transform:translateY(-7px);
}

.lcpx-v2-stage-product-1{
  z-index:4;
  width:54%;
  height:455px;
  left:23%;
  bottom:75px;
}

.lcpx-v2-stage-product-2{
  z-index:5;
  width:180px;
  min-height:225px;
  left:-1%;
  top:20%;
}

.lcpx-v2-stage-product-3{
  z-index:5;
  width:180px;
  min-height:225px;
  right:-1%;
  bottom:11%;
}

.lcpx-v2-stage-image{
  width:100%;
  height:100%!important;
  object-fit:contain;
  filter:drop-shadow(0 35px 32px rgba(0,0,0,.38));
  animation:lcpxV2Float 6.5s ease-in-out infinite;
}

.lcpx-v2-stage-product-2 .lcpx-v2-stage-image,
.lcpx-v2-stage-product-3 .lcpx-v2-stage-image{
  height:150px!important;
}

.lcpx-v2-stage-product>span{
  position:absolute;
  min-width:190px;
  max-width:250px;
  padding:14px 16px;
  display:grid;
  gap:4px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(12,12,14,.73);
  box-shadow:0 18px 45px rgba(0,0,0,.3);
  backdrop-filter:blur(15px);
}

.lcpx-v2-stage-product-1>span{
  left:-18%;
  bottom:0;
}

.lcpx-v2-stage-product-2>span,
.lcpx-v2-stage-product-3>span{
  position:relative;
  min-width:170px;
  max-width:180px;
  margin-top:-9px;
}

.lcpx-v2-stage-product small{
  color:var(--lcpx-v2-gold-light);
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.lcpx-v2-stage-product strong{
  overflow:hidden;
  color:#fff;
  font-size:10px;
  line-height:1.3;
  text-overflow:ellipsis;
}

.lcpx-v2-stage-product b{
  color:#fff;
  font-size:14px;
}

.lcpx-v2-stage-product del{
  margin-right:5px;
  color:rgba(255,255,255,.4);
  font-size:9px;
}

.lcpx-v2-stage-product ins{
  color:var(--lcpx-v2-gold-light);
  text-decoration:none;
}

.lcpx-v2-stage-symbol{
  position:relative;
  z-index:4;
  width:320px;
  height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.13),rgba(255,255,255,.035));
  box-shadow:0 35px 70px rgba(0,0,0,.34);
}

.lcpx-v2-stage-symbol small{
  position:absolute;
  top:42px;
  color:rgba(255,255,255,.23);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}

.lcpx-v2-stage-symbol strong{
  color:var(--lcpx-v2-gold-light);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:150px;
  line-height:1;
}

/* CATALOG */
.lcpx-v2-catalog-head{
  width:min(var(--lcpx-v2-width),calc(100% - 48px));
  margin:0 auto;
  padding:110px 0 55px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  align-items:end;
  gap:70px;
}

.lcpx-v2-catalog-head h2,
.lcpx-v2-guide h2,
.lcpx-v2-discover h2,
.lcpx-v2-help h2{
  margin:0!important;
  color:var(--lcpx-v2-ink)!important;
  font-size:clamp(44px,5.7vw,80px)!important;
  line-height:.93!important;
  font-weight:900!important;
  letter-spacing:-.065em!important;
}

.lcpx-v2-catalog-head h2 em,
.lcpx-v2-guide h2 em,
.lcpx-v2-discover h2 em,
.lcpx-v2-help h2 em{
  color:var(--lcpx-v2-red);
}

.lcpx-v2-catalog-head>p{
  margin:0 0 4px!important;
  color:var(--lcpx-v2-muted)!important;
  font-size:15px!important;
  line-height:1.8!important;
}

.lcpx-v2-toolbar{
  position:sticky;
  z-index:30;
  top:70px;
  width:min(var(--lcpx-v2-width),calc(100% - 48px));
  margin:0 auto 35px;
  padding:12px;
  display:grid;
  grid-template-columns:minmax(240px,1fr) minmax(0,1.35fr) auto;
  align-items:center;
  gap:12px;
  border:1px solid rgba(20,20,22,.085);
  border-radius:23px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 50px rgba(20,18,16,.08);
  backdrop-filter:blur(18px) saturate(145%);
}

body.admin-bar .lcpx-v2-toolbar{
  top:102px;
}

.lcpx-v2-search{
  position:relative;
  min-width:0;
  height:52px;
  display:flex;
  align-items:center;
  border:1px solid rgba(20,20,22,.09);
  border-radius:15px;
  background:#f8f5ef;
  overflow:hidden;
}

.lcpx-v2-search>span{
  position:absolute;
  left:16px;
  top:7px;
  color:#99999e;
  font-size:7px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  pointer-events:none;
}

.lcpx-v2-search input{
  width:100%;
  height:100%;
  padding:18px 42px 0 16px!important;
  border:0!important;
  color:var(--lcpx-v2-ink)!important;
  background:transparent!important;
  box-shadow:none!important;
  font:inherit;
  font-size:11px!important;
  font-weight:700!important;
  outline:0!important;
}

.lcpx-v2-search input::placeholder{
  color:#9d9da2;
}

.lcpx-v2-search i{
  position:absolute;
  right:15px;
  color:#8c8c91;
  font-size:19px;
  font-style:normal;
  pointer-events:none;
}

.lcpx-v2-filter-scroll{
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
}

.lcpx-v2-filter-scroll::-webkit-scrollbar{display:none}

.lcpx-v2-filters{
  width:max-content;
  display:flex;
  align-items:center;
  gap:6px;
}

.lcpx-v2-filters button{
  min-height:40px;
  padding:0 14px;
  border:1px solid transparent;
  border-radius:999px;
  color:#6c6c72;
  background:transparent;
  font:inherit;
  font-size:8px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:color .2s ease,background .2s ease,border-color .2s ease;
}

.lcpx-v2-filters button:hover{
  color:var(--lcpx-v2-ink);
  background:#f5f1ea;
}

.lcpx-v2-filters button.is-active{
  color:#fff;
  background:var(--lcpx-v2-ink);
}

.lcpx-v2-toolbar-right{
  display:flex;
  align-items:center;
  gap:10px;
}

.lcpx-v2-count{
  min-width:65px;
  height:48px;
  padding:0 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-left:1px solid var(--lcpx-v2-line);
}

.lcpx-v2-count small{
  color:#99999e;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lcpx-v2-count strong{
  color:var(--lcpx-v2-ink);
  font-size:17px;
  line-height:1;
}

.lcpx-v2-ordering{
  position:relative;
  min-width:175px;
}

.lcpx-v2-ordering>span{
  position:absolute;
  z-index:2;
  left:14px;
  top:7px;
  color:#99999e;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  pointer-events:none;
}

.lcpx-v2-ordering .woocommerce-ordering{
  margin:0!important;
}

.lcpx-v2-ordering select{
  width:100%!important;
  min-height:52px!important;
  padding:17px 36px 0 14px!important;
  border:1px solid rgba(20,20,22,.09)!important;
  border-radius:15px!important;
  color:var(--lcpx-v2-ink)!important;
  background-color:#f8f5ef!important;
  font-size:10px!important;
  font-weight:750!important;
}

/* Product grid wrapper */
.lcpx-v2-products-shell{
  width:min(var(--lcpx-v2-width),calc(100% - 48px));
  margin:0 auto;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  ul.products,
  .products.elements-grid,
  .wd-products
){
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  li.product,
  .product-grid-item
){
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(20,20,22,.08)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 20px 65px rgba(20,18,16,.065)!important;
  transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  li.product,
  .product-grid-item
):hover{
  transform:translateY(-7px)!important;
  border-color:rgba(215,179,91,.32)!important;
  box-shadow:0 34px 90px rgba(20,18,16,.13)!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .product-wrapper,
  .product-element-bottom,
  .product-grid-item>div
){
  height:100%;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .product-wrapper{
  display:flex!important;
  flex-direction:column!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .product-element-top,
  .product-image-link,
  .product-image
){
  position:relative!important;
  overflow:hidden!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .product-element-top{
  min-height:360px!important;
  padding:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 85% 5%,rgba(215,179,91,.1),transparent 30%),
    radial-gradient(circle at 7% 91%,rgba(148,21,26,.05),transparent 28%),
    linear-gradient(145deg,#faf8f4,#eee9e1)!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .product-element-top::before{
  content:"LUCAFFÈ";
  position:absolute;
  right:-10px;
  top:21px;
  color:rgba(20,20,22,.035);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:58px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.07em;
  pointer-events:none;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .product-image-link,
  .product-image
){
  width:100%!important;
  min-height:300px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .product-image-link img,
  .product-image img,
  .attachment-woocommerce_thumbnail
){
  width:100%!important;
  height:300px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 26px 24px rgba(0,0,0,.13));
  transition:transform .42s ease!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  li.product,
  .product-grid-item
):hover :is(
  .product-image-link img,
  .product-image img,
  .attachment-woocommerce_thumbnail
){
  transform:scale(1.035)!important;
}

.lcpx-v2-card-badges{
  position:absolute;
  z-index:7;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  pointer-events:none;
}

.lcpx-v2-badge,
.lcpx-v2-card-stock{
  padding:8px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(17,17,19,.82);
  box-shadow:0 10px 25px rgba(0,0,0,.12);
  backdrop-filter:blur(10px);
  font-size:7px;
  line-height:1;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.lcpx-v2-badge.is-sale{
  background:rgba(148,21,26,.9);
}

.lcpx-v2-badge.is-new{
  color:#111;
  background:var(--lcpx-v2-gold-light);
}

.lcpx-v2-badge.is-featured{
  color:#111;
  background:#fff;
}

.lcpx-v2-card-stock{
  margin-left:auto;
}

.lcpx-v2-card-stock.is-out-of-stock{
  background:rgba(113,36,39,.9);
}

.lcpx-v2-card-stock.is-backorder{
  background:rgba(157,111,35,.9);
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .product-element-bottom,
  .product-grid-item>.product-wrapper>.product-element-bottom
){
  flex:1 1 auto!important;
  padding:27px!important;
  display:flex!important;
  flex-direction:column!important;
}

.lcpx-v2-card-eyebrow{
  margin:0 0 10px!important;
  color:var(--lcpx-v2-red)!important;
  font-size:8px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .wd-entities-title,
  .woocommerce-loop-product__title
){
  margin:0!important;
  color:var(--lcpx-v2-ink)!important;
  font-size:23px!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.038em!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .wd-entities-title a,
  .woocommerce-loop-product__title a
){
  color:inherit!important;
  text-decoration:none!important;
}

.lcpx-v2-card-excerpt{
  margin:15px 0 0!important;
  color:var(--lcpx-v2-muted)!important;
  font-size:11px!important;
  line-height:1.68!important;
}

.lcpx-v2-card-features{
  margin:17px 0 0!important;
  padding:0!important;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  list-style:none!important;
}

.lcpx-v2-card-features li{
  margin:0!important;
  padding:7px 9px;
  border-radius:999px;
  color:#626267;
  background:#f5f1ea;
  font-size:8px;
  line-height:1;
  font-weight:750;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .price,
  .woocommerce-Price-amount
){
  color:var(--lcpx-v2-ink)!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .price{
  margin:23px 0 0!important;
  display:flex!important;
  flex-wrap:wrap;
  align-items:baseline;
  gap:7px;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .price del{
  color:#a4a4a8!important;
  font-size:11px!important;
  font-weight:600!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell .price ins{
  color:var(--lcpx-v2-red)!important;
  text-decoration:none!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .wd-add-btn,
  .add-to-cart-loop,
  .product-actions
){
  margin-top:auto!important;
  padding-top:20px!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .button,
  .add_to_cart_button,
  .product_type_simple,
  .product_type_variable
){
  min-height:45px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:13px!important;
  color:#fff!important;
  background:var(--lcpx-v2-ink)!important;
  box-shadow:none!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  transition:transform .2s ease,background .2s ease!important;
}

body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  .button,
  .add_to_cart_button,
  .product_type_simple,
  .product_type_variable
):hover{
  transform:translateY(-2px)!important;
  background:var(--lcpx-v2-red)!important;
}

.lcpx-v2-quick-view{
  min-height:43px;
  margin:9px 27px 27px;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(20,20,22,.1);
  border-radius:13px;
  color:#57575c;
  background:#fff;
  font:inherit;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease,background .2s ease;
}

.lcpx-v2-quick-view:hover{
  color:var(--lcpx-v2-red);
  border-color:rgba(148,21,26,.25);
  background:#fbf7f2;
}

.lcpx-v2-no-results{
  padding:75px 20px;
  text-align:center;
}

.lcpx-v2-no-results strong{
  display:block;
  color:var(--lcpx-v2-ink);
  font-size:28px;
}

.lcpx-v2-no-results span{
  display:block;
  margin-top:8px;
  color:var(--lcpx-v2-muted);
  font-size:13px;
}

/* Pagination */
body.lcpx-v2-enabled .woocommerce-pagination{
  width:min(var(--lcpx-v2-width),calc(100% - 48px));
  margin:44px auto 0!important;
}

body.lcpx-v2-enabled .woocommerce-pagination ul{
  padding:0!important;
  display:flex!important;
  justify-content:center;
  gap:7px;
  border:0!important;
}

body.lcpx-v2-enabled .woocommerce-pagination li{
  border:0!important;
}

body.lcpx-v2-enabled .woocommerce-pagination a,
body.lcpx-v2-enabled .woocommerce-pagination span{
  min-width:42px!important;
  height:42px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(20,20,22,.09)!important;
  border-radius:50%!important;
  color:var(--lcpx-v2-ink)!important;
  background:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}

body.lcpx-v2-enabled .woocommerce-pagination .current{
  color:#fff!important;
  background:var(--lcpx-v2-ink)!important;
}

/* GUIDE */
.lcpx-v2-guide{
  margin-top:110px;
  padding:115px max(4.5vw,24px);
  color:#fff;
  background:
    radial-gradient(circle at 10% 0%,rgba(148,21,26,.34),transparent 30%),
    radial-gradient(circle at 91% 5%,rgba(215,179,91,.13),transparent 28%),
    linear-gradient(145deg,#181416,#060607);
}

.lcpx-v2-guide-inner{
  width:min(var(--lcpx-v2-width),100%);
  margin:0 auto;
}

.lcpx-v2-guide header{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  align-items:end;
  gap:70px;
}

.lcpx-v2-guide .lcpx-v2-kicker{
  color:var(--lcpx-v2-gold-light)!important;
}

.lcpx-v2-guide h2{
  color:#fff!important;
}

.lcpx-v2-guide h2 em{
  color:var(--lcpx-v2-gold-light);
}

.lcpx-v2-guide header>p{
  margin:0 0 4px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:14px!important;
  line-height:1.8!important;
}

.lcpx-v2-guide-grid{
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.lcpx-v2-guide-card{
  min-height:295px;
  padding:39px;
  display:flex;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.12);
  transition:background .3s ease,transform .3s ease;
}

.lcpx-v2-guide-card:last-child{
  border-right:0;
}

.lcpx-v2-guide-card:hover{
  transform:translateY(-5px);
  background:rgba(255,255,255,.045);
}

.lcpx-v2-guide-card>span{
  color:var(--lcpx-v2-gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}

.lcpx-v2-guide-card h3{
  margin:auto 0 0!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}

.lcpx-v2-guide-card p{
  margin:15px 0 0!important;
  color:rgba(255,255,255,.57)!important;
  font-size:11px!important;
  line-height:1.72!important;
}

/* DISCOVER */
.lcpx-v2-discover{
  padding:115px max(4.5vw,24px);
  background:
    radial-gradient(circle at 7% 5%,rgba(148,21,26,.05),transparent 27%),
    linear-gradient(180deg,#f4efe7,#fff);
}

.lcpx-v2-discover-inner{
  width:min(var(--lcpx-v2-width),100%);
  margin:0 auto;
}

.lcpx-v2-discover-grid{
  margin-top:55px;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:16px;
}

.lcpx-v2-discover-card{
  position:relative;
  min-height:320px;
  padding:30px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(20,20,22,.08);
  border-radius:28px;
  color:var(--lcpx-v2-ink)!important;
  background:#fff;
  box-shadow:0 20px 65px rgba(20,18,16,.06);
  text-decoration:none!important;
  transition:transform .32s ease,box-shadow .32s ease;
}

.lcpx-v2-discover-card:hover{
  transform:translateY(-7px);
  box-shadow:0 34px 90px rgba(20,18,16,.12);
}

.lcpx-v2-discover-1,
.lcpx-v2-discover-4{
  grid-column:span 7;
}

.lcpx-v2-discover-2,
.lcpx-v2-discover-3{
  grid-column:span 5;
}

.lcpx-v2-discover-card>small{
  position:relative;
  z-index:2;
  color:var(--lcpx-v2-red);
  font-size:9px;
  font-weight:900;
}

.lcpx-v2-discover-card>span{
  position:absolute;
  right:-10px;
  top:14px;
  color:rgba(20,20,22,.04);
  font-size:clamp(45px,5.5vw,85px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.075em;
  white-space:nowrap;
}

.lcpx-v2-discover-card>div{
  position:relative;
  z-index:2;
  margin-top:auto;
}

.lcpx-v2-discover-card h3{
  margin:0!important;
  color:inherit!important;
  font-size:34px!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}

.lcpx-v2-discover-card p{
  max-width:500px;
  margin:14px 0 0!important;
  color:var(--lcpx-v2-muted)!important;
  font-size:12px!important;
  line-height:1.7!important;
}

.lcpx-v2-discover-card b{
  display:inline-block;
  margin-top:24px;
  color:var(--lcpx-v2-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lcpx-v2-discover-1{
  color:#fff!important;
  background:
    radial-gradient(circle at 88% 5%,rgba(215,179,91,.14),transparent 30%),
    linear-gradient(145deg,#1a1a1c,#070708);
}

.lcpx-v2-discover-1>small,
.lcpx-v2-discover-1 b{
  color:var(--lcpx-v2-gold-light);
}

.lcpx-v2-discover-1>span{
  color:rgba(255,255,255,.055);
}

.lcpx-v2-discover-1 p{
  color:rgba(255,255,255,.58)!important;
}

.lcpx-v2-discover-2{
  background:linear-gradient(145deg,#f4ead9,#fff);
}

.lcpx-v2-discover-3{
  color:#fff!important;
  background:
    radial-gradient(circle at 88% 5%,rgba(244,223,166,.2),transparent 30%),
    linear-gradient(145deg,#a1161c,#500609);
}

.lcpx-v2-discover-3>small,
.lcpx-v2-discover-3 b{
  color:var(--lcpx-v2-gold-light);
}

.lcpx-v2-discover-3>span{
  color:rgba(255,255,255,.055);
}

.lcpx-v2-discover-3 p{
  color:rgba(255,255,255,.6)!important;
}

.lcpx-v2-discover-4{
  background:
    radial-gradient(circle at 90% 5%,rgba(148,21,26,.075),transparent 28%),
    linear-gradient(145deg,#eee3d2,#fff);
}

/* HELP CTA */
.lcpx-v2-help{
  padding:105px max(4.5vw,24px);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:end;
  gap:85px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%,rgba(215,179,91,.16),transparent 30%),
    linear-gradient(145deg,#1b1819,#080809);
}

.lcpx-v2-help .lcpx-v2-kicker{
  color:var(--lcpx-v2-gold-light)!important;
}

.lcpx-v2-help h2{
  color:#fff!important;
}

.lcpx-v2-help h2 em{
  color:var(--lcpx-v2-gold-light);
}

.lcpx-v2-help>div:last-child p{
  margin:0!important;
  color:rgba(255,255,255,.59)!important;
  font-size:14px!important;
  line-height:1.8!important;
}

.lcpx-v2-help a{
  min-height:52px;
  margin-top:25px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#111!important;
  background:linear-gradient(180deg,var(--lcpx-v2-gold-light),var(--lcpx-v2-gold));
  text-decoration:none!important;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

/* QUICK VIEW */
body.lcpx-v2-modal-open{
  overflow:hidden!important;
}

.lcpx-v2-modal{
  position:fixed;
  z-index:100200;
  inset:0;
}

.lcpx-v2-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.7);
  backdrop-filter:blur(8px);
}

.lcpx-v2-modal-dialog{
  position:absolute;
  top:50%;
  left:50%;
  width:min(1040px,calc(100% - 30px));
  max-height:min(780px,calc(100vh - 30px));
  overflow:auto;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,255,255,.1);
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 0%,rgba(215,179,91,.13),transparent 31%),
    linear-gradient(145deg,#1a1819,#080809);
  box-shadow:0 45px 120px rgba(0,0,0,.48);
  outline:0;
}

.lcpx-v2-modal-close{
  position:absolute;
  z-index:5;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:25px;
  cursor:pointer;
}

.lcpx-v2-modal-loading,
.lcpx-v2-modal-error{
  min-height:420px;
  padding:50px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:17px;
  text-align:center;
}

.lcpx-v2-modal-loading span{
  width:35px;
  height:35px;
  border:3px solid rgba(255,255,255,.14);
  border-top-color:var(--lcpx-v2-gold-light);
  border-radius:50%;
  animation:lcpxV2Spin .8s linear infinite;
}

.lcpx-v2-modal-loading strong,
.lcpx-v2-modal-error{
  color:rgba(255,255,255,.67);
  font-size:12px;
}

.lcpx-v2-modal-content{
  min-height:580px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);
}

.lcpx-v2-modal-visual{
  min-height:580px;
  padding:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 85% 5%,rgba(215,179,91,.12),transparent 30%),
    linear-gradient(145deg,#f8f5ef,#e9e3da);
}

.lcpx-v2-modal-image{
  width:100%;
  height:480px!important;
  object-fit:contain;
  filter:drop-shadow(0 35px 30px rgba(0,0,0,.19));
}

.lcpx-v2-modal-copy{
  padding:65px 48px 45px;
  display:flex;
  flex-direction:column;
}

.lcpx-v2-modal-kicker{
  margin:0 0 12px!important;
  color:var(--lcpx-v2-gold-light)!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.lcpx-v2-modal-status{
  width:max-content;
  margin-bottom:17px;
  padding:8px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(93,168,107,.17);
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lcpx-v2-modal-status.is-out-of-stock{
  background:rgba(176,65,68,.18);
}

.lcpx-v2-modal-status.is-backorder{
  background:rgba(190,139,56,.18);
}

.lcpx-v2-modal-copy h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(37px,4.2vw,59px)!important;
  line-height:.96!important;
  font-weight:900!important;
  letter-spacing:-.057em!important;
}

.lcpx-v2-modal-rating{
  margin-top:15px;
  color:var(--lcpx-v2-gold-light);
  font-size:13px;
  letter-spacing:.04em;
}

.lcpx-v2-modal-rating span{
  margin-left:8px;
  color:rgba(255,255,255,.5);
  font-size:9px;
  font-weight:800;
}

.lcpx-v2-modal-description{
  margin:22px 0 0!important;
  color:rgba(255,255,255,.62)!important;
  font-size:13px!important;
  line-height:1.75!important;
}

.lcpx-v2-modal-features{
  margin:22px 0 0!important;
  padding:0!important;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  list-style:none!important;
}

.lcpx-v2-modal-features li{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:rgba(255,255,255,.66);
  background:rgba(255,255,255,.045);
  font-size:8px;
  font-weight:800;
}

.lcpx-v2-modal-bottom{
  margin-top:auto;
  padding-top:30px;
}

.lcpx-v2-modal-price{
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:900;
}

.lcpx-v2-modal-price del{
  margin-right:7px;
  color:rgba(255,255,255,.35);
  font-size:14px;
}

.lcpx-v2-modal-price ins{
  color:var(--lcpx-v2-gold-light);
  text-decoration:none;
}

.lcpx-v2-modal-actions{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.lcpx-v2-modal-secondary,
.lcpx-v2-modal-primary{
  min-height:49px;
  padding:0 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  text-decoration:none!important;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lcpx-v2-modal-secondary{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.04);
}

.lcpx-v2-modal-primary{
  color:#111!important;
  background:linear-gradient(180deg,var(--lcpx-v2-gold-light),var(--lcpx-v2-gold));
}

/* Integrated layouts: preserve their hero but unify cards */
body.lcpx-v2-integrated .lcpx-v2-products-shell{
  width:min(var(--lcpx-v2-width),calc(100% - 48px));
}

body.lcpx-v2-integrated .lcpx-v2-products-shell :is(
  ul.products,
  .products.elements-grid,
  .wd-products
){
  margin-top:30px!important;
}

/* Reveal */
.lcpx-v2-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1);
}

.lcpx-v2-reveal.is-visible{
  opacity:1;
  transform:none;
}

@keyframes lcpxV2Ring{
  from{transform:scale(.97);opacity:.67}
  to{transform:scale(1.04);opacity:1}
}

@keyframes lcpxV2Float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

@keyframes lcpxV2Spin{
  to{transform:rotate(360deg)}
}

@media(max-width:1160px){
  .lcpx-v2-hero{
    grid-template-columns:minmax(0,1fr) 430px;
    gap:35px;
  }

  .lcpx-v2-stage-product-2{
    left:-7%;
  }

  .lcpx-v2-stage-product-3{
    right:-7%;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
    ul.products,
    .products.elements-grid,
    .wd-products
  ){
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .lcpx-v2-discover-1,
  .lcpx-v2-discover-4{
    grid-column:span 7;
  }

  .lcpx-v2-discover-2,
  .lcpx-v2-discover-3{
    grid-column:span 5;
  }
}

@media(max-width:980px){
  .lcpx-v2-hero{
    min-height:auto;
    padding:78px 20px 70px;
    grid-template-columns:1fr;
    gap:35px;
    text-align:center;
  }

  .lcpx-v2-hero-copy{
    margin:0 auto;
  }

  .lcpx-v2-lead{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .lcpx-v2-hero-actions{
    justify-content:center;
  }

  .lcpx-v2-facts{
    width:min(690px,100%);
    margin-left:auto;
    margin-right:auto;
  }

  .lcpx-v2-stage{
    min-height:500px;
  }

  .lcpx-v2-stage-product-1{
    width:47%;
    left:26.5%;
    height:390px;
  }

  .lcpx-v2-stage-product-2{
    left:4%;
  }

  .lcpx-v2-stage-product-3{
    right:4%;
  }

  .lcpx-v2-catalog-head,
  .lcpx-v2-guide header,
  .lcpx-v2-help{
    grid-template-columns:1fr;
    gap:24px;
  }

  .lcpx-v2-toolbar{
    position:relative;
    top:auto!important;
    grid-template-columns:1fr;
  }

  .lcpx-v2-toolbar-right{
    justify-content:space-between;
  }

  .lcpx-v2-filter-scroll{
    order:2;
  }

  .lcpx-v2-toolbar-right{
    order:3;
  }

  .lcpx-v2-guide-grid{
    grid-template-columns:1fr;
  }

  .lcpx-v2-guide-card{
    min-height:225px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .lcpx-v2-guide-card:last-child{
    border-bottom:0;
  }

  .lcpx-v2-discover-grid{
    grid-template-columns:1fr 1fr;
  }

  .lcpx-v2-discover-1,
  .lcpx-v2-discover-2,
  .lcpx-v2-discover-3,
  .lcpx-v2-discover-4{
    grid-column:span 1;
  }

  .lcpx-v2-modal-content{
    grid-template-columns:1fr;
  }

  .lcpx-v2-modal-visual{
    min-height:400px;
  }

  .lcpx-v2-modal-image{
    height:350px!important;
  }
}

@media(max-width:700px){
  .lcpx-v2-hero h1{
    font-size:clamp(50px,13vw,72px)!important;
  }

  .lcpx-v2-primary,
  .lcpx-v2-secondary{
    width:100%;
  }

  .lcpx-v2-facts{
    grid-template-columns:1fr;
  }

  .lcpx-v2-stage{
    min-height:380px;
  }

  .lcpx-v2-ring{
    width:290px;
  }

  .lcpx-v2-stage-product-1{
    width:56%;
    left:22%;
    height:300px;
    bottom:55px;
  }

  .lcpx-v2-stage-product-1>span{
    left:50%;
    bottom:-12px;
    width:220px;
    transform:translateX(-50%);
  }

  .lcpx-v2-stage-product-2,
  .lcpx-v2-stage-product-3{
    display:none;
  }

  .lcpx-v2-catalog-head,
  .lcpx-v2-toolbar,
  .lcpx-v2-products-shell,
  body.lcpx-v2-enabled .woocommerce-pagination{
    width:calc(100% - 28px);
  }

  .lcpx-v2-catalog-head{
    padding:78px 0 38px;
    grid-template-columns:1fr;
    gap:20px;
  }

  .lcpx-v2-catalog-head h2,
  .lcpx-v2-guide h2,
  .lcpx-v2-discover h2,
  .lcpx-v2-help h2{
    font-size:clamp(39px,11vw,57px)!important;
  }

  .lcpx-v2-toolbar{
    margin-bottom:20px;
    padding:9px;
    border-radius:19px;
  }

  .lcpx-v2-toolbar-right{
    display:grid;
    grid-template-columns:auto 1fr;
  }

  .lcpx-v2-ordering{
    min-width:0;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
    ul.products,
    .products.elements-grid,
    .wd-products
  ){
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell .product-element-top{
    min-height:340px!important;
    padding:20px!important;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
    .product-image-link,
    .product-image
  ){
    min-height:290px!important;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
    .product-image-link img,
    .product-image img,
    .attachment-woocommerce_thumbnail
  ){
    height:290px!important;
  }

  body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
    .product-element-bottom,
    .product-grid-item>.product-wrapper>.product-element-bottom
  ){
    padding:24px!important;
  }

  .lcpx-v2-quick-view{
    margin:8px 24px 24px;
  }

  .lcpx-v2-guide{
    margin-top:75px;
    padding:78px 14px;
  }

  .lcpx-v2-guide-grid{
    margin-top:42px;
  }

  .lcpx-v2-guide-card{
    padding:29px 24px;
  }

  .lcpx-v2-discover{
    padding:78px 14px;
  }

  .lcpx-v2-discover-grid{
    grid-template-columns:1fr;
  }

  .lcpx-v2-discover-card{
    min-height:280px;
    padding:25px;
    border-radius:24px;
  }

  .lcpx-v2-help{
    padding:78px 18px;
  }

  .lcpx-v2-modal-dialog{
    top:auto;
    bottom:0;
    left:0;
    width:100%;
    max-height:92vh;
    transform:none;
    border-radius:27px 27px 0 0;
  }

  .lcpx-v2-modal-visual{
    min-height:315px;
    padding:35px 25px;
  }

  .lcpx-v2-modal-image{
    height:270px!important;
  }

  .lcpx-v2-modal-copy{
    padding:38px 24px 28px;
  }

  .lcpx-v2-modal-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:430px){
  .lcpx-v2-stage{
    min-height:340px;
  }

  .lcpx-v2-stage-product-1{
    height:265px;
  }

  .lcpx-v2-stage-product-1>span{
    min-width:200px;
  }

  .lcpx-v2-toolbar-right{
    grid-template-columns:60px 1fr;
  }

  .lcpx-v2-count{
    padding:0 8px;
  }

  .lcpx-v2-modal-actions{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  .lcpx-v2-reveal{
    opacity:1;
    transform:none;
  }

  .lcpx-v2-stage-image,
  .lcpx-v2-ring,
  .lcpx-v2-modal-loading span{
    animation:none!important;
  }

  body.lcpx-v2-enabled *{
    scroll-behavior:auto!important;
  }
}

@supports(width:100dvw){
  :root{--lcpx-v2-screen:100dvw}
}


body.lcpx-v2-enabled .lcpx-v2-products-shell :is(
  li.product,
  .product-grid-item
){
  position:relative!important;
}
