.obr__inner{position:relative}.obr__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.6rem;margin-bottom:1.6rem}.obr__heading{margin:0;word-break:normal;overflow-wrap:break-word}.obr__subheading{margin:.6rem 0 0;font-size:1.5rem;color:rgba(var(--color-foreground),.75);max-width:60rem}.obr__heading-wrap{min-width:0}.obr__actions{display:flex;align-items:center;gap:1.6rem;flex-shrink:0}.obr__viewall{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:500;line-height:1;white-space:nowrap;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease,background-color .2s ease}.obr__viewall:hover{opacity:.7}.obr__viewall--button{text-decoration:none;color:#fff;background:var(--tv-brand-red, #e4010f);padding:1rem 2rem;font-weight:500}.obr__viewall--button:hover{opacity:1;filter:brightness(.94)}.obr__nav{display:none;gap:1rem;flex-shrink:0}@media screen and (min-width:750px){.obr--arrows-desktop .obr__nav{display:flex}}@media screen and (max-width:749px){.obr--arrows-mobile .obr__nav{display:flex}}.obr__nav-btn{width:3.5rem;height:3.5rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.16);background:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.obr__nav-btn:hover{border-color:rgba(var(--color-foreground),.45);box-shadow:0 4px 14px #0000001a}.obr__nav-btn svg{width:1.8rem;height:1.8rem;fill:currentColor}.obr__nav-btn.swiper-button-disabled{opacity:.3;cursor:default;box-shadow:none}.obr__swiper{overflow:hidden}.obr__swiper .swiper-wrapper{align-items:stretch}.obr__swiper .swiper-slide{height:auto}.js .obr__swiper:not(.swiper-initialized){height:38rem}.js .obr__swiper:not(.swiper-initialized) .swiper-wrapper{visibility:hidden}.obr__swiper.swiper-initialized .swiper-wrapper{animation:obr-reveal .3s ease both}@keyframes obr-reveal{0%{opacity:0}to{opacity:1}}@media screen and (max-width:749px){.js .obr__swiper:not(.swiper-initialized){height:42rem}}.rec-card{display:flex;flex-direction:column;height:100%;background:rgb(var(--color-background))}.rec-card__media{position:relative;border-radius:.8rem;overflow:hidden;aspect-ratio:var(--rec-ratio, 1 / 1);background:rgba(var(--color-foreground),.05)}.rec-card__slider{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.rec-card__slider::-webkit-scrollbar{display:none}.rec-card__slide{flex:0 0 100%;height:100%;scroll-snap-align:start}.rec-card__media img{width:100%;height:100%;object-fit:cover;display:block}.rec-card__slide img.rec-card__lazy{color:transparent}.rec-card__slide img.is-loading{background-image:linear-gradient(100deg,rgba(var(--color-foreground),.04) 30%,rgba(var(--color-foreground),.09),rgba(var(--color-foreground),.04) 70%);background-size:200% 100%;animation:rec-shimmer 1.1s ease-in-out infinite}@keyframes rec-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.rec-card__slide img.is-loading{animation:none}}.rec-card__overlays{position:absolute;inset:auto 0 0 0;bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:0 1rem;z-index:2;pointer-events:none}.rec-card__chip{display:inline-flex;align-items:center;gap:.2rem;max-width:100%;font-size:1.1rem;font-weight:600;line-height:1;color:#1a1a1a;background:#fffffff2;padding:.5rem;border-radius:.5rem;box-shadow:0 2px 8px #00000024;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rec-card__chip svg{width:1rem;height:1rem;flex-shrink:0}.rec-card__chip--badge svg{color:#e4010f}.rec-card__chip--location svg{color:#0000008c}.rec-card__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3;pointer-events:auto}.rec-card__dot{width:.7rem;height:.7rem;border-radius:50%;background:#ffffff8c;border:0;padding:0;cursor:pointer;transition:all .3s ease}.rec-card__dot.is-active{background:#fff;width:1.8rem;border-radius:.5rem}.rec-card__arrow{position:absolute;top:50%;transform:translateY(-50%);width:3.2rem;height:3.2rem;border-radius:50%;border:0;background:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;padding:0;box-shadow:0 2px 8px #0003;opacity:0;transition:opacity .2s ease,transform .2s ease}.rec-card__arrow svg{width:1.6rem;height:1.6rem;fill:currentColor}.rec-card__arrow--prev{left:.8rem}.rec-card__arrow--next{right:.8rem}.rec-card__arrow:disabled{opacity:0!important;pointer-events:none}@media(hover:hover){.rec-card__media:hover .rec-card__arrow{opacity:.95}.rec-card__arrow:hover{transform:translateY(-50%) scale(1.08)}}.rec-card__body{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem .2rem 0;flex-grow:1}.rec-card__toprow{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:1.6rem}.rec-card__category{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:rgba(var(--color-foreground),.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rec-card__rating{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.95);flex-shrink:0}.rec-card__rating svg{width:1.4rem;height:1.4rem;fill:#e4010f}.rec-card__rating-count{font-weight:400;color:rgba(var(--color-foreground),.5)}.rec-card__title{font-size:1.5rem;font-weight:700;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:.5em}.rec-card__title a{color:inherit;text-decoration:none}.rec-card__title a:hover{text-decoration:underline}.rec-card__price-row{display:flex;flex-direction:column;gap:.2rem;margin-top:.1rem}.rec-card__from-row{display:flex;align-items:center;gap:.6rem;min-height:2.1rem;line-height:1}.rec-card__from{font-size:1.1rem;font-weight:500;letter-spacing:.06em;color:rgba(var(--color-foreground),.8)}.rec-card__price-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem}.rec-card__price{font-size:1.8rem;font-weight:700;color:rgb(var(--color-foreground))}.rec-card__compare{font-size:1.3rem;color:rgba(var(--color-foreground),.7);text-decoration:line-through}.rec-card__price-sub{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.1rem;min-height:2rem}.rec-card__suffix{font-size:1.2rem;letter-spacing:.02em;color:rgba(var(--color-foreground),.8)}.rec-card__discount{font-size:1.1rem;font-weight:700;letter-spacing:.04em;color:#fff;background:#16a34a;padding:.3rem .8rem;border-radius:.6rem;line-height:1.3;white-space:nowrap}.rec-card__cancel{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem .3rem .4rem;border-radius:999px;background:#e7f6ec;line-height:1;white-space:nowrap}.rec-card__cancel-icon{width:1.3rem;height:1.3rem;flex:0 0 auto;color:#16a34a}.rec-card__cancel-label{font-size:1.1rem;font-weight:600;color:#15803d}.obr__empty{text-align:center;color:rgba(var(--color-foreground),.6);padding:4rem 0}@media screen and (max-width:749px){.obr__header{margin-bottom:1.4rem;align-items:flex-start}.obr__subheading{font-size:1.2rem;margin-top:.4rem}.obr__actions{gap:1rem;align-self:flex-start;padding-top:.4rem}.obr__viewall{font-size:1.3rem}.obr__viewall--button{padding:.7rem 1.4rem}.rec-card__body{padding-top:1rem;gap:.4rem}.rec-card__category,.rec-card__from,.rec-card__suffix{font-size:1.1rem}.rec-card__cancel{gap:.25rem;padding:.28rem .6rem .28rem .35rem}.rec-card__cancel-icon{width:1.2rem;height:1.2rem}.rec-card__cancel-label{font-size:1rem}.rec-card__rating{font-size:1.2rem}.rec-card__title{font-size:1.4rem}.rec-card__price{font-size:1.6rem}.rec-card__price-row{margin-top:.2rem}.rec-card__price-sub{min-height:1.8rem}.rec-card__chip{font-size:1rem;padding:.4rem}}@media screen and (max-width:749px){#ProductGridContainer .rec-card__from-row{display:flex;align-items:flex-start;min-height:2.1rem;line-height:1;flex-direction:column-reverse}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/optim-featured-collection.css.map */
