:root{--picker-bg: rgba(255,255,255,.05);--picker-border: rgba(255,255,255,.2);--picker-active-border: #7544FF;--picker-radius: 6px;--picker-padding: 8px 12px;--picker-gap: 8px;--picker-text: #fff;--picker-text-muted: rgba(255,255,255,.5)}.upsell-dropdown .product-info{display:flex;gap:var(--picker-gap);width:100%}.upsell-dropdown summary.selected{border-color:var(--picker-active-border);background:#7544ff40;box-shadow:0 0 0 2px var(--picker-active-border);position:relative}.upsell-dropdown[open] summary{border-color:var(--picker-active-border)}.variant-btn{width:-webkit-fill-available;width:stretch;display:flex;align-items:center;gap:12px;padding:10px;background:var(--picker-bg);border:1px solid var(--picker-border);cursor:pointer;color:var(--picker-text);text-align:left;transition:.2s;position:relative}.variant-btn:hover{border-color:var(--picker-active-border);background:#7544ff26;transform:translateY(-1px)}.variant-btn.selected{border-color:var(--picker-active-border);background:#7544ff40;box-shadow:0 0 0 2px var(--picker-active-border)}.variant-btn-img{width:48px;height:48px;border-radius:6px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.variant-btn-info{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}.variant-btn-title{font-size:14px;font-weight:600}.variant-btn-price{font-weight:600;font-size:12px;flex-shrink:0;color:var(--picker-text-muted);align-self:center}.upsell-dropdown summary{list-style:none;cursor:pointer;background:var(--picker-bg);border:1px solid var(--picker-border);border-radius:var(--picker-radius);color:var(--picker-text);font-size:14px;transition:.2s;display:flex;align-items:center}.upsell-dropdown summary::-webkit-details-marker{display:none}.upsell-dropdown[open] summary{border-color:var(--picker-active-border);background:#7544ff26;border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.upsell-info{display:flex;align-items:center;gap:14px;padding:12px 0}.upsell-summary-row{display:flex;align-items:center;width:100%;gap:12px;justify-content:space-between}.upsell-summary-wrapper *{margin:0}.upsell-summary-wrapper{display:flex;flex-direction:column;width:100%}.p-featured-img{width:60px;height:60px;border-radius:6px;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0;transition:opacity .2s ease}.p-static-title{flex:1;color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;min-width:55%}.p-main-price{color:#fff;font-weight:600;font-size:13px;flex-shrink:0}.p-selected-variant{font-size:12px;color:#ffffffb3}.upsell-summary-container{display:flex;align-items:center;padding:12px;gap:12px;width:100%;justify-content:center}.upsell-toggle .upsell-enable{position:absolute;opacity:0;pointer-events:none}.upsell-toggle .toggle-slider{width:20px;height:20px;border-radius:50%;border:2px solid #ccc;background:transparent;display:block;position:relative;box-sizing:border-box;flex-shrink:0;transition:border-color .2s ease}.upsell-toggle .toggle-slider:after{content:"";width:100%;height:100%;background:#7b3fe4;border-radius:50%;position:absolute;top:0;left:0;transform:scale(0);transition:transform .25s ease}.upsell-toggle .upsell-enable:checked+.toggle-slider{border-color:#fff}.upsell-toggle .upsell-enable:checked+.toggle-slider:after{transform:scale(1)}.upsell-arrow-block{display:flex;align-items:center;justify-content:center;width:12%;min-width:32px;height:100%;cursor:pointer;position:relative}.upsell-arrow-block:before{content:"";display:block;width:14px;height:14px;border-right:3px solid #7b3fe4;border-bottom:3px solid #7b3fe4;transform:rotate(45deg);transition:transform .25s ease}details[open] .upsell-arrow-block:before{transform:rotate(-135deg)}.upsell-product-block[displayment=buttons] .variant-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;margin:4px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;white-space:nowrap;transition:.2s}.upsell-product-block[displayment=buttons] .variant-btn.selected{background:#7544ff;border-color:#7544ff}.upsell-product-block[displayment=buttons] .upsell-variant-buttons,.upsell-product-block[displayment=custom] .upsell-variant-buttons{display:flex;flex-wrap:wrap;gap:6px}.upsell-product-block{margin-bottom:calc(var(--font--size-product-form-headings) / 14 * 1.25em * var(--context-multiplier, 1))}.button-variant-btn,.circle-variant-btn{width:min-content}span.p-custom-text{font-weight:100;text-transform:none;font-size:.75rem}.upsell-price-toggle-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;min-width:0;align-items:center;justify-content:flex-end}.upsell-price-toggle-wrapper>*{font-size:.85rem;min-width:0}.nameplate-upsell{margin:16px 0;background:#ffffff08;border:1px solid rgba(117,68,255,.2);border-radius:12px;overflow:hidden}.nameplate-upsell .upsell-summary-container{padding:14px 16px;display:flex;align-items:center;gap:14px}.upsell-header{display:flex;align-items:center;gap:16px;padding:14px 16px}.upsell-img{width:52px;height:52px;border-radius:8px}.upsell-header-text{flex:1}.upsell-title{color:#fff;font-weight:700;font-size:12px;text-transform:uppercase}.upsell-subtitle{color:#fff6;font-size:11px}.upsell-price{color:#fff;font-weight:700;font-size:14px;margin-right:10px}.upsell-body{border-top:1px solid rgba(117,68,255,.2);padding:20px}.upsell-section{margin-bottom:20px}.upsell-label{color:#ffffff80;font-size:10px;text-transform:uppercase}.selected-color{color:#fff;font-weight:700}.upsell-variant-buttons.upsell-swatches{display:flex;gap:10px;margin-top:12px;margin-bottom:16px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:6px 2px;width:100%;max-width:100%}.upsell-variant-buttons.upsell-swatches::-webkit-scrollbar{height:6px}.upsell-variant-buttons.upsell-swatches::-webkit-scrollbar-thumb{background:#7544ff66;border-radius:4px}.swatch-btn{width:30px;height:30px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-block;line-height:0;min-width:30px;min-height:30px}.swatch-dot{width:100%;height:100%;display:block;border-radius:50%}.nameplate-input{width:100%;padding:12px;border-radius:6px;background:#0003;border:1px solid rgba(117,68,255,.4);color:#fff}.nameplate-input-wrapper,.nameplate-note{padding:0 16px}.upsell-note{background:#7544ff14;border-left:3px solid #7544FF;padding:12px;border-radius:0 8px 8px 0;color:#ffffffe6;font-size:11px}.nameplate-input-wrapper{margin-bottom:16px}.nameplate-label{display:block;margin-bottom:6px}.nameplate-input{padding:10px 12px}.nameplate-note{padding:12px 16px 16px;margin-top:4px}.upsell-swatches-wrapper{position:relative;timeline-scope:--scroller-timeline}.upsell-variant-buttons.upsell-swatches{scroll-timeline-name:--scroller-timeline;scroll-timeline-axis:x;scroll-behavior:smooth}.scroll-arrow-indicator{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:100%;background:#7544fff2;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000004d;pointer-events:auto!important;cursor:pointer;z-index:30;font-size:14px;opacity:1;visibility:visible}.scroll-arrow-left{left:0}.scroll-arrow-right{right:0}.scroll-arrow-right{animation:fade-out-indicator linear both;animation-timeline:--scroller-timeline}.scroll-arrow-left{animation:fade-in-indicator linear both;animation-timeline:--scroller-timeline}@keyframes fade-out-indicator{0%{opacity:1;visibility:visible}95%,to{opacity:0;visibility:hidden}}@keyframes fade-in-indicator{0%{opacity:0;visibility:hidden}5%,to{opacity:1;visibility:visible}}@media(max-width:767px){.variant-btn,.variant-btn *{pointer-events:auto}.upsell-summary-container{padding:8px 10px}.p-static-title,.p-selected-variant{font-size:9px;line-height:1.5;min-width:65%}.p-featured-img{width:50px;height:50px}.upsell-price-toggle-wrapper>*{font-size:.65rem}.upsell-product-block details.upsell-dropdown{flex-direction:column}.upsell-arrow-block:before{width:10px;height:10px;border-right-width:2px;border-bottom-width:2px}span.p-custom-text{font-size:.65rem}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/custom-upsell.css.map */
