.bundle-builder{background-color:unset;color:rgb(var(--color-foreground))}.bundle-builder__header{text-align:center;margin-bottom:6rem}.bundle-builder__title{margin:0 0 3rem;color:rgb(var(--color-foreground));font-weight:500;font-family:PP Right Grotesk}@media screen and (max-width: 749px){.bundle-builder__header{margin-bottom:2rem}.bundle-builder__title{margin:0 0 1rem;font-size:35px}}.gradient-hover-btn{position:relative;overflow:hidden;background:radial-gradient(circle at center,#ffc107 50%,#ffa000);transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1;color:#000}.gradient-hover-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease;z-index:2;pointer-events:none}.gradient-hover-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(0,0,0,.1) 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.gradient-hover-btn:hover:before{left:100%}.gradient-hover-btn:hover:after{opacity:1}.gradient-hover-btn:hover{transform:translateY(-3px) scale(1.02)}.gradient-hover-btn:active{transform:translateY(-1px) scale(.98);transition:all .1s ease}.product-option__select-btn.gradient-hover-btn:hover{background:linear-gradient(135deg,rgb(var(--color-button)),rgba(var(--color-button),.8),rgb(var(--color-button)));border-color:rgba(var(--color-button),.8);color:rgb(var(--color-button-text))}.view-details-btn{position:relative;overflow:hidden;background:transparent;transition:all .4s cubic-bezier(.175,.885,.32,1.275);font-family:inherit}.view-details-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-button),.2),transparent);transition:left .5s ease;z-index:1}.view-details-btn:hover:before{left:100%}.category-tab{position:relative;overflow:hidden;transition:all .3s ease}.category-tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--color-button),.1),transparent);transition:left .4s ease}.category-tab:hover:not(.active):before{left:100%}.category-tab:hover:not(.active){background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.08),rgba(var(--color-foreground),.03));transform:translateY(-1px)}.category-tab.active{background:linear-gradient(270deg,#ff9cdc,#d298f9 18.25%,#7ae28d 35.75%,#59cdc9 50%,#ff9cdc,#d298f9 86.5%,#7ae28d);background-size:200% 100%;background-position:0% 0%;color:#fff}@keyframes gradientLeftToRight{0%{background-position:0% 0%}50%{background-position:-100% 0%}to{background-position:0% 0%}}.quantity-btn{position:relative;overflow:hidden;transition:all .3s ease}.quantity-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:all .4s ease}.quantity-btn:hover:not(:disabled):before{width:40px;height:40px}#mobileAddToCartBtn{border:1px solid #000;font-family:inherit}.step-indicator{display:flex;justify-content:center;align-items:center;gap:3rem;margin-bottom:3rem}.step-indicator__item{display:flex;align-items:center;gap:1rem;font-weight:500;line-height:1.2;font-size:calc(var(--font-body-scale) * 2rem);color:rgba(var(--color-foreground),.6);transition:all var(--duration-short) ease}.step-indicator__item.active{color:rgba(var(--color-foreground))}.step-indicator__number{width:2.8rem;height:2.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:calc(var(--font-body-scale) * 1.7rem);border:.1rem solid rgb(var(--color-foreground),.3);color:rgb(var(--color-foreground),.6);flex-shrink:0}.step-indicator__item.active .step-indicator__number{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:transparent}.step-indicator-icon{fill:rgba(var(--color-foreground),.4)}@media screen and (max-width: 749px){.step-indicator__item{font-size:calc(var(--font-body-scale) * 1.4rem)}.step-indicator__number{width:2.4rem;height:2.4rem;font-size:calc(var(--font-body-scale) * 1.4rem)}.step-indicator__item{flex-wrap:wrap;justify-content:center}.step-indicator-icon{display:none}}.bundle-builder__content{display:grid;gap:3rem;max-width:120rem;margin:0 auto}@media screen and (min-width: 990px){.bundle-builder__content{grid-template-columns:auto 42%}}.bundle-step{display:none}.bundle-step.active{display:block}.selection-area{border-radius:1.2rem;padding:3rem;border:1px solid rgba(var(--color-foreground),.1)}.category-tabs{display:flex;border-radius:5rem;padding:.5rem;margin-bottom:3rem;border:1px solid rgba(var(--color-foreground))}@media screen and (max-width: 749px){.category-tabs{position:sticky;top:10px;z-index:900;background:#fff;flex-wrap:wrap;padding:.5rem}}.category-tab{flex:1;padding:2rem;border:none;background:transparent;color:rgba(var(--color-foreground),.7);border-radius:4rem;cursor:pointer;font-size:calc(var(--font-body-scale) * 1.6rem);font-weight:700;transition:all var(--duration-short) ease;text-align:center}.category-tab:hover:not(.active){background:rgba(var(--color-foreground),.05)}@media screen and (max-width: 749px){.category-tab{padding:1rem;font-size:calc(var(--font-body-scale) * 1.3rem);white-space:nowrap}}.product-grid{position:relative}.collection-products{display:none;grid-template-columns:repeat(3,1fr);gap:2rem}.collection-products.active{display:grid}@media screen and (max-width: 1200px){.collection-products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 749px){.collection-products{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.product-option{cursor:pointer;text-align:center;transition:all var(--duration-short) ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.bundle-step .product-option>*{display:block}.bundle-step .product-option.selected .product-option__select-btn{display:none!important}.product-option__image{width:100%;border-radius:10px;margin:0 auto .5rem;background:rgba(var(--color-foreground),.04);position:relative;display:flex;align-items:center;justify-content:center;transition:transform var(--duration-short) ease}.product-option__image img{width:100%;height:100%;object-fit:cover;border-radius:5px}.product-option:hover .product-option__image{transform:scale(1.05)}.product-option__mobile-remove{position:absolute;top:8px;left:8px;background:#000c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all var(--duration-short) ease;font-size:12px;font-weight:700}.product-option__mobile-remove:hover{background:#ef4444e6;transform:scale(1.1)}.product-option__mobile-remove svg{width:14px;height:14px}@media screen and (min-width: 750px){.product-option__mobile-remove{display:none!important}}.product-option__tooltip{position:absolute;top:-130px;left:50%;transform:translate(-50%);background:rgb(var(--color-background));border:2px solid rgb(var(--color-button));border-radius:1rem;padding:.5rem;opacity:0;visibility:hidden;transition:all var(--duration-short) ease;z-index:100;pointer-events:none;box-shadow:0 8px 32px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-option__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:rgb(var(--color-button))}.product-option__tooltip:before{content:"Hover View";position:absolute;top:-2rem;left:50%;transform:translate(-50%);background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.3rem .8rem;border-radius:1rem;font-size:calc(var(--font-body-scale) * .9rem);font-weight:600;white-space:nowrap}.product-option__image:hover .product-option__tooltip{opacity:1;visibility:visible;top:-130px}.product-option__tooltip img{width:120px;height:120px;border-radius:.8rem;object-fit:cover;display:block}.product-option__name{font-size:calc(var(--font-body-scale) * 1.7rem);font-weight:500;margin-bottom:.5rem;color:rgb(var(--color-foreground));line-height:1.3}.product-option__price{font-size:calc(var(--font-body-scale) * 1.6rem);color:rgba(var(--color-foreground));margin-bottom:1rem}.product-option__select-btn{padding:.8rem;background:#000;color:#fff;width:calc(100% - 20px);margin:1rem auto 0;border-radius:3rem;font-size:1.2rem;font-weight:600;line-height:1;cursor:pointer;transition:all var(--duration-short) ease;border:0;display:block;position:relative;overflow:hidden;font-family:inherit}.product-option.selected .product-option__select-btn{display:none!important}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:.8rem;background:linear-gradient(270deg,#ff9cdc 0,#d298f9 36.5%,#7ae28d 71.5%,#59cdc9);border-radius:3rem;padding:.6rem 1.8rem;width:fit-content;line-height:1}.quantity-btn{border:none;color:#fff;cursor:pointer;font-size:calc(var(--font-body-scale) * 1.8rem);font-weight:500;display:flex;align-items:center;justify-content:center;transition:all var(--duration-short) ease;background:transparent;line-height:1;padding:0;margin-bottom:4px}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-display{min-width:2rem;text-align:center;font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:600;color:#fff;line-height:1}.step-navigation{display:flex;gap:2rem;margin-top:3rem;justify-content:space-between;align-items:center}.step-nav-btn:disabled{opacity:.4;cursor:not-allowed}.step-nav-btn--primary{color:#000;border-color:rgb(var(--color-button));padding:1.8rem 3rem;border:none;border-radius:3rem;font-size:calc(var(--font-body-scale) * 1.6rem);font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.1rem;border:1px solid #000}.step-nav-btn--primary:disabled{background:rgba(var(--color-button));color:rgba(var(--color-button-text))}.summary-panel{background:#f2f2f2;border-radius:1.8rem;padding:4rem 2rem;height:fit-content;position:sticky;top:2rem}.offer-badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.offer-badge{padding:1rem;border-radius:.8rem;font-size:calc(var(--font-body-scale) * 2rem);font-weight:700;color:rgb(var(--color-foreground));background:rgba(var(--color-background));transition:all var(--duration-short) ease;text-transform:uppercase;letter-spacing:0;border:2px solid transparent;flex:1 1;text-align:center;line-height:1;border:.2rem solid rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center}.offer-badge[data-tier=gift]{background:linear-gradient(90deg,rgb(var(--color-button)) -13.98%,rgb(var(--color-button),.4) 109.68%);color:rgb(var(--color-button-text))}.offer-badge.achieved{background:rgb(var(--color-button));border-color:rgb(var(--color-button));animation:pulse-badge 2s ease-in-out infinite;color:rgb(var(--color-button-text))}@keyframes pulse-badge{0%,to{box-shadow:0 0 rgba(var(--color-button),.4)}50%{box-shadow:0 0 0 1rem rgba(var(--color-button),0)}}.summary-panel__title{font-size:calc(var(--font-body-scale) * 1.4rem);color:rgba(var(--color-foreground),.8);margin-bottom:2rem;text-align:left;line-height:1.4;font-weight:700;letter-spacing:0}.view-details-btn{width:100%;padding:12px 20px;background:transparent;color:#000;border:1px solid #000;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.selected-items{margin-bottom:2rem}.selected-items h3{font-size:calc(var(--font-body-scale) * 1.2rem);margin-bottom:1.5rem;color:rgb(var(--color-foreground));font-weight:600}#selectedItemsList,#selectedUVList,#selectedSurpriseList{display:flex;flex-wrap:wrap;gap:1rem;min-height:6rem;align-items:flex-start}.selected-item-empty{display:flex;align-items:center;gap:1rem;width:100%;padding:1.5rem 1rem;border-radius:1rem;background:rgba(var(--color-foreground),.02);border:1px dashed rgba(var(--color-foreground),.2)}.selected-item__image-empty{width:4rem;height:4rem;border-radius:50%;background:rgba(var(--color-foreground),.04);border:1px dashed rgba(var(--color-foreground),.2);flex-shrink:0}.selected-item__name-empty{color:rgba(var(--color-foreground),.6);font-size:calc(var(--font-body-scale) * 1.2rem)}.selected-item-inline{display:flex;flex-direction:column;align-items:center;gap:.5rem}.selected-item__image-inline{position:relative;width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04);border:2px solid rgba(var(--color-button),.3);flex-shrink:0;transition:all var(--duration-short) ease}.selected-item__image-inline:hover{border-color:rgb(var(--color-button));transform:scale(1.05)}.selected-item__image-inline img{width:100%;height:100%;border-radius:50%;object-fit:cover}.selected-item__quantity-badge{position:absolute;top:-.5rem;right:-.5rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:calc(var(--font-body-scale) * .9rem);font-weight:600;border:2px solid rgb(var(--color-background));z-index:3}.selected-item__free-badge{position:absolute;top:-.8rem;right:-.8rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:.8rem;padding:.2rem .5rem;font-size:calc(var(--font-body-scale) * .7rem);font-weight:600;text-transform:uppercase;border:2px solid rgb(var(--color-button));z-index:3;letter-spacing:.05rem}.selected-item__remove-btn{position:absolute;top:-.5rem;left:-.5rem;background:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));border-radius:50%;width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;font-size:calc(var(--font-body-scale) * 1.2rem);font-weight:700;cursor:pointer;border:2px solid rgb(var(--color-background));z-index:4;transition:all var(--duration-short) ease;opacity:0;transform:scale(.8)}.selected-item__image-inline:hover .selected-item__remove-btn{opacity:1;transform:scale(1)}.selected-item__remove-btn:hover{background:rgba(var(--color-foreground),1);transform:scale(1.1)}.selected-item__remove-btn--gift{background:rgb(var(--color-foreground))}.pricing-summary{margin-bottom:1rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.pricing-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:calc(var(--font-body-scale) * 1.2rem)}.pricing-row--total{font-weight:600;font-size:calc(var(--font-body-scale) * 1.8rem);color:rgb(var(--color-foreground));padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.1);margin-top:1rem;justify-content:center;gap:1.8rem;letter-spacing:0}.pricing-row__original{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-size:calc(var(--font-body-scale) * 1.4rem);margin-left:1rem}.add-to-cart-btn{width:100%;padding:1.8rem 2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:5rem;font-size:calc(var(--font-body-scale) * 1.6rem);font-weight:400;cursor:pointer;transition:all var(--duration-short) ease;position:relative;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.1rem}.add-to-cart-btn:hover:not(:disabled){background:rgba(var(--color-button),.9);transform:translateY(-2px)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:2rem;height:2rem;border:2px solid rgba(var(--color-button-text),.3);border-top-color:rgb(var(--color-button-text));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mobile-summary-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(var(--color-foreground),.1);transform:translateY(100%);transition:transform var(--duration-short) ease;z-index:1000;display:none;padding:10px 20px}.mobile-summary-bar.active{transform:translateY(0);display:block}.mobile-progress-container{margin-bottom:20px}.mobile-progress-boxes{display:flex;gap:0px;align-items:stretch;margin:10px 0;border:1px solid #000;border-radius:12px}.mobile-progress-box{flex:1;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.mobile-progress-box{position:relative;overflow:hidden}.mobile-progress-box:before{content:"";background:#ffd900;position:absolute;top:0;left:0;display:block;width:0%;height:100%;z-index:-1;transition:all 1s ease}.mobile-progress-box.active:before,.mobile-progress-box.completed:before{width:100%}@keyframes completedPulse{0%,to{box-shadow:0 4px 15px rgba(var(--color-button),.3),inset 0 1px #fff3}50%{box-shadow:0 6px 20px rgba(var(--color-button),.4),inset 0 1px #ffffff4d}}.mobile-progress-box-text{font-size:12px;font-weight:600;transition:all .4s ease;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(270deg,#ff9cdc,#d298f9 36.5%,#7ae28d 71.5%,#59cdc9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientMove 8s ease infinite;-webkit-animation:gradientMove 8s ease infinite}.mobile-progress-box.active .mobile-progress-box-text,.mobile-progress-box.completed .mobile-progress-box-text{-webkit-background-clip:unset;-webkit-text-fill-color:unset;background:none;color:#000;font-weight:700}.mobile-progress-box-icon{font-size:16px;margin-bottom:4px;transition:all .4s ease;font-weight:700;color:rgba(var(--color-foreground),.4)}.mobile-progress-box.completed .mobile-progress-box-icon,.mobile-progress-box.active .mobile-progress-box-icon{color:rgb(var(--color-button-text))}.mobile-progress-box.completed .mobile-progress-box-icon{color:#fff}.mobile-progress-box.completed .mobile-progress-box-icon:before{content:"\2713";font-size:18px}.mobile-progress-box[data-step="1"]{border-radius:12px 0 0 12px}.mobile-progress-box[data-step="1"] .mobile-progress-box-icon:before{content:"1"}.mobile-progress-box[data-step="2"]{border-left:1px solid #000;border-right:1px solid #000}.mobile-progress-box[data-step="2"] .mobile-progress-box-icon:before{content:"2"}.mobile-progress-box[data-step="3"]{border-radius:0 12px 12px 0}.mobile-progress-box[data-step="3"] .mobile-progress-box-icon:before{content:"3"}.mobile-cta-btn{width:100%;padding:16px 24px;border:none;border-radius:30px;font-size:16px;font-weight:700;cursor:pointer;transition:all var(--duration-short) ease;position:relative;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;min-height:52px;background:#ffd900}.mobile-cta-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.mobile-cta-btn-content{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-cta-price{font-size:14px;font-weight:600;opacity:.9}.product-option__fullscreen-btn{display:none}@media screen and (max-width: 749px){.product-option__fullscreen-btn{display:block;position:absolute;top:10px;right:10px;border:none;cursor:pointer;z-index:10;transition:all .3s ease;background:none;border-radius:0;padding:0}.product-option__fullscreen-btn svg{width:25px;height:25px;stroke:#fff;fill:#fff}}.image-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:2000;align-items:center;justify-content:center}.image-popup__content{position:relative;max-width:90%;max-height:90%}.image-popup__image{max-width:100%;max-height:80vh;object-fit:contain;display:none}.image-popup__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:80vh;max-width:90%}.image-popup__placeholder svg{width:50px;height:50px;stroke:#fff}.image-popup__close{position:absolute;top:-30px;right:-10px;background:none;border:none;font-size:24px;color:#fff;cursor:pointer;z-index:10;transition:all .3s ease}.image-popup__close:hover{color:#ccc;transform:rotate(90deg)}.details-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:2001;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.details-popup__content{background:linear-gradient(135deg,#fff,#fffffffa);border-radius:20px;padding:30px;max-width:90%;max-height:80%;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0000004d,0 10px 20px #00000026;animation:popupSlideIn .3s ease}@keyframes popupSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.details-popup__close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;color:rgba(var(--color-foreground),.6);cursor:pointer;z-index:10;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.details-popup__close:hover{background:linear-gradient(135deg,rgba(var(--color-foreground),.08),rgba(var(--color-foreground),.12));color:rgb(var(--color-foreground));transform:rotate(90deg) scale(1.1)}.details-popup__title{font-size:24px;font-weight:700;margin-bottom:25px;color:rgb(var(--color-foreground));text-align:center}.details-popup__section{margin-bottom:25px}.details-popup__section-title{font-size:16px;font-weight:600;margin-bottom:15px;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:8px}.details-popup__items{display:flex;flex-wrap:wrap;gap:15px}.details-popup__item{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.05));border-radius:12px;border:1px solid rgba(var(--color-foreground),.1);flex:1;min-width:200px;transition:all .3s ease}.details-popup__item:hover{background:linear-gradient(135deg,rgba(var(--color-foreground),.05),rgba(var(--color-foreground),.08));transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.details-popup__item-image{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0}.details-popup__item-image img{width:100%;height:100%;object-fit:cover}.details-popup__item-info{flex:1}.details-popup__item-name{font-size:14px;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:4px}.details-popup__item-price{font-size:13px;color:rgba(var(--color-foreground),.7)}.details-popup__item-quantity{background:linear-gradient(135deg,rgb(var(--color-button)),rgba(var(--color-button),.9));color:rgb(var(--color-button-text));border-radius:12px;padding:4px 8px;font-size:12px;font-weight:600;margin-left:auto}.details-popup__item-free{background:linear-gradient(135deg,rgb(var(--color-button)),rgba(var(--color-button),.8));color:rgb(var(--color-button-text));border-radius:15px;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-left:auto}.details-popup__total{border-top:2px solid rgba(var(--color-foreground),.1);padding-top:20px;text-align:center}.details-popup__total-text{font-size:20px;font-weight:700;color:rgb(var(--color-foreground))}@media screen and (max-width: 749px){.mobile-progress-boxes{gap:0}.mobile-progress-box{padding:5px}.mobile-progress-box-text{font-size:11px}.mobile-progress-box-icon{font-size:14px;margin-bottom:2px}.mobile-cta-btn{font-size:15px;padding:12px 20px;min-height:30px;line-height:normal;height:45px}.mobile-cta-section{display:flex;gap:10px}.details-popup__content{max-width:95%;padding:20px}.details-popup__item{min-width:100%}.details-popup__title{font-size:20px}}@media screen and (max-width: 400px){.mobile-progress-boxes{gap:0}.mobile-progress-box{padding:5px}.mobile-progress-box-text{font-size:10px}.mobile-progress-box-icon{font-size:12px}}.offer-badges{display:none}@media screen and (min-width: 750px){.mobile-summary-bar,.mobile-cta-section{display:none!important}}@media screen and (max-width: 989px){.bundle-builder__content{grid-template-columns:1fr;gap:2rem}.selection-area{padding:0;border:0}.summary-panel{position:static;order:2;padding:2rem}}@media screen and (max-width: 749px){.step-indicator{gap:1rem}.summary-panel{display:none!important}.step-navigation{flex-direction:column;gap:1rem}.step-nav-btn{width:100%}.bundle-builder__content{padding-bottom:50px}.product-option__tooltip{display:none!important}.product-option__select-btn{padding:1rem;font-size:calc(var(--font-body-scale) * 1.2rem);margin-top:0}.product-option__name{font-size:calc(var(--font-body-scale) * 1.4rem);line-height:1.2;margin-bottom:.3rem}.product-option__price{margin-bottom:.5rem;font-size:calc(var(--font-body-scale) * 1.4rem)}}.product-option__fullscreen-btn img{border-radius:5px;box-shadow:0 4px 10px #0000001a;width:40px}@media screen and (max-width: 749px){.bundle-builder__header .offer-badges{display:none}}.step-navigation{display:none}.mobile_summary-title{margin:0;font-size:12px}.mobile-progress-box-text,.mobile_summary-title b,#HeaderDrawer-right-menu{background:linear-gradient(270deg,#ff9cdc,#d298f9 18.25%,#7ae28d 35.75%,#59cdc9 50%,#ff9cdc 68.25%,#d298f9 85.75%,#7ae28d);background-size:200% 200%;background-position:0% 50%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientMove 8s ease infinite;-webkit-animation:gradientMove 8s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@-webkit-keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#HeaderDrawer-right-menu:after{content:"";width:24px;height:24px;background-image:url(//naily.pk/cdn/shop/files/present.svg?v=1753475696);background-size:contain;background-repeat:no-repeat;background-position:center;margin-left:8px}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-bundle-builder.css.map */
