/* Product detail only. Header, footer and shared catalogue styles are intentionally untouched. */
.prl-single-product{max-width:1280px;min-height:calc(100vh - 280px);margin:0 auto;padding:44px 0 64px!important}
.prl-product-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 30px;color:#9a9a9a;font-size:13px}.prl-product-crumbs a{color:#bebebe;text-decoration:none}.prl-product-crumbs b{color:#fff;font-weight:700}
.prl-product-navigation{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.prl-product-navigation .prl-back{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.16);border-radius:9px;color:#fff;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}.prl-product-navigation .prl-product-crumbs{margin:0}@media(max-width:580px){.prl-product-navigation{flex-direction:row;gap:8px;margin-bottom:22px}.prl-product-navigation .prl-back{min-height:32px;padding:0 9px;font-size:11px}.prl-product-navigation .prl-product-crumbs{min-width:0;margin:0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.prl-single-product__grid{display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:520px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:radial-gradient(circle at 87% 7%,rgba(255,255,255,.025),transparent 32%),#121212}
.prl-single-product__image{min-width:0;overflow:hidden;border-radius:15px}.prl-single-product__image img{display:block;width:100%;height:100%;min-height:492px;object-fit:cover;border-radius:15px}
.prl-product-category{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#ffd47a;text-decoration:none;font-size:13px;font-weight:700}.prl-product-category span{font-size:16px;line-height:1}
.prl-product-categories{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.prl-product-categories .prl-product-category{margin-top:0}.prl-product-categories i{color:#727272;font-style:normal}
.prl-single-product__details{display:flex;min-width:0;padding:28px 38px 18px;flex-direction:column;justify-content:center}.prl-single-product__info>p{margin:0 0 12px;color:#f13242;font-size:13px;font-weight:800;letter-spacing:.065em}.prl-single-product__info h1{max-width:540px;margin:0;color:#fff;font-size:40px;line-height:1.05;letter-spacing:-.035em}.prl-single-product__weight{display:block;margin-top:10px;color:#bfbfbf;font-size:14px}.prl-single-product__composition{display:block;margin:15px 0 0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.5}.prl-single-product__composition b{display:none}.prl-product-options{display:grid;gap:14px;margin:20px 0 0}.prl-product-options fieldset{margin:0;padding:0;border:0}.prl-product-options legend{margin:0 0 8px;color:#fff;font-size:14px;font-weight:700}.prl-product-options legend em{margin-left:6px;color:#f34451;font-size:10px;font-style:normal}.prl-product-options__choices{display:flex;flex-wrap:wrap;gap:8px}.prl-product-options label{position:relative;cursor:pointer}.prl-product-options input{position:absolute;opacity:0}.prl-product-options span{display:block;padding:9px 12px;border:1px solid #414141;border-radius:9px;background:#191919;color:#eee;font-size:13px}.prl-product-options input:checked+span{border-color:#ef2f3f;background:#ef2f3f;color:#fff}.prl-product-options__group--error span{border-color:#f0444f}
.prl-single-product__purchase{display:flex;align-items:center;gap:20px;margin-top:34px}.prl-single-product__price{display:block;flex:0 0 auto;margin:0;color:var(--gold,#ffd47a);font-size:32px;line-height:1;font-weight:900;white-space:nowrap}.prl-product-quantity{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:160px;height:66px;flex:0 0 160px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.02)}.prl-product-quantity button{display:grid;width:100%;height:100%;place-items:center;border:0;background:transparent;color:#fff;font:inherit;font-size:25px;line-height:1;cursor:pointer}.prl-product-quantity button:first-child{border-right:1px solid rgba(255,255,255,.08)}.prl-product-quantity button:last-child{border-left:1px solid rgba(255,255,255,.08)}.prl-product-quantity b{display:grid;place-items:center;color:#fff;font-size:20px}.prl-single-product__purchase .prl-button{display:inline-flex;min-width:0;max-width:410px;height:66px;flex:1;align-items:center;justify-content:center;gap:11px;padding:0 22px;border-radius:14px;font-size:16px;font-weight:800;box-shadow:0 12px 24px rgba(239,47,63,.2)}.prl-add-icon{width:25px;height:25px;flex:0 0 auto}.prl-add-icon path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.prl-product-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.prl-product-benefits span{display:flex;min-width:0;min-height:96px;align-items:center;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.015);color:#f4f4f4}.prl-product-benefits i{display:grid;flex:0 0 28px;place-items:center;color:#ffd47a;font-size:29px;font-style:normal;line-height:1}.prl-product-benefits span:nth-child(2) i,.prl-product-benefits span:nth-child(3) i{color:#f13242}.prl-product-benefits b{font-size:14px;line-height:1.25;font-weight:700}
.prl-product-related{margin-top:46px}.prl-product-related>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.prl-product-related h2{margin:0;color:#fff;font-size:32px;line-height:1.1;letter-spacing:-.035em}.prl-product-related>div:first-child a{color:var(--gold,#ffd47a);text-decoration:none;font-size:15px;font-weight:700}.prl-product-related__carousel{position:relative;padding:0 30px}.prl-product-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;overflow:hidden}.prl-product-related article{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#121212}.prl-product-related article>a{display:grid;gap:11px;color:#fff;text-decoration:none}.prl-product-related img{display:block;width:100%;aspect-ratio:1.55/1;object-fit:cover}.prl-product-related article>a b{min-height:38px;padding:0 14px;color:#fff;font-size:16px;line-height:1.2;font-weight:800}.prl-product-related article>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 14px}.prl-product-related article strong{color:#fff;font-size:22px;line-height:1;font-weight:900}.prl-related-add{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:13px;background:#f3273c;color:#fff;text-decoration:none;font-size:28px;font-weight:400;line-height:1}.prl-product-related__arrow{position:absolute;z-index:1;top:50%;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#151515;color:#fff;font-size:38px;line-height:1;cursor:pointer;transform:translateY(-50%)}.prl-product-related__arrow--prev{left:-2px}.prl-product-related__arrow--next{right:-2px}
@media(max-width:1300px){.prl-single-product{margin-right:24px;margin-left:24px}.prl-single-product__details{padding-right:28px;padding-left:28px}.prl-single-product__purchase{gap:13px}.prl-product-benefits{gap:10px}.prl-product-benefits span{padding:12px}.prl-product-benefits b{font-size:13px}.prl-product-related{margin-right:24px;margin-left:24px}}
@media(max-width:900px){.prl-single-product{padding-top:30px!important}.prl-single-product__grid{grid-template-columns:1fr;min-height:0}.prl-single-product__image img{height:360px;min-height:0}.prl-single-product__details{padding:26px 18px 18px}.prl-single-product__info h1{font-size:36px}.prl-product-related{margin-top:38px}.prl-product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prl-product-related__arrow{display:none}.prl-product-related__carousel{padding:0}}
@media(max-width:580px){.prl-single-product{margin-right:16px;margin-left:16px;padding-top:24px!important;padding-bottom:48px!important}.prl-product-crumbs{margin-bottom:22px;font-size:12px}.prl-single-product__grid{padding:9px;border-radius:17px}.prl-single-product__image,.prl-single-product__image img{border-radius:12px}.prl-single-product__image img{height:270px}.prl-single-product__details{padding:22px 8px 8px}.prl-single-product__info>p{font-size:12px}.prl-single-product__info h1{font-size:26px;line-height:1.08}.prl-single-product__composition{font-size:14px}.prl-single-product__purchase{flex-wrap:wrap;gap:12px;margin-top:26px}.prl-single-product__price{font-size:29px}.prl-product-quantity{width:142px;height:56px;flex-basis:142px}.prl-product-quantity b{font-size:18px}.prl-product-quantity button{font-size:23px}.prl-single-product__purchase .prl-button{width:100%;max-width:none;height:58px;flex-basis:100%;font-size:15px}.prl-product-benefits{grid-template-columns:1fr;gap:9px;margin-top:20px}.prl-product-benefits span{min-height:64px;padding:12px 14px}.prl-product-related{margin:36px 16px 0}.prl-product-related h2{font-size:27px}.prl-product-related>div:first-child a{font-size:13px}.prl-product-related__grid{gap:10px}.prl-product-related article>a{gap:8px}.prl-product-related article>a b{min-height:34px;padding:0 10px;font-size:14px}.prl-product-related article>div{padding:8px 10px 10px}.prl-product-related article strong{font-size:17px}.prl-related-add{width:42px;height:42px;flex-basis:42px;border-radius:11px;font-size:24px}}

/* Keep four full cards in view while the arrow controls rotate the extra recommendations. */
.prl-product-related__grid{display:flex}.prl-product-related article{flex:0 0 calc((100% - 48px)/4)}
@media(max-width:900px){.prl-product-related article{flex-basis:calc((100% - 10px)/2)}}

/* Desktop product content follows the site's shared shell rather than a narrower inner column. */
@media(min-width:901px){.prl-single-product{max-width:none;margin-right:0;margin-left:0}.prl-single-product__grid{min-height:426px}.prl-single-product__image img{min-height:398px}.prl-single-product__details{padding-top:20px;padding-bottom:14px}.prl-product-related{margin-right:0;margin-left:0}.prl-single-product__purchase{margin-top:26px}.prl-product-benefits{margin-top:22px}.prl-product-benefits span{min-height:84px}}

/* On phones recommendations are a real touch carousel, not a clipped two-card grid. */
@media(max-width:580px){
  .prl-product-related>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}
  .prl-product-related h2{max-width:230px;font-size:26px;line-height:1.02}
  .prl-product-related>div:first-child a{white-space:nowrap;font-size:12px}
  .prl-product-related__carousel{overflow:visible}
  .prl-product-related__grid{gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}
  .prl-product-related__grid::-webkit-scrollbar{display:none}
  .prl-product-related article{flex:0 0 calc((100% - 10px)/2);scroll-snap-align:start;scroll-snap-stop:always}
}

/* Recommendations deliberately mirror catalogue cards, while staying in the product carousel. */
.prl-product-related article{display:flex;min-height:345px;flex-direction:column;padding:9px;border-color:#393939;border-radius:13px;background:#191919}.prl-product-related article>a{display:flex;gap:0;flex-direction:column}.prl-product-related img{height:194px;aspect-ratio:auto;border-radius:8px}.prl-product-related article>a b{min-height:42px;margin:12px 3px 7px;padding:0;font-size:15px;line-height:1.3}.prl-product-related article>div{margin-top:auto;padding:8px 3px 2px}.prl-product-related article strong{font-size:18px}.prl-related-add{width:48px;height:42px;flex-basis:42px;border-radius:11px;font-size:0;position:relative}.prl-related-add:before,.prl-related-add:after{position:absolute;top:50%;left:50%;width:16px;height:2px;border-radius:2px;background:#fff;content:"";transform:translate(-50%,-50%)}.prl-related-add:after{transform:translate(-50%,-50%) rotate(90deg)}
@media(max-width:580px){.prl-product-related article{min-height:322px;padding:10px;border-radius:11px}.prl-product-related img{height:auto;aspect-ratio:1.2/1}.prl-product-related article>a b{min-height:32px;margin:9px 1px 5px;font-size:12px;line-height:1.28}.prl-product-related article>div{padding:6px 1px 0}.prl-product-related article strong{font-size:16px}.prl-related-add{width:44px;height:38px;flex-basis:38px;border-radius:10px}.prl-related-add:before,.prl-related-add:after{width:15px}}

/* Match the product content to the header shell and keep the reference card compact. */
@media(min-width:901px){.prl-single-product.prl-shell{width:min(1440px,calc(100% - 44px))!important;margin-right:auto!important;margin-left:auto!important}.prl-single-product__grid{height:426px;min-height:426px}.prl-single-product__image img{height:398px;min-height:0}.prl-product-related article{flex-basis:calc((100% - 80px)/6)}}
.prl-product-related__composition{display:-webkit-box;min-height:32px;margin:0 3px 8px;overflow:hidden;color:#b9b9b9;font-size:11px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(min-width:901px) and (max-width:1050px){.prl-product-related article{flex-basis:calc((100% - 32px)/3)}}
@media(max-width:580px){.prl-product-related__composition{min-height:28px;margin:0 1px 7px;font-size:10px;line-height:1.35}}

/* The recommendation cards align with the header shell; controls sit outside the content edge. */
@media(min-width:901px){.prl-product-related__carousel{padding-right:0;padding-left:0;overflow:visible}.prl-product-related__arrow{width:28px;height:48px;padding:0;border:0;border-radius:0;background:transparent;color:#fff;font-size:48px;font-weight:300;box-shadow:none}.prl-product-related__arrow--prev{left:-44px}.prl-product-related__arrow--next{right:-44px}}

/* Purchase controls use the same compact height as the rest of the site's buttons. */
.prl-product-quantity{width:142px;height:52px;flex-basis:142px;border-radius:12px}.prl-product-quantity b{font-size:18px}.prl-product-quantity button{font-size:22px}.prl-single-product__purchase .prl-button{height:52px;border-radius:12px}
@media(max-width:580px){.prl-product-quantity{height:50px}.prl-single-product__purchase .prl-button{height:52px}}

/* Compact, borderless quantity controls; mobile price and quantity keep clear opposite edges. */
.prl-product-quantity{border:0;background:#1a1a1b}.prl-product-quantity button:first-child{border-right-color:rgba(255,255,255,.11)}.prl-product-quantity button:last-child{border-left-color:rgba(255,255,255,.11)}
@media(max-width:580px){.prl-single-product__purchase{width:100%;justify-content:space-between;gap:0}.prl-single-product__purchase .prl-single-product__price{margin-right:auto}.prl-product-quantity{width:122px;height:44px;flex:0 0 122px;margin-left:auto;border-radius:11px}.prl-product-quantity button{font-size:20px}.prl-product-quantity b{font-size:17px}.prl-single-product__purchase .prl-button{margin-top:13px}}

/* Products with several option groups expand the card instead of overlapping recommendations. */
@media(min-width:901px){.prl-single-product__grid{height:auto;min-height:426px}.prl-single-product__image{align-self:start}.prl-single-product__image img{height:398px;min-height:0}}
