.customize-collection-section{margin-bottom:64px}.customize-collection-product-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:27px;row-gap:56px}.customize-collection-product-grid-container{display:flex;flex-direction:column;align-items:start;gap:32px}.customize-collection-heading{margin-bottom:64px}.customize-collection-main{display:grid;grid-template-columns:minmax(0,738px) minmax(0,407px);gap:40px;justify-content:space-between}.customize-collection-product-card{display:flex;flex-direction:column;gap:12px}.customize-collection-product-card--hidden{display:none}.customize-collection-product-card__image{width:100%;object-fit:cover;background-color:#edf5fa;border-radius:16px;position:relative}.customize-collection-product-card__image img{width:100%;height:100%;object-fit:cover}.customize-collection-product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:8px;width:fit-content}.customize-collection-product-card__badge{width:fit-content;padding:2px 10px;background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.customize-collection-product-card__content{display:flex;flex-direction:column;gap:4px}.customize-collection-product-card__price{display:flex;align-items:center;gap:12px}.customize-collection-product-card__price .customize-collection-product-card__price-old{text-decoration:line-through;color:#a7a7a7}.customize-collection-product-card__select-container{width:100%;display:flex;align-items:anchor-center;gap:8px;justify-content:space-between;flex:1 0 0;position:relative}.customize-collection-product-card__footer{display:flex;align-items:end;height:100%}.customize-collection-product-card__select{width:100%;display:flex;text-align-last:center;-webkit-appearance:none;appearance:none;padding:8px 8px 8px 20px;justify-content:center;text-align:center;align-items:center;flex:1 0 0;border-radius:32px;background:#edf5fa;color:#121212;border:none;line-height:20px;min-height:36px;position:relative;cursor:pointer}.customize-collection-product-card__select-arrow{display:flex;position:absolute;top:50%;transform:translateY(-50%);left:8px}.customize-collection-product-card__select{-webkit-appearance:none}.customize-collection-product-card__select:focus{outline:none}.customize-collection-product-card__select::marker{display:none}.customize-collection-product-card__button{display:flex;padding:8px;justify-content:center;align-items:center;border-radius:32px;background:#cbfa42;border:none;cursor:pointer;transition:all .2s ease}.customize-collection-product-card__button:hover{background:#b8e63b;transform:scale(1.05)}.customize-collection-collect-bundle{position:sticky;top:92px;height:fit-content}.bundle-card{background:#fff;border:1px solid #000;border-radius:32px;padding:32px 0;max-width:407px;width:100%}.bundle-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 32px}.bundle-card__header-content{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.bundle-card__title{font-size:24px;font-weight:700;color:#121212;margin:0;line-height:15px}.bundle-card__subtitle{color:var(--Text-Blue, #3e3e59);font-family:Inter;font-size:8px;font-style:normal;font-weight:500;line-height:6px}.bundle-card__toggle{background:none;border:none;cursor:pointer;padding:4px;color:#121212;transition:transform .3s ease;width:28px;height:28px}.bundle-card__toggle--collapsed{transform:rotate(180deg)}.bundle-card__content{display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease,opacity .3s ease;overflow:hidden}.bundle-card__content--collapsed{grid-template-rows:0fr;opacity:0}.bundle-card__content>*{min-height:0}.bundle-card__content-wrapper{overflow:hidden}.bundle-card__progress{margin-bottom:16px;margin-top:28px;padding:0 32px;display:grid;grid-template-rows:1fr;transition:grid-template-rows .3s ease,opacity .3s ease,margin-bottom .3s ease,margin-top .3s ease}.bundle-card__progress--collapsed{grid-template-rows:0fr;opacity:0;margin-bottom:0;margin-top:0}.bundle-card__progress>*{min-height:0}.bundle-progress__track{position:relative;display:flex;justify-content:space-between;align-items:center;background:#d8dfe4;height:3px;border-radius:4px;margin:20px 0;padding:0 14px}.bundle-progress__fill{position:absolute;top:0;left:0;height:100%;background:#cbfa42;border-radius:4px;transition:width .3s ease;width:0%}.bundle-progress__milestone{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2;margin-bottom:-12px}.bundle-progress__milestone-number{width:40px;height:40px;border-radius:50%;background:#d8dfe4;color:#3e3e59;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bundle-progress__milestone--active .bundle-progress__milestone-number{background:#cbfa42;color:#121212}.bundle-progress__milestone-label{text-align:center;white-space:nowrap;color:#3e3e59;font-family:Inter;font-size:8px;font-style:normal;font-weight:500;line-height:6px}.bundle-progress__milestone--active .bundle-progress__milestone-label{color:#121212}.bundle-card__items{max-height:300px;width:fit-content;display:flex;justify-content:start;align-items:start;gap:8px;margin:20px 0 24px;padding:0 32px}.bundle-card__items-container{width:100%;position:relative;z-index:1;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.bundle-card__items-container::-webkit-scrollbar{display:none}.bundle-item{width:80px;min-width:80px;max-width:80px;display:flex;align-items:center;border-radius:16px;position:relative;background-color:#edf5fa;-webkit-user-select:none;user-select:none}.bundle-item--skeleton{background:transparent!important}.skeleton-image{width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='black' stroke-width='3' stroke-dasharray='3%2c 8' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:16px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.bundle-item:last-child{border-bottom:none}.bundle-item__image{width:100%;height:128px;border-radius:16px;overflow:hidden;flex-shrink:0}.bundle-item__image img{width:100%;height:100%;object-fit:cover}.bundle-item__details{flex:1;width:fit-content;min-width:0;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);flex-direction:column;align-items:center;justify-content:center;padding:4px 8px;gap:4px;border-radius:8px;background:#fff;color:var(--Text-Blue, #3e3e59);text-align:center;font-family:Inter;font-size:8px;font-style:normal;font-weight:700;text-transform:uppercase;white-space:nowrap;line-height:6px}.bundle-item__quantity{display:flex;align-items:center;gap:8px;margin-right:12px}.bundle-item__qty-btn{width:24px;height:24px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:700;transition:all .2s ease}.bundle-item__qty-btn:hover{background:#f5f5f5}.bundle-item__qty{min-width:20px;text-align:center;font-weight:700;font-size:14px}.bundle-item__remove{position:absolute;top:0;right:0;z-index:9999;transform:translate(30%,-30%);width:24px;height:24px;border:none;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:26px;font-weight:400;transition:all .2s ease;border-radius:64px;border:2px solid #d8dfe4}.bundle-item__remove:hover{background:#d8dfe4}.bundle-card__buy-container{display:flex;flex-direction:column;gap:16px;padding:0 32px}.bundle-card__pricing{border-radius:16px;border:3px solid #4444c6;padding:16px;display:flex;flex-direction:column;gap:10px}.bundle-pricing__option{display:flex;align-items:center;gap:8px;cursor:pointer}.bundle-pricing__option input{-webkit-appearance:none;appearance:none;width:17px;height:16px;border:2px solid #c5c5ed;border-radius:64px;margin:0;background-color:transparent;cursor:pointer;position:relative}.bundle-pricing__option input:checked{border:3px solid #c5c5ed;background-color:#4444c6}.bundle-pricing__option label{color:#00000040;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px;display:flex;justify-content:space-between;width:100%}.bundle-pricing__option .bundle-pricing__radio:checked+label{color:#000;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}.bundle-card__add-to-cart{width:100%;background:#121212;color:#fff;border:none;padding:14.5px 24px;cursor:pointer;transition:all .2s ease;letter-spacing:1px;border:1px solid var(--Foundation-Colors-HazeBlack-900, #121212);background:var(--Foundation-Colors-HazeGrape-hazegrape-500, #301e3a);line-height:100%;text-transform:uppercase;letter-spacing:-.5px}.bundle-card__add-to-cart:hover{background:#2a2a2a;transform:translateY(-2px)}.bundle-card__add-to-cart:active{transform:translateY(0)}.customize-collection-load-more{display:flex;justify-content:center}.customize-collection-load-more__button{padding:12px 26px;background:#301e3a;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:center;font-family:Archivo Narrow;font-size:18px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.4px;text-transform:uppercase}.customize-collection-load-more__button:hover{background:#2a2a2a;transform:translateY(-2px)}.customize-collection-load-more__button:active{transform:translateY(0)}@media (max-width: 1200px){.customize-collection-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1100px){.customize-collection-product-grid{column-gap:16px;row-gap:32px}}@media (max-width: 1024px){.customize-collection-main{grid-template-columns:1fr 330px;column-gap:20px}.bundle-card{padding:24px 0}.bundle-card__header,.bundle-card__progress,.bundle-card__items,.bundle-card__buy-container{padding:0 20px}.bundle-card__add-to-cart{padding:12px 20px;font-size:18px}.customize-collection-heading{margin-bottom:40px}}@media (max-width: 768px){.customize-collection-main{grid-template-columns:1fr;gap:32px}.customize-collection-product-grid{grid-template-columns:repeat(2,1fr);column-gap:17px;row-gap:32px}.customize-collection-collect-bundle{position:relative;top:0}.bundle-card{max-width:none}.bundle-card{padding:32px 0}.bundle-card__header,.bundle-card__progress,.bundle-card__items,.bundle-card__buy-container{padding:0 16px}.bundle-card__add-to-cart{padding:14.5px 20px;font-size:22px}.customize-collection-collect-bundle{position:fixed;top:100%;transform:translateY(-100%);left:0;right:0;width:100%;max-width:100%;margin:0;z-index:9999}.bundle-card{border-radius:24px 24px 0 0;border:1px solid #d8dfe4}.customize-collection-section{margin-bottom:48px}.customize-collection-product-grid-container{align-items:center;gap:40px}.customize-collection-load-more__button{padding:8px 20px;font-size:14px;line-height:10px;letter-spacing:0px}}@media (max-width: 576px){.customize-collection-heading{margin:32px 0!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/dev-customize-collection.css.map */
