#store-section{background-color:#fff;padding:var(--sectionPadding)}#store-section .cs-container{gap:3.75rem;margin:auto;max-width:80rem}#store-section .cs-container,#store-section .cs-content{align-items:center;display:flex;flex-direction:column;width:100%}#store-section .cs-content{max-width:43.75rem;text-align:center}#store-section .cs-content .cs-topper{color:var(--primary);display:block;font-size:var(--topperFontSize);font-weight:700;letter-spacing:.1em;line-height:1.2em;margin-bottom:.5rem;text-align:center;text-transform:uppercase}#store-section .cs-content .cs-title{color:var(--headerColor);font-size:var(--headerFontSize);font-weight:900;line-height:1.2em;margin:0 0 1rem;text-align:center}#store-section .cs-content .cs-text{color:var(--bodyTextColor);font-size:var(--bodyFontSize);line-height:1.5em;max-width:37.5rem;text-align:center}#store-section .cs-categories{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);width:100%}#store-section .cs-category-card{align-items:center;background-color:#f7f7f7;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}#store-section .cs-category-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}#store-section .cs-category-icon{align-items:center;background-color:var(--primary);border-radius:50%;display:flex;height:5rem;justify-content:center;width:5rem}#store-section .cs-category-icon img{filter:brightness(0) invert(1);height:2.5rem;width:2.5rem}#store-section .cs-category-title{color:var(--headerColor);font-size:1.25rem;font-weight:700;line-height:1.2em;margin:0}#store-section .cs-category-desc{color:var(--bodyTextColor);font-size:1rem;line-height:1.5em;margin:0}#store-section .cs-category-link{align-items:center;color:var(--primary);display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;text-decoration:none;transition:color .3s}#store-section .cs-category-link:hover{color:var(--primaryLight)}#store-section .cs-category-link:after{content:"→";transition:transform .3s}#store-section .cs-category-link:hover:after{transform:translateX(5px)}#store-section .cs-featured{align-items:center;display:flex;flex-direction:column;gap:2rem;width:100%}#store-section .cs-section-title{color:var(--headerColor);font-size:1.75rem;font-weight:700;line-height:1.2em;margin:0;position:relative}#store-section .cs-section-title:after{background:var(--primary);border-radius:.25rem;content:"";display:block;height:.25rem;margin:1rem auto 0;width:4rem}#store-section .cs-product-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);width:100%}#store-section .cs-product-card{background-color:#fff;border:1px solid #ebebeb;border-radius:.5rem;overflow:hidden;transition:transform .3s,box-shadow .3s}#store-section .cs-product-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}#store-section .cs-product-image{aspect-ratio:1/1;display:block;overflow:hidden;position:relative;width:100%}#store-section .cs-product-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s;width:100%}#store-section .cs-product-image:hover img{transform:scale(1.05)}#store-section .cs-has-gallery .cs-product-image{position:relative}#store-section .cs-has-gallery .cs-product-image .cs-gallery-img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}#store-section .cs-has-gallery .cs-product-image .cs-gallery-img.cs-active{opacity:1;position:relative}#store-section .cs-has-gallery .cs-product-image .cs-image-toggle{background-color:rgba(0,0,0,.7);border-radius:1.25rem;bottom:.75rem;display:flex;gap:.25rem;left:50%;padding:.25rem;position:absolute;transform:translateX(-50%);z-index:10}#store-section .cs-has-gallery .cs-product-image .cs-toggle-btn{background-color:transparent;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .875rem;transition:background-color .3s,color .3s}#store-section .cs-has-gallery .cs-product-image .cs-toggle-btn:hover{background-color:hsla(0,0%,100%,.2)}#store-section .cs-has-gallery .cs-product-image .cs-toggle-btn.cs-active{background-color:var(--primary);color:#fff}#store-section .cs-product-info{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}#store-section .cs-product-category{color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}#store-section .cs-product-title{color:var(--headerColor);font-size:1.125rem;font-weight:700;line-height:1.2em;margin:0}#store-section .cs-product-desc{color:var(--bodyTextColor);font-size:.875rem;line-height:1.5em;margin:.25rem 0 0}#store-section .cs-product-price{color:var(--headerColor);font-size:1.25rem;font-weight:700;margin:.5rem 0}#store-section .cs-button-solid{text-align:center;width:100%}@media only screen and (min-width:48rem){#store-section .cs-categories,#store-section .cs-product-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#store-section .cs-categories,#store-section .cs-product-grid{grid-template-columns:repeat(4,1fr)}}body.dark-mode #store-section{background-color:var(--dark)}body.dark-mode #store-section .cs-content .cs-title{color:#fff}body.dark-mode #store-section .cs-content .cs-text{color:var(--bodyTextColorWhite)}body.dark-mode #store-section .cs-category-card{background-color:var(--medium)}body.dark-mode #store-section .cs-category-title{color:#fff}body.dark-mode #store-section .cs-category-desc{color:var(--bodyTextColorWhite)}body.dark-mode #store-section .cs-section-title{color:#fff}body.dark-mode #store-section .cs-product-card{background-color:var(--medium);border-color:var(--accent)}body.dark-mode #store-section .cs-product-price,body.dark-mode #store-section .cs-product-title{color:#fff}body.dark-mode #store-section .cs-product-desc{color:var(--bodyTextColorWhite)}