.fbt{--fbt-bg: #efefef;--fbt-card: #efefef;--fbt-card-hover: #e8e8e8;--fbt-border: rgba(0, 0, 0, .06);--fbt-border-hover: rgba(0, 0, 0, .12);--fbt-text: #111;--fbt-text-90: rgba(0, 0, 0, .85);--fbt-text-60: rgba(0, 0, 0, .5);--fbt-text-30: rgba(0, 0, 0, .25);--fbt-text-12: rgba(0, 0, 0, .08);--fbt-green: #16a34a;--fbt-r: 0;--fbt-r-sm: 0;--fbt-ease: cubic-bezier(.22, 1, .36, 1)}.fbt{padding:0 0 24px;background:var(--fbt-bg);border-top:none}.fbt--in-gallery{padding:20px 0 0}.fbt--in-gallery>.container{padding:0;max-width:none}.fbt__header{text-align:center;margin-bottom:16px}.fbt__title{font-size:14px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fbt-text);margin:0}.fbt__title-ornament{display:none}.fbt__title-ornament:before,.fbt__title-ornament:after{content:"";width:32px;height:1px;background:var(--fbt-text-12)}.fbt__title-diamond{width:4px;height:4px;background:var(--fbt-text-30);border-radius:1px;transform:rotate(45deg)}.fbt--in-gallery .fbt__header{text-align:center;margin-bottom:20px}.fbt--in-gallery .fbt__title-ornament{justify-content:flex-start}.fbt__content{display:flex;flex-direction:column;align-items:center;gap:24px}.fbt--in-gallery .fbt__content{align-items:center}.fbt__products{display:flex;align-items:stretch;justify-content:center;gap:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:4px;width:100%}.fbt__products::-webkit-scrollbar{display:none}.fbt__products{-ms-overflow-style:none;scrollbar-width:none}.fbt--in-gallery .fbt__products{justify-content:center;flex-wrap:wrap;gap:8px;overflow-x:visible}.fbt__connector{display:flex;align-items:center;justify-content:center;min-width:28px;flex-shrink:0;align-self:center;margin-top:-40px}.fbt__connector-diamond{position:relative}.fbt__connector-diamond:after{content:"+";font-size:18px;font-weight:400;color:var(--fbt-text-60);line-height:1}.fbt--in-gallery .fbt__connector{min-width:20px}.fbt__product{display:flex;flex-direction:column;align-items:center;width:160px;min-width:160px;text-align:center;position:relative;scroll-snap-align:center;transition:all .35s var(--fbt-ease);padding:14px 10px 18px;border-radius:var(--fbt-r);background:var(--fbt-card);border:none;cursor:default;opacity:0;transform:translateY(12px);animation:fbt-enter .4s var(--fbt-ease) forwards}.fbt__product:nth-child(1){animation-delay:.04s}.fbt__product:nth-child(2){animation-delay:.08s}.fbt__product:nth-child(3){animation-delay:.12s}.fbt__product:nth-child(4){animation-delay:.16s}.fbt__product:nth-child(5){animation-delay:.2s}.fbt__product:nth-child(6){animation-delay:.24s}.fbt__product:nth-child(7){animation-delay:.28s}.fbt__connector{opacity:0;animation:fbt-enter .3s var(--fbt-ease) forwards}.fbt__connector:nth-child(2){animation-delay:.06s}.fbt__connector:nth-child(4){animation-delay:.14s}.fbt__connector:nth-child(6){animation-delay:.22s}@keyframes fbt-enter{to{opacity:1;transform:translateY(0)}}.fbt__product:hover{background:var(--fbt-card-hover);border-color:transparent;transform:translateY(-3px)}.fbt__product.is-checked{border-color:transparent}.fbt__product.is-unchecked{opacity:.3;filter:grayscale(.5);transform:scale(.97)}.fbt__product.is-unchecked:hover{opacity:.45}.fbt__checkbox-wrap{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:8px}.fbt__checkbox{position:absolute;opacity:0;width:0;height:0}.fbt__checkmark{width:22px;height:22px;border:1.5px solid var(--fbt-text-30);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s var(--fbt-ease);background:transparent}.fbt__checkmark svg{width:11px;height:11px;color:#fff;opacity:0;transition:all .2s var(--fbt-ease);transform:scale(.6)}.fbt__checkbox:checked+.fbt__checkmark{background:#111;border-color:#111}.fbt__checkbox:checked+.fbt__checkmark svg{opacity:1;transform:scale(1)}.fbt__checkbox:disabled+.fbt__checkmark{cursor:default}.fbt__product-img-wrap{display:block;width:128px;height:128px;border-radius:var(--fbt-r-sm);overflow:hidden;background:#f0f0f0}.fbt__product-img{width:100%;height:100%;object-fit:contain;border-radius:var(--fbt-r-sm);transition:transform .45s var(--fbt-ease)}.fbt__product:hover .fbt__product-img{transform:scale(1.04)}.fbt__product-info{margin-top:10px;display:flex;flex-direction:column;gap:3px;width:100%}.fbt__product-title{font-size:12px;font-weight:400;color:var(--fbt-text-90);line-height:1.4;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fbt__product-title:hover{color:var(--fbt-text)}.fbt__this-item{display:inline-block;font-size:9px;font-weight:500;color:var(--fbt-text-60);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--fbt-text-12);border-radius:0;padding:2px 8px;margin-top:2px;align-self:center}.fbt__product-price{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:3px}.fbt__price--compare{font-size:11px;color:var(--fbt-text-30);text-decoration:line-through}.fbt__price--sale{font-size:13px;font-weight:600;color:var(--fbt-text)}.fbt__summary{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;padding:8px 24px;background:transparent;border:none;border-radius:var(--fbt-r);flex-wrap:wrap}.fbt__total{display:flex;align-items:center;gap:8px}.fbt__total-label{font-size:12px;font-weight:400;color:var(--fbt-text-60);text-transform:uppercase;letter-spacing:.06em}.fbt__total-prices{display:flex;align-items:baseline;gap:6px}.fbt__total-compare{font-size:13px;color:var(--fbt-text-30);text-decoration:line-through}.fbt__total-price{font-size:20px;font-weight:600;color:var(--fbt-text)}.fbt__savings{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--fbt-green);background:#16a34a0f;border:1px solid rgba(22,163,74,.1);border-radius:0;padding:3px 10px}.fbt__savings-icon{font-size:8px}.fbt__add-all{flex-shrink:0;background:#111;color:#fff;border:none;padding:13px 32px;border-radius:var(--fbt-r-sm);font-size:12px;font-weight:600;cursor:pointer;transition:all .25s var(--fbt-ease);letter-spacing:.04em;text-transform:uppercase;animation:fbt-buzz 3s ease-in-out infinite}@keyframes fbt-buzz{0%,88%{transform:translate(0)}90%{transform:translate(-2px) rotate(-1deg)}92%{transform:translate(2px) rotate(1deg)}94%{transform:translate(-2px) rotate(-.5deg)}96%{transform:translate(2px) rotate(.5deg)}98%{transform:translate(-1px) rotate(0)}to{transform:translate(0)}}.fbt__add-all:hover:not(:disabled){background:#222;transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.fbt__add-all:active:not(:disabled){transform:scale(.98)}.fbt__add-all:disabled{opacity:.35;cursor:not-allowed}.fbt__add-all--success{background:var(--fbt-green)!important;color:#fff!important}@media(max-width:768px){.fbt{padding:0 0 16px}.fbt__header{margin-bottom:12px}.fbt__title{font-size:12px}.fbt__products{padding:4px 10px}.fbt__product{width:125px;min-width:125px;padding:10px 8px 14px}.fbt__product-img-wrap{width:100px;height:100px}.fbt__connector{min-width:20px}.fbt__product-title{font-size:11px}.fbt__price--sale{font-size:12px}.fbt__summary{flex-direction:column;padding:14px 16px;gap:12px}.fbt__add-all{width:100%;padding:12px 20px}.fbt__total-price{font-size:17px}}@media(max-width:400px){.fbt__product{width:105px;min-width:105px;padding:8px 6px 12px}.fbt__product-img-wrap{width:85px;height:85px}.fbt__checkmark{width:18px;height:18px}}.fbt--in-gallery .fbt__product{width:115px;min-width:115px;padding:10px 8px 14px}.fbt--in-gallery .fbt__product-img-wrap{width:90px;height:90px}.fbt--in-gallery .fbt__add-all{font-size:11px;padding:10px 18px}.fbt--holi{--fbt-bg: linear-gradient(135deg, #fff0f6 0%, #fffbe6 40%, #f0fff0 70%, #f3e8ff 100%);--fbt-card: #fff;--fbt-card-hover: #fffbe6;--fbt-border: rgba(233, 30, 144, .1);--fbt-border-hover: rgba(233, 30, 144, .2);--fbt-text: #2d1050;--fbt-text-90: rgba(45, 16, 80, .85);--fbt-text-60: rgba(45, 16, 80, .55);--fbt-text-30: rgba(45, 16, 80, .3);--fbt-text-12: rgba(233, 30, 144, .1);--fbt-green: #e91e90;--fbt-accent: #e91e90;--fbt-r: 16px;--fbt-r-sm: 12px}.fbt--holi{background:linear-gradient(135deg,#fff0f6,#fffbe6 40%,#f0fff0,#f3e8ff);border-radius:20px;position:relative;overflow:hidden;padding:24px 0 28px}.fbt--holi .fbt__title{background:linear-gradient(90deg,#e91e90,#ff9800,#4caf50,#9c27b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:15px;font-weight:700;letter-spacing:.12em}.fbt--holi .fbt__title-ornament{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px}.fbt--holi .fbt__title-ornament:before{background:linear-gradient(90deg,#e91e90,transparent)}.fbt--holi .fbt__title-ornament:after{background:linear-gradient(90deg,transparent,#4caf50)}.fbt--holi .fbt__title-diamond{background:linear-gradient(135deg,#e91e90,#ff9800);width:6px;height:6px;border-radius:2px}.fbt--holi .fbt__product{background:#fff;border:1.5px solid rgba(233,30,144,.08);border-radius:16px;box-shadow:0 2px 12px #e91e900f;transition:all .35s var(--fbt-ease)}.fbt--holi .fbt__product:hover{border-color:#e91e902e;box-shadow:0 6px 24px #e91e901f;transform:translateY(-4px)}.fbt--holi .fbt__product-img-wrap{border-radius:12px;background:linear-gradient(135deg,#fff0f6,#fffbe6)}.fbt--holi .fbt__checkbox:checked+.fbt__checkmark{background:linear-gradient(135deg,#e91e90,#ff5722);border-color:#e91e90}.fbt--holi .fbt__connector-diamond:after{content:"\2726";font-size:14px;background:linear-gradient(135deg,#e91e90,#ff9800,#4caf50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fbt--holi .fbt__add-all{background:linear-gradient(135deg,#e91e90,#ff5722);border-radius:12px;font-weight:700;letter-spacing:.06em;box-shadow:0 4px 16px #e91e904d;animation:fbt-holi-glow 2s ease-in-out infinite alternate}.fbt--holi .fbt__add-all:hover:not(:disabled){background:linear-gradient(135deg,#d81884,#e64a19);box-shadow:0 6px 24px #e91e9066;transform:translateY(-2px)}.fbt--holi .fbt__add-all--success{background:linear-gradient(135deg,#4caf50,#66bb6a)!important;box-shadow:0 4px 16px #4caf504d!important}@keyframes fbt-holi-glow{0%{box-shadow:0 4px 16px #e91e9040}to{box-shadow:0 4px 24px #ff572259}}.fbt--holi .fbt__savings{background:#e91e9014;border-color:#e91e9026;color:#e91e90;border-radius:20px}.fbt--holi .fbt__this-item{background:linear-gradient(135deg,#e91e90,#ff5722);color:#fff;border:none;border-radius:10px;font-weight:600;padding:2px 10px}.fbt--holi .fbt__total-price{color:#e91e90}.fbt__badge{display:none}.fbt--holi .fbt__badge,.fbt--themed .fbt__badge{display:inline-block;position:absolute;top:-8px;right:-4px;font-size:9px;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap;z-index:3}.fbt--holi .fbt__badge{background:linear-gradient(135deg,#e91e90,#ff5722);color:#fff;display:none}.fbt--custom{border-radius:16px;position:relative;overflow:hidden}.fbt--custom .fbt__product{border-radius:12px;border:1px solid var(--fbt-border)}.fbt--custom .fbt__product:hover{border-color:var(--fbt-border-hover);transform:translateY(-3px)}.fbt--custom .fbt__product-img-wrap,.fbt--custom .fbt__add-all{border-radius:10px}.fbt--custom .fbt__badge{background:var(--fbt-accent, #111);color:#fff}.fbt__decorations{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.fbt__deco-dot{position:absolute;border-radius:50%;opacity:0;animation:fbt-float 6s ease-in-out infinite}.fbt__deco-dot--1{width:8px;height:8px;background:#e91e90;top:10%;left:5%;animation-delay:0s}.fbt__deco-dot--2{width:6px;height:6px;background:#ffc107;top:20%;right:8%;animation-delay:.8s}.fbt__deco-dot--3{width:10px;height:10px;background:#4caf50;bottom:15%;left:12%;animation-delay:1.6s}.fbt__deco-dot--4{width:7px;height:7px;background:#9c27b0;top:35%;left:3%;animation-delay:2.4s}.fbt__deco-dot--5{width:5px;height:5px;background:#ff5722;bottom:25%;right:5%;animation-delay:3.2s}.fbt__deco-dot--6{width:9px;height:9px;background:#2196f3;top:50%;right:3%;animation-delay:4s}.fbt__deco-dot--7{width:6px;height:6px;background:#e91e90;bottom:40%;left:7%;animation-delay:.4s}.fbt__deco-dot--8{width:8px;height:8px;background:#ffc107;top:65%;right:10%;animation-delay:1.2s}.fbt__deco-dot--9{width:5px;height:5px;background:#4caf50;top:80%;left:15%;animation-delay:2s}.fbt__deco-dot--10{width:7px;height:7px;background:#ff9800;bottom:10%;right:15%;animation-delay:2.8s}.fbt__deco-dot--11{width:4px;height:4px;background:#9c27b0;top:5%;left:50%;animation-delay:3.6s}.fbt__deco-dot--12{width:6px;height:6px;background:#e91e90;bottom:5%;left:40%;animation-delay:4.4s}@keyframes fbt-float{0%{opacity:0;transform:translateY(0) scale(.5)}15%{opacity:.7;transform:translateY(-8px) scale(1)}50%{opacity:.5;transform:translateY(-20px) scale(.8) rotate(20deg)}85%{opacity:.3;transform:translateY(-30px) scale(.6)}to{opacity:0;transform:translateY(-40px) scale(.3)}}.fbt__deco-dot--confetti{border-radius:2px;width:6px!important;height:12px!important;animation-name:fbt-confetti-fall}@keyframes fbt-confetti-fall{0%{opacity:0;transform:translateY(-20px) rotate(0)}20%{opacity:.8}to{opacity:0;transform:translateY(60px) rotate(360deg)}}.fbt__deco-dot--sparkle{border-radius:0;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);animation-name:fbt-sparkle}@keyframes fbt-sparkle{0%{opacity:0;transform:scale(0) rotate(0)}30%{opacity:.9;transform:scale(1) rotate(72deg)}60%{opacity:.5;transform:scale(.7) rotate(144deg)}to{opacity:0;transform:scale(0) rotate(216deg)}}.fbt--holi>.container,.fbt--custom>.container{position:relative;z-index:1}@media(max-width:768px){.fbt--holi{border-radius:14px;padding:16px 0 20px}.fbt--holi .fbt__title{font-size:13px}.fbt--holi .fbt__product{border-radius:12px}.fbt--holi .fbt__add-all{border-radius:10px}.fbt__deco-dot{transform:scale(.7)}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/frequently-bought-together.css.map */
