.cart-toast-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);opacity:0;visibility:hidden;transition:all .25s ease;z-index:999}.cart-toast-overlay.is-active{opacity:1;visibility:visible}.cart-toast{position:fixed;top:80px;right:20px;left:auto;transform:translateY(-10px) scale(.98);width:calc(100% - 32px);max-width:380px;background:var(--color-white);border-radius:8px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transition:all .25s ease-out;z-index:1000;overflow:hidden}.cart-toast.is-active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.cart-toast__header{padding:20px 20px 0;display:flex;justify-content:space-between;align-items:center}.cart-toast__title{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;color:var(--color-black)}.cart-toast__close{width:28px;height:28px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:-4px -4px 0 0;transition:background .2s}.cart-toast__close:hover{background:var(--color-gray-100)}.cart-toast__close svg{width:16px;height:16px;color:var(--color-gray-400)}.cart-toast__product{padding:16px 20px 20px;display:flex;gap:14px}.cart-toast__image{width:80px;height:80px;background:#f5f5f5;border-radius:6px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-toast__image img{width:100%;height:100%;object-fit:contain;padding:6px;mix-blend-mode:multiply}.cart-toast__info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-toast__name{font-family:var(--font-tight);font-size:13px;font-weight:600;color:var(--color-black);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-toast__variant{font-size:12px;color:var(--color-black);font-weight:500}.cart-toast__product .cart-item__delivery{margin-top:6px;margin-bottom:0}.cart-toast__product .cart-item__delivery-label{font-size:12px}.cart-toast__product .cart-item__delivery-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:var(--font-weight-medium, 500);border-radius:var(--radius-sm, 4px);line-height:1.3}.cart-toast__product .cart-item__delivery-badge--express{background:#6366f11a;color:#6366f1}.cart-toast__product .cart-item__delivery-badge--standard{background:var(--color-primary, #000);color:#fff}.cart-toast__actions{padding:0 20px 20px;display:flex;flex-direction:column;gap:4px}.cart-toast__btn-primary{width:100%;padding:10px 16px;background:var(--color-black);color:var(--color-white);border:none;border-radius:0;font-family:var(--font-family);font-size:12px;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;display:block}.cart-toast__shipping-note{display:block;font-size:9px;font-weight:400;opacity:.5;margin-top:1px}.cart-toast__btn-primary:hover{background:var(--color-primary-hover);color:var(--color-white)}.cart-toast__btn-secondary{width:100%;padding:4px 20px;background:transparent!important;color:var(--color-black);border:none!important;font-family:var(--font-family);font-size:12px;font-weight:500;text-align:center;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease;display:block}.cart-toast__btn-secondary:hover{background:transparent!important;color:var(--color-black)!important;border:none!important}@media(max-width:1024px){.cart-toast{top:100px;right:16px;left:16px;width:auto;max-width:400px;margin:0 auto}}@media(max-width:480px){.cart-toast{top:auto;bottom:0;left:0;right:0;transform:translateY(100%);width:100%;max-width:100%;border-radius:8px 8px 0 0}.cart-toast.is-active{transform:translateY(0)}.cart-toast__header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:var(--color-gray-300);border-radius:2px}.cart-toast__header{position:relative;padding-top:24px}}.product-custom__gallery-col{display:flex;flex-direction:column;gap:24px;position:relative;width:100%;min-width:0}@media(max-width:767px){.product-custom__gallery-col{gap:16px}}@media(min-width:1024px){.product-custom__gallery-col{align-self:start;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;margin-left:0}.product-custom__gallery-col::-webkit-scrollbar{display:none}}@media(min-width:1440px){.product-custom__gallery-col{margin-left:0}}@media(min-width:1920px){.product-custom__gallery-col{margin-left:0}}.product-custom__gallery-col>.product-gallery{flex-shrink:0}@media(min-width:1024px){.product-custom__gallery-col>*{padding-inline:0}}.product-features{margin:0}@media(max-width:767px){.product-features--hide-mobile{display:none!important}}@media(max-width:1023px){.product-features--desktop-only{display:none!important}}.product-features--mobile-only{display:none!important}@media(max-width:1023px){.product-features--mobile-only{display:grid!important;margin-top:var(--spacing-lg)}.product-features--icons.product-features--mobile-only{grid-template-columns:repeat(3,1fr);gap:8px}.product-features--icons.product-features--mobile-only .feature-block{flex-direction:column;text-align:center;padding:12px 8px;gap:8px}.product-features--icons.product-features--mobile-only .feature-block__icon{width:32px;height:32px}.product-features--icons.product-features--mobile-only .feature-block__icon svg{width:20px;height:20px}.product-features--icons.product-features--mobile-only .feature-block__title{font-size:10px}.product-features--icons.product-features--mobile-only .feature-block__desc{display:none}}.product-features--icons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-features--icons .feature-block{background:var(--color-gray-50);padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;border:1px solid var(--color-gray-100);text-decoration:none;color:inherit;transition:all .2s ease}.product-features--icons .feature-block:hover{border-color:var(--color-gray-300);background:var(--color-white)}.product-features--icons .feature-block__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.product-features--icons .feature-block__icon svg{width:28px;height:28px;stroke:var(--color-black)}.product-features--icons .feature-block__content{display:flex;flex-direction:column;gap:4px}.product-features--icons .feature-block__title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-black)}.product-features--icons .feature-block__desc{font-size:13px;color:var(--color-gray-500);line-height:1.4}.product-features--list{display:flex;flex-direction:column;gap:8px}.product-features--list .feature-block{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--color-gray-50);border:1px solid var(--color-gray-100);text-decoration:none;color:inherit;transition:all .2s ease;flex-direction:row;text-align:left}.product-features--list .feature-block:hover{border-color:var(--color-gray-300);background:var(--color-white)}.product-features--list .feature-block__icon{width:40px;height:40px;background:var(--color-white);border:1px solid var(--color-gray-200);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-features--list .feature-block__icon svg{width:20px;height:20px;stroke:var(--color-black)}.product-features--list .feature-block__content{flex:1;display:flex;flex-direction:column;gap:2px}.product-features--list .feature-block__title{font-size:15px;font-weight:700;color:var(--color-black);text-transform:none;letter-spacing:normal}.product-features--list .feature-block__desc{font-size:13px;color:var(--color-gray-500);line-height:1.4}.product-features--list .feature-block__arrow{width:16px;height:16px;stroke:var(--color-gray-400);flex-shrink:0;transition:stroke .2s ease,transform .2s ease}.product-features--list .feature-block:hover .feature-block__arrow{stroke:var(--color-black);transform:translate(2px)}.product-features--visual{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{position:relative;aspect-ratio:1;overflow:hidden;display:block;text-decoration:none;color:inherit}.feature-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-card:hover .feature-card__image{transform:scale(1.05)}.feature-card__placeholder{width:100%;height:100%;background:var(--color-gray-100);display:flex;align-items:center;justify-content:center}.feature-card__placeholder svg{width:48px;height:48px;stroke:var(--color-gray-400)}.feature-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 40%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px}.feature-card__title{font-size:12px;font-weight:700;color:var(--color-white);text-transform:uppercase;letter-spacing:.03em}.feature-card__desc{font-size:11px;color:#ffffffb3;margin-top:4px;line-height:1.4}@media(max-width:1023px){.product-features--icons{grid-template-columns:1fr;gap:8px}.product-features--icons .feature-block{flex-direction:row;text-align:left;padding:16px;gap:16px}.product-features--icons .feature-block__icon{width:40px;height:40px}.product-features--icons .feature-block__icon svg{width:24px;height:24px}.product-features--visual{grid-template-columns:1fr;gap:8px}.feature-card{aspect-ratio:16/9}.product-features--list .feature-block{padding:14px 16px;gap:12px}.product-features--list .feature-block__icon{width:36px;height:36px}.product-features--list .feature-block__icon svg{width:18px;height:18px}}:root{--sc-black: #0a0a0a;--sc-gray-600: #71717a;--sc-gray-400: #a1a1aa;--sc-gray-100: #f5f5f5;--sc-gray-border: #e4e4e7;--sc-white: #ffffff;--sc-red: #ef4444;--sc-blue: #3b82f6;--sc-instagram-gradient: linear-gradient(45deg, #f09433, #dc2743, #bc1888)}.product-social-content{margin-top:32px;padding-inline:20px;font-family:inherit}@media(min-width:768px){.product-social-content{padding-inline:30px}}@media(min-width:1024px){.product-social-content{padding-inline:0}}@media(min-width:1440px){.product-social-content{padding-inline:0}}.product-social-content--desktop-only{display:none}@media(min-width:1024px){.product-social-content--desktop-only{display:block}}.social-content__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#333)}.social-content__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease;z-index:10;border:none}.social-content__play:hover{transform:translate(-50%,-50%) scale(1.1);background:#000000d9}.social-content__play-icon{width:24px;height:24px;margin-left:4px;color:var(--sc-white)}.social-content__badge-tiktok{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--sc-black);color:var(--sc-white);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px}.social-content__badge-tiktok svg{width:14px;height:14px}.social-content__badge-instagram{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--sc-instagram-gradient);color:var(--sc-white);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px}.social-content__badge-instagram svg{width:14px;height:14px}.social-content__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:var(--sc-black);color:var(--sc-white);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:8px;transition:background-color .2s ease,transform .2s ease;border:none;cursor:pointer}.social-content__cta:hover{background:var(--color-accent);color:#fff;transform:translateY(-1px)}.social-content__cta--full{width:100%}.social-content__avatar-tiktok{width:36px;height:36px;background:var(--sc-black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-content__avatar-tiktok svg{width:16px;height:16px;color:var(--sc-white)}.social-content__avatar-instagram{width:36px;height:36px;background:var(--sc-instagram-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sc-white);font-size:14px;font-weight:700}.social-content__thumbnail{position:relative;overflow:hidden;background:var(--sc-gray-100)}.social-content__thumbnail img{width:100%;height:100%;object-fit:cover}.social-content__thumbnail--square{aspect-ratio:1}.social-content__stats-row{display:flex;gap:20px}.social-content__stat{display:flex;flex-direction:column;gap:2px}.social-content__stat-value{font-size:18px;font-weight:700;color:var(--sc-black);line-height:1}.social-content__stat-label{font-size:11px;color:var(--sc-gray-600)}.social-content__views-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#000000b3;color:var(--sc-white);font-size:13px;font-weight:600;border-radius:6px}.social-content__views-badge svg{width:14px;height:14px}.social-content__creator{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--sc-gray-100);border-radius:8px}.social-content__creator-info{flex:1;min-width:0}.social-content__creator-username{font-size:13px;font-weight:600;color:var(--sc-black);margin:0}.social-content__creator-label{font-size:11px;color:var(--sc-gray-600);margin:0}.social-content__title{font-size:22px;font-weight:700;color:var(--sc-black);line-height:1.2;margin:0}.social-content__description{font-size:14px;color:var(--sc-gray-600);line-height:1.5;margin:0}.social-content--immersive{max-width:100%}.social-content--immersive .social-content__grid{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:stretch}.social-content--immersive .social-content__video-card{position:relative;border-radius:16px;overflow:hidden;background:var(--sc-black)}.social-content--immersive .social-content__media{aspect-ratio:9/16;width:100%;max-height:500px;border-radius:16px;overflow:hidden}.social-content--immersive .social-content__video,.social-content--immersive .social-content__poster{width:100%;height:100%;object-fit:cover}.social-content--immersive .social-content__tiktok-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--sc-white);font-size:12px;font-weight:600;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;border-radius:6px;z-index:5}.social-content--immersive .social-content__tiktok-badge span{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.social-content--immersive .social-content__tiktok-badge svg{width:14px;height:14px}.social-content--immersive .social-content__info-card{display:flex;flex-direction:column;gap:20px;padding:24px 0 24px 24px;background:transparent;border:none;border-radius:0}.social-content--immersive .social-content__info-title{font-size:20px;font-weight:700;color:var(--sc-black);line-height:1.3;margin:0}.social-content--immersive .social-content__info-description{font-size:14px;color:var(--sc-gray-600);line-height:1.5;margin:0}.social-content--immersive .social-content__info-stats{display:flex;gap:24px;padding:16px 0;border-top:1px solid var(--sc-gray-border);border-bottom:1px solid var(--sc-gray-border)}.social-content--immersive .social-content__info-stat{display:flex;flex-direction:column;gap:2px}.social-content--immersive .social-content__info-stat-value{font-size:20px;font-weight:700;color:var(--sc-black);line-height:1}.social-content--immersive .social-content__info-stat-label{font-size:12px;color:var(--sc-gray-600)}.social-content--immersive .social-content__info-creator{display:flex;align-items:center;gap:12px}.social-content--immersive .social-content__info-creator-avatar{width:40px;height:40px;background:var(--sc-black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-content--immersive .social-content__info-creator-avatar svg{width:18px;height:18px;color:var(--sc-white)}.social-content--immersive .social-content__info-creator-details{display:flex;flex-direction:column;gap:2px}.social-content--immersive .social-content__info-creator-name{font-size:14px;font-weight:600;color:var(--sc-black)}.social-content--immersive .social-content__info-creator-label{font-size:12px;color:var(--sc-gray-600)}.social-content--immersive .social-content__floating-stats{position:absolute;right:8px;bottom:20px;display:flex;flex-direction:column;gap:16px;z-index:15}.social-content__floating-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.social-content__floating-stat svg{width:28px;height:28px;color:var(--sc-white);filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.social-content__floating-stat span{font-size:12px;font-weight:600;color:var(--sc-white);text-shadow:0 1px 2px rgba(0,0,0,.5)}.social-content__loader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--sc-black);z-index:5;transition:opacity .3s ease}.social-content__loader.is-hidden{opacity:0;pointer-events:none}.social-content__loader-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--sc-white);border-radius:50%;animation:social-loader-spin .8s linear infinite}@keyframes social-loader-spin{to{transform:rotate(360deg)}}.social-content--immersive .social-content__tiktok-bar{position:absolute;bottom:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#fff3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--sc-white);font-size:13px;font-weight:600;text-decoration:none;border-radius:12px;border:1px solid rgba(255,255,255,.25);z-index:20;transition:background-color .2s ease,transform .2s ease}.social-content--immersive .social-content__tiktok-bar:hover{background:#ffffff4d;transform:scale(1.02)}.social-content--immersive .social-content__tiktok-bar svg{width:16px;height:16px}.social-content--immersive .social-content__caption-overlay{position:absolute;bottom:0;left:0;right:0;padding:80px 12px 60px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 50%,transparent 100%);z-index:8;pointer-events:none;border-radius:0 0 0 16px}.social-content--immersive .social-content__caption-text{font-size:13px;font-weight:500;color:var(--sc-white);line-height:1.4;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}.social-content--immersive .social-content__play-btn,.social-content--immersive .social-content__pause-btn{z-index:12}.social-content--immersive .social-content__volume-btn{z-index:12;bottom:110px;left:12px;right:auto}.social-content--immersive .social-content__floating-stats{bottom:70px}.social-content__overlay .social-content__views-badge{align-self:flex-start;margin-bottom:4px}.social-content__overlay-title{font-size:16px;font-weight:700;color:var(--sc-white);margin:0}.social-content__overlay-username{font-size:13px;color:#fffc;margin:0}.social-content--classic .social-content__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.social-content--classic .social-content__video-card{display:block;position:relative;border-radius:12px;overflow:hidden;background:var(--sc-black);text-decoration:none}.social-content--classic .social-content__thumbnail{aspect-ratio:9/16}.social-content--classic .social-content__video-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;background:var(--sc-black);color:var(--sc-white);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;z-index:5}.social-content--classic .social-content__video-badge svg{width:10px;height:10px}.social-content--classic .social-content__video-views{position:absolute;bottom:56px;left:10px;z-index:5}.social-content--classic .social-content__video-creator{position:absolute;bottom:0;left:0;right:0;padding:10px;background:#000000d9;display:flex;align-items:center;gap:8px;z-index:5}.social-content--classic .social-content__video-creator-info{flex:1}.social-content--classic .social-content__video-creator-username{font-size:12px;font-weight:600;color:var(--sc-white);margin:0}.social-content--classic .social-content__video-creator-label{font-size:10px;color:#ffffffb3;margin:0}.social-content--classic .social-content__info-card{display:flex;flex-direction:column;justify-content:center;gap:16px;padding:20px;background:var(--sc-white);border-radius:12px;border:1px solid var(--sc-gray-border)}.social-content--classic .social-content__info-emoji{font-size:36px;line-height:1}.social-content--classic .social-content__info-title{font-size:18px;font-weight:700;color:var(--sc-black);margin:0}.social-content--classic .social-content__info-description{font-size:13px;color:var(--sc-gray-600);line-height:1.5;margin:0}.social-content--classic .social-content__info-cta{align-self:flex-start}.social-content--side .social-content__grid{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center}.social-content--side .social-content__video-card{display:block;position:relative;border-radius:12px;overflow:hidden;background:var(--sc-black);text-decoration:none}.social-content--side .social-content__thumbnail{aspect-ratio:9/16}.social-content--side .social-content__video-badge{position:absolute;top:8px;left:8px;width:28px;height:28px;background:var(--sc-black);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5}.social-content--side .social-content__video-badge svg{width:14px;height:14px;color:var(--sc-white)}.social-content--side .social-content__play{width:48px;height:48px}.social-content--side .social-content__play-icon{width:18px;height:18px}.social-content--side .social-content__content{display:flex;flex-direction:column;gap:16px}.social-content--side .social-content__views-block{display:flex;flex-direction:column;gap:2px}.social-content--side .social-content__views-number{font-size:32px;font-weight:700;color:var(--sc-black);line-height:1}.social-content--side .social-content__views-label{font-size:13px;color:var(--sc-gray-600)}.social-content--post{max-width:100%}.social-content--post .social-content__card{background:var(--sc-white);border:1px solid var(--sc-gray-border);border-radius:8px;overflow:hidden}.social-content--post .social-content__post-header{display:flex;align-items:center;gap:10px;padding:12px 14px}.social-content--post .social-content__post-user{flex:1;min-width:0}.social-content--post .social-content__post-username{font-size:13px;font-weight:600;color:var(--sc-black);margin:0}.social-content--post .social-content__post-location{font-size:11px;color:var(--sc-gray-600);margin:0}.social-content--post .social-content__link{display:block}.social-content--post .social-content__post-actions{display:flex;gap:14px;padding:10px 14px}.social-content--post .social-content__post-action{width:22px;height:22px;color:var(--sc-black);cursor:pointer;transition:transform .2s ease}.social-content--post .social-content__post-action:hover{transform:scale(1.1)}.social-content--post .social-content__post-action--liked{color:var(--sc-red);fill:var(--sc-red)}.social-content--post .social-content__post-likes{padding:0 14px;font-size:13px;font-weight:600;color:var(--sc-black);margin:0}.social-content--post .social-content__post-caption{padding:6px 14px 12px;font-size:13px;color:var(--sc-black);line-height:1.4;margin:0}.social-content--post .social-content__post-caption strong{font-weight:600}.social-content--post .social-content__post-comments{padding:0 14px 12px;font-size:13px;color:var(--sc-gray-600);text-decoration:none;display:block}.social-content--post .social-content__post-comments:hover{text-decoration:underline}.social-content--carousel .social-content__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.social-content--carousel .social-content__content{display:flex;flex-direction:column;gap:14px;order:1}.social-content--carousel .social-content__engagement{display:flex;gap:16px}.social-content--carousel .social-content__engagement-item{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--sc-black)}.social-content--carousel .social-content__engagement-item svg{width:18px;height:18px}.social-content--carousel .social-content__card{background:var(--sc-white);border:1px solid var(--sc-gray-border);border-radius:10px;overflow:hidden;order:2}.social-content--carousel .social-content__card-header{display:flex;align-items:center;gap:8px;padding:10px 12px}.social-content--carousel .social-content__card-username{font-size:12px;font-weight:600;color:var(--sc-black);margin:0}.social-content--carousel .social-content__thumbnail{position:relative}.social-content--carousel .social-content__carousel-icon{position:absolute;top:10px;right:10px;width:20px;height:20px;color:var(--sc-white);filter:drop-shadow(0 1px 2px rgba(0,0,0,.4));z-index:5}.social-content--carousel .social-content__dots{display:flex;justify-content:center;gap:5px;padding:10px}.social-content--carousel .social-content__dot{width:5px;height:5px;border-radius:50%;background:var(--sc-gray-400)}.social-content--carousel .social-content__dot--active{background:var(--sc-blue)}@keyframes social-content-fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.product-social-content>div{animation:social-content-fade-in .4s ease-out}.social-content-mobile-banner{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;margin-top:16px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .2s ease}.social-content-mobile-banner:hover{background:#ebebeb;border-color:#d5d5d5}.social-content-mobile-banner__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#000;border-radius:10px;flex-shrink:0}.social-content-mobile-banner__icon svg{width:20px;height:20px;color:#fff}.social-content-mobile-banner--tiktok .social-content-mobile-banner__icon{background:#000}.social-content-mobile-banner--instagram .social-content-mobile-banner__icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-content-mobile-banner__text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1;min-width:0}.social-content-mobile-banner__platform{font-size:14px;font-weight:600;color:#000}.social-content-mobile-banner__views{font-size:12px;color:#666}.social-content-mobile-banner__cta{display:flex;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:600;color:#fff;background:#000;border-radius:8px;transition:background-color .2s ease}.social-content-mobile-banner:hover .social-content-mobile-banner__cta{background:#5b4fe9}.social-content-mobile-banner__cta svg{width:14px;height:14px}@media(min-width:1024px){.social-content-mobile-banner{display:none}}.social-content-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.social-content-modal.is-open{opacity:1;visibility:visible}.social-content-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000f2}.social-content-modal__container{position:relative;width:100%;height:100%;max-width:400px;max-height:85vh;display:flex;align-items:center;justify-content:center;z-index:1}.social-content-modal__video-wrapper{position:relative;width:100%;max-width:320px;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:var(--sc-black)}.social-content-modal__video,.social-content-modal__poster{width:100%;height:100%;object-fit:cover}.social-content-modal__badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:600;border-radius:6px;z-index:5}.social-content-modal__badge svg{width:14px;height:14px;color:#fff}.social-content-modal__badge span{color:#fff}.social-content-modal__stats{position:absolute;right:10px;bottom:100px;display:flex;flex-direction:column;gap:16px;z-index:5}.social-content-modal__stats .social-content__floating-stat svg{color:#fff!important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.social-content-modal__stats .social-content__floating-stat span{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.5)}.social-content-modal .social-content__play-btn,.social-content-modal .social-content__pause-btn{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff}.social-content-modal .social-content__play-btn svg,.social-content-modal .social-content__pause-btn svg{color:#fff}.social-content-modal .social-content__play-btn:hover,.social-content-modal .social-content__pause-btn:hover{background:#ffffff4d}.social-content-modal .social-content__volume-btn{background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.social-content-modal .social-content__volume-btn svg{color:#fff}.social-content-modal__volume{bottom:140px;left:12px;right:auto}.social-content-modal__caption{position:absolute;bottom:0;left:0;right:0;padding:80px 12px 70px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 40%,rgba(0,0,0,.3) 70%,transparent 100%);z-index:4;pointer-events:none}.social-content-modal__caption p{font-size:13px;font-weight:500;color:#fff;line-height:1.4;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.8);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.social-content-modal__cta{position:absolute;bottom:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:13px;font-weight:600;text-decoration:none;border-radius:12px;border:1px solid rgba(255,255,255,.25);z-index:10;transition:background-color .2s ease}.social-content-modal__cta:hover{background:#ffffff4d}.social-content-modal__cta svg{width:16px;height:16px}body.social-modal-open{overflow:hidden}body.social-modal-open .header-wrapper,body.social-modal-open .shopify-section-header,body.social-modal-open header,body.social-modal-open .header,body.social-modal-open .breadcrumb,body.social-modal-open .product-breadcrumb,body.social-modal-open nav[class*=bottom],body.social-modal-open .mobile-nav,body.social-modal-open .bottom-nav,body.social-modal-open .tab-bar{display:none!important}.social-content__media{position:relative;overflow:hidden;background:var(--sc-gray-100)}.social-content__media--square{aspect-ratio:1}.social-content__video,.social-content__poster{width:100%;height:100%;object-fit:cover;display:block}.social-content__media-wrapper{position:relative}.social-content__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease,opacity .2s ease;z-index:10;border:none;color:var(--sc-white)}.social-content__play-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:#000000d9}.social-content__play-btn svg{width:24px;height:24px;margin-left:4px}.social-content__play-btn--small{width:48px;height:48px}.social-content__play-btn--small svg{width:18px;height:18px;margin-left:2px}.social-content__pause-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease,opacity .2s ease;z-index:10;border:none;color:var(--sc-white);opacity:0}.social-content__pause-btn:hover,[data-video-container]:hover .social-content__pause-btn{opacity:1}.social-content__pause-btn svg{width:24px;height:24px}.social-content__pause-btn--small{width:48px;height:48px}.social-content__pause-btn--small svg{width:18px;height:18px}.social-content__volume-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease;z-index:10;border:none;color:var(--sc-white)}.social-content__volume-btn:hover{background:#000c;transform:scale(1.05)}.social-content__volume-btn svg{width:18px;height:18px}.social-content__volume-btn .icon-unmuted,.social-content__volume-btn.is-unmuted .icon-muted{display:none}.social-content__volume-btn.is-unmuted .icon-unmuted{display:block}.social-content__overlay-link{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;margin-top:8px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--sc-white);font-size:13px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s ease}.social-content__overlay-link:hover{background:#ffffff40}.social-content__video-badge--round{border-radius:50%;padding:7px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.social-content__video-badge--round svg{width:14px;height:14px;margin:0}.social-content--classic .social-content__video-views{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;background:#000000b3;color:var(--sc-white);font-size:12px;font-weight:600;border-radius:4px}.social-content--classic .social-content__video-views svg{width:14px;height:14px}.social-content--immersive .social-content__media{aspect-ratio:9/16;max-height:500px;border-radius:16px;overflow:hidden}.social-content--classic .social-content__media{aspect-ratio:9/16;border-radius:12px 12px 0 0;overflow:hidden}.social-content--side .social-content__media{aspect-ratio:9/16;border-radius:12px;overflow:hidden}.social-content--post .social-content__media,.social-content--carousel .social-content__media{border-radius:0}[data-video-container].is-playing .social-content__play-btn{opacity:0;pointer-events:none}[data-video-container].is-playing .social-content__pause-btn{display:flex}.social-content__video{transition:opacity .2s ease}[data-video-container].is-loading .social-content__video{opacity:.7}body.mobile-search-open .mobile-sticky-bar,body.mobile-menu-open .mobile-sticky-bar{display:none!important}.mobile-sticky-bar{position:fixed;bottom:calc(90px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);max-width:90%;width:calc(100% - 32px);background:var(--color-white);border:none;border-top:1px solid var(--color-gray-200);border-radius:0;padding:8px 12px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;z-index:250;opacity:0;transform:translate(-50%) translateY(20px);visibility:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;box-shadow:0 4px 24px #0000001f,0 2px 8px #00000014}.mobile-sticky-bar.is-visible{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}@media(min-width:1024px){.mobile-sticky-bar{display:none!important}}.mobile-sticky-bar__content{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;min-width:0;overflow:hidden}.mobile-sticky-bar__image{width:56px;height:56px;flex-shrink:0;background:#f5f5f5;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.mobile-sticky-bar__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:4px}.mobile-sticky-bar__info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;justify-content:center}.mobile-sticky-bar__title{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#000;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.mobile-sticky-bar__meta{display:flex;align-items:center;gap:8px}.mobile-sticky-bar__price{font-size:12px;font-weight:600;color:#000;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.3;margin:0}.mobile-sticky-bar__size{font-size:11px;font-weight:500;color:var(--color-gray-500);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.3}.mobile-sticky-bar__size:empty{display:none}.mobile-sticky-bar__btn{flex-shrink:0;min-width:110px;padding:12px 20px;background:var(--color-black);color:var(--color-white);font-family:var(--font-tight, "Inter Tight", "DM Sans", sans-serif);font-size:13px;font-weight:600;line-height:1.2;border:none;border-radius:0;cursor:pointer;transition:background .2s ease,transform .15s ease;display:flex;flex-direction:column;align-items:center;text-align:center;white-space:nowrap}.mobile-sticky-bar__btn span{display:block}.mobile-sticky-bar__btn:hover{background:var(--color-gray-900)}.mobile-sticky-bar__btn:active{transform:scale(.97)}.mobile-sticky-bar__btn.has-size-selected{background:var(--color-black)}.mobile-sticky-bar__btn.has-size-selected:hover{background:var(--color-gray-900)}@media(min-width:640px)and (max-width:1023px){.mobile-sticky-bar{left:20px;right:20px;padding:12px}.mobile-sticky-bar__image{width:54px;height:54px}.mobile-sticky-bar__title{font-size:14px}.mobile-sticky-bar__price{font-size:13px}.mobile-sticky-bar__btn{padding:12px 24px;font-size:12px}}@media(max-width:374px){.mobile-sticky-bar{left:8px;right:8px;padding:8px;gap:8px}.mobile-sticky-bar__image{width:44px;height:44px}.mobile-sticky-bar__title{font-size:11px}.mobile-sticky-bar__price{font-size:10px}.mobile-sticky-bar__btn{padding:12px 14px;font-size:10px;min-width:100px}}.product-rating-summary{width:100%;display:flex;align-items:center;gap:var(--spacing-sm);margin-top:-2px}.product-rating-summary__link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--color-text);transition:opacity .2s ease}.product-rating-summary__link:hover{opacity:.7}.product-rating-summary__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-rating-summary__stars{display:inline-flex;align-items:center;gap:2px}.product-rating-summary__score{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text)}.product-rating-summary__count{font-size:var(--font-size-sm);font-weight:300;color:var(--color-text-secondary)}.product-reviews__item{padding:var(--spacing-md);background-color:var(--color-bg-tertiary);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm)}.product-reviews__item:last-of-type{margin-bottom:0}.product-reviews__item--hidden{display:none}.product-reviews.is-expanded .product-reviews__item--hidden{display:block}.product-reviews__row{display:flex;align-items:flex-start;gap:var(--spacing-sm)}.product-reviews__avatar{flex-shrink:0;width:36px;height:36px;border-radius:var(--radius-full);background-color:var(--color-primary);color:var(--color-bg);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center;line-height:1}.product-reviews__meta{flex:1;min-width:0}.product-reviews__top{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:2px}.product-reviews__author{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text)}.product-reviews__verified{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--color-green);font-weight:var(--font-weight-medium)}.product-reviews__stars{display:inline-flex;align-items:center;gap:1px}.product-reviews__date{font-size:11px;color:var(--color-text-muted);margin-left:var(--spacing-sm)}.product-reviews__title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text);margin-top:var(--spacing-sm);padding-left:44px}.product-reviews__text{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.6;margin-top:var(--spacing-xs);padding-left:44px}.product-reviews__show-more{display:inline-block;margin-top:var(--spacing-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text);text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:none;border:none;padding:0}.product-reviews__show-more:hover{opacity:.7}.product-reviews__show-more:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-reviews.is-expanded .product-reviews__show-more{display:none}.gub-color-variants{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md)}.gub-color-variants__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.gub-color-variants__title{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:var(--color-black);margin:0}.gub-color-variants__nav{display:none;align-items:center;gap:4px}.gub-color-variants__nav.is-visible{display:flex}.gub-color-variants__arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--color-border);border-radius:0;background:var(--color-bg);cursor:pointer;color:var(--color-text);padding:0;transition:all var(--transition-fast)}.gub-color-variants__arrow:hover:not(:disabled){border-color:var(--color-primary)}.gub-color-variants__arrow:disabled{opacity:.3;cursor:default}.gub-color-variants__arrow:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gub-color-variants__grid{display:flex;gap:8px;flex-wrap:nowrap;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.gub-color-variants__grid::-webkit-scrollbar{display:none}.gub-color-variants__item{flex:0 0 68px;width:68px;height:68px;background-color:var(--color-bg-secondary);border-radius:0;overflow:hidden}.gub-color-variants__item:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gub-color-variants__item img{width:100%;height:100%;object-fit:contain;padding:var(--spacing-sm);mix-blend-mode:multiply}.gub-color-variants__more-link{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:var(--color-black);text-decoration:underline;text-underline-offset:3px}.gub-color-variants__more-link:hover{color:var(--color-black)}.gub-color-variants__more-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gub-color-variants__more-link svg{flex-shrink:0}@media(min-width:1024px){.gub-color-variants__item{flex:0 0 76px;width:76px;height:76px}}.product-reviews-section{padding-block:var(--spacing-md) 0;width:calc(100% + var(--container-padding, 20px) * 2);margin-inline:calc(-1 * var(--container-padding, 20px));padding-inline:var(--container-padding, 20px)}@media(min-width:1024px){.product-reviews-section{padding-block:var(--spacing-2xl) 0;width:calc(100% + 40px);margin-inline-start:0;margin-inline-end:-40px;padding-inline:var(--container-padding, 40px)}}.product-reviews-section__title{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);margin-top:var(--spacing-2xl);margin-bottom:var(--spacing-lg);letter-spacing:-.01em}.product-reviews-section__inner{display:flex;flex-direction:column;gap:var(--spacing-xl)}.product-reviews-section__summary{display:flex;flex-direction:column;gap:var(--spacing-sm)}.product-reviews-section__score{display:flex;align-items:baseline;gap:var(--spacing-xs)}.product-reviews-section__avg{font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);line-height:1;letter-spacing:-.02em}.product-reviews-section__out-of{font-size:var(--font-size-sm);color:var(--color-text-muted);font-weight:var(--font-weight-normal)}.product-reviews-section__stars{display:flex;gap:2px}.product-reviews-section__count{font-size:var(--font-size-xs);color:var(--color-text-muted)}.product-reviews-section__bars{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}.product-reviews-section__bar-row{display:flex;align-items:center;gap:var(--spacing-sm)}.product-reviews-section__bar-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--color-text-muted);width:12px;text-align:right;flex-shrink:0}.product-reviews-section__bar-track{flex:1;height:6px;background-color:var(--color-bg-secondary);border-radius:var(--radius-full);overflow:hidden}.product-reviews-section__bar-fill{height:100%;background-color:#00b67a;border-radius:var(--radius-full);transition:width var(--glass-transition-smooth)}.product-reviews-section__bar-count{font-size:var(--font-size-xs);color:var(--color-text-muted);width:20px;text-align:right;flex-shrink:0}.product-reviews-section__merchant{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:0;text-decoration:none;color:var(--color-text);transition:border-color var(--glass-transition-smooth);margin-bottom:var(--spacing-xl)}.product-reviews-section__merchant:hover{border-color:var(--color-text-muted)}.product-reviews-section__merchant:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-reviews-section__merchant-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.product-reviews-section__merchant-rating{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.product-reviews-section__merchant-sep{color:var(--color-text-muted);font-size:var(--font-size-sm)}.product-reviews-section__merchant-count{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.product-reviews-section__merchant-ext{color:var(--color-text-muted);flex-shrink:0}@media(max-width:639px){.product-reviews-section__merchant{padding:var(--spacing-sm) var(--spacing-md)}}.product-reviews-section__cards{display:flex;gap:var(--spacing-md);overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:var(--spacing-xs)}.product-reviews-section__cards::-webkit-scrollbar{display:none}.product-reviews-section__card{flex:0 0 240px;scroll-snap-align:start;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:0;padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-xs);text-decoration:none;color:inherit;transition:border-color var(--glass-transition-smooth)}.product-reviews-section__card--tp{text-decoration:none;color:inherit}.product-reviews-section__card-header{display:flex;align-items:center;gap:var(--spacing-sm)}.product-reviews-section__avatar{width:32px;height:32px;border-radius:var(--radius-full);background-color:var(--color-bg-secondary);color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);flex-shrink:0}.product-reviews-section__card-meta{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-xs)}.product-reviews-section__reviewer{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.product-reviews-section__verified{display:inline-flex;align-items:center;gap:2px;font-size:11px;color:var(--color-text-muted);font-weight:var(--font-weight-normal)}.product-reviews-section__card-stars{display:flex;gap:1px}.product-reviews-section__card-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin:0}.product-reviews-section__card-text{font-size:var(--font-size-xs);color:var(--color-text);font-weight:var(--font-weight-normal);line-height:1.6;margin:0;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-reviews-section__card.is-expanded .product-reviews-section__card-text{-webkit-line-clamp:unset;display:-webkit-box;overflow:visible}.product-reviews-section__card-toggle{background:none;border:none;padding:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color var(--glass-transition-smooth);align-self:flex-start}.product-reviews-section__card-toggle:hover{color:var(--color-text)}.product-reviews-section__card-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-reviews-section__card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:var(--spacing-sm)}.product-reviews-section__card-date{font-size:var(--font-size-xs);color:var(--color-text-muted)}.product-reviews-section__card-source{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--color-text-muted);font-weight:var(--font-weight-normal);text-decoration:none;transition:color .2s}a.product-reviews-section__card-source:hover{color:#00b67a}a.product-reviews-section__card-source:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-reviews-section__global{margin-top:0!important}.product-reviews-section__global-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md)}.product-reviews-section__global-header .product-reviews-section__merchant{margin-bottom:0}.product-reviews-section__nav{display:none;align-items:center;gap:var(--spacing-xs)}@media(min-width:768px){.product-reviews-section__nav{display:flex}}.product-reviews-section__arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:0;color:var(--color-text);cursor:pointer;transition:border-color .2s,opacity .2s}.product-reviews-section__arrow:hover:not(:disabled){border-color:var(--color-text)}.product-reviews-section__arrow:disabled{opacity:.4;cursor:not-allowed}.product-reviews-section__arrow:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media(min-width:1024px){.product-reviews-section__inner{flex-direction:row;align-items:flex-start}.product-reviews-section__summary{flex:0 0 280px}.product-reviews-section__cards{flex:1;min-width:0}.product-reviews-section__card{flex:0 0 260px}}.product-form__express-checkout{margin-top:8px;max-width:400px;margin-inline:auto}.product-form__express-checkout .shopify-payment-button{margin:0}.product-form__express-checkout .shopify-payment-button__button{border-radius:8px!important;min-height:44px!important;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:600!important}.product-form__express-checkout .shopify-payment-button__button--unbranded{background-color:var(--color-black)!important;color:var(--color-white)!important}.product-form__express-checkout .shopify-payment-button__button--unbranded:hover{background-color:var(--color-accent)!important;color:#fff!important}.product-form__express-checkout .shopify-payment-button__button:focus-visible{outline:2px solid var(--color-black);outline-offset:2px}.product-form__express-checkout .shopify-payment-button__more-options{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:var(--color-gray-500);margin-top:4px;text-decoration:underline;text-underline-offset:2px}.product-installments{margin-top:16px;display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 14px;border:1px solid #eae7e4;border-radius:var(--radius-md);background-color:var(--color-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;line-height:18px;color:#17120f}.product-installments__badge{flex-shrink:0;display:flex;align-items:center}.product-installments__badge svg{height:26px;width:auto}.product-installments__text{margin:0;font-weight:400;color:#17120f}.product-installments__text strong{font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-custom-deferred.css.map */
