.op-cart{padding:clamp(32px,5vw,64px) clamp(20px,4vw,48px) clamp(64px,8vw,96px);color:var(--color-dark-steel, #1a2222)}.op-cart__inner{max-width:1000px;margin:0 auto}.op-body .op-cart__title{color:var(--color-dark-steel, #1a2222);font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin-bottom:28px}.op-cart__items{list-style:none;margin:0;padding:0;border-top:1px solid var(--color-neutral-100, #eceeee)}.op-cart__item{display:grid;grid-template-columns:96px minmax(0,1fr) auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--color-neutral-100, #eceeee)}.op-cart__media{display:block;width:96px;height:96px;border-radius:var(--radius-md, 16px);overflow:hidden;background:var(--color-neutral-50, #f6f7f7)}.op-cart__media img,.op-cart__placeholder{width:100%;height:100%;object-fit:contain}.op-cart__placeholder{fill:var(--color-neutral-200, #d7dbdb)}.op-cart__details{min-width:0}.op-cart__name{font-size:16px;font-weight:600;color:var(--color-dark-steel, #1a2222)}.op-cart__name:hover{color:var(--color-power-pink, #e7004c);text-decoration:none}.op-cart__variant,.op-cart__discount{font-size:14px;color:var(--color-neutral-600, #5a6666)}.op-cart__unit{font-size:14px;margin-top:2px}.op-cart__unit s{color:var(--color-neutral-600, #5a6666);margin-right:6px}.op-cart__remove{display:inline-flex;align-items:center;min-height:32px;font-size:13px;font-weight:500;color:var(--color-neutral-600, #5a6666);text-decoration:underline;text-underline-offset:3px}.op-cart__remove:hover{color:var(--color-power-pink, #e7004c)}.op-cart__qty-input{width:72px;height:44px;border:1.5px solid var(--color-neutral-200, #d7dbdb);border-radius:999px;text-align:center;font:600 15px var(--op-font-body);color:inherit;background:#fff}.op-cart__line-price{font-size:16px;font-weight:600;min-width:110px;text-align:right}.op-cart__summary{margin:28px 0 0 auto;max-width:400px;display:flex;flex-direction:column;gap:10px}.op-cart__row{display:flex;justify-content:space-between;gap:16px;font-size:15px}.op-cart__row--total{font-size:20px;font-weight:700}.op-cart__note{font-size:13px;color:var(--color-neutral-600, #5a6666)}.op-cart__buttons{display:flex;gap:10px;margin-top:8px}.op-cart__update,.op-cart__checkout{min-height:52px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .2s var(--op-ease),box-shadow .2s var(--op-ease),transform .2s var(--op-ease)}.op-body .op-cart__update{background:#fff;color:var(--color-dark-steel, #1a2222);box-shadow:inset 0 0 0 1.5px var(--color-neutral-200, #d7dbdb)}.op-body .op-cart__update:hover{box-shadow:inset 0 0 0 1.5px var(--color-dark-steel, #1a2222)}.op-cart__checkout{flex:1}.op-body .op-cart__checkout{background:var(--color-power-pink, #e7004c);color:#fff}.op-body .op-cart__checkout:hover{background:var(--color-pink-600, #ce0044);color:#fff;text-decoration:none}.op-body .op-cart__checkout:active,.op-body .op-cart__update:active{transform:scale(.97)}.op-cart__continue{align-self:center;font-size:14px;font-weight:500;color:var(--color-dark-steel, #1a2222);text-decoration:underline;text-underline-offset:3px;min-height:44px;display:inline-flex;align-items:center}.op-cart__continue:hover{color:var(--color-power-pink, #e7004c)}.op-cart__empty{display:flex;flex-direction:column;align-items:flex-start;gap:20px;font-size:16px}.op-cart__checkout--link{flex:none}@media(max-width:599px){.op-cart__item{grid-template-columns:72px minmax(0,1fr) auto;grid-template-areas:"media details details" "media qty price";gap:8px 14px;align-items:start}.op-cart__media{grid-area:media;width:72px;height:72px}.op-cart__details{grid-area:details}.op-cart__qty{grid-area:qty}.op-cart__line-price{grid-area:price;align-self:center;min-width:0}.op-cart__summary{max-width:none}.op-cart__buttons{flex-direction:column}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.op-announcement{background:var(--color-lightning-yellow, #ffe135);color:var(--color-dark-steel, #1a2222)}.op-announcement op-announcement{display:block}.op-announcement__link{height:40px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;box-sizing:border-box;white-space:nowrap;overflow:hidden;color:var(--color-dark-steel, #1a2222);text-decoration:none}.op-announcement__link:hover{color:var(--color-dark-steel, #1a2222);text-decoration:none}.op-announcement__headline{display:block;font-size:19px;line-height:1;text-transform:uppercase;position:relative;top:1px}.op-announcement__text{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;line-height:1}.op-announcement__pill{display:flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:var(--color-dark-steel, #1a2222);color:var(--color-lightning-yellow, #ffe135);font-weight:800;line-height:1}.op-announcement__arrow{display:block;font-size:14px;font-weight:700;line-height:1}@media(max-width:479px){.op-announcement__link{gap:8px;padding:0 12px}.op-announcement__headline{font-size:16px}.op-announcement__text{font-size:12px;gap:6px}.op-announcement__pill{padding:0 8px}.op-announcement__arrow{display:none}}.op-benefits{position:relative;scroll-margin-top:60px;background:var(--op-benefits-bg, #fff0f4);color:var(--color-dark-steel, #1a2222);padding:clamp(80px,9vw,120px) clamp(20px,4vw,48px);overflow:hidden}.op-benefits__wrap{display:block;max-width:1200px;margin:0 auto}.op-benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:clamp(40px,6vw,80px);align-items:center}.op-benefits__intro{opacity:0;transform:translateY(16px);transition:opacity .6s var(--op-ease),transform .6s var(--op-ease)}.op-benefits__heading{font-size:clamp(40px,5.2vw,68px);font-weight:700;letter-spacing:-.035em;line-height:1.02;color:var(--color-dark-steel, #1a2222);max-width:12ch;text-wrap:balance}.op-benefits__highlight{color:var(--color-power-pink, #e7004c)}.op-benefits__list{display:grid;gap:4px;margin-top:36px}.op-benefits__pick{display:flex;align-items:center;gap:14px;min-height:48px;text-align:left;color:var(--color-dark-steel, #1a2222);transition:opacity .2s var(--op-ease)}.op-benefits__dot{flex:none;width:12px;height:4px;border-radius:999px;background:var(--color-power-pink, #e7004c);transition:width .36s var(--op-ease)}.op-benefits__pick-title{font-size:18px;font-weight:500;letter-spacing:-.01em}.op-benefits__pick[aria-pressed=true] .op-benefits__dot{width:36px}.op-benefits__pick[aria-pressed=true] .op-benefits__pick-title{font-weight:700}.op-benefits__deck{position:relative;height:clamp(440px,42vw,560px);display:grid;place-items:center;opacity:0;transition:opacity .8s var(--op-ease) .15s}.op-benefits__card{position:absolute;width:min(74%,360px);border-radius:12px;background:#fff;padding:14px 14px 0;text-align:left;color:var(--color-dark-steel, #1a2222);z-index:var(--z, 1);transform:translateY(60px) rotate(0);box-shadow:0 10px 24px #1a22221a;transition:transform .6s var(--op-ease),box-shadow .36s var(--op-ease)}.op-benefits__tape{position:absolute;top:-14px;left:50%;width:120px;height:30px;margin-left:-60px;background:#ffe135d1;transform:rotate(var(--tape-rot, 0deg));box-shadow:0 1px 2px #1a222214;z-index:2}.op-benefits__photo{position:relative;display:block;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background:#f3d9e1}.op-benefits__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--focus, 50% 50%);display:block}.op-benefits__note{display:block;padding:14px 8px 20px}.op-benefits__note-head{display:flex;align-items:baseline;gap:8px}.op-benefits__num,.op-benefits__note-title{font-family:var(--op-benefits-hand, Caveat, cursive);font-size:38px;font-weight:700;line-height:1}.op-benefits__num{color:var(--color-power-pink, #e7004c)}.op-benefits__note-title{line-height:1.05;color:var(--color-dark-steel, #1a2222)}.op-benefits__caption{display:block;font-family:var(--op-benefits-hand, Caveat, cursive);font-size:26px;font-weight:500;line-height:1.2;color:#3a4444;margin-top:6px;opacity:0;transition:opacity .36s var(--op-ease)}.op-benefits__wrap.is-in .op-benefits__intro{opacity:1;transform:none}.op-benefits__wrap.is-in .op-benefits__deck{opacity:1}.op-benefits__wrap.is-in .op-benefits__card[data-pos="0"]{transform:translate(-16px) rotate(-3deg);box-shadow:0 24px 50px #1a222233}.op-benefits__wrap.is-in .op-benefits__card[data-pos="1"]{transform:translate(6px,14px) rotate(4deg) scale(.95)}.op-benefits__wrap.is-in .op-benefits__card[data-pos="2"]{transform:translate(26px,28px) rotate(9deg) scale(.9)}.op-benefits__card[data-pos="0"] .op-benefits__caption{opacity:1}.op-benefits__wrap.is-in.is-fan .op-benefits__card[data-pos="0"]{transform:translateY(-8px) rotate(0) scale(1)}.op-benefits__wrap.is-in.is-fan .op-benefits__card[data-pos="1"]{transform:translate(22%,20px) rotate(8deg) scale(.88)}.op-benefits__wrap.is-in.is-fan .op-benefits__card[data-pos="2"]{transform:translate(-22%,20px) rotate(-8deg) scale(.88)}.op-benefits__wrap.is-fan .op-benefits__caption{opacity:1}@media(prefers-reduced-motion:reduce){.op-benefits__intro,.op-benefits__deck,.op-benefits__card,.op-benefits__caption,.op-benefits__dot{transition:none}}.op-community{background:#fff;color:var(--color-dark-steel, #1a2222);font-family:var(--op-font-body);padding:clamp(80px,9vw,120px) 0 24px;overflow:hidden;scroll-margin-top:60px}.op-community__wrap{display:block}.op-community__head{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,48px);display:flex;justify-content:space-between;align-items:flex-end;gap:20px 40px;flex-wrap:wrap;transition:opacity .6s var(--op-ease),transform .6s var(--op-ease)}.op-community[data-reveal=pending] .op-community__head{opacity:0;transform:translateY(16px)}.op-community__heading{margin:0;font-size:clamp(36px,4.6vw,60px);font-weight:700;letter-spacing:-.035em;line-height:1.04;max-width:13ch;text-wrap:balance}.op-community__accent{color:var(--color-power-pink, #e7004c)}.op-community__text{margin:14px 0 0;font-size:16px;color:#4a5555;max-width:40ch}.op-community__handles{display:flex;gap:10px;flex-wrap:wrap}.op-community__handle{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;box-shadow:inset 0 0 0 1.5px var(--color-dark-steel, #1a2222);font-size:15px;font-weight:600;color:var(--color-dark-steel, #1a2222);text-decoration:none;transition:background .2s var(--op-ease),color .2s var(--op-ease)}.op-community__handle:hover{background:var(--color-dark-steel, #1a2222);color:#fff}.op-community__icon{width:18px;height:18px;flex:none}.op-community__icon--ig{fill:none;stroke:currentColor;stroke-width:2}.op-community__icon--tt{fill:currentColor}.op-community__rail{margin-top:clamp(0px,1vw,16px);overflow:hidden;padding-top:clamp(40px,4vw,56px);padding-bottom:clamp(56px,6vw,96px);cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.op-community__track{display:flex;width:max-content;will-change:transform}.op-community__set{display:flex;gap:clamp(12px,1.3vw,20px);padding-right:clamp(12px,1.3vw,20px)}.op-community__card{flex:none;display:block;width:clamp(180px,min(21vw,30vh),340px);aspect-ratio:4 / 5;border-radius:24px;overflow:hidden;position:relative;background:#f1ede0;transform-origin:50% 80%;cursor:pointer}.op-community__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-drag:none}@media(prefers-reduced-motion:reduce){.op-community__rail{overflow-x:auto}}.op-footer{position:relative;overflow:hidden;background:#e7004c;color:#fff;padding:clamp(64px,7vw,88px) clamp(20px,4vw,48px) 28px}.op-footer__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.op-footer__top{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:48px 80px;align-items:start}.op-body .op-footer__heading{color:#fff;font-size:clamp(34px,4vw,48px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.op-footer__accent{position:relative;display:inline-block}.op-footer__wave{display:block;position:absolute;left:-2%;right:-2%;bottom:-.28em;height:.34em;pointer-events:none}body[data-op-lines=off] .op-footer__wave{display:none}.op-body .op-footer__text{font-size:16px;margin-top:10px;opacity:.9}.op-footer__form{margin-top:24px;max-width:440px}.op-footer__fields{display:flex;gap:8px}.op-footer__input{flex:1;min-width:0;height:52px;border-radius:10px;border:0;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff59;color:#fff;padding:0 16px;font:400 15px var(--op-font-body);outline:none}.op-footer__input::placeholder{color:#ffffffb8}.op-footer__input:focus-visible{box-shadow:inset 0 0 0 2px #ffe135}.op-footer__input[aria-invalid=true]{box-shadow:inset 0 0 0 2px #ffe135}.op-footer__button{height:52px;padding:0 26px;border-radius:999px;font-weight:600;font-size:15px;flex:none;transition:filter .2s var(--op-ease)}.op-body .op-footer__button{background:#ffe135;color:#1a2222}.op-body .op-footer__button:hover{filter:brightness(.96)}.op-body .op-footer__button:focus-visible{outline-color:#ffe135}.op-footer__status{font-size:14px;font-weight:500;margin-top:10px}.op-footer__status--success{display:inline-block;margin-top:0;padding:14px 18px;border-radius:10px;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff59}.op-footer__status--error{color:#ffe135}.op-footer__columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;font-size:15px;line-height:2.1}.op-body .op-footer__column-title{color:#ffe135;font-weight:600}.op-footer__link{display:block;color:#fff;overflow-wrap:anywhere}.op-footer__link:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.op-footer__bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-top:64px;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);font-size:13px}.op-footer__wordmark{width:132px;height:auto;display:block}.op-footer__legal{display:flex;gap:6px;flex-wrap:wrap;opacity:.9}.op-footer__legal-link{color:#fff}.op-footer__legal-link:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.op-footer :focus-visible{outline-color:#ffe135}.op-header-section{position:sticky;top:0;z-index:50}.op-header{position:relative;background:#e7004c;color:#fff;box-shadow:none;transition:background .36s var(--op-ease),box-shadow .2s var(--op-ease)}.op-header.is-scrolled{background:#e7004cc7;-webkit-backdrop-filter:blur(14px) saturate(1.4);backdrop-filter:blur(14px) saturate(1.4);box-shadow:0 6px 16px #1a22221f}.op-header op-header{display:block}.op-header__inner{max-width:1296px;margin:0 auto;padding:0 clamp(20px,4vw,48px);height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;transition:height .2s var(--op-ease)}.op-header.is-scrolled .op-header__inner{height:60px}.op-header__enter{animation:op-header-in .6s var(--op-ease) both}@keyframes op-header-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.op-header__left{display:flex;align-items:center;min-width:0}.op-header__nav{display:flex;gap:28px;font-size:14px;font-weight:500}.op-header__link{color:#fff;min-height:44px;display:flex;align-items:center;white-space:nowrap;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;background-position:0 calc(50% + 12px);background-size:0% 1.5px;transition:background-size .2s var(--op-ease)}.op-header__link:hover,.op-header__link[aria-current=page]{color:#fff;text-decoration:none;background-size:100% 1.5px}.op-header__menu{display:none}.op-header__menu-button{list-style:none;width:44px;height:44px;margin-left:-10px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:background .2s var(--op-ease)}.op-header__menu-button::-webkit-details-marker{display:none}.op-header__menu-button:hover{background:#ffffff29}.op-header__menu-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.op-header__menu-close,.op-header__menu[open] .op-header__menu-open{display:none}.op-header__menu[open] .op-header__menu-close{display:inline}.op-header__menu-panel{position:absolute;left:0;right:0;top:100%;display:flex;flex-direction:column;padding:4px clamp(20px,4vw,48px) 12px;background:#e7004c;border-top:1px solid rgba(255,255,255,.18);box-shadow:0 12px 24px #1a222229;font-size:16px;font-weight:500}.op-header__menu-panel .op-header__link{background-position:0 calc(50% + 13px)}.op-header__logo{display:block;transition:transform .2s var(--op-ease)}.op-header__logo:hover{transform:scale(1.04)}.op-header__logo-img{height:44px;width:auto;display:block;transition:height .2s var(--op-ease)}.op-header.is-scrolled .op-header__logo-img{height:36px}.op-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.op-header__locale{position:relative}.op-header__pill{list-style:none;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;min-height:40px;padding:0 14px;border-radius:999px;white-space:nowrap;color:#fff;cursor:pointer;transition:background .2s var(--op-ease)}.op-header__pill::-webkit-details-marker{display:none}.op-header__pill:hover,.op-header__locale[open] .op-header__pill{background:#ffffff29}.op-header__pill--static{cursor:default}.op-header__pill--static:hover{background:none}.op-header__flag{width:20px;height:15px;border-radius:2px;flex:none;display:block;object-fit:cover}.op-header__locale-panel{position:absolute;right:0;top:calc(100% + 8px);width:260px;padding:16px;border-radius:16px;background:#fff;color:var(--color-dark-steel, #1a2222);box-shadow:0 18px 40px #1a22222e}.op-header__locale-form{display:flex;flex-direction:column;gap:8px}.op-header__field-label{font-size:12px;font-weight:600;color:var(--color-neutral-600, #5a6666)}.op-header__select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--color-neutral-200, #d7dbdb);border-radius:10px;background:#fff;color:var(--color-dark-steel, #1a2222);font:400 14px var(--op-font-body);margin-bottom:4px}.op-header__locale-submit{min-height:44px;border-radius:999px;background:#e7004c;color:#fff;font-weight:600;font-size:14px;transition:background .2s var(--op-ease)}.op-body .op-header__locale-submit{background:#e7004c;color:#fff}.op-body .op-header__locale-submit:hover{background:var(--color-pink-600, #ce0044)}.op-header__cart{position:relative;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;transition:background .2s var(--op-ease),transform .2s var(--op-ease)}.op-header__cart:hover{color:#fff;background:#ffffff29;transform:translateY(-1px)}.op-header__cart:active{transform:scale(.97)}.op-header__cart-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.op-header__badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ffe135;color:#1a2222;font-size:11px;font-weight:700;line-height:1;display:grid;place-items:center;box-sizing:border-box;transition:transform .2s var(--op-ease)}.op-header__badge[hidden]{display:none}.op-header__badge.is-pop{transform:scale(1.3)}@media(max-width:719px){.op-header__inner{gap:8px}.op-header__nav{display:none}.op-header__menu{display:block}.op-header__logo-img{height:36px}.op-header.is-scrolled .op-header__logo-img{height:32px}.op-header__actions{gap:6px}.op-header__pill{min-height:44px;padding:0 12px}.op-header__cart{margin-right:-8px}}@media(max-width:479px){.op-header__pill-code{display:none}.op-header__locale-panel{position:fixed;left:16px;right:16px;top:68px;width:auto}}.op-hero{position:relative;height:clamp(520px,calc(100svh - 72px),800px);background:#24352d;color:#fff;overflow:hidden}.op-hero op-hero{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.op-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;animation:op-hero-film 2.4s var(--op-ease) both}@keyframes op-hero-film{0%{transform:scale(1.06)}to{transform:scale(1)}}.op-hero__video,.op-hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 45%;display:block}.op-hero__tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffd90a,#ff3b00,#ff0a6e 68%,#ec0aa0);opacity:.3;-webkit-mask-image:linear-gradient(0deg,#000,transparent 75%);mask-image:linear-gradient(0deg,#000,transparent 75%)}.op-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 75% 90% at 10% 100%,rgba(16,22,30,.82),transparent 70%)}.op-hero__content{position:absolute;left:0;right:0;bottom:0;max-width:1296px;margin:0 auto;padding:0 clamp(20px,4vw,48px) clamp(48px,7vh,80px);box-sizing:border-box}.op-body .op-hero__heading{color:#fff;font-size:clamp(48px,6.4vw,92px);line-height:1.02;letter-spacing:-.05em;font-weight:700;max-width:12ch}.op-hero__line{display:block}.op-hero__line--2{font-weight:300}.op-hero__line,.op-hero__sub,.op-hero__actions{animation:op-hero-rise .7s var(--op-ease) both}.op-hero__line--1{animation-delay:.15s}.op-hero__line--2{animation-delay:.26s}.op-hero__sub{animation-delay:.38s}.op-hero__actions{animation-delay:.48s}@keyframes op-hero-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.op-body .op-hero__sub{font-size:18px;font-weight:300;margin:18px 0 28px;max-width:36ch}.op-hero__actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.op-hero__cta{display:inline-flex;align-items:center;gap:10px;min-height:56px;padding:0 28px 0 32px;border-radius:999px;background:#ffe135;color:#1a2222;font-weight:600;font-size:16px;box-shadow:0 0 #0000;transition:transform .2s var(--op-ease),box-shadow .2s var(--op-ease),filter .2s var(--op-ease)}.op-hero__cta:hover{color:#1a2222;text-decoration:none;transform:translateY(-2px);box-shadow:0 12px 28px #ffe13559;filter:brightness(.97)}.op-hero__cta:active{transform:scale(.97)}.op-hero__cta-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--op-ease)}.op-hero__cta:hover .op-hero__cta-arrow{transform:translateY(2px)}.op-hero__secondary{color:#fff;font-size:15px;font-weight:500;padding-bottom:3px;background-image:linear-gradient(#ffffff8c,#ffffff8c),linear-gradient(#fff,#fff);background-repeat:no-repeat;background-position:0 100%,0 100%;background-size:100% 1px,0% 1px;transition:background-size .3s var(--op-ease)}.op-hero__secondary:hover{color:#fff;text-decoration:none;background-size:100% 1px,100% 1px}.op-hero__cue{position:absolute;right:clamp(20px,4vw,48px);bottom:84px;width:88px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;animation:op-hero-fade .7s var(--op-ease) .9s both}.op-hero__cue:hover{color:#fff;text-decoration:none}.op-hero__cue-line{width:18px;height:42px;overflow:visible}.op-hero__cue-line path{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;animation:op-hero-cue 2.4s var(--op-ease) infinite}@keyframes op-hero-cue{0%{stroke-dashoffset:1}55%{stroke-dashoffset:0}80%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:0}}.op-hero__toggle{position:absolute;right:clamp(20px,4vw,48px);bottom:24px;display:flex;align-items:center;gap:10px;min-height:40px;padding:0 16px;border-radius:999px;background:#ffffff29;box-shadow:inset 0 0 0 1px #fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:12px;font-weight:500;animation:op-hero-fade .7s var(--op-ease) .7s both;transition:background .2s var(--op-ease)}.op-body .op-hero__toggle{color:#fff;background:#ffffff29}.op-body .op-hero__toggle:hover{background:#ffffff42}.op-hero__toggle[hidden]{display:none}@keyframes op-hero-fade{0%{opacity:0}to{opacity:1}}@media(max-width:719px){.op-hero__actions{gap:20px}.op-hero__cue{display:none}.op-hero__toggle{right:clamp(20px,4vw,48px);bottom:calc(clamp(48px,7vh,80px) + 4px);width:48px;min-height:48px;height:48px;padding:0;justify-content:center;gap:0;font-size:0}.op-hero__toggle:before{content:"";width:12px;height:14px;background:linear-gradient(90deg,currentColor 0 4px,transparent 4px 8px,currentColor 8px 12px)}.op-hero__toggle[data-state=paused]:before{width:0;height:0;margin-left:3px;background:none;border-style:solid;border-width:8px 0 8px 13px;border-color:transparent transparent transparent currentColor}}@media(prefers-reduced-motion:reduce){.op-hero__media,.op-hero__line,.op-hero__sub,.op-hero__actions,.op-hero__cue,.op-hero__toggle,.op-hero__cue-line path{animation:none}}.op-marquee{height:52px;background:#e7004c;color:#fff;display:flex;align-items:center;overflow:hidden;border-top:1px solid rgba(255,255,255,.18)}.op-marquee op-marquee{display:block;width:100%;overflow:hidden}.op-marquee__track{display:flex;width:max-content;animation:op-marquee-run var(--op-marquee-duration, 48s) linear infinite}.op-marquee:hover .op-marquee__track,.op-marquee.is-offscreen .op-marquee__track{animation-play-state:paused}.op-marquee__group{display:flex;align-items:center;gap:40px;padding-right:40px;flex:none}.op-marquee__item{display:flex;align-items:center;gap:40px;white-space:nowrap;font-size:22px;font-weight:400;color:#fff}.op-marquee__dot{width:6px;height:6px;border-radius:50%;background:#ffe135;display:block}@keyframes op-marquee-run{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.op-marquee__track{animation:none}}.op-reviews{position:relative;scroll-margin-top:60px;background:#fff;color:var(--color-dark-steel, #1a2222);padding:clamp(80px,9vw,120px) clamp(20px,4vw,48px)}.op-reviews__wrap{display:block;max-width:1200px;margin:0 auto}.op-reviews__head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px 64px;flex-wrap:wrap;opacity:0;transform:translateY(16px);transition:opacity .6s var(--op-ease),transform .6s var(--op-ease)}.op-reviews__heading{font-size:clamp(36px,4.6vw,60px);font-weight:700;letter-spacing:-.035em;line-height:1.04;max-width:11ch;text-wrap:balance}.op-reviews__highlight{color:var(--color-power-pink, #e7004c)}.op-reviews__score{display:flex;align-items:center;gap:20px}.op-reviews__score-num{font-size:clamp(72px,8vw,104px);line-height:.9;color:var(--color-power-pink, #e7004c)}.op-reviews__big-stars{display:flex;gap:3px}.op-reviews__big-star{width:24px;height:24px;fill:var(--color-power-pink, #e7004c);opacity:0;transform:scale(.4);transition:opacity .3s var(--op-ease) var(--d, 0ms),transform .3s var(--op-ease) var(--d, 0ms)}.op-reviews__count{font-size:14px;font-weight:600;color:#4a5555;margin-top:8px}.op-reviews__wall{margin:48px calc(-1*clamp(20px,4vw,48px)) 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.op-reviews__track{display:flex;gap:20px;padding-right:20px;width:max-content;animation:op-reviews-run var(--op-reviews-speed, 60s) linear infinite}.op-reviews__wall:hover .op-reviews__track,.op-reviews__wrap.is-offscreen .op-reviews__track{animation-play-state:paused}@keyframes op-reviews-run{to{transform:translate(-50%)}}.op-reviews__card{margin:0;width:360px;flex:none;border-radius:24px;background:var(--color-pink-50, #fff0f4);padding:26px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;transition:transform .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-reviews__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1a22221f}.op-reviews__stars{display:flex;gap:2px;color:var(--color-power-pink, #e7004c);font-size:16px;letter-spacing:1px}.op-reviews__star-off{color:#f0c9d5}.op-reviews__quote{margin:12px 0 0;font-size:17px;line-height:1.55}.op-reviews__by{display:flex;align-items:center;gap:12px}.op-reviews__avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--color-power-pink, #e7004c);color:#fff;font-size:14px;font-weight:700;flex:none}.op-reviews__name{display:block;font-size:15px;font-weight:700}.op-reviews__source{display:block;font-size:13px;color:#4a5555}.op-reviews__pills{display:grid;margin:40px auto 0;max-width:1000px;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px;opacity:0;transition:opacity .6s var(--op-ease) .5s}.op-reviews__pill{display:flex;align-items:center;justify-content:center;gap:7px;min-height:56px;padding:0 12px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1.5px #f0c9d5;color:var(--color-dark-steel, #1a2222);text-decoration:none;font-size:16px;font-weight:700;white-space:nowrap;transition:box-shadow .2s var(--op-ease),transform .2s var(--op-ease)}.op-reviews__pill:hover{box-shadow:inset 0 0 0 1.5px var(--color-power-pink, #e7004c),0 10px 24px #1a222214;transform:translateY(-2px);text-decoration:none}.op-reviews__pill-score{color:var(--color-power-pink, #e7004c)}.op-reviews__pill-on{font-weight:500;color:#4a5555}.op-reviews__pill-logo{height:24px;display:flex;align-items:center}.op-reviews__logo{height:20px;width:auto;display:block}.op-reviews__pill--tokopedia .op-reviews__logo{height:15px;margin-top:2px}.op-reviews__pill--blibli .op-reviews__logo{height:17px}.op-reviews__tiktok{display:flex;align-items:center;gap:5px}.op-reviews__pill--tiktok .op-reviews__logo{height:16px;width:16px}.op-reviews__tiktok-name{font-size:14px;font-weight:700;letter-spacing:-.01em;color:#000}.op-reviews__wrap.is-in .op-reviews__head{opacity:1;transform:none}.op-reviews__wrap.is-in .op-reviews__big-star{opacity:1;transform:scale(1)}.op-reviews__wrap.is-in .op-reviews__pills{opacity:1}@media(prefers-reduced-motion:reduce){.op-reviews__wall{overflow-x:auto}.op-reviews__track{animation:none;padding-left:clamp(20px,4vw,48px);padding-right:clamp(20px,4vw,48px)}.op-reviews__card[data-op-copy]{display:none}.op-reviews__card,.op-reviews__card:hover{transform:none}.op-reviews__head,.op-reviews__big-star,.op-reviews__pills{transition:none}}@keyframes op-shop-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.op-shop{padding:clamp(80px,9vw,120px) clamp(20px,4vw,48px);background:#fff;scroll-margin-top:60px}.op-shop op-shop{display:block}.op-shop [hidden]{display:none!important}.op-shop .op-shop__inner{max-width:1200px;margin:0 auto}.op-shop .op-shop__head{margin-bottom:48px;transition:opacity .6s var(--op-ease),transform .6s var(--op-ease)}.op-shop .op-shop__title{font-size:clamp(40px,5.4vw,72px);font-weight:700;letter-spacing:-.035em;line-height:1.02;color:#1a2222;text-wrap:balance;max-width:12ch}.op-shop .op-shop__accent{color:#e7004c;display:inline-block;transition:transform .52s var(--op-ease) .26s}.op-shop.is-armed:not(.is-inview) .op-shop__head{opacity:0;transform:translateY(16px)}.op-shop.is-armed:not(.is-inview) .op-shop__accent{transform:translateY(.35em)}.op-shop.no-anim .op-shop__head,.op-shop.no-anim .op-shop__accent,.op-shop.no-anim .op-shop__tile{transition:none!important}.op-shop .op-shop__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.op-shop .op-shop__tile{position:relative;display:block;width:100%;height:auto;min-height:0;aspect-ratio:1 / 1;border-radius:24px;overflow:hidden;background:var(--tile-tint, #f6f7f7);text-align:left;outline:none;box-shadow:0 6px 16px #1a22220f;transition:opacity .6s var(--op-ease) var(--tile-delay, 0ms),transform .6s var(--op-ease) var(--tile-delay, 0ms),box-shadow .2s var(--op-ease)}.op-shop.is-entered .op-shop__tile{transition:transform .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus,[aria-expanded=true]){transform:translateY(-4px);box-shadow:0 18px 40px #1a222229}.op-shop.is-armed:not(.is-inview) .op-shop__tile{opacity:0;transform:translateY(24px)}.op-shop .op-shop__tile-img{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;transform:scale(1);transition:transform .9s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus,[aria-expanded=true]) .op-shop__tile-img{transform:scale(1.05)}.op-shop .op-shop__tile-shade{position:absolute;inset:0 0 auto;height:45%;background:linear-gradient(180deg,#1a22226b,#1a222200);pointer-events:none}.op-shop .op-shop__tile-sheen{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background-image:linear-gradient(135deg,#ffffff57,#ffffff1a 22%,#fff0 42% 72%,#ffffff1f);background-size:180% 180%;background-position:0% 0%;opacity:0;box-shadow:inset 0 0 0 1px #ffffff4d,inset 0 1.5px #fff9,inset 0 -24px 40px -24px #1a22222e;transition:background-position .9s var(--op-ease),opacity .36s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus,[aria-expanded=true]) .op-shop__tile-sheen{background-position:40% 40%;opacity:1}.op-shop .op-shop__tile-label{position:absolute;top:24px;left:24px;right:24px;display:flex;flex-direction:column;gap:6px;color:#fff;transition:transform .36s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus,[aria-expanded=true]) .op-shop__tile-label{transform:translateY(-2px)}.op-shop .op-shop__tile-product{align-self:flex-start;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1a2222;background:#ffffffeb;border-radius:999px;padding:6px 12px;line-height:1.2;margin-bottom:6px}.op-shop .op-shop__tile-product:empty{display:none}.op-shop .op-shop__tile-moment{font-size:clamp(24px,2.4vw,32px);font-weight:600;letter-spacing:-.02em;line-height:1.15;text-wrap:balance}.op-shop .op-shop__tile-btn{position:absolute;left:24px;bottom:24px;width:56px;height:56px;border-radius:50%;background:#fff;color:#1a2222;display:grid;place-items:center;box-shadow:0 6px 16px #1a222224;transition:background .2s var(--op-ease),color .2s var(--op-ease),transform .2s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus,[aria-expanded=true]) .op-shop__tile-btn{background:#e7004c;color:#fff}.op-shop .op-shop__tile:is(:hover,:focus):not([aria-expanded=true]) .op-shop__tile-btn{transform:scale(1.06)}.op-shop .op-shop__tile-arrow{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .36s var(--op-ease)}.op-shop .op-shop__tile:is(:hover,:focus):not([aria-expanded=true]) .op-shop__tile-arrow{transform:translate(3px)}.op-shop .op-shop__tile[aria-expanded=true] .op-shop__tile-arrow{transform:rotate(90deg)}.op-shop .op-shop__panel{position:relative;order:99;grid-column:1 / -1;border-radius:24px;background:var(--p-tint, #fff3c4);padding:28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px 40px;align-content:start;min-width:0;box-sizing:border-box;animation:op-shop-rise .36s var(--op-ease) both;transition:background .36s var(--op-ease),height .38s var(--op-ease),margin-top .38s var(--op-ease),padding .38s var(--op-ease),opacity .24s var(--op-ease),transform .38s var(--op-ease)}.op-shop .op-shop__caret{position:absolute;top:-11px;width:22px;height:22px;margin-left:-11px;border-radius:4px;transform:rotate(45deg);left:calc(var(--sel, 0) * (100% - 40px) / 3 + var(--sel, 0) * 20px + (100% - 40px) / 6);background:var(--p-tint, #fff3c4);transition:left .36s var(--op-ease),background .36s var(--op-ease)}.op-shop .op-shop__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#ffffffb3;display:grid;place-items:center;font-size:20px;line-height:1;flex:none;z-index:2}.op-shop .op-shop__close:hover{background:#fff}.op-shop .op-shop__col{display:flex;flex-direction:column;gap:12px;min-width:0;animation:op-shop-rise .42s var(--op-ease) 80ms both}.op-shop .op-shop__col--buy{animation-delay:.16s}.op-shop .op-shop__beat{font-size:clamp(36px,4vw,52px);line-height:.94;color:var(--p-accent, #8a5a00);padding-right:44px;transition:color .36s var(--op-ease)}.op-shop .op-shop__story{font-size:14px;line-height:1.55;color:#2f3a3a;max-width:48ch}.op-shop .op-shop__claims{display:flex;flex-wrap:wrap;gap:8px}.op-shop .op-shop__claim{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--p-pill-bg);color:var(--p-pill-fg);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.op-shop .op-shop__claims--dialog{margin-top:18px}.op-shop .op-shop__claims--dialog .op-shop__claim{min-height:32px;padding:0 14px}.op-shop .op-shop__details{align-self:flex-start;margin-top:4px;display:inline-flex;align-items:center;gap:6px;min-height:36px;font-size:14px;font-weight:600;color:#1a2222;border-bottom:1.5px solid currentColor;padding:0}.op-shop .op-shop__details:hover{color:#e7004c}.op-shop .op-shop__label{font-size:13px;font-weight:600;margin-bottom:8px}.op-shop .op-shop__pills{display:flex;flex-wrap:wrap;gap:8px}.op-shop .op-shop__pills--center{justify-content:center}.op-shop .op-shop__pill{min-height:44px;padding:0 16px;border-radius:999px;background:#fff;color:#1a2222;box-shadow:inset 0 0 0 1px var(--pill-edge, rgba(26, 34, 34, .08));font-size:14px;font-weight:500;white-space:nowrap;transition:background .2s var(--op-ease)}.op-shop .op-shop__pill--flavour{display:flex;align-items:center;gap:8px;padding:4px 16px 4px 6px;transition:background .2s var(--op-ease),color .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-shop .op-shop__stage .op-shop__pill--flavour{transition:background .2s var(--op-ease),color .2s var(--op-ease)}.op-shop .op-shop__dialog-packs .op-shop__pill{--pill-edge: #cfd5d5}.op-shop .op-shop__pill[aria-pressed=true]{background:#1a2222;color:#fff;--pill-edge: #1a2222}.op-shop .op-shop__pill:hover{box-shadow:inset 0 0 0 1.5px #1a2222}.op-shop .op-shop__thumb{width:34px;height:34px;border-radius:50%;background-color:#fff;background-size:contain;background-repeat:no-repeat;background-position:center;flex:none;transition:transform .36s var(--op-ease)}.op-shop .op-shop__panel .op-shop__pill[aria-pressed=true] .op-shop__thumb{transform:rotate(-8deg)}.op-shop .op-shop__buy{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap;margin-top:4px}.op-shop .op-shop__price-box{min-width:0;flex:1}.op-shop .op-shop__price-line{display:flex;align-items:baseline;gap:8px;flex-wrap:nowrap;white-space:nowrap;height:29px}.op-shop .op-shop__price{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.op-shop .op-shop__was{font-size:14px;color:#6b7575}.op-shop .op-shop__unit-line{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;white-space:nowrap;margin-top:6px;height:24px}.op-shop .op-shop__save{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:var(--p-pill-bg);color:var(--p-pill-fg);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.op-shop .op-shop__save--center{align-self:center}.op-shop .op-shop__unit{font-size:13px;color:#4a5555}.op-shop .op-shop__add{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:none;white-space:nowrap;font-family:var(--font-core, inherit);font-weight:600;letter-spacing:-.01em;border-radius:999px;padding:12px 24px;font-size:16px;min-height:48px;background:var(--action-primary-bg, #e7004c);color:var(--action-primary-fg, #fff);box-shadow:var(--shadow-pink, 0 12px 28px rgba(231, 0, 76, .28));transition:background .2s var(--op-ease),transform .12s var(--op-ease),filter .2s var(--op-ease)}.op-shop .op-shop__add:hover{background:var(--action-primary-bg-hover, #ce0044)}.op-shop .op-shop__add:active{background:var(--action-primary-bg-active, #b80039);transform:scale(.97)}.op-shop [data-pack][hidden]{display:none}.op-shop .op-shop__add:disabled{background:var(--color-neutral-100, #eceeee);color:var(--color-neutral-600, #5a6666);box-shadow:none;cursor:not-allowed;transform:none}.op-shop .op-shop__add--lg{padding:16px 32px;font-size:1.125rem;min-height:56px;width:100%;flex:1 1 auto}@media(max-width:560px){.op-shop .op-shop__buy{flex-wrap:wrap}.op-shop .op-shop__price-box{flex:1 1 100%}.op-shop .op-shop__buy>.op-shop__add{flex:1 1 100%;justify-content:center}}.op-shop .op-shop__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#1a222280;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;place-items:center;padding:24px}.op-shop .op-shop__sheet{position:relative;width:min(1040px,100%);height:min(760px,calc(100svh - 48px));display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-template-rows:minmax(0,1fr);border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 18px 40px #1a22222e;animation:op-shop-rise .36s var(--op-ease) both}.op-shop .op-shop__dialog-close{position:absolute;top:16px;right:16px;z-index:3;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 6px 16px #1a22221f;font-size:24px;line-height:1;display:grid;place-items:center}.op-shop .op-shop__dialog-close:hover{background:#f3f5f5}.op-shop .op-shop__stage{background:var(--p-tint, #fff3c4);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 28px 28px;min-height:0}.op-shop .op-shop__cutout{display:block;width:100%;flex:1;min-height:200px;background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 18px 18px rgba(26,34,34,.16))}.op-shop .op-shop__info{overflow-y:auto;min-height:0;padding:40px 40px 32px}.op-shop .op-shop__overline{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--p-accent, #8a5a00)}.op-shop .op-shop__dialog-title{font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:10px 48px 14px 0;text-wrap:balance;color:#1a2222}.op-shop .op-shop__dialog-story{font-size:16px;line-height:1.6;color:#2f3a3a}.op-shop .op-shop__dialog-packs{margin-top:24px}.op-shop .op-shop__dialog-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:22px;min-height:40px}.op-shop .op-shop__dialog-amount{font-size:32px;font-weight:700;letter-spacing:-.03em;line-height:1.1}.op-shop .op-shop__dialog-unit{font-size:14px;color:#4a5555}.op-shop .op-shop__qty-row{display:flex;gap:12px;align-items:center;margin-top:16px}.op-shop .op-shop__qty{display:flex;align-items:center;flex:none;border-radius:999px;box-shadow:inset 0 0 0 1px #cfd5d5}.op-shop .op-shop__qty button{width:48px;height:52px;font-size:18px}.op-shop .op-shop__qty output{width:24px;text-align:center;font-size:15px;font-weight:600}.op-shop .op-shop__acc{margin-top:28px;border-bottom:1px solid #e3e6e6}.op-shop .op-shop__acc-item{border-top:1px solid #e3e6e6}.op-shop .op-shop__acc-btn{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:60px;font-size:16px;font-weight:600;text-align:left}.op-shop .op-shop__acc-btn:hover{color:#e7004c}.op-shop .op-shop__acc-btn svg{width:20px;height:20px;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(180deg);transition:transform .2s var(--op-ease)}.op-shop .op-shop__acc-btn[aria-expanded=true] svg{transform:rotate(0)}.op-shop .op-shop__acc-body{padding:0 0 22px;animation:op-shop-rise .36s var(--op-ease) both}.op-shop .op-shop__acc-text{font-size:15px;line-height:1.65;color:#2f3a3a}.op-shop .op-shop__acc-head{font-size:15px;font-weight:600;margin:16px 0 4px}.op-shop .op-shop__facts{border-radius:20px;box-shadow:inset 0 0 0 1px #e3e6e6;padding:18px 20px}.op-shop .op-shop__facts-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;padding-bottom:12px;border-bottom:2px solid #1a2222;font-size:13px;color:#4a5555}.op-shop .op-shop__facts-dv{font-size:12px;font-weight:600}.op-shop .op-shop__facts-energy{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-bottom:1px solid #e3e6e6;font-size:15px;font-weight:700}.op-shop .op-shop__facts-kcal{font-size:22px;font-weight:700;letter-spacing:-.02em}.op-shop .op-shop__row{display:grid;grid-template-columns:1fr 72px 48px;gap:8px;align-items:baseline;padding:9px 0;border-bottom:1px solid #eef0f0;font-size:14px;font-weight:600;color:#1a2222}.op-shop .op-shop__row--bold{font-weight:700;color:var(--p-accent, #1a2222)}.op-shop .op-shop__row--sub{font-weight:400;padding-left:16px}.op-shop .op-shop__row span:nth-child(2){text-align:right}.op-shop .op-shop__row span:nth-child(3){text-align:right;color:#4a5555;font-weight:400}.op-shop .op-shop__facts-foot{font-size:12px;color:#5a6666;margin-top:12px;line-height:1.5}.op-shop .op-shop__ingredients{font-size:14px;line-height:1.7;color:#2f3a3a}.op-shop .op-shop__allergens{font-size:14px;line-height:1.6;margin-top:12px}.op-shop .op-shop__allergens strong{font-weight:600}.op-shop .op-shop__note{font-size:13px;line-height:1.6;color:#4a5555;margin-top:8px}.op-shop .op-shop__certs{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.op-shop .op-shop__cert{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 14px;border-radius:999px;box-shadow:inset 0 0 0 1px #e3e6e6;font-size:13px;font-weight:500;color:#1a2222;white-space:nowrap}.op-shop .op-shop__cert-tick{color:#e7004c;font-weight:700}@media(max-width:826px){.op-shop .op-shop__grid{grid-template-columns:minmax(0,1fr)}.op-shop .op-shop__tile{aspect-ratio:1 / 1}.op-shop .op-shop__tile-img{background-size:cover!important;background-position:50% 50%!important}.op-shop .op-shop__panel{order:calc(var(--sel, 0) * 2 + 1);grid-column:auto;padding:24px;grid-template-columns:minmax(0,1fr)}.op-shop .op-shop__caret{display:none}.op-shop .op-shop__sheet{grid-template-columns:minmax(0,1fr);grid-template-rows:260px minmax(0,1fr)}}.op-where-to-buy{background:var(--op-wtb-bg, var(--color-pink-50, #fff0f4));color:var(--color-dark-steel, #1a2222);font-family:var(--op-font-body);padding:clamp(80px,9vw,120px) 0;overflow:hidden;scroll-margin-top:60px}.op-where-to-buy__wrap{display:block}.op-where-to-buy__intro{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,48px);text-align:center;display:flex;flex-direction:column;align-items:center}.op-where-to-buy__heading{margin:0;font-size:clamp(36px,4.6vw,60px);font-weight:700;letter-spacing:-.035em;line-height:1.04;text-wrap:balance}.op-where-to-buy__accent{color:var(--color-power-pink, #e7004c)}.op-where-to-buy__sub{margin:16px 0 0;font-size:16px;line-height:1.55;color:#4a5555;max-width:46ch}.op-where-to-buy__label{margin:clamp(40px,5vw,56px) 0 16px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#4a5555}.op-where-to-buy__marquee{display:grid;gap:12px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.op-where-to-buy__track{display:flex;width:max-content;animation:op-wtb-left var(--op-wtb-dur, 48s) linear infinite}.op-where-to-buy__track--right{animation-name:op-wtb-right}.op-where-to-buy__marquee:hover .op-where-to-buy__track,.op-where-to-buy[data-offscreen] .op-where-to-buy__track{animation-play-state:paused}@keyframes op-wtb-left{to{transform:translate(-50%)}}@keyframes op-wtb-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.op-where-to-buy__store{flex:none;margin-right:12px;width:176px;height:80px;border-radius:20px;background:#fff;box-shadow:inset 0 0 0 1px #1a22220f;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;box-sizing:border-box;color:var(--color-dark-steel, #1a2222);text-decoration:none;filter:grayscale(1);opacity:.72;transition:filter .2s var(--op-ease),opacity .2s var(--op-ease),transform .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-where-to-buy__store:hover{filter:none;opacity:1;transform:translateY(-3px);box-shadow:inset 0 0 0 1px #1a22220f,0 10px 22px #1a22221a}.op-where-to-buy__logo{display:block;flex:none;width:109px;height:31px;object-fit:contain;object-position:center}.op-where-to-buy__store--icon .op-where-to-buy__logo{width:32px;height:32px;border-radius:8px}.op-where-to-buy__name{display:block;font-size:17px;font-weight:700;letter-spacing:-.02em;line-height:1.1;white-space:nowrap;color:var(--color-dark-steel, #1a2222)}.op-where-to-buy__store--text .op-where-to-buy__name{font-size:19px}.op-where-to-buy__online-wrap .op-where-to-buy__label{margin-top:clamp(40px,5vw,56px)}.op-where-to-buy__online-wrap{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,48px)}.op-where-to-buy__online{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,120px),1fr));gap:10px;max-width:1080px;margin:0 auto}.op-where-to-buy__shop{position:relative;height:80px;border-radius:20px;background:#fff;box-shadow:inset 0 0 0 1px #1a22220f;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;box-sizing:border-box;text-decoration:none;color:var(--color-dark-steel, #1a2222)}.op-where-to-buy__shop:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1.5px var(--color-power-pink, #e7004c),0 10px 22px #e7004c1f}.op-where-to-buy__shop-logo{display:block;flex:none;width:24px;height:24px;object-fit:contain;object-position:center}.op-where-to-buy__shop-name{display:block;font-size:14px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.op-where-to-buy__intro{transition:opacity .6s var(--op-ease),transform .6s var(--op-ease)}.op-where-to-buy__label--offline{transition:opacity .6s var(--op-ease) .15s}.op-where-to-buy__marquee{transition:opacity .6s var(--op-ease) .2s}.op-where-to-buy__label--online{transition:opacity .6s var(--op-ease) .3s}.op-where-to-buy__shop{transition:opacity .5s var(--op-ease) var(--op-wtb-delay, 0ms),transform .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-where-to-buy[data-reveal=pending] .op-where-to-buy__reveal{opacity:0}.op-where-to-buy[data-reveal=pending] .op-where-to-buy__intro{transform:translateY(16px)}.op-where-to-buy[data-reveal=pending] .op-where-to-buy__shop{transform:translateY(14px)}@media(prefers-reduced-motion:reduce){.op-where-to-buy__track{animation:none}}.op-product{padding:clamp(32px,5vw,64px) clamp(20px,4vw,48px) clamp(64px,8vw,96px);color:var(--color-dark-steel, #1a2222)}.op-product__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(32px,5vw,72px);max-width:1200px;margin:0 auto;align-items:start}.op-product__gallery{position:sticky;top:84px;min-width:0}.op-product__strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;border-radius:var(--radius-lg, 24px);background:var(--color-neutral-50, #f6f7f7)}.op-product__strip::-webkit-scrollbar{display:none}.op-product__slide{flex:0 0 100%;aspect-ratio:1;scroll-snap-align:start;display:grid;place-items:center;background:var(--color-neutral-50, #f6f7f7);border-radius:var(--radius-lg, 24px);overflow:hidden;position:relative}.op-product__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.op-product__placeholder{width:60%;height:auto;fill:var(--color-neutral-200, #d7dbdb)}.op-product__thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.op-product__thumb{width:64px;height:64px;border-radius:var(--radius-sm, 10px);overflow:hidden;background:var(--color-neutral-50, #f6f7f7);transition:box-shadow .2s var(--op-ease)}.op-product__thumb img{width:100%;height:100%;object-fit:contain}.op-product__thumb.is-active{box-shadow:0 0 0 2px var(--color-power-pink, #e7004c)}.op-product__info{min-width:0}.op-body .op-product__title{color:var(--color-dark-steel, #1a2222);font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.03em;line-height:1.08}.op-product__price{display:flex;align-items:baseline;gap:12px;margin-top:12px}.op-product__price-now{font-size:22px;font-weight:600}.op-product__price-was{font-size:16px;color:var(--color-neutral-600, #5a6666)}.op-product__price-was[hidden]{display:none}.op-product__options{display:flex;flex-direction:column;gap:20px;margin-top:28px}.op-product__options[hidden]{display:none}.op-product__option{border:0;padding:0;margin:0;min-width:0}.op-product__legend{display:block;font-size:14px;font-weight:600;margin-bottom:10px;padding:0}.op-product__values{display:flex;flex-wrap:wrap;gap:8px}.op-product__value{position:relative;cursor:pointer}.op-product__value input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.op-product__value span{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border-radius:999px;box-shadow:inset 0 0 0 1.5px var(--color-neutral-200, #d7dbdb);font-size:14px;font-weight:500;transition:background .2s var(--op-ease),color .2s var(--op-ease),box-shadow .2s var(--op-ease)}.op-product__value:hover span{box-shadow:inset 0 0 0 1.5px var(--color-dark-steel, #1a2222)}.op-product__value input:checked+span{background:var(--color-dark-steel, #1a2222);color:#fff;box-shadow:inset 0 0 0 1.5px var(--color-dark-steel, #1a2222)}.op-product__value input:focus-visible+span{outline:2px solid var(--color-power-pink, #e7004c);outline-offset:3px}.op-product__form{margin-top:28px}.op-product__variant{margin-bottom:20px}.op-product__select{width:100%;min-height:48px;padding:0 14px;border:1.5px solid var(--color-neutral-200, #d7dbdb);border-radius:10px;background:#fff;font:400 15px var(--op-font-body);color:var(--color-dark-steel, #1a2222)}.op-product.is-enhanced .op-product__variant{display:none}.op-product__buy{display:flex;gap:12px;align-items:stretch}.op-product__qty{display:inline-flex;align-items:center;height:56px;border-radius:999px;box-shadow:inset 0 0 0 1.5px var(--color-neutral-200, #d7dbdb);flex:none}.op-product__qty-btn{width:44px;height:56px;font-size:20px;font-weight:500;border-radius:999px}.op-product__qty-btn:hover{color:var(--color-power-pink, #e7004c)}.op-product__qty-input{width:44px;height:44px;border:0;background:transparent;text-align:center;font:600 16px var(--op-font-body);color:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.op-product__qty-input::-webkit-outer-spin-button,.op-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.op-product__add{flex:1;min-height:56px;padding:0 28px;border-radius:999px;font-size:16px;font-weight:600;transition:background .2s var(--op-ease),transform .2s var(--op-ease)}.op-body .op-product__add{background:var(--color-power-pink, #e7004c);color:#fff}.op-body .op-product__add:hover{background:var(--color-pink-600, #ce0044)}.op-body .op-product__add:active{transform:scale(.97)}.op-body .op-product__add:disabled{background:var(--color-neutral-100, #eceeee);color:var(--color-neutral-600, #5a6666);cursor:not-allowed;transform:none}.op-product__status{font-size:14px;margin-top:12px;min-height:1.55em}.op-product__status a{color:var(--color-power-pink, #e7004c);font-weight:600;text-decoration:underline;text-underline-offset:3px}.op-product__status.is-error{color:var(--color-pink-700, #b80039)}.op-product__dynamic{margin-top:12px}.op-product__description{margin-top:32px;padding-top:24px;border-top:1px solid var(--color-neutral-100, #eceeee);font-size:16px;line-height:1.7;color:var(--color-neutral-800, #2c3737)}.op-product__description>*+*{margin-top:1em}.op-product__description ul,.op-product__description ol{padding-left:1.2em}.op-product__description a{color:var(--color-power-pink, #e7004c);text-decoration:underline}.op-body .op-product__description h2,.op-body .op-product__description h3{color:var(--color-dark-steel, #1a2222);font-size:18px;font-weight:700}@media(max-width:899px){.op-product__inner{grid-template-columns:minmax(0,1fr)}.op-product__gallery{position:static}}@media(prefers-reduced-motion:reduce){.op-product__strip{scroll-behavior:auto}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
