/* Lucaffè Coffee Archive Luxury */
body.lca-active{
  --lca-red:#94151a;
  --lca-red-dark:#4f0508;
  --lca-gold:#d8b45a;
  --lca-gold-light:#f4dd9c;
  --lca-ink:#151517;
  --lca-black:#080809;
  --lca-muted:#6d6d72;
  --lca-cream:#f4efe6;
  --lca-line:rgba(20,20,22,.09);
  overflow-x:hidden;
}
body.lca-active .woocommerce-products-header{
  margin:0!important;
  padding:0!important;
}
body.lca-active .woocommerce-products-header__title,
body.lca-active .term-description,
body.lca-active .page-title{
  display:none!important;
}
body.lca-active .site-main,
body.lca-active .content-area,
body.lca-active .woocommerce{
  overflow:visible;
}
body.lca-active .woocommerce-notices-wrapper{
  width:min(1380px,calc(100% - 36px));
  margin:24px auto;
}
.lca-fullbleed{
  width:100vw;
  margin-left:calc(50% - 50vw);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.lca-fullbleed *,
.lca-fullbleed *::before,
.lca-fullbleed *::after,
.lca-shop-toolbar *,
.lca-products-shell *{
  box-sizing:border-box;
}
.lca-fullbleed img,
.lca-products-shell img{max-width:100%;height:auto}
.lca-fullbleed a,
.lca-products-shell a{text-underline-offset:3px}
.lca-fullbleed :focus-visible,
.lca-products-shell :focus-visible,
.lca-shop-toolbar :focus-visible{
  outline:3px solid rgba(216,180,90,.72);
  outline-offset:4px;
}
.lca-fullbleed em{
  color:var(--lca-gold-light);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-weight:500;
}
.lca-kicker{
  margin:0 0 18px;
  color:var(--lca-red);
  font-size:10px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.lca-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.lca-btn:hover{transform:translateY(-2px)}
.lca-btn-gold{
  color:#111!important;
  background:linear-gradient(180deg,var(--lca-gold-light),var(--lca-gold));
  box-shadow:0 16px 42px rgba(216,180,90,.22),inset 0 1px 0 rgba(255,255,255,.72);
}
.lca-btn-glass{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.065);
  backdrop-filter:blur(15px);
}

/* HERO */
.lca-hero{
  position:relative;
  min-height:min(780px,88vh);
  padding:100px max(24px,3vw) 92px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 13% 15%,rgba(148,21,26,.39),transparent 32%),
    radial-gradient(circle at 87% 12%,rgba(216,180,90,.17),transparent 30%),
    linear-gradient(140deg,#0a0909 0%,#181214 50%,#050506 100%);
}

.lca-hero-inner{
  position:relative;
  z-index:2;
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(460px,570px) minmax(460px,620px);
  align-items:center;
  justify-content:center;
  gap:clamp(18px,2.4vw,42px);
}
.lca-hero-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");
}
.lca-hero-copy{
  position:relative;
  z-index:3;
  width:min(760px,100%);
}
.lca-hero .lca-kicker{color:var(--lca-gold-light)}
.lca-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(57px,7vw,106px);
  line-height:.87;
  font-weight:900;
  letter-spacing:-.07em;
}
.lca-hero h1 em{
  display:inline-block;
  margin-top:14px;
  font-size:.88em;
}
.lca-hero-lead{
  width:min(700px,100%);
  margin:34px 0 0;
  color:rgba(255,255,255,.67);
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.8;
  font-weight:350;
}
.lca-hero-actions{
  margin-top:38px;
  display:flex;
  flex-wrap:wrap;
  gap:13px;
}
.lca-hero-proof{
  margin-top:42px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 25px;
  color:rgba(255,255,255,.46);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.lca-hero-proof span{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.lca-hero-proof span::before{
  content:"";
  width:5px;height:5px;
  border-radius:50%;
  background:var(--lca-gold);
}
.lca-hero-art{
  position:relative;
  z-index:2;
  min-height:540px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lca-art-ring{
  position:absolute;
  width:min(500px,90%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(216,180,90,.23);
  box-shadow:
    0 0 0 36px rgba(216,180,90,.027),
    0 0 0 78px rgba(216,180,90,.014),
    inset 0 0 100px rgba(216,180,90,.05);
  animation:lcaRing 7s ease-in-out infinite alternate;
}
.lca-art-word{
  position:absolute;
  top:11%;
  left:50%;
  transform:translateX(-50%);
  color:rgba(255,255,255,.07);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:clamp(60px,7vw,108px);
  font-weight:700;
  letter-spacing:-.07em;
  white-space:nowrap;
}
.lca-art-cup{
  position:relative;
  z-index:2;
  width:260px;
  height:180px;
  margin-top:110px;
  display:block;
  border:11px solid #f4f2ec;
  border-top:0;
  border-radius:0 0 108px 108px;
  background:
    radial-gradient(ellipse at 50% 4%,#3b1c11 0 30%,#8a5637 31%,#e9ded1 34%,transparent 35%),
    linear-gradient(135deg,#fff,#c9c5bf);
  box-shadow:0 42px 55px rgba(0,0,0,.42),inset 0 -18px 30px rgba(0,0,0,.08);
}
.lca-art-cup::after{
  content:"";
  position:absolute;
  width:88px;
  height:72px;
  right:-75px;
  top:25px;
  border:11px solid #eae7e0;
  border-left:0;
  border-radius:0 50px 50px 0;
}
.lca-art-cup::before{
  content:"";
  position:absolute;
  width:275px;
  height:31px;
  left:-18px;
  bottom:-45px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.36),transparent 70%);
  filter:blur(4px);
}
.lca-art-cup i::before,
.lca-art-cup i::after{
  content:"";
  position:absolute;
  width:18px;
  height:90px;
  top:-115px;
  border-radius:50%;
  border-left:3px solid rgba(255,255,255,.18);
  filter:blur(1px);
  animation:lcaSteam 4s ease-in-out infinite;
}
.lca-art-cup i::before{left:82px}
.lca-art-cup i::after{left:142px;animation-delay:.8s}
.lca-art-bean{
  position:absolute;
  z-index:4;
  width:36px;
  height:50px;
  border-radius:54% 46% 52% 48%;
  background:linear-gradient(135deg,#7c4b32,#2c140e);
  box-shadow:0 15px 25px rgba(0,0,0,.33);
}
.lca-art-bean::after{
  content:"";
  position:absolute;
  width:3px;
  height:37px;
  top:6px;
  left:16px;
  border-radius:50%;
  background:rgba(25,9,6,.52);
  transform:rotate(17deg);
}
.lca-bean-1{top:26%;left:9%;transform:rotate(-26deg);animation:lcaFloat 6s ease-in-out infinite}
.lca-bean-2{right:8%;top:36%;transform:rotate(25deg) scale(.8);animation:lcaFloat 7s ease-in-out .4s infinite}
.lca-bean-3{bottom:16%;left:21%;transform:rotate(70deg) scale(.66);animation:lcaFloat 6.5s ease-in-out .8s infinite}

/* ORIGINS */
.lca-origins{
  padding:118px max(5vw,20px) 108px;
  background:
    radial-gradient(circle at 8% 5%,rgba(148,21,26,.055),transparent 28%),
    linear-gradient(180deg,#fff,#f4f0e9);
}
.lca-section-head{
  width:min(1380px,100%);
  margin:0 auto 59px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  align-items:end;
  gap:70px;
}
.lca-section-head h2,
.lca-guide-head h2,
.lca-collection-heading h2{
  margin:0;
  color:var(--lca-ink);
  font-size:clamp(43px,5.7vw,80px);
  line-height:.94;
  font-weight:900;
  letter-spacing:-.063em;
}
.lca-section-head h2 em,
.lca-guide-head h2 em{
  color:var(--lca-red);
}
.lca-section-head>p{
  margin:0 0 5px;
  color:var(--lca-muted);
  font-size:16px;
  line-height:1.8;
}
.lca-origin-grid{
  width:min(1380px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.lca-origin-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(0,0,0,.07);
  border-radius:34px;
  background:#fff;
  box-shadow:0 27px 80px rgba(0,0,0,.075);
  transition:transform .38s cubic-bezier(.2,.75,.2,1),box-shadow .38s ease;
}
.lca-origin-card:hover{
  transform:translateY(-9px);
  box-shadow:0 40px 105px rgba(0,0,0,.13);
}
.lca-origin-visual{
  position:relative;
  min-height:430px;
  padding:48px 42px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  text-decoration:none!important;
}
.lca-origin-green .lca-origin-visual{
  background:
    radial-gradient(circle at 50% 42%,rgba(225,207,145,.3),transparent 34%),
    linear-gradient(145deg,#e7e3d4,#dce8df);
}
.lca-origin-olive .lca-origin-visual{
  background:
    radial-gradient(circle at 50% 42%,rgba(232,204,123,.31),transparent 34%),
    linear-gradient(145deg,#ebe4cf,#dfe4ca);
}
.lca-origin-ivory .lca-origin-visual{
  background:
    radial-gradient(circle at 50% 42%,rgba(208,174,119,.26),transparent 34%),
    linear-gradient(145deg,#eee8db,#e5ddd0);
}
.lca-origin-number{
  position:absolute;
  z-index:3;
  top:23px;left:25px;
  color:rgba(20,20,22,.19);
  font-size:44px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.07em;
}
.lca-origin-halo{
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 0 0 35px rgba(255,255,255,.13),0 0 0 70px rgba(255,255,255,.07);
  transition:transform .55s ease;
}
.lca-origin-image{
  position:relative;
  z-index:2;
  width:100%;
  height:330px!important;
  object-fit:contain;
  filter:drop-shadow(0 29px 25px rgba(0,0,0,.24));
  transition:transform .55s cubic-bezier(.2,.75,.2,1);
}
.lca-origin-card:hover .lca-origin-halo{transform:scale(1.08)}
.lca-origin-card:hover .lca-origin-image{transform:translateY(-7px) scale(1.04)}
.lca-origin-copy{
  padding:32px 30px 31px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.lca-origin-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}
.lca-origin-topline span,
.lca-origin-topline small{
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.lca-origin-topline span{color:var(--lca-red)}
.lca-origin-topline small{color:#99999d;text-align:right}
.lca-origin-copy h3{
  margin:17px 0 0;
  font-size:clamp(25px,2.4vw,36px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.lca-origin-copy h3 a{color:var(--lca-ink)!important;text-decoration:none!important}
.lca-origin-headline{
  margin:15px 0 0;
  color:var(--lca-red);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:18px;
  font-style:italic;
}
.lca-origin-description{
  margin:17px 0 0;
  color:#6e6e73;
  font-size:13px;
  line-height:1.7;
}
.lca-taste-notes{
  margin:22px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  list-style:none;
}
.lca-taste-notes li{
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid rgba(0,0,0,.08);
  border-radius:999px;
  color:#626267;
  background:#faf9f7;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.lca-origin-bottom{
  margin-top:auto;
  padding-top:26px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.lca-origin-bottom>div{display:grid;gap:5px}
.lca-origin-price{
  color:var(--lca-ink);
  font-size:22px;
  line-height:1;
  font-weight:900;
}
.lca-origin-price del{margin-right:5px;color:#aaa;font-size:12px;font-weight:500}
.lca-origin-price ins{text-decoration:none}
.lca-origin-bottom small{color:#929297;font-size:9px}
.lca-origin-button{
  min-height:45px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:14px;
  color:#fff!important;
  background:var(--lca-ink);
  text-decoration:none!important;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .25s ease,transform .25s ease;
}
.lca-origin-button:hover{background:var(--lca-red);transform:translateY(-2px)}
.lca-set-offer{
  width:min(1380px,100%);
  margin:28px auto 0;
  padding:37px 42px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:40px;
  overflow:hidden;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 87% 4%,rgba(244,221,156,.23),transparent 29%),
    linear-gradient(135deg,#94151a,#4d0508);
  box-shadow:0 27px 75px rgba(77,5,8,.2);
}
.lca-set-copy>p{
  margin:0 0 10px;
  color:var(--lca-gold-light);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.lca-set-copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(25px,2.6vw,39px);
  line-height:1;
  letter-spacing:-.045em;
}
.lca-set-copy>span{
  display:block;
  max-width:690px;
  margin-top:13px;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.65;
}
.lca-set-price{
  min-width:170px;
  display:grid;
  gap:4px;
}
.lca-set-price>small{
  color:rgba(255,255,255,.49);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.lca-set-price>strong{
  color:#fff;
  font-size:28px;
  line-height:1;
}
.lca-set-price>span{
  max-width:200px;
  margin-top:4px;
  color:rgba(255,255,255,.53);
  font-size:9px;
  line-height:1.5;
}
.lca-set-price b{color:var(--lca-gold-light)}

/* GUIDE */
.lca-guide{
  padding:108px max(5vw,20px);
  color:#fff;
  background:
    radial-gradient(circle at 14% 10%,rgba(148,21,26,.29),transparent 29%),
    linear-gradient(145deg,#111113,#070708 70%,#030304);
}
.lca-guide-head{
  width:min(1380px,100%);
  margin:0 auto 48px;
}
.lca-guide .lca-kicker{color:var(--lca-gold-light)}
.lca-guide-head h2{max-width:900px;color:#fff}
.lca-guide-head h2 em{color:var(--lca-gold-light)}
.lca-guide-grid{
  width:min(1380px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.lca-guide-card{
  min-height:300px;
  padding:33px 29px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.09);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  transition:transform .33s ease,border-color .33s ease,background .33s ease;
}
.lca-guide-card:hover{
  transform:translateY(-7px);
  border-color:rgba(216,180,90,.33);
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
}
.lca-guide-card>span{
  margin-bottom:auto;
  color:var(--lca-gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.lca-guide-card h3{
  margin:55px 0 13px;
  color:#fff;
  font-size:23px;
  line-height:1.05;
  letter-spacing:-.03em;
}
.lca-guide-card p{
  margin:0;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.7;
}

/* COLLECTION TITLE + TOOLBAR */
.lca-collection-heading{
  padding:105px max(5vw,20px) 38px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,.6fr);
  gap:55px;
  align-items:end;
  background:#fff;
}
.lca-collection-heading>div,
.lca-collection-heading>p{
  width:min(1380px,100%);
}
.lca-collection-heading h2{font-size:clamp(42px,5.2vw,72px)}
.lca-collection-heading>p{
  justify-self:end;
  max-width:470px;
  margin:0 0 4px;
  color:var(--lca-muted);
  font-size:15px;
  line-height:1.75;
}
.lca-shop-toolbar{
  width:min(1380px,calc(100% - 40px));
  margin:0 auto 31px;
  padding:17px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border-top:1px solid var(--lca-line);
  border-bottom:1px solid var(--lca-line);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.lca-toolbar-count .woocommerce-result-count{
  float:none!important;
  margin:0!important;
  color:#77777c;
  font-size:11px;
  font-weight:700;
}
.lca-toolbar-sort{
  display:flex;
  align-items:center;
  gap:12px;
}
.lca-toolbar-sort>span{
  color:#99999d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.lca-toolbar-sort .woocommerce-ordering{
  float:none!important;
  margin:0!important;
}
.lca-toolbar-sort select{
  min-width:225px;
  min-height:44px;
  padding:0 42px 0 16px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:13px;
  color:#303034;
  background:#f8f7f5;
  font:inherit;
  font-size:12px;
  outline:0;
}

/* WOOCOMMERCE PRODUCTS */
.lca-products-shell{
  width:min(1380px,calc(100% - 40px));
  margin:0 auto;
  padding:0 0 110px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
body.lca-active .lca-products-shell ul.products,
body.lca-active .lca-products-shell .products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  margin:0!important;
}
body.lca-active .lca-products-shell ul.products::before,
body.lca-active .lca-products-shell ul.products::after{
  display:none!important;
}
body.lca-active .lca-products-shell ul.products li.product,
body.lca-active .lca-products-shell .product-grid-item{
  position:relative!important;
  width:auto!important;
  min-width:0!important;
  min-height:100%!important;
  margin:0!important;
  padding:0 0 24px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid rgba(0,0,0,.07)!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 20px 62px rgba(0,0,0,.06)!important;
  transition:transform .32s ease,box-shadow .32s ease!important;
}
body.lca-active .lca-products-shell ul.products li.product:hover,
body.lca-active .lca-products-shell .product-grid-item:hover{
  transform:translateY(-7px)!important;
  box-shadow:0 32px 82px rgba(0,0,0,.11)!important;
}
body.lca-active .lca-products-shell ul.products li.product>a:first-child,
body.lca-active .lca-products-shell .product-grid-item .product-element-top{
  display:block;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 43%,rgba(216,180,90,.13),transparent 35%),
    linear-gradient(145deg,#f7f3eb,#ece8e0);
}
body.lca-active .lca-products-shell ul.products li.product img,
body.lca-active .lca-products-shell .product-grid-item img{
  width:100%!important;
  height:315px!important;
  margin:0!important;
  padding:32px!important;
  object-fit:contain!important;
  background:transparent!important;
  filter:drop-shadow(0 23px 19px rgba(0,0,0,.18))!important;
  transition:transform .45s cubic-bezier(.2,.75,.2,1)!important;
}
body.lca-active .lca-products-shell ul.products li.product:hover img,
body.lca-active .lca-products-shell .product-grid-item:hover img{
  transform:translateY(-5px) scale(1.035)!important;
}
body.lca-active .lca-products-shell .onsale{
  top:14px!important;
  left:14px!important;
  right:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:var(--lca-red)!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
body.lca-active .lca-products-shell .stock,
body.lca-active .lca-products-shell .out-of-stock,
body.lca-active .lca-products-shell .product-label.out-of-stock{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  z-index:3!important;
  padding:7px 9px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:#171719!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.lca-active .lca-products-shell .woocommerce-loop-product__title,
body.lca-active .lca-products-shell .wd-entities-title{
  margin:23px 21px 0!important;
  padding:0!important;
  color:var(--lca-ink)!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
body.lca-active .lca-products-shell .woocommerce-loop-product__title a,
body.lca-active .lca-products-shell .wd-entities-title a{
  color:var(--lca-ink)!important;
  text-decoration:none!important;
}
.lca-loop-excerpt{
  min-height:59px;
  margin:11px 21px 0!important;
  color:#7b7b80!important;
  font-size:11px!important;
  line-height:1.55!important;
}
body.lca-active .lca-products-shell .star-rating{
  margin:13px 21px 0!important;
  color:var(--lca-gold)!important;
  font-size:11px!important;
}
body.lca-active .lca-products-shell .price{
  margin:15px 21px 0!important;
  color:var(--lca-red)!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
}
body.lca-active .lca-products-shell .price del{
  margin-right:5px;
  color:#aaa!important;
  font-size:11px!important;
  font-weight:500!important;
}
body.lca-active .lca-products-shell .price ins{text-decoration:none!important}
body.lca-active .lca-products-shell .button,
body.lca-active .lca-products-shell .add_to_cart_button{
  min-height:46px!important;
  margin:20px 21px 0!important;
  padding:0 15px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border:0!important;
  border-radius:14px!important;
  color:#fff!important;
  background:var(--lca-ink)!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  transition:background .24s ease,transform .24s ease!important;
}
body.lca-active .lca-products-shell .button:hover,
body.lca-active .lca-products-shell .add_to_cart_button:hover{
  background:var(--lca-red)!important;
  transform:translateY(-2px)!important;
}
body.lca-active .lca-products-shell .button i{font-style:normal;font-size:15px}
body.lca-active .lca-products-shell .added_to_cart{
  margin:10px 21px 0!important;
  color:var(--lca-red)!important;
  font-size:9px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body.lca-active nav.woocommerce-pagination{
  width:min(1380px,calc(100% - 40px));
  margin:0 auto 100px!important;
}
body.lca-active nav.woocommerce-pagination ul{
  border:0!important;
  display:flex!important;
  justify-content:center;
  gap:8px;
}
body.lca-active nav.woocommerce-pagination ul li{
  border:0!important;
}
body.lca-active nav.woocommerce-pagination ul li a,
body.lca-active nav.woocommerce-pagination ul li span{
  width:44px!important;
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(0,0,0,.09)!important;
  border-radius:50%!important;
  color:var(--lca-ink)!important;
  background:#fff!important;
  font-size:12px!important;
}
body.lca-active nav.woocommerce-pagination ul li span.current,
body.lca-active nav.woocommerce-pagination ul li a:hover{
  color:#fff!important;
  border-color:var(--lca-ink)!important;
  background:var(--lca-ink)!important;
}

/* REVEAL */
.lca-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1);
}
.lca-reveal.is-visible{opacity:1;transform:none}

/* ANIMATIONS */
@keyframes lcaRing{
  from{transform:scale(.97);opacity:.66}
  to{transform:scale(1.04);opacity:1}
}
@keyframes lcaSteam{
  0%,100%{transform:translateY(8px) scaleY(.6);opacity:0}
  45%{opacity:.8}
  70%{transform:translateY(-18px) scaleY(1.05);opacity:.45}
}
@keyframes lcaFloat{
  0%,100%{margin-top:0}
  50%{margin-top:-14px}
}

/* TABLET */
@media(max-width:1120px){
  .lca-hero{
    padding-left:24px;
    padding-right:24px;
  }
  .lca-hero-inner{
    width:min(1040px,100%);
    grid-template-columns:minmax(420px,540px) minmax(380px,470px);
    gap:20px;
  }
  .lca-origin-grid{grid-template-columns:1fr 1fr}
  .lca-origin-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}
  .lca-origin-card:last-child .lca-origin-copy{padding:48px}
  .lca-guide-grid{grid-template-columns:1fr 1fr}
  body.lca-active .lca-products-shell ul.products,
  body.lca-active .lca-products-shell .products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .lca-set-offer{grid-template-columns:minmax(0,1fr) auto}
  .lca-set-offer>.lca-btn{grid-column:1/-1;width:max-content}
}

/* MOBILE */
@media(max-width:800px){
  .lca-hero{
    min-height:auto;
    padding:78px 20px 68px;
    text-align:center;
  }
  .lca-hero-inner{
    width:100%;
    grid-template-columns:1fr;
    gap:24px;
  }
  .lca-hero-copy{margin:0 auto}
  .lca-hero h1{font-size:clamp(50px,14vw,75px)}
  .lca-hero-lead{font-size:15px}
  .lca-hero-actions,
  .lca-hero-proof{justify-content:center}
  .lca-hero-art{min-height:390px}
  .lca-art-ring{width:340px}
  .lca-art-cup{width:200px;height:140px}
  .lca-art-cup::after{width:70px;height:58px;right:-61px;border-width:9px}
  .lca-art-word{font-size:64px}
  .lca-bean-1{left:7%}
  .lca-bean-2{right:5%}

  .lca-origins{padding:80px 16px}
  .lca-section-head{grid-template-columns:1fr;gap:23px}
  .lca-section-head>p{font-size:14px}
  .lca-origin-grid{grid-template-columns:1fr}
  .lca-origin-card:last-child{grid-column:auto;display:flex}
  .lca-origin-card:last-child .lca-origin-copy{padding:32px 30px 31px}
  .lca-origin-visual{min-height:390px}
  .lca-origin-image{height:300px!important}
  .lca-set-offer{
    padding:34px 24px;
    grid-template-columns:1fr;
    gap:26px;
    text-align:center;
  }
  .lca-set-price{justify-items:center}
  .lca-set-price>span{max-width:280px}
  .lca-set-offer>.lca-btn{grid-column:auto;width:100%}

  .lca-guide{padding:80px 16px}
  .lca-guide-grid{grid-template-columns:1fr}
  .lca-guide-card{min-height:235px}

  .lca-collection-heading{
    padding:78px 18px 30px;
    grid-template-columns:1fr;
    gap:19px;
  }
  .lca-collection-heading>p{justify-self:start;font-size:14px}

  .lca-shop-toolbar{
    width:calc(100% - 32px);
    align-items:flex-start;
    flex-direction:column;
  }
  .lca-toolbar-sort{width:100%;align-items:flex-start;flex-direction:column}
  .lca-toolbar-sort .woocommerce-ordering,
  .lca-toolbar-sort select{width:100%!important}

  .lca-products-shell{width:calc(100% - 28px);padding-bottom:75px}
  body.lca-active .lca-products-shell ul.products,
  body.lca-active .lca-products-shell .products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  body.lca-active .lca-products-shell ul.products li.product,
  body.lca-active .lca-products-shell .product-grid-item{
    border-radius:20px!important;
    padding-bottom:17px!important;
  }
  body.lca-active .lca-products-shell ul.products li.product img,
  body.lca-active .lca-products-shell .product-grid-item img{
    height:245px!important;
    padding:22px!important;
  }
  body.lca-active .lca-products-shell .woocommerce-loop-product__title,
  body.lca-active .lca-products-shell .wd-entities-title{
    margin:18px 15px 0!important;
    font-size:14px!important;
  }
  .lca-loop-excerpt{
    min-height:0;
    margin:9px 15px 0!important;
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    font-size:10px!important;
  }
  body.lca-active .lca-products-shell .star-rating,
  body.lca-active .lca-products-shell .price{
    margin-left:15px!important;
    margin-right:15px!important;
  }
  body.lca-active .lca-products-shell .button,
  body.lca-active .lca-products-shell .add_to_cart_button{
    margin:17px 15px 0!important;
    min-height:43px!important;
  }
}
@media(max-width:520px){
  .lca-btn{width:100%}
  .lca-hero-art{min-height:330px}
  .lca-art-ring{width:285px}
  .lca-art-cup{width:170px;height:120px;margin-top:80px}
  .lca-art-word{font-size:53px}
  .lca-art-bean{width:28px;height:40px}
  .lca-art-bean::after{height:29px;left:12px}

  .lca-origin-card{border-radius:27px}
  .lca-origin-visual{min-height:350px;padding:42px 24px 23px}
  .lca-origin-image{height:270px!important}
  .lca-origin-copy{padding:28px 22px 25px}
  .lca-origin-bottom{align-items:flex-start;flex-direction:column}
  .lca-origin-button{width:100%}
  .lca-set-offer{border-radius:24px}

  body.lca-active .lca-products-shell ul.products li.product img,
  body.lca-active .lca-products-shell .product-grid-item img{
    height:210px!important;
    padding:18px!important;
  }
  body.lca-active .lca-products-shell .woocommerce-loop-product__title,
  body.lca-active .lca-products-shell .wd-entities-title{
    font-size:13px!important;
    line-height:1.3!important;
  }
  .lca-loop-excerpt{display:none}
  body.lca-active .lca-products-shell .price{font-size:15px!important}
  body.lca-active .lca-products-shell .button span{max-width:90px;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:380px){
  body.lca-active .lca-products-shell ul.products,
  body.lca-active .lca-products-shell .products{
    grid-template-columns:1fr!important;
  }
  body.lca-active .lca-products-shell ul.products li.product img,
  body.lca-active .lca-products-shell .product-grid-item img{
    height:285px!important;
  }
  .lca-loop-excerpt{display:block}
}

@media(prefers-reduced-motion:reduce){
  .lca-fullbleed *,
  .lca-fullbleed *::before,
  .lca-fullbleed *::after,
  .lca-products-shell *,
  .lca-shop-toolbar *{
    animation:none!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .lca-reveal{opacity:1;transform:none}
}


/* v1.0.1 — Total theme category title and white spacing removal */
body.lca-active #page-header,
body.lca-active .page-header,
body.lca-active .default-page-header,
body.lca-active .page-header-title,
body.lca-active .page-header-content,
body.lca-active .page-header-aside,
body.lca-active .site-breadcrumbs,
body.lca-active .wpex-breadcrumbs,
body.lca-active .breadcrumb-trail,
body.lca-active nav.breadcrumbs {
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

/*
 * Total normally adds top spacing to #content-wrap after the page header.
 * The custom Lucaffè hero must begin immediately below the global header.
 */
body.lca-active #main,
body.lca-active #content-wrap,
body.lca-active #primary,
body.lca-active #content,
body.lca-active .site-main,
body.lca-active .content-area,
body.lca-active .woocommerce,
body.lca-active .woocommerce-page {
  margin-top:0!important;
  padding-top:0!important;
}

body.lca-active #content-wrap.container,
body.lca-active #content-wrap.wpex-container,
body.lca-active #primary.content-area {
  padding-top:0!important;
}

body.lca-active .woocommerce-products-header {
  margin-top:0!important;
  padding-top:0!important;
  border-top:0!important;
}

body.lca-active .lca-hero {
  margin-top:0!important;
}

/* Remove any empty Total title spacer left by cache or older theme versions. */
body.lca-active .page-header-spacer,
body.lca-active .wpex-page-header-spacer,
body.lca-active .hidden-page-header-title-spacer {
  display:none!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
}


/* ================================================================
   v1.0.2 — COMPACT, TRUE-CENTRED COFFEE HERO
   The background remains full width. Text and cup share one centred
   inner stage, so ultra-wide screens cannot create an empty middle.
   ================================================================ */

@media(min-width:1121px){
  body.lca-active .lca-hero-inner{
    width:min(1320px,calc(100vw - 96px))!important;
    margin-inline:auto!important;
    grid-template-columns:minmax(470px,570px) minmax(480px,620px)!important;
    justify-content:center!important;
    gap:clamp(16px,2vw,34px)!important;
  }

  body.lca-active .lca-hero-copy{
    width:100%!important;
    max-width:570px!important;
    justify-self:end!important;
  }

  body.lca-active .lca-hero-art{
    width:100%!important;
    max-width:620px!important;
    min-height:540px!important;
    justify-self:start!important;
  }
}

@media(min-width:801px) and (max-width:1120px){
  body.lca-active .lca-hero-inner{
    width:min(1040px,100%)!important;
    grid-template-columns:minmax(400px,530px) minmax(360px,460px)!important;
    justify-content:center!important;
    gap:18px!important;
  }

  body.lca-active .lca-hero-copy{
    width:100%!important;
    max-width:530px!important;
    justify-self:end!important;
  }

  body.lca-active .lca-hero-art{
    width:100%!important;
    max-width:460px!important;
    justify-self:start!important;
  }
}

@media(max-width:800px){
  body.lca-active .lca-hero-inner{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
    gap:24px!important;
  }

  body.lca-active .lca-hero-copy,
  body.lca-active .lca-hero-art{
    width:100%!important;
    max-width:100%!important;
    justify-self:stretch!important;
  }
}
