.replica-page{--rep-bg-1: #ffffff;--rep-bg-2: #fbf0f3;--rep-text: #290217;--rep-accent: #7a1630;--rep-border: rgba(122, 22, 48, .16);--rep-radius-sm: 10px;--rep-radius-md: 16px;--rep-radius-lg: 24px;--rep-shadow-soft: 0 10px 30px rgba(41, 2, 23, .08);--rep-space-2: 2px;--rep-space-4: 4px;--rep-space-8: 8px;--rep-space-12: 12px;--rep-space-16: 16px;--rep-space-24: 24px;--rep-space-32: 32px;--rep-space-48: 48px;--rep-space-64: 64px;--rep-font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--rep-font-headings: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;color:var(--rep-text);font-family:var(--rep-font-body)}body.template-product.template-suffix-replica .header-wrapper,body.template-product.template-suffix-replica .footer{display:none!important}.replica-page .rep-section{width:100%}.replica-page .rep-section--bg1{background:var(--rep-bg-1)}.replica-page .rep-section--bg2{background:var(--rep-bg-2)}.replica-page .rep-container{max-width:var(--rep-maxw, 1180px);margin:0 auto;padding-left:24px;padding-right:24px}@media (max-width: 749px){.replica-page .rep-container{padding-left:18px;padding-right:18px}}.replica-page .rep-h1{font-family:var(--rep-font-headings);font-weight:300;letter-spacing:-.02em;line-height:1.05;font-size:48px;margin:0}.replica-page .rep-h2{font-family:var(--rep-font-headings);font-weight:300;letter-spacing:-.01em;line-height:1.08;font-size:40px;margin:0}.replica-page .rep-kicker{text-transform:uppercase;letter-spacing:.12em;font-weight:500;font-size:12px}.replica-page .rep-body{font-size:16px;line-height:1.55}.replica-page .rep-muted{color:#290217b8}@media (max-width: 749px){.replica-page .rep-h1{font-size:34px}.replica-page .rep-h2{font-size:28px}.replica-page .rep-body{font-size:15px}}.replica-page .rep-btn{-webkit-appearance:none;appearance:none;border:1px solid var(--rep-accent);background:var(--rep-accent);color:#fff;border-radius:999px;padding:14px 18px;font-weight:500;font-family:var(--rep-font-body);font-size:14px;line-height:1;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease,opacity .15s ease}.replica-page .rep-btn:hover{opacity:.95}.replica-page .rep-btn:active{transform:translateY(1px)}.replica-page .rep-btn:focus-visible{outline:3px solid rgba(122,22,48,.25);outline-offset:3px}.replica-page .rep-btn--ghost{background:transparent;color:var(--rep-text);border-color:var(--rep-border)}.replica-page .rep-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--rep-border);background:#ffffffa6;padding:10px 12px;font-size:12px;font-weight:500}.replica-page .rep-card{border:1px solid var(--rep-border);border-radius:var(--rep-radius-lg);background:#ffffffd9;box-shadow:var(--rep-shadow-soft)}.rep-ann{font-size:12px;letter-spacing:.03em;text-align:center;padding:10px 12px;border-bottom:1px solid rgba(41,2,23,.06);background:#efd3db;color:var(--rep-text)}.rep-ann__inner{display:inline-flex;gap:10px;align-items:center}.rep-ann__dot{width:4px;height:4px;border-radius:50%;background:#29021759}.rep-header{position:sticky;top:0;z-index:50;background:#fff0;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;will-change:transform;border-bottom:1px solid rgba(41,2,23,.06)}.rep-header.is-hidden{transform:translateY(-110%)}.rep-header.is-solid{background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #29021714}.rep-header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 0}.rep-nav{display:flex;gap:18px;align-items:center;justify-content:flex-start;font-size:13px}.rep-nav a{color:var(--rep-text);text-decoration:none;opacity:.9}.rep-nav a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}.rep-logo{font-weight:600;letter-spacing:.08em;font-size:14px;text-transform:uppercase;justify-self:center}.rep-header__icons{display:flex;justify-content:flex-end;gap:14px}.rep-iconbtn{width:34px;height:34px;border-radius:999px;border:1px solid rgba(41,2,23,.1);background:#ffffff80;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.rep-iconbtn:focus-visible{outline:3px solid rgba(122,22,48,.25);outline-offset:3px}@media (max-width: 989px){.rep-nav{display:none}.rep-header__bar{grid-template-columns:auto 1fr auto}.rep-logo{justify-self:start;padding-left:8px}}.rep-pdp{padding:28px 0 24px}.rep-pdp__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}@media (max-width: 989px){.rep-pdp__grid{grid-template-columns:1fr;gap:20px}}.rep-gallery{border-radius:var(--rep-radius-lg);overflow:hidden;background:#f3f3f4;border:1px solid rgba(41,2,23,.06)}.rep-gallery__main{aspect-ratio:1 / 1;width:100%;object-fit:cover;display:block}.rep-gallery__thumbs{display:flex;gap:10px;padding:12px;border-top:1px solid rgba(41,2,23,.06);overflow-x:auto;scroll-snap-type:x mandatory}.rep-gallery__thumb{width:64px;height:64px;flex:0 0 auto;border-radius:14px;border:1px solid rgba(41,2,23,.1);background:#fff;overflow:hidden;scroll-snap-align:start;cursor:pointer}.rep-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.rep-gallery__thumb.is-active{border-color:var(--rep-accent);box-shadow:0 0 0 3px #7a163026}.rep-info{padding-top:6px}.rep-ratingrow{display:flex;gap:10px;align-items:center;font-size:13px;margin-bottom:10px}.rep-ratingrow .rep-muted{font-size:13px}.rep-title{margin:0 0 14px;font-family:var(--rep-font-headings);font-weight:300;font-size:34px;line-height:1.12;letter-spacing:-.01em}@media (max-width: 749px){.rep-title{font-size:28px}}.rep-pricebar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.rep-price{font-size:22px;font-weight:500}.rep-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#7a16301a;border:1px solid rgba(122,22,48,.18);color:var(--rep-text);font-weight:500;font-size:12px}.rep-desc{margin:12px 0 18px;font-size:15px;line-height:1.6;color:#290217d9}.rep-bullets{display:grid;gap:8px;margin:14px 0 18px;padding-left:0;list-style:none}.rep-bullets li{display:grid;grid-template-columns:16px 1fr;gap:10px;align-items:start;font-size:14px}.rep-check{width:16px;height:16px;border-radius:999px;border:1px solid rgba(122,22,48,.22);background:#7a16301a;margin-top:2px;position:relative}.rep-check:after{content:"";position:absolute;left:4px;top:4px;width:6px;height:3px;border-left:2px solid var(--rep-accent);border-bottom:2px solid var(--rep-accent);transform:rotate(-45deg)}.rep-swatches{margin:16px 0 18px}.rep-swatches__label{font-size:13px;margin-bottom:10px;font-weight:500}.rep-swatchrow{display:flex;gap:10px;align-items:center}.rep-swatchbtn{width:26px;height:26px;border-radius:999px;border:1px solid rgba(41,2,23,.15);cursor:pointer;position:relative}.rep-swatchbtn.is-active{box-shadow:0 0 0 3px #7a163024;border-color:#7a163059}.rep-swatchbtn:focus-visible{outline:3px solid rgba(122,22,48,.25);outline-offset:3px}.rep-atc{display:grid;gap:10px;margin-top:10px}.rep-atc__promo{font-size:12px;color:#290217b3}.rep-atc__row{display:grid;grid-template-columns:1fr;gap:12px}.rep-trustrow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(41,2,23,.08)}.rep-trustitem{text-align:center;font-size:12px;color:#290217bf}.rep-trustitem strong{display:block;font-weight:500;color:#290217e6}@media (max-width: 749px){.rep-trustrow{grid-template-columns:1fr}}.rep-ugc{padding:18px 0 26px}.rep-ugc__rail{display:flex;gap:10px;overflow-x:auto;padding:6px 2px;scroll-snap-type:x mandatory}.rep-ugc__tile{width:74px;height:74px;border-radius:16px;border:1px solid rgba(41,2,23,.1);overflow:hidden;position:relative;background:#fff;flex:0 0 auto;scroll-snap-align:start;cursor:pointer}.rep-ugc__tile img{width:100%;height:100%;object-fit:cover;display:block}.rep-ugc__play{position:absolute;inset:auto auto 8px 8px;width:26px;height:26px;border-radius:999px;background:#7a1630eb;display:grid;place-items:center}.rep-ugc__play svg{width:12px;height:12px;fill:#fff}.rep-acc{padding:26px 0}.rep-acc__wrap{border-radius:var(--rep-radius-lg);border:1px solid rgba(41,2,23,.08);background:#ffffffbf;overflow:hidden}.rep-acc__item+.rep-acc__item{border-top:1px solid rgba(41,2,23,.08)}.rep-acc__btn{width:100%;background:transparent;border:0;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:var(--rep-text);font-family:var(--rep-font-body);font-weight:500;font-size:14px}.rep-acc__btn:focus-visible{outline:3px solid rgba(122,22,48,.25);outline-offset:-3px}.rep-acc__chev{transition:transform .18s ease}.rep-acc__item.is-open .rep-acc__chev{transform:rotate(180deg)}.rep-acc__panel{height:0;overflow:hidden;transition:height .22s ease}.rep-acc__content{padding:0 18px 16px;color:#290217cc;font-size:14px;line-height:1.65}.rep-split{padding:42px 0}.rep-split__card{border-radius:var(--rep-radius-lg);border:1px solid rgba(41,2,23,.08);background:#ffffffc7;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.rep-split__left{padding:26px}.rep-split__right img{width:100%;height:100%;object-fit:cover;display:block}.rep-split__grid{display:grid;gap:14px;margin-top:18px}.rep-split__feat{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start}.rep-split__feat strong{display:block;font-weight:500;margin-bottom:2px}.rep-split__feat span{display:block;color:#290217bf;font-size:13px;line-height:1.5}@media (max-width: 989px){.rep-split__card{grid-template-columns:1fr}.rep-split__right{order:-1}}.rep-stats{padding:38px 0}.rep-stats__head{text-align:center;margin-bottom:22px}.rep-stats__grid{display:grid;grid-template-columns:1fr .9fr;gap:26px;align-items:center}.rep-stats__media{border-radius:var(--rep-radius-lg);overflow:hidden;border:1px solid rgba(41,2,23,.08);background:#fff}.rep-stats__media img,.rep-stats__media video{width:100%;display:block}.rep-stats__circles{display:grid;gap:14px}.rep-circle{display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center}.rep-circle__ring{width:70px;height:70px;border-radius:999px;border:2px solid rgba(122,22,48,.25);display:grid;place-items:center;background:#ffffffb3}.rep-circle__ring strong{font-size:18px;font-weight:500}.rep-circle__txt{color:#290217c7;font-size:14px;line-height:1.5}@media (max-width: 989px){.rep-stats__grid{grid-template-columns:1fr}}.rep-compare{padding:44px 0}.rep-compare__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.rep-compare__img{border-radius:var(--rep-radius-lg);overflow:hidden;border:1px solid rgba(41,2,23,.08);background:#fff}.rep-compare__img img{width:100%;display:block;object-fit:cover}.rep-compare__copy h2{margin-bottom:12px}.rep-compare__list{margin:14px 0 18px;padding-left:18px;color:#290217bf}.rep-compare__price{font-size:34px;font-weight:500;color:var(--rep-text)}@media (max-width: 989px){.rep-compare__grid{grid-template-columns:1fr}}.rep-faq{padding:44px 0}.rep-faq__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px;align-items:start}.rep-faq__left{position:sticky;top:84px}@media (max-width: 989px){.rep-faq__grid{grid-template-columns:1fr}.rep-faq__left{position:static}}.rep-rev{padding:44px 0 56px}.rep-rev__top{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;margin-bottom:18px}.rep-rev__summary{border:1px solid rgba(41,2,23,.08);border-radius:var(--rep-radius-lg);padding:18px;background:#ffffffbf}.rep-bars{display:grid;gap:10px;margin-top:12px}.rep-bar{display:grid;grid-template-columns:18px 1fr 38px;gap:10px;align-items:center;font-size:12px}.rep-bar__track{height:6px;border-radius:999px;background:#29021714;overflow:hidden}.rep-bar__fill{height:100%;background:var(--rep-accent);width:70%}.rep-rev__rail{display:grid;gap:14px}.rep-reviewcard{border:1px solid rgba(41,2,23,.08);border-radius:var(--rep-radius-lg);padding:18px;background:#ffffffbf}.rep-reviewcard h4{margin:10px 0 6px;font-size:14px}.rep-reviewcard p{margin:0;color:#290217c7;font-size:13px;line-height:1.6}@media (max-width: 989px){.rep-rev__top{grid-template-columns:1fr}}.rep-footer{padding:48px 0 30px}.rep-footer__big{border-radius:var(--rep-radius-lg);background:#2a0017;color:#fff;padding:28px}.rep-footer__topcard{margin:0 auto 18px;max-width:920px;border-radius:var(--rep-radius-lg);border:1px solid rgba(255,255,255,.16);background:#ffffff0f;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rep-footer__topcard strong{display:block;font-weight:500}.rep-footer__topcard span{display:block;opacity:.8;font-size:12px;margin-top:4px}.rep-footer__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:14px}.rep-footer__col h4{margin:0 0 10px;font-size:13px;font-weight:500;opacity:.9}.rep-footer__col a{display:block;color:#ffffffd1;text-decoration:none;font-size:12px;padding:5px 0}.rep-footer__col a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.rep-footer__brand{margin-top:28px;font-size:72px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:.95;opacity:.92}@media (max-width: 989px){.rep-footer__topcard{grid-template-columns:1fr}.rep-footer__cols{grid-template-columns:1fr 1fr}.rep-footer__brand{font-size:54px}}.rep-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(120%);transition:transform .22s ease,opacity .22s ease;opacity:0;pointer-events:none;padding:10px 12px}.rep-sticky-atc.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.rep-sticky-atc__bar{max-width:var(--rep-maxw, 1180px);margin:0 auto;border-radius:18px;border:1px solid rgba(41,2,23,.12);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 16px 40px #2902172e;padding:12px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.rep-sticky-atc__left{display:flex;gap:10px;align-items:center;min-width:0}.rep-sticky-atc__thumb{width:44px;height:44px;border-radius:14px;overflow:hidden;border:1px solid rgba(41,2,23,.1);background:#fff;flex:0 0 auto}.rep-sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.rep-sticky-atc__meta{min-width:0}.rep-sticky-atc__title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rep-sticky-atc__price{font-size:12px;color:#290217b8}.rep-gallery__main{width:100%;max-height:640px;object-fit:cover;border-radius:20px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/replica.css.map */
