/* V10.42 — Product cards where the product image is the visual hero. */
:root{
  --rr-card-ink:#241820;
  --rr-card-muted:#8e7480;
  --rr-card-rose:#d93679;
  --rr-card-rose-light:#f268a0;
  --rr-card-line:rgba(132,51,84,.12);
  --rr-card-shadow:0 22px 60px rgba(91,31,56,.09);
  --rr-card-shadow-hover:0 34px 82px rgba(120,35,70,.16);
}

html body.biagiotti-style .shopping-section{
  background:
    radial-gradient(circle at 8% 5%,rgba(236,94,151,.09),transparent 24%),
    radial-gradient(circle at 92% 92%,rgba(180,63,111,.07),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fff9fc 100%)!important;
}

html body.biagiotti-style .shopping-section .shopping-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  grid-auto-rows:1fr!important;
  width:min(1320px,calc(100% - 48px))!important;
  max-width:1320px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  gap:clamp(24px,2.6vw,38px)!important;
}

html body.biagiotti-style .shop-product-card{
  position:relative!important;
  display:flex!important;
  min-width:0!important;
  width:100%!important;
  height:100%!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid var(--rr-card-line)!important;
  border-radius:30px!important;
  background:linear-gradient(155deg,#fff 0%,#fffafd 68%,#fff4f8 100%)!important;
  box-shadow:var(--rr-card-shadow)!important;
  transform:translateZ(0)!important;
  transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s ease,border-color .42s ease!important;
}

html body.biagiotti-style .shop-product-card:hover{
  border-color:rgba(217,54,121,.26)!important;
  box-shadow:var(--rr-card-shadow-hover)!important;
  transform:translateY(-9px)!important;
}

html body.biagiotti-style .shop-product-card .shop-card-media,
html body.page-category.biagiotti-style .shopping-section .shop-product-card .shop-card-media{
  position:relative!important;
  width:calc(100% - 20px)!important;
  height:clamp(340px,32vw,440px)!important;
  min-height:340px!important;
  aspect-ratio:auto!important;
  flex:0 0 auto!important;
  margin:10px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(145,55,91,.09)!important;
  border-radius:23px!important;
  background:
    radial-gradient(circle at 50% 42%,#fff 0%,#fff 40%,rgba(255,244,249,.9) 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.86)!important;
  transform:none!important;
  transition:box-shadow .4s ease,transform .4s cubic-bezier(.16,1,.3,1)!important;
}

html body.biagiotti-style .shop-product-card:hover .shop-card-media{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 18px 38px rgba(109,33,64,.11)!important;
  transform:translateY(-2px)!important;
}

html body.biagiotti-style .shop-card-media::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  z-index:3;
  height:22%;
  background:linear-gradient(180deg,transparent,rgba(255,246,250,.22));
  pointer-events:none;
}

html body.biagiotti-style .shop-product-card .shop-card-image-link{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
}

html body.biagiotti-style .shop-product-card .shop-card-img,
html body.biagiotti-style .shop-product-card .shop-card-media img,
html body.page-category.biagiotti-style .shopping-section .shop-card-media img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
  mix-blend-mode:normal!important;
  padding:clamp(10px,1.25vw,18px)!important;
  transform:scale(1)!important;
  transition:opacity .42s ease,transform .8s cubic-bezier(.16,1,.3,1)!important;
}

html body.biagiotti-style .shop-product-card .shop-card-img-main{opacity:1!important}
html body.biagiotti-style .shop-product-card .shop-card-img-hover{opacity:0!important}
html body.biagiotti-style .shop-product-card:hover .shop-card-img-main{opacity:0!important;transform:scale(1.025)!important}
html body.biagiotti-style .shop-product-card:hover .shop-card-img-hover{opacity:1!important;transform:scale(1.025)!important}
html body.biagiotti-style .shop-product-card.is-color-selected .shop-card-img-main{opacity:1!important;transform:scale(1)!important}
html body.biagiotti-style .shop-product-card.is-color-selected .shop-card-img-hover{opacity:0!important;transform:scale(1)!important}
html body.biagiotti-style .shop-product-card.is-image-switching .shop-card-img-main{opacity:.25!important}

html body.biagiotti-style .rr-product-favorite{
  position:absolute!important;
  z-index:12!important;
  top:18px!important;
  right:auto!important;
  left:auto!important;
  inset-inline-end:18px!important;
  display:grid!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(126,48,80,.12)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.92)!important;
  color:#392831!important;
  box-shadow:0 10px 28px rgba(85,28,53,.12)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}

html body.biagiotti-style .rr-product-favorite::before,
html body.biagiotti-style .rr-product-favorite::after{display:none!important;content:none!important}
html body.biagiotti-style .rr-product-favorite:hover{color:var(--rr-card-rose)!important;transform:scale(1.06)!important}
html body.biagiotti-style .rr-product-favorite.is-favorite{background:var(--rr-card-rose)!important;color:#fff!important}

html body.biagiotti-style .shop-offer-badge,
html body.biagiotti-style .shop-stock-image-badge{
  z-index:10!important;
  top:18px!important;
  inset-inline-start:18px!important;
}

html body.biagiotti-style .rr-product-featured-badge{
  position:absolute!important;
  z-index:10!important;
  top:64px!important;
  inset-inline-start:18px!important;
}

html body.biagiotti-style .shop-model-peek{display:none!important}

html body.biagiotti-style .shop-product-card .shop-card-body,
html body.page-category.biagiotti-style .shopping-section .shop-card-body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  padding:18px 22px 22px!important;
}

html body.biagiotti-style .shop-card-topline{
  display:flex!important;
  min-height:28px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0 0 10px!important;
}

html body.biagiotti-style .shop-stock{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

html body.biagiotti-style .shop-stock::before{width:8px!important;height:8px!important;box-shadow:0 0 0 5px rgba(67,130,88,.08)!important}

html body.biagiotti-style .shop-price-row.shop-price-inline{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:7px!important;
  margin:0!important;
}

html body.biagiotti-style .shop-price-row strong{
  color:var(--rr-card-ink)!important;
  font-size:clamp(21px,2vw,28px)!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
}

html body.biagiotti-style .shop-price-row del{font-size:12px!important}

html body.biagiotti-style .shop-card-body h3{
  display:-webkit-box!important;
  min-height:66px!important;
  overflow:hidden!important;
  margin:2px 0 0!important;
  color:var(--rr-card-ink)!important;
  font-family:var(--rr-heading-font,'Playfair Display',Georgia,serif)!important;
  font-size:clamp(21px,1.75vw,27px)!important;
  font-weight:600!important;
  line-height:1.22!important;
  letter-spacing:-.02em!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}

html[dir="rtl"] body.biagiotti-style .shop-card-body h3{
  font-family:var(--rr-heading-font,'Cairo',sans-serif)!important;
  font-weight:800!important;
  letter-spacing:0!important;
}

html body.biagiotti-style .shop-short-desc{
  display:-webkit-box!important;
  min-height:45px!important;
  margin:10px 0 14px!important;
  overflow:hidden!important;
  color:var(--rr-card-muted)!important;
  font-size:13px!important;
  line-height:1.7!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}

html body.biagiotti-style .shop-swatches{margin:0 0 14px!important}
html body.biagiotti-style .product-share-row{display:none!important}

html body.biagiotti-style .shop-card-actions{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:auto!important;
}

html body.biagiotti-style .rr-product-view-icon{
  display:grid!important;
  width:50px!important;
  min-width:50px!important;
  height:50px!important;
  min-height:50px!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(217,54,121,.38)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--rr-card-rose)!important;
  box-shadow:0 9px 24px rgba(120,35,70,.08)!important;
}

html body.biagiotti-style .rr-product-view-icon::before,
html body.biagiotti-style .rr-product-view-icon::after{display:none!important;content:none!important}
html body.biagiotti-style .rr-product-view-icon svg{display:block!important;width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
html body.biagiotti-style .rr-product-view-icon:hover{background:var(--rr-card-ink)!important;color:#fff!important;transform:translateY(-2px)!important}

html body.biagiotti-style .shop-cart-form{width:100%!important}
html body.biagiotti-style .shop-cart-form button{
  width:100%!important;
  min-height:50px!important;
  padding:10px 18px!important;
  border:1px solid rgba(126,22,66,.42)!important;
  border-radius:999px!important;
  background:linear-gradient(120deg,var(--rr-card-rose),var(--rr-card-rose-light))!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(211,48,115,.24)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

html body.biagiotti-style .shop-cart-form button::before,
html body.biagiotti-style .shop-cart-form button::after{display:none!important;content:none!important}
html body.biagiotti-style .shop-cart-form button:hover{background:var(--rr-card-ink)!important;box-shadow:0 16px 34px rgba(36,24,32,.2)!important;transform:translateY(-2px)!important}
html body.biagiotti-style .shop-cart-form button:disabled{border-color:#d8c9d0!important;background:#d8c9d0!important;color:#fff!important;box-shadow:none!important}

@media(max-width:1050px){
  html body.biagiotti-style .shopping-section .shopping-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:620px){
  html body.biagiotti-style .shopping-section{padding-inline:0!important}
  html body.biagiotti-style .shopping-section .shopping-grid,
  html body.page-category.biagiotti-style .shopping-section .shopping-grid{
    grid-template-columns:minmax(0,1fr)!important;
    width:calc(100% - 24px)!important;
    max-width:540px!important;
    gap:24px!important;
  }
  html body.biagiotti-style .shop-product-card{border-radius:26px!important}
  html body.biagiotti-style .shop-product-card:hover{transform:none!important}
  html body.biagiotti-style .shop-product-card .shop-card-media,
  html body.page-category.biagiotti-style .shopping-section .shop-product-card .shop-card-media{
    width:calc(100% - 16px)!important;
    height:clamp(300px,86vw,420px)!important;
    min-height:300px!important;
    aspect-ratio:auto!important;
    margin:8px!important;
    padding:0!important;
    border-radius:20px!important;
  }
  html body.biagiotti-style .shop-product-card .shop-card-img,
  html body.biagiotti-style .shop-product-card .shop-card-media img{
    height:100%!important;
    padding:12px!important;
    transform:scale(1)!important;
  }
  html body.biagiotti-style .shop-product-card .shop-card-body{padding:17px 18px 20px!important}
  html body.biagiotti-style .shop-card-body h3{min-height:58px!important;font-size:clamp(22px,6.5vw,28px)!important}
  html body.biagiotti-style .shop-price-row strong{font-size:clamp(23px,7vw,29px)!important}
  html body.biagiotti-style .shop-short-desc{display:-webkit-box!important;font-size:13px!important}
  html body.biagiotti-style .rr-product-favorite{top:16px!important;inset-inline-end:16px!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
}

@media(prefers-reduced-motion:reduce){
  html body.biagiotti-style .shop-product-card,
  html body.biagiotti-style .shop-product-card *{transition:none!important}
}
