.product-addons{margin-top:25px;padding:20px 18px;background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-sizing:border-box}.product-addons__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;gap:15px}.product-addons__heading-wrapper{display:flex;flex-direction:column}.product-addons__heading{margin:0;font-size:16px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.product-addons__selected{display:block;margin-top:5px;font-size:12px;color:#999}.view-all-addons-btn{border:none;background:transparent;padding:0;margin:0;color:#222;font-size:12px;text-decoration:underline;white-space:nowrap;cursor:pointer}.view-all-addons-btn:hover{color:#000}.product-addons__slider{width:100%;overflow:hidden}.product-addons__list{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:0 0 8px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-addons__list::-webkit-scrollbar{height:5px}.product-addons__list::-webkit-scrollbar-thumb{background:#999;border-radius:10px}.product-addons__list::-webkit-scrollbar-track{background:transparent}.product-addons__list-item{flex:0 0 calc(33.333% - 7px);min-width:0;padding:9px;border:1px solid #e3ded6;border-radius:16px;background:#fff;box-sizing:border-box;position:relative;display:flex;flex-direction:column}.product-addons__media-container{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:#f5f5f5;margin-bottom:8px}.product-addons__media-container img,.product-addons__media-container video{width:100%;height:100%;object-fit:cover;display:block}.product-addons__info{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.product-addons__title{width:100%;margin:0;min-height:34px;font-size:13px;line-height:1.35;font-weight:500;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-addons__variant-title{display:block;margin-top:5px;width:100%;font-size:11px;line-height:1.3;color:#777;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-addons__price{display:block;margin-top:7px;font-size:13px;color:#777;min-height:20px}.product-addons__checkbox-container input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.product-addons__checkbox-container label{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;padding:5px 10px;box-sizing:border-box;border:1px solid #e1ddd6;border-radius:20px;background:#fff;color:#555;font-size:11px;font-weight:500;cursor:pointer;transition:.2s ease}.product-addons__checkbox-container label>span,.product-addons__checkbox-container label .switch,.product-addons__checkbox-container label [class*=switch]{display:none!important}.product-addons__checkbox-container label:after{content:"+ ADD"}.product-addons__checkbox-container input[type=checkbox]:checked+label{background:#3b6f42;border-color:#3b6f42;color:#fff}.product-addons__checkbox-container input[type=checkbox]:checked+label:after{content:"\2713  ADDED"}.product-addons-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.product-addons-modal.active{display:flex}.product-addons-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;cursor:pointer}.product-addons-modal__content{position:relative;z-index:2;width:100%;max-width:1000px;max-height:90vh;background:#fff;border-radius:20px;padding:25px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.product-addons-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;border-bottom:1px solid #eee}.product-addons-modal__header h3{margin:0;font-size:18px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:1.5px}.product-addons-modal__selected{display:block;margin-top:5px;font-size:12px;color:#999}.product-addons-modal__close{width:35px;height:35px;border:1px solid #ddd;border-radius:50%;background:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-addons-modal__close:hover{background:#f5f5f5}.product-addons-modal__body{overflow-y:auto;padding-top:20px;padding-right:5px}.product-addons-modal__list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product-addons-modal__item{border:1px solid #e3ded6;border-radius:16px;padding:10px;background:#fff;box-sizing:border-box;display:flex;flex-direction:column}.product-addons-modal__image{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:#f5f5f5;margin-bottom:10px}.product-addons-modal__image img,.product-addons-modal__image video{width:100%;height:100%;object-fit:cover;display:block}.product-addons-modal__info{display:flex;flex-direction:column;align-items:center;text-align:center}.product-addons-modal__title{margin:0;width:100%;font-size:14px;line-height:1.35;font-weight:600;color:#222;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-addons-modal__variant{margin-top:6px;font-size:12px;color:#777}.product-addons-modal__price{margin-top:7px;font-size:14px;color:#555}.product-addons-modal__checkbox{width:100%;margin-top:10px}.product-addons-modal__checkbox input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.product-addons-modal__checkbox label{display:flex;justify-content:center;align-items:center;width:100%;min-height:32px;border:1px solid #e1ddd6;border-radius:20px;background:#fff;color:#555;font-size:12px;cursor:pointer;box-sizing:border-box}.product-addons-modal__checkbox label>span,.product-addons-modal__checkbox label .switch,.product-addons-modal__checkbox label [class*=switch]{display:none!important}.product-addons-modal__checkbox label:after{content:"+ ADD"}.product-addons-modal__checkbox input[type=checkbox]:checked+label{background:#3b6f42;border-color:#3b6f42;color:#fff}.product-addons-modal__checkbox input[type=checkbox]:checked+label:after{content:"\2713  ADDED"}body.addons-modal-open{overflow:hidden}@media(max-width:900px){.product-addons__list-item{flex:0 0 calc(33.333% - 7px)}.product-addons-modal__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.product-addons{padding:16px 12px}.product-addons__heading{font-size:14px}.product-addons__header{align-items:center}.view-all-addons-btn{font-size:11px}.product-addons__list{gap:10px}.product-addons__list-item{flex:0 0 140px;padding:9px}.product-addons__title,.product-addons__price{font-size:12px}.product-addons-modal{padding:10px}.product-addons-modal__content{max-height:92vh;padding:18px;border-radius:18px}.product-addons-modal__header h3{font-size:15px}.product-addons-modal__list{grid-template-columns:repeat(2,1fr);gap:10px}.product-addons-modal__item{padding:8px;border-radius:12px}.product-addons-modal__title{font-size:12px}}.custom-product-addon-card__button{width:100%;margin-top:8px}.custom-product-addon-card__button input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.custom-product-addon-card__button label{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;padding:5px 10px;box-sizing:border-box;border:1px solid #e1ddd6;border-radius:20px;background:#fff;color:#555;font-size:11px;font-weight:500;cursor:pointer;transition:.2s ease}.custom-product-addon-card__button label>span,.custom-product-addon-card__button label .switch,.custom-product-addon-card__button label [class*=switch]{display:none!important}.custom-product-addon-card__button label:after{content:"+ ADD"}.custom-product-addon-card__button input[type=checkbox]:checked+label{background:#3b6f42;border-color:#3b6f42;color:#fff}.custom-product-addon-card__button input[type=checkbox]:checked+label:after{content:"\2713  ADDED"}.product-addons__checkbox-container{width:100%;margin-top:8px}.product-addons__checkbox-container input{position:absolute;opacity:0;pointer-events:none}.product-addons__checkbox-container label{display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:6px 10px;border:1px solid #ddd;border-radius:20px;background:#fff;color:#555;font-size:12px;font-weight:600;cursor:pointer;box-sizing:border-box}.product-addons__checkbox-container label:after{content:none}.product-addons__checkbox-container input:checked+label{background:#3b6f42;border-color:#3b6f42;color:#fff}.product-addons__checkbox-container input:checked+label{font-size:0}.product-addons__checkbox-container input:checked+label:before{content:"\2713  ADDED";font-size:12px}@media(max-width:900px){.custom-product-addon-card{flex:0 0 calc(33.333% - 7px)}}@media(max-width:600px){.custom-product-addons{padding:16px 12px}.custom-product-addons__header h3{font-size:14px}.custom-product-addon-card{flex:0 0 140px}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/product-addons.css.map */
