.product-addon-section{display:block;margin:2rem 0;padding:2rem;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--border-radius);width:100%;box-sizing:border-box}.addon-products-container{display:block;max-width:1200px;margin:0 auto;padding:0 1rem}.addon-title{display:block;margin:0 0 3rem;text-align:center;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:700}.addon-description{display:block;text-align:center;margin-bottom:2rem;color:rgba(var(--color-foreground),.75);font-size:1rem;line-height:1.5}.addon-products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-items:center}.addon-product-card{display:block;width:100%;margin-bottom:1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--border-radius);background:rgb(var(--color-background));box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease,transform .2s ease}.addon-product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.addon-card-inner{display:block;padding:1.5rem}.addon-card-image{display:block;text-align:center;margin-bottom:1rem}.addon-image{display:block;max-width:200px;width:100%;height:auto;border-radius:var(--border-radius);margin:0 auto;object-fit:cover}.addon-card-content{display:block;text-align:center}.addon-card-title{display:block;font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground));line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.addon-card-info{display:block;margin-bottom:1.5rem}.addon-card-description{display:block;font-size:.95rem;color:rgba(var(--color-foreground),.75);margin-bottom:1rem;line-height:1.5;text-align:center;word-wrap:break-word}.addon-card-price{display:block;font-size:1.25rem;font-weight:700;color:rgb(var(--color-accent));margin-bottom:1rem}.addon-card-actions{display:block;text-align:center}.addon-toggle-btn{display:inline-block;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;padding:1rem 2rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:250px;min-height:48px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none}.addon-toggle-btn:hover,.addon-toggle-btn:focus{background-color:rgba(var(--color-button),.9);transform:translateY(-1px)}.addon-toggle-btn:active{transform:translateY(0)}.addon-toggle-btn.selected{background-color:rgb(var(--color-button-success, 46, 158, 123));color:#fff}.addon-toggle-btn.selected:hover,.addon-toggle-btn.selected:focus{background-color:rgba(var(--color-button-success, 46, 158, 123),.9)}.addon-cart-section{display:block;text-align:center;margin-top:2rem}.addon-cart-button{display:inline-block;background-color:rgb(var(--color-button-success, 46, 158, 123));color:#fff;border:none;padding:1.25rem 2.5rem;border-radius:var(--border-radius);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;max-width:400px;min-height:56px;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none}.addon-cart-button:hover,.addon-cart-button:focus{background-color:rgba(var(--color-button-success, 46, 158, 123),.9);transform:translateY(-1px);box-shadow:0 4px 12px #2e9e7b4d}.addon-cart-button:active{transform:translateY(0)}.addon-cart-button:disabled{background-color:rgb(var(--color-foreground-disabled));cursor:not-allowed;transform:none;box-shadow:none}#selected-addons-summary{display:none;background:rgb(var(--color-success-background, 212, 237, 218));border:1px solid rgb(var(--color-success-border, 195, 230, 203));padding:1rem;margin-bottom:1rem;border-radius:var(--border-radius);color:rgb(var(--color-success-text, 21, 87, 36));animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}#cart-status{display:none;margin-top:1rem;text-align:center;padding:1rem;border-radius:var(--border-radius);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#cart-status.success{background:rgb(var(--color-success-background, 212, 237, 218));color:rgb(var(--color-success-text, 21, 87, 36));border:1px solid rgb(var(--color-success-border, 195, 230, 203));display:block}#cart-status.error{background:rgb(var(--color-error-background, 248, 215, 218));color:rgb(var(--color-error-text, 114, 28, 36));border:1px solid rgb(var(--color-error-border, 245, 198, 203));display:block}@media screen and (min-width: 750px){.addon-products-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:1.5rem!important;justify-items:center!important;margin-bottom:2rem}.addon-products-grid{display:block;margin-bottom:2rem}.addon-product-card{margin-bottom:0;max-width:380px;width:100%}.addon-card-inner{height:100%;display:flex;flex-direction:column}.addon-card-content{flex-grow:1;display:flex;flex-direction:column}.addon-card-info{flex-grow:1}.addon-cart-button{width:auto;min-width:300px}.addon-description{font-size:1.1rem}}@media screen and (max-width: 749px){.product-addon-section{margin:1rem 0;padding:1.5rem 1rem}.addon-title{margin:0 0 2rem;font-size:1.4rem}.addon-description{font-size:1rem;margin-bottom:1.5rem}.addon-card-inner{padding:1.25rem 1rem}.addon-card-title{font-size:1.2rem;margin-bottom:.75rem}.addon-card-description{font-size:.95rem;margin-bottom:.75rem}.addon-card-price{font-size:1.3rem;margin-bottom:1.25rem}.addon-toggle-btn{padding:1rem 1.5rem;font-size:1rem;min-height:50px}.addon-cart-button{padding:1.125rem 2rem;font-size:1.05rem;min-height:60px}.addon-product-card{margin-bottom:1.25rem}.addon-cart-section{margin-top:1.5rem}}@media screen and (max-width: 480px){.product-addon-section{margin:.75rem 0;padding:1rem .75rem}.addon-title{font-size:1.3rem;margin:0 0 1.5rem}.addon-card-inner{padding:1rem .75rem}.addon-image{max-width:150px}}@media screen and (min-width: 750px){.product-addon-section.page-width{display:flex!important;flex-direction:column!important;align-items:center!important;max-width:1200px!important;margin:0 auto!important}.product-addon-section .addon-products-container{width:100%!important;max-width:1000px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important}.product-addon-section .addon-products-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,400px))!important;gap:2rem!important;justify-content:center!important;justify-items:center!important;align-items:start!important;width:100%!important;max-width:900px!important;margin:0 auto 2rem!important}.product-addon-section .addon-product-card{width:100%!important;max-width:380px!important;margin:0!important;justify-self:center!important}.product-addon-section .addon-cart-section{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}.color-scheme-1 .product-addon-section .addon-products-grid,.gradient .product-addon-section .addon-products-grid{display:grid!important;justify-content:center!important;justify-items:center!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-product-addons.css.map */
