.category-showcase-section{--cs-bg:#FFFFFF;--cs-text:#333333;--cs-text-secondary:#666666;--cs-accent:#90D26D;--cs-border:#ddd;--cs-gap:10px;--cs-border-radius:5px;--cs-shadow:0 2px 4px rgba(0,0,0,0.1);--cs-transition:0.3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;padding:0}.category-showcase-header{margin-bottom:0}.category-showcase-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:.75rem}.category-showcase-header-button{display:flex;align-items:center;margin-left:auto;flex-shrink:0;align-self:flex-end}.category-showcase-header-button.position-bottom{margin-left:0}.category-showcase-title{font-size:1.75rem;font-weight:700;color:var(--cs-text);margin:0 0 .5rem;line-height:1.2}.category-showcase-subtitle{color:var(--cs-text-secondary);font-size:1rem;line-height:1.6;margin:0 0 .5rem}.category-showcase-view-all-row{margin-top:.5rem;text-align:right;margin-bottom:.5rem}.category-showcase-view-all{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;background:transparent!important;color:#363535!important;text-decoration:none!important;font-weight:600!important;font-size:15px!important;border-radius:5px!important;transition:none!important;border:none!important;cursor:pointer!important;white-space:nowrap}.desktop-only{display:flex;justify-content:flex-end}.category-showcase-view-all:hover{transform:none!important;border:none!important}.category-showcase-header-button.position-bottom .category-showcase-button,.category-showcase-view-all:hover{background:transparent!important;color:#363535!important;text-decoration:none!important;box-shadow:none!important}.category-showcase-header-button.position-bottom .category-showcase-button{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-weight:600!important;font-size:15px!important;border-radius:5px!important;transition:none!important;border:none!important;cursor:pointer!important;text-transform:none!important;font-family:Inter,sans-serif!important;font-style:normal!important;min-height:auto!important;line-height:1.2!important;text-shadow:none!important;outline:none!important;vertical-align:middle!important;text-align:center!important;position:relative!important}.category-showcase-header-button.position-bottom .category-showcase-button:hover{background:transparent!important;color:#363535!important;text-decoration:none!important;transform:none!important;box-shadow:none!important;border:none!important}.category-showcase-view-all .arrow-icon{width:16px;height:16px}.category-showcase-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--cs-gap);align-items:stretch;list-style:none;margin:0;padding:0}.category-showcase-carousel-wrapper{position:relative;padding:0}.category-showcase-carousel-container{overflow-x:clip;overflow-y:visible;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.category-showcase-carousel{display:flex;gap:var(--cs-gap);transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.category-showcase-carousel .category-card{flex:0 0 calc(16.666% - 8.33px);scroll-snap-align:start}.category-showcase-carousel .category-card-image{object-fit:contain}.category-carousel-bottom-controls{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:0}.category-carousel-nav-buttons{display:flex;gap:10px;align-items:center}.category-carousel-nav-buttons .carousel-nav{position:static!important;background:var(--cs-accent,#90D26D)!important;color:black!important;border:none!important;width:40px!important;height:40px!important;min-height:40px!important;border-radius:5%!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;z-index:10!important;padding:0!important;margin:0!important;text-transform:none!important;font-weight:400!important;font-family:inherit!important;font-size:16px!important;text-decoration:none!important;text-shadow:none!important;line-height:1!important;gap:0!important;outline:none!important;vertical-align:unset!important;text-align:center!important;transform:none!important}.category-carousel-nav-buttons .carousel-nav:hover:not(:disabled){background:#7ac055!important;transform:scale(1.1)!important;box-shadow:0 4px 8px rgba(0,0,0,.2)!important;color:black!important;border:none!important}.category-carousel-nav-buttons .carousel-nav:focus{outline:2px solid var(--cs-accent,#90D26D)!important;outline-offset:2px!important}.category-carousel-nav-buttons .carousel-nav:disabled{opacity:.5!important;cursor:not-allowed!important;background:#cccccc!important}.category-carousel-nav-buttons .carousel-nav svg{width:20px!important;height:20px!important;display:block!important;margin:0!important;padding:0!important}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--cs-accent,#90D26D);width:24px;border-radius:5px}.category-showcase-carousel-container{scrollbar-width:none;-ms-overflow-style:none}.category-showcase-carousel-container::-webkit-scrollbar{display:none}.category-card{background:var(--cs-bg);border:1px solid var(--cs-border);border-radius:var(--cs-border-radius);padding:5px;transition:transform var(--cs-transition),box-shadow var(--cs-transition);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%}.category-card-main-image{width:100%;overflow:hidden;border-radius:5px;margin-bottom:5px;background:white;aspect-ratio:1;display:flex;align-items:center;justify-content:center}a.category-card-main-image{display:block;text-decoration:none}.category-card-image{width:100%;height:100%;aspect-ratio:1;object-fit:cover;transition:transform var(--cs-transition)}.category-card-content{flex:1;display:flex;flex-direction:column}.category-card-title{font-size:.95rem;font-weight:700;color:var(--cs-text);margin:0 0 5px;line-height:1.2;text-align:left;padding:0;letter-spacing:-.01em}.category-card-title-link{text-decoration:none;color:inherit;display:flex;align-items:center;min-height:44px;padding:8px 5px;border-radius:6px;transition:color .2s ease,background-color .2s ease}.category-card-title-link:hover .category-card-title{color:var(--cs-accent,#90D26D)}.category-card-label{font-size:10px;font-weight:600;color:#666;margin:0 0 3px 5px;text-transform:uppercase;letter-spacing:.5px;display:block}.category-card-products{padding:0 5px;margin-bottom:5px;margin-top:auto;flex:1 0 auto}.featured-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.featured-product-item{aspect-ratio:1;border-radius:5px;overflow:hidden;background:#f5f5f5;border:1px solid var(--cs-border);transition:all var(--cs-transition);display:block}.featured-product-item:hover{transform:scale(1.05)}.featured-product-image{width:100%;height:100%;object-fit:cover}.featured-product-item:not(:has(img)){position:relative;background:#f8f9fa}.featured-product-item:not(:has(img)):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;height:30%;background:rgba(0,0,0,.05);border-radius:50%}.category-card-cta{display:flex;align-items:center;justify-content:space-between;gap:6px;width:calc(100% - 10px);margin:auto 5px 5px;padding:12px 16px;font-weight:600;font-size:14px;border-radius:5px;transition:text-decoration var(--cs-transition);border:none;text-align:left;box-shadow:0 4px 6px -1px rgba(0,0,0,.6)!important;min-height:44px}.category-card-cta,.category-card-cta:hover{text-decoration:none;background:#1F2937;color:white}.category-card-cta:hover{transform:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.8)!important}.cta-arrow{width:16px;height:16px;flex-shrink:0;transition:all var(--cs-transition)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.featured-products-empty .featured-product-item.empty{background:#f8f9fa;cursor:default}.featured-products-empty .featured-product-item.empty:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;height:30%;background:rgba(0,0,0,.05);border-radius:50%}@media (max-width:1200px){.category-showcase-grid{grid-template-columns:repeat(4,1fr)!important}.category-showcase-carousel .category-card{flex:0 0 calc(25% - 7.5px)}}@media (max-width:1024px){.category-showcase-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px}.category-showcase-header-top{flex-wrap:wrap;gap:0}.category-showcase-carousel .category-card{flex:0 0 calc(33.333% - 6.66px)}.category-showcase-header{flex-wrap:wrap;gap:1rem}.category-showcase-title{font-size:1.6rem}}@media (max-width:768px){.category-showcase-grid{grid-template-columns:repeat(2,1fr)!important;gap:5px!important}.category-showcase-carousel,.product-carousel-wrapper .category-showcase-carousel,.product-showcase-carousel{gap:5px!important}.category-showcase-carousel .category-card,.product-showcase-carousel .product-card-enhanced{flex:0 0 calc(50% - 2.5px)}.category-carousel-nav-buttons .carousel-nav{width:35px!important;height:35px!important;min-height:35px!important}.category-carousel-nav-buttons .carousel-nav svg{width:18px!important;height:18px!important}.category-card-title{font-size:.9rem}.category-showcase-view-all-row{margin-top:1rem;text-align:center;justify-content:center}.category-showcase-footer .category-showcase-view-all,.category-showcase-view-all-row .category-showcase-view-all{width:100%;justify-content:center}.category-showcase-header-top{flex-wrap:wrap;margin-bottom:0}.category-showcase-header-top .category-showcase-header-button{width:100%;justify-content:flex-end;align-self:stretch}.category-carousel-bottom-controls{margin-bottom:.5rem}.category-showcase-header{flex-direction:column;align-items:flex-start;gap:.75rem}.category-showcase-title{font-size:1.5rem;width:100%}.category-showcase-subtitle{font-size:.95rem}.featured-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.category-showcase-title{font-size:1.5rem}.category-showcase-carousel .category-card{flex:0 0 calc(50% - 5px)}.category-carousel-nav-buttons .carousel-nav{width:30px!important;height:30px!important;min-height:30px!important}.category-carousel-nav-buttons .carousel-nav svg{width:16px!important;height:16px!important}}@media (max-width:480px){.category-showcase-grid{grid-template-columns:repeat(2,1fr)!important;gap:5px!important}.category-showcase-title{font-size:1.25rem}.category-card-title{font-size:.85rem}.category-card-cta{font-size:13px;padding:7px 14px}}.category-showcase-loading{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--cs-gap)}.category-card-skeleton{background:#F5F5F5;border-radius:var(--cs-border-radius);height:300px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:1200px){.category-showcase-loading{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.category-showcase-loading{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.category-showcase-loading{grid-template-columns:repeat(2,1fr)}}.category-carousel-bottom-controls{margin-bottom:.5rem}.home-faq-widget{--hfaq-bg:#FFFFFF;--hfaq-text:#333333;--hfaq-accent:#81B440;--hfaq-border:#E5E5E5;--hfaq-hover:#F8F9FA;--hfaq-shadow:0 2px 4px rgba(0,0,0,0.08);--hfaq-radius:5px;--hfaq-transition:0.3s ease;--hfaq-gap:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;width:100%}.home-faq-widget *,.home-faq-widget :after,.home-faq-widget :before{box-sizing:border-box}.home-faq-light{--hfaq-bg:#FFFFFF;--hfaq-text:#333333;--hfaq-border:#E5E5E5;--hfaq-hover:#F8F9FA}.home-faq-dark{--hfaq-bg:#1A1A1A;--hfaq-text:#FFFFFF;--hfaq-border:#333333;--hfaq-hover:#2A2A2A}.home-faq-gradient{background:linear-gradient(135deg,#F5F7FA,#FFFFFF);padding:3rem 2rem;border-radius:5px}.home-faq-header{text-align:center;margin-bottom:2rem}.home-faq-title{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;line-height:1.2}.home-faq-subtitle,.home-faq-title{color:var(--hfaq-text);text-align:left}.home-faq-subtitle{font-size:1.125rem;opacity:.7;margin:0 0 2rem;line-height:1.6}.home-faq-content{display:grid;gap:var(--hfaq-gap);align-items:start}.home-faq-accordion{grid-template-columns:repeat(2,1fr);align-items:start}.home-faq-item{background-color:var(--hfaq-bg);border:1px solid var(--hfaq-border);border-radius:var(--hfaq-radius);overflow:hidden;transition:all var(--hfaq-transition)}.home-faq-item:hover{box-shadow:var(--hfaq-shadow);border-color:var(--hfaq-accent)}.home-faq-item.hidden{display:none}.home-faq-question{display:flex!important;width:100%!important;padding:1.25rem!important;margin:0!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;background:none!important;background-color:transparent!important;border:none!important;cursor:pointer!important;text-align:left!important;transition:background-color var(--hfaq-transition)!important;position:relative!important;outline:none!important;text-decoration:none!important;line-height:1.4!important;color:var(--hfaq-text)!important;font-weight:600!important;font-family:inherit!important;font-size:1.125rem!important}.home-faq-question.active,.home-faq-question:hover{background-color:var(--hfaq-hover)!important}.home-faq-question-text{font-size:1.125rem;font-weight:600;color:var(--hfaq-text);line-height:1.4;flex:1}.home-faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--hfaq-accent);transition:transform var(--hfaq-transition)}.home-faq-question.active .home-faq-icon{transform:rotate(180deg)}.home-faq-answer{max-height:0;overflow:hidden;transition:max-height var(--hfaq-transition)}.home-faq-answer.active{max-height:1000px}.home-faq-answer-content{padding:1.25rem;font-size:1rem;line-height:1.7;color:var(--hfaq-text);opacity:.85}.home-faq-answer-content p{margin:0 0 1rem}.home-faq-answer-content p:last-child{margin-bottom:0}.home-faq-answer-content a{color:var(--hfaq-accent);text-decoration:underline;font-weight:500}.home-faq-answer-content a:hover{text-decoration:none}.home-faq-answer-content ol,.home-faq-answer-content ul{margin:0 0 1rem;padding-left:1.5rem}.home-faq-answer-content li{margin-bottom:.5rem}.home-faq-no-results{text-align:center;padding:3rem;color:var(--hfaq-text);opacity:.7}.home-faq-no-results p{font-size:1.125rem;margin:0}@media (max-width:768px){.home-faq-widget{margin:2rem 0}.home-faq-title{font-size:2rem}.home-faq-subtitle{font-size:1rem}.home-faq-accordion{grid-template-columns:1fr}.home-faq-question{padding:1rem!important}.home-faq-question-text{font-size:1rem}.home-faq-answer-content{font-size:.9375rem}}@media print{.home-faq-answer{max-height:none!important;display:block!important}.home-faq-icon{display:none}}.home-faq-question:focus{outline:2px solid var(--hfaq-accent)!important;outline-offset:2px!important}.home-faq-widget.loading{opacity:.5;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-faq-item{animation:fadeIn .5s ease forwards}.home-faq-item:first-child{animation-delay:.1s}.home-faq-item:nth-child(2){animation-delay:.2s}.home-faq-item:nth-child(3){animation-delay:.3s}.home-faq-item:nth-child(4){animation-delay:.4s}.home-faq-item:nth-child(5){animation-delay:.5s}.home-faq-item:nth-child(6){animation-delay:.6s}.home-faq-item:nth-child(7){animation-delay:.7s}.home-faq-item:nth-child(8){animation-delay:.8s}.home-faq-item:nth-child(9){animation-delay:.9s}.home-faq-item:nth-child(10){animation-delay:1s}