/* Laroca 2.0 Product Detail — complete rewrite 5.6.2 */
:root{
  --laroca-gold:#c58f34;
  --laroca-gold-soft:#d7aa53;
  --laroca-black:#080808;
  --laroca-text:#111;
  --laroca-muted:#6f6f6f;
  --laroca-line:#e8e3dc;
  --laroca-cream:#f8f5f0;
  --laroca-red:#d71920;
}

body.single-product.laroca-ui-product{
  background:#fff!important;
  color:var(--laroca-text)!important;
}
body.single-product.laroca-ui-product .laroca-single-product-page{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  color:var(--laroca-text)!important;
}
body.single-product.laroca-ui-product .laroca-pdp{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  color:var(--laroca-text)!important;
}
body.single-product.laroca-ui-product .laroca-pdp *{box-sizing:border-box}
body.single-product.laroca-ui-product .laroca-pdp a{text-decoration:none}
.laroca-pdp-shell{
  width:min(1490px,calc(100% - 64px));
  margin:0 auto 42px;
  background:#fff;
}
.laroca-pdp-breadcrumbs{
  padding:18px 0 16px;
  font:400 13px/1.4 Montserrat,Arial,sans-serif;
  color:#666;
}
.laroca-pdp-breadcrumbs a{color:#666}
.laroca-pdp-breadcrumb-sep{display:inline-block;margin:0 10px;color:#aaa}

.laroca-pdp-main{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(480px,.94fr);
  gap:44px;
  align-items:start;
}
.laroca-pdp-gallery{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:18px;
  min-width:0;
}
.laroca-pdp-thumbs{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
}
.laroca-pdp-thumb{
  width:82px;
  aspect-ratio:1/1.18;
  margin:0;
  padding:0;
  border:1px solid #e5e2de;
  background:#fafafa;
  overflow:hidden;
  cursor:pointer;
}
.laroca-pdp-thumb.is-active{border-color:var(--laroca-gold)}
.laroca-pdp-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.laroca-pdp-main-image-wrap{
  position:relative;
  overflow:hidden;
  background:#f7f7f7;
  min-height:530px;
  aspect-ratio:1.16/1;
}
.laroca-pdp-main-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.laroca-pdp-zoom{
  position:absolute;
  right:14px;
  bottom:14px;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border:1px solid #ddd;
  background:rgba(255,255,255,.94);
  color:#222;
  font:600 11px/1 Montserrat,Arial,sans-serif;
  cursor:pointer;
}
.laroca-pdp-zoom svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}

.laroca-pdp-summary{
  min-width:0;
  padding-top:4px;
}
.laroca-pdp-brand{
  margin:0 0 9px;
  color:var(--laroca-gold);
  font:600 12px/1.2 Montserrat,Arial,sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.laroca-pdp-title{
  margin:0 0 15px!important;
  padding:0!important;
  color:#0a0a0a!important;
  font:500 clamp(30px,2.35vw,43px)/1.05 Georgia,"Times New Roman",serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.laroca-pdp-stock{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 15px;
  font:500 13px/1.2 Montserrat,Arial,sans-serif;
}
.laroca-pdp-stock.is-in{color:#0b9a3c}
.laroca-pdp-stock.is-out{color:#c42026}
.laroca-pdp-stock span{font-size:20px;line-height:1}
.laroca-pdp-price{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:15px;
  margin:0;
  min-height:43px;
}
.laroca-pdp-price .woocommerce-Price-amount,
.laroca-pdp-price .woocommerce-Price-currencySymbol{
  font-family:Georgia,"Times New Roman",serif!important;
}
.laroca-pdp-normal-price{
  color:var(--laroca-gold)!important;
  font:600 34px/1 Georgia,"Times New Roman",serif!important;
}
.laroca-pdp-normal-price .woocommerce-Price-amount{color:inherit!important}
.laroca-pdp-price del,
.laroca-pdp-price del .woocommerce-Price-amount{
  color:#666!important;
  font-size:23px!important;
  opacity:1!important;
}
.laroca-pdp-price ins,
.laroca-pdp-price ins .woocommerce-Price-amount{
  color:var(--laroca-red)!important;
  font:600 34px/1 Georgia,"Times New Roman",serif!important;
  text-decoration:none!important;
}
.laroca-pdp-discount{
  padding:7px 10px;
  background:var(--laroca-red);
  color:#fff;
  font:700 12px/1 Montserrat,Arial,sans-serif;
  border-radius:3px;
}
.laroca-pdp-tax{
  margin-top:3px;
  color:#555;
  font:400 12px/1.3 Montserrat,Arial,sans-serif;
}
.laroca-pdp-lead{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:start;
  margin:22px 0 18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--laroca-line);
}
.laroca-pdp-lead p{
  margin:0;
  color:#242424;
  font:400 14px/1.55 Montserrat,Arial,sans-serif;
}
.laroca-pdp-spark svg{width:28px;height:28px;fill:none;stroke:var(--laroca-gold);stroke-width:1.5}

.laroca-pdp-options{
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
  gap:22px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--laroca-line);
}
.laroca-pdp-option-block+ .laroca-pdp-option-block{
  border-left:1px solid var(--laroca-line);
  padding-left:22px;
}
.laroca-pdp-option-label{
  margin-bottom:12px;
  color:#111;
  font:700 11px/1.2 Montserrat,Arial,sans-serif;
}
.laroca-pdp-option-label strong{font-weight:500}
.laroca-pdp-size-buttons{display:flex;flex-wrap:wrap;gap:9px;min-height:36px}
.laroca-pdp-size{
  min-width:44px;
  height:36px;
  padding:0 12px;
  border:1px solid #ddd;
  background:#fff;
  color:#111;
  font:500 12px/1 Montserrat,Arial,sans-serif;
  cursor:pointer;
}
.laroca-pdp-size:hover,
.laroca-pdp-size.is-active{
  border-color:#111;
  background:#070707;
  color:#fff;
}
.laroca-pdp-colors{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  min-height:36px;
}
.laroca-pdp-color{
  position:relative;
  width:29px;
  height:29px;
  border-radius:50%;
  background:var(--swatch,#ddd);
  border:1px solid rgba(0,0,0,.22);
  box-shadow:inset 0 0 0 2px #fff;
}
.laroca-pdp-color.is-active{
  outline:2px solid var(--laroca-gold);
  outline-offset:2px;
}
.laroca-pdp-option-empty{display:block;min-height:29px}

.laroca-pdp-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);
  gap:14px;
  margin-top:22px;
}
.laroca-pdp-cart-slot,
.laroca-pdp-cart-form,
.laroca-pdp-buy-row,
.laroca-pdp-wishlist{width:100%;min-width:0}
.laroca-pdp-cart-form{margin:0!important}
.laroca-pdp-buy-row{
  display:flex!important;
  min-height:50px;
}
.laroca-pdp-buy-row .quantity{display:none!important}
.laroca-pdp-add-to-cart{
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 22px!important;
  border:1px solid #050505!important;
  border-radius:0!important;
  background:#050505!important;
  color:var(--laroca-gold-soft)!important;
  font:700 13px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  box-shadow:none!important;
}
.laroca-pdp-add-to-cart:hover{background:#171717!important}

/* YITH wishlist: plugin logic remains, visual markup is replaced entirely by CSS */
.laroca-pdp-wishlist{
  min-height:50px;
  border:1px solid #aaa;
  background:#fff;
  overflow:hidden;
}
.laroca-pdp-wishlist .yith-wcwl-add-to-wishlist,
.laroca-pdp-wishlist .yith-wcwl-add-button,
.laroca-pdp-wishlist .yith-wcwl-wishlistaddedbrowse,
.laroca-pdp-wishlist .yith-wcwl-wishlistexistsbrowse{
  width:100%!important;
  height:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:0!important;
}
.laroca-pdp-wishlist a,
.laroca-pdp-wishlist button{
  position:relative!important;
  display:flex!important;
  width:100%!important;
  min-height:48px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  background:#fff!important;
  color:#111!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.laroca-pdp-wishlist a::before,
.laroca-pdp-wishlist button::before{
  content:"♡";
  color:#111;
  font:400 27px/1 Arial,sans-serif;
}
.laroca-pdp-wishlist a::after,
.laroca-pdp-wishlist button::after{
  content:"PŘIDAT DO OBLÍBENÝCH";
  color:#111;
  font:600 11px/1 Montserrat,Arial,sans-serif;
}
.laroca-pdp-wishlist img,
.laroca-pdp-wishlist i,
.laroca-pdp-wishlist svg,
.laroca-pdp-wishlist .feedback,
.laroca-pdp-wishlist span{
  display:none!important;
}

.laroca-pdp-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
  padding-top:2px;
}
.laroca-pdp-benefit{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.laroca-pdp-benefit svg{
  flex:0 0 34px;
  width:34px;height:34px;
  fill:none;
  stroke:#111;
  stroke-width:1.25;
}
.laroca-pdp-benefit span{display:flex;flex-direction:column;gap:4px}
.laroca-pdp-benefit strong{
  color:#111;
  font:700 10px/1.2 Montserrat,Arial,sans-serif;
}
.laroca-pdp-benefit small{
  color:#111;
  font:400 9px/1.2 Montserrat,Arial,sans-serif;
}

.laroca-pdp-info-card{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr 1.05fr;
  width:100%;
  margin-top:28px;
  border:1px solid var(--laroca-line);
  background:#fff;
  align-items:start;
}
.laroca-pdp-info-col{
  min-width:0;
  padding:18px 20px;
  color:#111;
}
.laroca-pdp-info-col+ .laroca-pdp-info-col{border-left:1px solid var(--laroca-line)}
.laroca-pdp-description-col h2{
  margin:0 0 12px!important;
  color:var(--laroca-gold)!important;
  font:700 11px/1 Montserrat,Arial,sans-serif!important;
}
.laroca-pdp-description{
  color:#111;
  font:400 12px/1.55 Montserrat,Arial,sans-serif;
}
.laroca-pdp-description p{margin:0 0 8px}
.laroca-pdp-description h1,
.laroca-pdp-description h2,
.laroca-pdp-description h3,
.laroca-pdp-description h4,
.laroca-pdp-description h5,
.laroca-pdp-description h6{
  margin:12px 0 6px!important;
  color:#111!important;
  font:700 12px/1.3 Montserrat,Arial,sans-serif!important;
}
.laroca-pdp-description ul{margin:8px 0 0;padding-left:17px}
.laroca-tip{
  display:grid;
  grid-template-columns:48px 1fr 28px;
  gap:12px;
  align-items:center;
  margin-top:15px;
  min-height:72px;
  padding:10px 14px;
  background:#050505;
  color:#fff;
}
.laroca-tip-letter{
  color:var(--laroca-gold-soft);
  font:500 54px/.8 Georgia,"Times New Roman",serif;
}
.laroca-tip-copy strong{
  display:block;
  margin-bottom:5px;
  color:var(--laroca-gold-soft);
  font:700 10px/1 Montserrat,Arial,sans-serif;
}
.laroca-tip-copy p{
  margin:0;
  color:#fff;
  font:400 10px/1.45 Montserrat,Arial,sans-serif;
}
.laroca-tip-heart svg{
  width:25px;height:25px;fill:none;stroke:var(--laroca-gold-soft);stroke-width:1.4;
}
.laroca-pdp-detail-group{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:10px;
  margin-bottom:18px;
}
.laroca-pdp-detail-group:last-child{margin-bottom:0}
.laroca-pdp-detail-icon svg{
  width:23px;height:23px;fill:none;stroke:var(--laroca-gold);stroke-width:1.35;
}
.laroca-pdp-detail-group h3{
  margin:0 0 8px!important;
  color:#111!important;
  font:700 10px/1.2 Montserrat,Arial,sans-serif!important;
}
.laroca-pdp-fixed-value{
  min-height:18px;
  color:#111;
  font:400 10.5px/1.5 Montserrat,Arial,sans-serif;
}
.laroca-pdp-fixed-value>div{margin-bottom:2px}
.laroca-pdp-meta-col dl{margin:0}
.laroca-pdp-meta-col dl>div{
  margin:0;
  padding:0 0 10px;
  border-bottom:1px solid #eee;
}
.laroca-pdp-meta-col dl>div+div{padding-top:10px}
.laroca-pdp-meta-col dt{
  margin:0 0 4px;
  color:#111;
  font:700 10px/1.2 Montserrat,Arial,sans-serif;
}
.laroca-pdp-meta-col dd{
  min-height:14px;
  margin:0;
  color:#111;
  font:400 10.5px/1.35 Montserrat,Arial,sans-serif;
}

.laroca-pdp-combine{
  display:grid;
  grid-template-columns:175px minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-top:18px;
}
.laroca-pdp-combine-title{
  color:#111;
  font:500 18px/1.25 Georgia,"Times New Roman",serif;
}
.laroca-pdp-combine-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--laroca-gold-soft);
}
.laroca-combine-card{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:14px;
  min-height:124px;
  padding:10px 14px;
  border-right:1px solid #eee;
  background:#fff;
}
.laroca-combine-card:last-child{border-right:0}
.laroca-combine-card.is-empty{visibility:hidden}
.laroca-combine-image{
  display:block;
  width:112px;
  height:104px;
  background:#f6f4f1;
  overflow:hidden;
}
.laroca-combine-image img{width:100%;height:100%;object-fit:cover}
.laroca-combine-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.laroca-combine-name{
  color:#111!important;
  font:500 11px/1.35 Montserrat,Arial,sans-serif;
}
.laroca-combine-price{
  margin:6px 0 9px;
  color:#111;
  font:700 12px/1 Montserrat,Arial,sans-serif;
}
.laroca-combine-price .woocommerce-Price-amount{color:#111!important}
.laroca-combine-button{
  margin-top:auto;
  min-width:120px;
  padding:8px 15px;
  background:#050505;
  color:#fff!important;
  text-align:center;
  font:600 9px/1 Montserrat,Arial,sans-serif;
}

.laroca-pdp-lightbox[hidden]{display:none!important}
.laroca-pdp-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
  background:rgba(0,0,0,.88);
}
.laroca-pdp-lightbox img{max-width:92vw;max-height:90vh;object-fit:contain}
.laroca-pdp-lightbox-close{
  position:absolute;right:28px;top:22px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer;
}
html.laroca-lightbox-open{overflow:hidden}

@media (max-width:1180px){
  .laroca-pdp-shell{width:min(100% - 36px,1180px)}
  .laroca-pdp-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:28px}
  .laroca-pdp-main-image-wrap{min-height:440px}
  .laroca-pdp-title{font-size:32px!important}
  .laroca-pdp-benefits{grid-template-columns:repeat(2,1fr)}
  .laroca-pdp-info-card{grid-template-columns:1.25fr 1fr 1fr}
  .laroca-pdp-meta-col{grid-column:1/-1;border-left:0!important;border-top:1px solid var(--laroca-line)}
  .laroca-pdp-meta-col dl{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
  .laroca-pdp-meta-col dl>div{border-bottom:0;margin:0;padding:0}
}
@media (max-width:900px){
  .laroca-pdp-main{grid-template-columns:1fr}
  .laroca-pdp-gallery{grid-template-columns:70px minmax(0,1fr)}
  .laroca-pdp-thumb{width:70px}
  .laroca-pdp-main-image-wrap{min-height:0;aspect-ratio:1.12/1}
  .laroca-pdp-summary{padding-top:0}
  .laroca-pdp-info-card{grid-template-columns:1fr 1fr}
  .laroca-pdp-info-col:nth-child(3){border-top:1px solid var(--laroca-line)}
  .laroca-pdp-meta-col{grid-column:1/-1}
  .laroca-pdp-combine{grid-template-columns:1fr}
  .laroca-pdp-combine-title br{display:none}
}
@media (max-width:767px){
  .laroca-pdp-shell{width:calc(100% - 24px);margin-bottom:24px}
  .laroca-pdp-breadcrumbs{padding:12px 0;font-size:11px}
  .laroca-pdp-main{gap:18px}
  .laroca-pdp-gallery{display:flex;flex-direction:column}
  .laroca-pdp-main-image-wrap{order:1;aspect-ratio:3/4}
  .laroca-pdp-thumbs{order:2;flex-direction:row;overflow-x:auto}
  .laroca-pdp-thumb{flex:0 0 62px;width:62px}
  .laroca-pdp-title{font-size:30px!important}
  .laroca-pdp-options{grid-template-columns:1fr}
  .laroca-pdp-option-block+ .laroca-pdp-option-block{border-left:0;padding-left:0;border-top:1px solid var(--laroca-line);padding-top:13px}
  .laroca-pdp-actions{grid-template-columns:1fr}
  .laroca-pdp-benefits{grid-template-columns:repeat(2,1fr)}
  .laroca-pdp-info-card{grid-template-columns:1fr}
  .laroca-pdp-info-col+.laroca-pdp-info-col{border-left:0;border-top:1px solid var(--laroca-line)}
  .laroca-pdp-meta-col dl{grid-template-columns:1fr 1fr}
  .laroca-pdp-combine-grid{grid-template-columns:1fr}
  .laroca-combine-card{border-right:0;border-bottom:1px solid #eee}
}


/* =========================================================
   5.6.2 — gallery + purchase controls stabilization
   ========================================================= */

body.single-product.laroca-ui-product .laroca-pdp-main-image-wrap{
  min-height:0!important;
  height:auto!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  background:#f7f7f7!important;
}
body.single-product.laroca-ui-product .laroca-pdp-main-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center top!important;
}

body.single-product.laroca-ui-product .laroca-pdp-cart-slot,
body.single-product.laroca-ui-product .laroca-pdp-cart-form,
body.single-product.laroca-ui-product .laroca-pdp-cart-form .single_variation_wrap,
body.single-product.laroca-ui-product .laroca-pdp-buy-row{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.single-product.laroca-ui-product .laroca-pdp-buy-row{
  display:flex!important;
  align-items:stretch!important;
  min-height:52px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button{
  position:static!important;
  top:auto!important;
  float:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 24px!important;
  border:1px solid #050505!important;
  border-radius:0!important;
  background:#050505!important;
  color:var(--laroca-gold-soft)!important;
  opacity:1!important;
  box-shadow:none!important;
  text-align:center!important;
  font:700 13px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button svg{
  display:block!important;
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button span{
  display:block!important;
  color:inherit!important;
  font:inherit!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:hover{
  background:#171717!important;
  color:#e3bd72!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button.disabled,
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:disabled{
  opacity:1!important;
}

body.single-product.laroca-ui-product .laroca-pdp-wishlist{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  border:1px solid #aaa!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist::before{
  content:"♡";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-118px,-50%);
  z-index:1;
  color:#111;
  font:400 28px/1 Arial,sans-serif;
  pointer-events:none;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist::after{
  content:"PŘIDAT DO OBLÍBENÝCH";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-86px,-50%);
  z-index:1;
  white-space:nowrap;
  color:#111;
  font:600 11px/1 Montserrat,Arial,sans-serif;
  pointer-events:none;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-add-to-wishlist,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-add-button,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-wishlistaddedbrowse,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-wishlistexistsbrowse{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist a,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  opacity:0!important;
  cursor:pointer!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist a::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist a::after,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button::after{
  content:none!important;
  display:none!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist *,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .feedback{
  color:transparent!important;
  text-shadow:none!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-fallback{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  opacity:0!important;
}

@media (max-width:900px){
  body.single-product.laroca-ui-product .laroca-pdp-main-image-wrap{
    min-height:0!important;
    aspect-ratio:auto!important;
  }
}
@media (max-width:767px){
  body.single-product.laroca-ui-product .laroca-pdp-main-image-wrap{
    min-height:0!important;
    aspect-ratio:auto!important;
  }
}


/* =========================================================
   5.6.2 — CTA polish + outfit recommendation cards
   ========================================================= */
body.single-product.laroca-ui-product .laroca-pdp-buy-grid{
  grid-template-columns:minmax(0,1.22fr) minmax(0,1fr)!important;
  gap:14px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button,
body.single-product.laroca-ui-product .laroca-pdp-wishlist{
  height:58px!important;
  min-height:58px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button{
  font-size:14px!important;
  letter-spacing:.03em!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button svg{
  width:24px!important;
  height:24px!important;
  flex-basis:24px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist::before{
  font-size:30px!important;
  transform:translate(-126px,-50%)!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist::after{
  font-size:12px!important;
  letter-spacing:.02em!important;
  transform:translate(-92px,-50%)!important;
}

body.single-product.laroca-ui-product .laroca-pdp-combine{
  margin-top:20px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-combine-grid{
  gap:14px!important;
  border-top:1px solid var(--laroca-gold-soft)!important;
}
body.single-product.laroca-ui-product .laroca-combine-card{
  min-height:124px!important;
  padding:10px 12px!important;
  border:1px solid #e6e0d7!important;
  background:#fff!important;
}
body.single-product.laroca-ui-product .laroca-combine-image{
  background:#f7f3ed!important;
}
body.single-product.laroca-ui-product .laroca-combine-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.single-product.laroca-ui-product .laroca-combine-name{
  font-weight:600!important;
  line-height:1.25!important;
}
body.single-product.laroca-ui-product .laroca-combine-price{
  font-weight:700!important;
}
body.single-product.laroca-ui-product .laroca-combine-button{
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 16px!important;
  background:#050505!important;
  color:#fff!important;
  border:1px solid #050505!important;
  text-decoration:none!important;
  font:600 10px/1 Montserrat,Arial,sans-serif!important;
  text-transform:uppercase!important;
}
body.single-product.laroca-ui-product .laroca-combine-button:hover{
  background:#c79a45!important;
  border-color:#c79a45!important;
  color:#111!important;
}
@media (max-width:767px){
  body.single-product.laroca-ui-product .laroca-pdp-buy-grid{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   5.6.4 — FINAL CTA + LAROCA BRAND PANEL
   Real CTA wrapper is .laroca-pdp-actions.
   ========================================================= */

/* CTA pair — one visual unit, 62/38, no parent/YITH layout interference. */
body.single-product.laroca-ui-product .laroca-pdp-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1.62fr) minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:12px!important;
  width:100%!important;
  margin:24px 0 0!important;
  padding:0!important;
}
body.single-product.laroca-ui-product .laroca-pdp-cart-slot,
body.single-product.laroca-ui-product .laroca-pdp-cart-form,
body.single-product.laroca-ui-product .laroca-pdp-cart-form .single_variation_wrap,
body.single-product.laroca-ui-product .laroca-pdp-buy-row,
body.single-product.laroca-ui-product .laroca-pdp-wishlist{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.single-product.laroca-ui-product .laroca-pdp-buy-row{
  display:flex!important;
  align-items:stretch!important;
  height:60px!important;
  min-height:60px!important;
}
body.single-product.laroca-ui-product .laroca-pdp-buy-row .quantity{
  display:none!important;
}

/* Primary CTA */
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:static!important;
  float:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  width:100%!important;
  max-width:none!important;
  height:60px!important;
  min-height:60px!important;
  margin:0!important;
  padding:0 24px!important;
  border:1px solid #0b0b0b!important;
  border-radius:0!important;
  background:#0b0b0b!important;
  color:#d7ad5c!important;
  box-shadow:none!important;
  opacity:1!important;
  font:700 14px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  transition:background-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button svg{
  display:block!important;
  flex:0 0 25px!important;
  width:25px!important;
  height:25px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button span{
  display:block!important;
  color:inherit!important;
  font:inherit!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:hover,
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:focus-visible{
  background:#171717!important;
  color:#e3bd72!important;
  box-shadow:0 0 0 1px rgba(199,154,69,.25),0 8px 24px rgba(199,154,69,.12)!important;
}
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button.disabled,
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:disabled{
  opacity:1!important;
  cursor:not-allowed!important;
}

/* Secondary CTA wrapper */
body.single-product.laroca-ui-product .laroca-pdp-wishlist{
  position:relative!important;
  display:block!important;
  height:60px!important;
  min-height:60px!important;
  border:1px solid #111!important;
  background:#fff!important;
  overflow:hidden!important;
  transition:background-color .16s ease,box-shadow .16s ease!important;
}

/* Approved visible UI painted by Laroca. */
body.single-product.laroca-ui-product .laroca-pdp-wishlist::before{
  content:"♡";
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:1!important;
  transform:translate(-122px,-51%)!important;
  color:#111!important;
  font:400 30px/1 Arial,sans-serif!important;
  pointer-events:none!important;
  transition:color .16s ease!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist::after{
  content:"PŘIDAT DO OBLÍBENÝCH";
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:1!important;
  transform:translate(-88px,-50%)!important;
  white-space:nowrap!important;
  color:#111!important;
  font:700 12px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  pointer-events:none!important;
}

/* YITH remains functional, but visually disappears completely. */
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-add-to-wishlist,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-add-button,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-wishlistaddedbrowse,
body.single-product.laroca-ui-product .laroca-pdp-wishlist .yith-wcwl-wishlistexistsbrowse{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist a,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-fallback{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  opacity:0!important;
  cursor:pointer!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist a::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist a::after,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist button::after{
  content:none!important;
  display:none!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist:hover,
body.single-product.laroca-ui-product .laroca-pdp-wishlist:focus-within{
  background:#f6f4ef!important;
  box-shadow:0 8px 20px rgba(0,0,0,.05)!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist:hover::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist:focus-within::before{
  color:#c79a45!important;
}

/* Final Laroca branding / trust bridge under CTA. */
body.single-product.laroca-ui-product .laroca-pdp-brand-panel{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
  margin:18px 0 0!important;
  padding:22px 10px!important;
  border:1px solid #eee7dc!important;
  background:#fbf9f4!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-item{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  padding:0 14px!important;
  text-align:center!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-item + .laroca-pdp-brand-item{
  border-left:1px solid rgba(199,154,69,.24)!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:32px!important;
  height:32px!important;
  margin:0 0 10px!important;
  color:#b98c3d!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-icon svg{
  display:block!important;
  width:28px!important;
  height:28px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.35!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-copy strong{
  color:#171717!important;
  font:700 10px/1.25 Montserrat,Arial,sans-serif!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-copy small{
  color:#6f6a62!important;
  font:400 9px/1.3 Montserrat,Arial,sans-serif!important;
}

/* Keep the information card close enough that the new panel bridges the space. */
body.single-product.laroca-ui-product .laroca-pdp-info-card{
  margin-top:22px!important;
}

/* Retire the previous tiny benefit row if stale markup is cached somewhere. */
body.single-product.laroca-ui-product .laroca-pdp-benefits{
  display:none!important;
}

@media (max-width:900px){
  body.single-product.laroca-ui-product .laroca-pdp-actions{
    grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)!important;
  }
  body.single-product.laroca-ui-product .laroca-pdp-brand-panel{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    row-gap:20px!important;
  }
  body.single-product.laroca-ui-product .laroca-pdp-brand-item:nth-child(3){
    border-left:0!important;
  }
}
@media (max-width:620px){
  body.single-product.laroca-ui-product .laroca-pdp-actions{
    grid-template-columns:1fr!important;
  }
  body.single-product.laroca-ui-product .laroca-pdp-brand-panel{
    grid-template-columns:1fr 1fr!important;
    padding:18px 8px!important;
  }
  body.single-product.laroca-ui-product .laroca-pdp-wishlist::before{
    transform:translate(-122px,-51%)!important;
  }
  body.single-product.laroca-ui-product .laroca-pdp-wishlist::after{
    transform:translate(-88px,-50%)!important;
  }
}


/* =========================================================
   5.6.5 — RUNTIME-PROOF CTA / BRANDING
   Woo variation JS may add disabled classes; YITH may rebuild
   its own markup. Neither is allowed to repaint Laroca UI.
   ========================================================= */

body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button.disabled,
body.single-product.laroca-ui-product .laroca-pdp-add-to-cart.single_add_to_cart_button:disabled{
  opacity:1!important;
  background:#0b0b0b!important;
  border-color:#0b0b0b!important;
  color:#d7ad5c!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
}

/* Permanent Laroca wishlist face. */
body.single-product.laroca-ui-product .laroca-pdp-wishlist::before,
body.single-product.laroca-ui-product .laroca-pdp-wishlist::after{
  content:none!important;
  display:none!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-face{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  width:100%!important;
  height:100%!important;
  color:#111!important;
  background:#fff!important;
  pointer-events:none!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-face svg{
  display:block!important;
  flex:0 0 25px!important;
  width:25px!important;
  height:25px!important;
  fill:none!important;
  stroke:#111!important;
  stroke-width:1.55!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-face > span{
  display:block!important;
  color:#111!important;
  font:700 12px/1 Montserrat,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine .yith-wcwl-add-to-wishlist,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine .yith-wcwl-add-button,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine .yith-wcwl-wishlistaddedbrowse,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine .yith-wcwl-wishlistexistsbrowse,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine a,
body.single-product.laroca-ui-product .laroca-pdp-wishlist-engine button{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:transparent!important;
  opacity:0!important;
  font-size:0!important;
  cursor:pointer!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist:hover .laroca-pdp-wishlist-face,
body.single-product.laroca-ui-product .laroca-pdp-wishlist:focus-within .laroca-pdp-wishlist-face{
  background:#f6f4ef!important;
}
body.single-product.laroca-ui-product .laroca-pdp-wishlist:hover .laroca-pdp-wishlist-face svg,
body.single-product.laroca-ui-product .laroca-pdp-wishlist:focus-within .laroca-pdp-wishlist-face svg{
  stroke:#c79a45!important;
}

/* Give branding enough visual weight to bridge the tall photo/right column. */
body.single-product.laroca-ui-product .laroca-pdp-brand-panel{
  min-height:112px!important;
  align-items:stretch!important;
}
body.single-product.laroca-ui-product .laroca-pdp-brand-item{
  justify-content:center!important;
}
