@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-primary:#1e3c21;--color-primary-light:#2c5530;--color-primary-dark:#132a16;--color-secondary:#3a6b3e;--color-accent:#2c5530;--color-text:#2c3338;--color-text-light:#5c6b73;--color-background:#ffffff;--color-background-alt:#f8f9fa;--color-border:#e9ecef;--color-white:#fff;--color-light-gray:#f8f9fa;--border-radius:8px;--box-shadow:0 2px 4px rgba(0,0,0,0.08);--max-width:1200px;--spacing-unit:1rem;--font-size-base:16px;--font-size-h1:2rem;--font-size-h2:1.5rem;--font-size-h3:1.25rem;--font-size-body:1rem;--font-size-small:0.875rem;}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;color:var(--color-text);line-height:1.6;margin:0;padding:0;background:var(--color-light-gray);font-size:var(--font-size-base);}#page-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;background:#f3f3f3;}.placeholder{background-color:transparent;}.layout-container{width:100%;max-width:var(--max-width);margin:0 auto;box-sizing:border-box;padding:20px 15px;}main{width:100%;}.layout-content{width:100%;margin-top:10px;background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}header,footer{width:100%;}.block-page-title-block,.view-categories,.view-content-wrapper,.product-listing-wrapper,.category-grid,.product-grid,.product-detail{width:100%;}.block-page-title-block,.view-categories,.view-content-wrapper,.product-listing-wrapper,.category-grid,.product-grid,.product-detail{max-width:100%;}.block-topchoice-page-title,.product-listing-wrapper,.category-grid,.product-grid,.product-detail{padding-left:0;padding-right:0;max-width:none;margin-left:0;margin-right:0;}header,footer{width:100%;}header > *,footer > *{width:100%;margin:0 auto;padding:0;box-sizing:border-box;}.block-page-title-block,.view-categories,.product-listing-wrapper,.category-grid,.product-grid,.product-detail{width:100%;}.block-topchoice-page-title{margin:0 auto;padding:2rem 20px;width:100%;box-sizing:border-box;}.block-topchoice-page-title h1{margin:0;font-size:2rem;color:var(--color-primary);line-height:1.2;}.block-page-title-block .page-title{margin:20px 0 0 0 !important;}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem;}.category-card{background:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;transition:transform 0.2s ease;}.category-card:hover{transform:translateY(-5px);}.category-card__header{background-color:var(--color-primary);padding:1.5rem;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);transition:background-color 0.3s ease;}.category-card:hover .category-card__header{background-color:var(--color-primary-light);}.category-card__title{margin:0;font-size:1.5rem;color:#fff;}.category-card__title a{color:#fff;text-decoration:none;transition:color 0.2s ease;}.category-card__title a:hover{color:#fff;opacity:0.9;}.category-card__content{padding:15px;}.category-card__subcategories{list-style:none;padding:0;margin:0;}.category-card__subcategory{margin-bottom:10px;}.category-card__subcategory:last-child{margin-bottom:0;}.category-card__subcategory a{color:var(--color-text);text-decoration:none;display:block;padding:5px 0;transition:color 0.3s ease;}.category-card__subcategory a:hover{color:var(--color-primary);}.block-random-categories-block{padding:0 1rem}.product-listing-wrapper{max-width:1024px;margin:0 auto;width:100%;box-sizing:border-box;}.product-listing{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding:2rem;background:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);margin-bottom:2rem;width:auto;}.product-listing__left{position:relative;}.product-listing__image-wrapper{position:relative;padding-top:100%;overflow:hidden;border-radius:var(--border-radius);box-shadow:var(--box-shadow);}.product-listing__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;}.product-listing__order{position:absolute;top:0;left:0;background:var(--color-secondary);color:var(--color-white);padding:0.5rem 1rem;font-weight:bold;z-index:1;clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);min-width:2rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.15);}.product-listing__highlights{margin-top:auto;}.product-listing__highlights-content{max-height:120px;overflow:hidden;position:relative;}.product-listing__highlights-content::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,white);pointer-events:none;}.product-listing__highlights-content.expanded{max-height:none;}.product-listing__highlights-content.expanded::after{display:none;}.product-listing__highlights ul{list-style:none;padding:0;margin:0;}.product-listing__highlights li{position:relative;margin-bottom:0.75rem;line-height:1.5;}.product-listing__highlights li::before{content:"";}.product-listing__show-more{background:none;border:none;color:var(--color-secondary);font-weight:600;cursor:pointer;padding:0.5rem 0;margin-top:1rem;}.product-listing__show-more:hover{text-decoration:underline;}.product-listing__url{margin-top:1.5rem;}.product-listing__url a{display:inline-block;padding:0.75rem 1.5rem;background:var(--color-secondary);color:var(--color-white);text-decoration:none;border-radius:var(--border-radius);font-weight:500;transition:background-color 0.2s ease-in-out;text-align:center;min-width:120px;}.product-listing__url a:hover{background:#e88a00;}.product-listing__url .button--primary{width:100%;max-width:200px;}.button{display:inline-block;padding:10px 20px;border-radius:var(--border-radius);text-decoration:none;font-weight:500;transition:background-color 0.2s ease;}.button--primary{background:var(--color-primary);color:white;}.button--primary:hover{background:#0056b3;}@media (max-width:1200px){:root{--font-size-h1:1.75rem;--font-size-h2:1.35rem;--font-size-h3:1.15rem;}}@media (max-width:992px){:root{--font-size-h1:1.5rem;--font-size-h2:1.25rem;--font-size-h3:1.1rem;--font-size-body:0.95rem;}.product-listing{grid-template-columns:250px 1fr;gap:1.5rem;padding:1.5rem;}.product-listing__image-wrapper{max-width:250px;}.product-listing__image-wrapper img{max-height:250px;}}@media (max-width:768px){:root{--font-size-h1:1.25rem;--font-size-h2:1.15rem;--font-size-h3:1rem;--font-size-body:0.9rem;--font-size-small:0.8rem;}body{font-size:14px;}.layout-container{padding:10px;}.product-listing{grid-template-columns:1fr;gap:1rem;padding:1rem;}.product-listing__left{position:relative;width:100%;max-width:250px;margin:0 auto;}.product-listing__image-wrapper{max-width:250px;}.product-listing__image-wrapper img{max-height:250px;}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.75rem;padding:0.75rem;}.product-card__image{height:180px;}.product-card__image img{max-height:180px;}.product-card__content{padding:0.75rem;}.product-card__title{font-size:0.9rem;margin-bottom:0.5rem;}.product-card__price{font-size:1.1rem;margin-bottom:0.5rem;}.product-card__features li{font-size:0.8rem;margin-bottom:0.25rem;}.product-listing__title{font-size:0.9rem;line-height:1.3;}.category-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.75rem;padding:0.75rem;}.category-card__header{padding:0.75rem;}.category-card__title{font-size:1rem;}.category-card__content{padding:0.75rem;}.subcategories-list a{padding:0.35rem;font-size:0.85rem;}}@media (max-width:576px){:root{--font-size-h1:1.1rem;--font-size-h2:1rem;--font-size-h3:0.9rem;--font-size-body:0.85rem;--font-size-small:0.75rem;}body{font-size:13px;}.layout-container{padding:8px;}.product-listing__left{max-width:200px;}.product-listing__image-wrapper{max-width:200px;}.product-listing__image-wrapper img{max-height:200px;}.product-grid{grid-template-columns:1fr;gap:0.5rem;}.product-card__image{height:160px;}.product-card__image img{max-height:160px;}.product-card__content{padding:0.5rem;}.product-card__title{font-size:0.85rem;margin-bottom:0.35rem;}.product-card__price{font-size:1rem;}.product-card__features li{font-size:0.75rem;}.product-listing__title{font-size:0.85rem;line-height:1.2;}.category-grid{grid-template-columns:1fr;gap:0.5rem;}.category-card__header{padding:0.5rem;}.category-card__title{font-size:0.9rem;}.category-card__content{padding:0.5rem;}.subcategories-list a{padding:0.25rem;font-size:0.8rem;}.product-listing,.category-grid,.product-grid{padding:0.5rem;}.product-listing__highlights li{font-size:0.8rem;margin-bottom:0.5rem;}.product-listing__url a{padding:0.5rem 1rem;font-size:0.85rem;}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem;}.product-card{background:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:transform 0.2s ease-in-out;overflow:hidden;}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px rgba(0,0,0,0.15);}.product-card__image{position:relative;padding-top:75%;overflow:hidden;}.product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.product-card:hover .product-card__image img{transform:scale(1.05);}.product-card__content{padding:1.5rem;}.product-card__title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;}.product-card__title a{color:var(--color-text);text-decoration:none;}.product-card__title a:hover{color:var(--color-primary);}.product-card__price{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;}.product-card__rating{display:flex;align-items:center;margin-bottom:1rem;}.stars{color:var(--color-primary);margin-right:0.5rem;}.product-card__features{margin-bottom:1.5rem;}.product-card__features ul{list-style:none;padding:0;margin:0;}.product-card__features li{position:relative;padding-left:1.5rem;margin-bottom:0.5rem;font-size:0.9rem;}.product-card__features li::before{content:"•";position:absolute;left:0;color:var(--color-primary);}.product-card__cta{display:inline-block;padding:0.75rem 1.5rem;background-color:var(--color-primary);color:white;text-decoration:none;border-radius:var(--border-radius);font-weight:600;transition:background-color 0.2s ease;}.product-card__cta:hover{background-color:#0056b3;}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;background:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);}.product-detail__media{position:sticky;top:2rem;}.product-detail__media img{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:block;}.product-detail__content{padding:1rem;}.product-detail__title{font-size:2rem;margin-bottom:1.5rem;color:var(--color-primary);line-height:1.2;}.product-detail__price{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;}.product-detail__rating{display:flex;align-items:center;gap:0.5rem;margin-bottom:1.5rem;}.product-detail__rating .stars{color:var(--color-primary);font-size:1.25rem;letter-spacing:2px;}.product-detail__rating .rating-value{font-size:1.1rem;font-weight:600;}.product-detail__highlights,.product-detail__features{margin-bottom:2rem;}.product-detail__highlights-content{max-height:none;overflow:visible;}.product-detail__highlights-content::after{display:none;}.product-detail__highlights h3,.product-detail__features h3{font-size:1.25rem;color:var(--color-primary);margin-bottom:1rem;font-weight:600;}.product-detail__highlights ul,.product-detail__features ul{list-style:none;padding:0;margin:0;}.product-detail__highlights li,.product-detail__features li{position:relative;padding-left:1.5rem;margin-bottom:1rem;line-height:1.5;}.product-detail__highlights li::before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:bold;}.product-detail__features li::before{content:"✓";position:absolute;left:0;color:var(--color-primary);}.product-detail__category{margin-bottom:2rem;font-size:1.1rem;}.product-detail__category a{color:var(--color-primary);text-decoration:none;font-weight:500;}.product-detail__category a:hover{color:var(--color-primary);}.product-detail__cta{margin-top:2rem;}.product-detail__cta .button--primary{width:100%;max-width:300px;}@media (max-width:992px){.product-detail{grid-template-columns:1fr;gap:2rem;}.product-detail__media{position:relative;top:0;}.product-detail__content{padding:0;}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:1rem;}.product-card__content{padding:1rem;}.product-card__title{font-size:1.1rem;}.product-card__price{font-size:1.25rem;}.product-detail{padding:1rem;}.product-detail__title{font-size:1.5rem;}.product-detail__price{font-size:2rem;}.product-detail__highlights h3,.product-detail__features h3{font-size:1.1rem;}}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem;max-width:1400px;margin:0 auto;}.category-card{background:white;border:1px solid #e0e0e0;border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.1);}.category-card__header{background-color:var(--color-primary);padding:1.5rem;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);transition:background-color 0.3s ease;}.category-card:hover .category-card__header{background-color:var(--color-primary-light);}.category-card__title{margin:0;font-size:1.5rem;color:#fff;}.category-card__title a{color:#fff;text-decoration:none;transition:color 0.2s ease;}.category-card__title a:hover{color:#fff;opacity:0.9;}.category-card__content{padding:1.5rem;flex-grow:1;}.subcategories-list{list-style:none;padding:0;margin:0;}.subcategories-list li{margin-bottom:0.75rem;}.subcategories-list a{color:var(--color-text);text-decoration:none;display:block;padding:0.5rem;border-radius:4px;transition:all 0.2s ease;position:relative;padding-left:1.5rem;}.subcategories-list a:hover{background-color:var(--color-light-gray);color:var(--color-primary);transform:translateX(5px);}.subcategories-list a::before{content:"→";position:absolute;left:0;color:var(--color-primary);}.no-subcategories{color:#666;font-style:italic;text-align:center;margin:1rem 0;}@media (max-width:768px){.category-grid{grid-template-columns:1fr;padding:1rem;}.category-card__header{padding:1rem;}.category-card__title{font-size:1.25rem;}.category-card__content{padding:1rem;}}.subcategories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 0 2rem 0;}.subcategories-grid__item{background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;transition:all 0.3s ease;}.subcategories-grid__item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px);}.subcategories-grid__item a{color:var(--color-text);text-decoration:none;font-weight:500;font-size:1.1rem;}.subcategories-grid__item a:hover{color:var(--color-primary);}.subcategories-empty{text-align:center;padding:3rem;background:var(--color-background-light);border-radius:8px;}.subcategories-empty p{color:var(--color-text-light);font-size:1.1rem;}@media (max-width:992px){.subcategories-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:576px){.subcategories-grid{grid-template-columns:1fr;}}.view-content-wrapper{width:100%;box-sizing:border-box;}.product-listing{background:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:1.5rem;display:grid;grid-template-columns:200px 1fr;gap:1.5rem;position:relative;margin-bottom:1.5rem;}.product-listing__order{position:absolute;top:0;left:0;background:var(--color-secondary);color:var(--color-white);padding:0.5rem 1rem;font-weight:bold;z-index:1;clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);min-width:2rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.15);}.product-listing__image-wrapper{width:100%;height:140px;overflow:hidden;border-radius:var(--border-radius);background:var(--color-light-gray);}.product-listing__image-wrapper img{width:100%;height:100%;object-fit:contain;padding:0.5rem;}.product-listing__right{display:flex;flex-direction:column;gap:1rem;}.product-listing__title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0;line-height:1.4;}.product-listing__highlights{flex:1;}.product-listing__highlights ul{list-style:none;padding:0;margin:0;}.product-listing__url{margin-top:auto;}.product-listing__url a{display:inline-block;padding:0.75rem 1.5rem;background:var(--color-secondary);color:var(--color-white);text-decoration:none;border-radius:var(--border-radius);font-weight:500;transition:background-color 0.2s ease-in-out;text-align:center;min-width:120px;}.product-listing__url a:hover{background:#e88a00;}@media (max-width:768px){.view-content-wrapper{padding:1rem;}.product-listing{grid-template-columns:1fr;}.product-listing__image-wrapper{height:240px;}.product-listing__url{text-align:center;}.product-listing__url a{display:block;max-width:200px;margin:0 auto;}}@media (max-width:480px){.view-content-wrapper{padding:1rem;}.view-grid{grid-template-columns:1fr;}}.scroll-to-top{position:fixed;bottom:30px;right:30px;background-color:var(--color-primary);color:var(--color-white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.2);transition:all 0.3s ease;z-index:1000;border:none;font-size:24px;font-weight:bold;}.scroll-to-top:hover{background-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.3);}@media (max-width:768px){.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;}}.breadcrumb{padding:1rem 0;margin-bottom:1rem;}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;}.breadcrumb li{display:flex;align-items:center;}.breadcrumb a{color:var(--color-primary);text-decoration:none;font-weight:500;}.breadcrumb a:hover{color:var(--color-secondary);}.breadcrumb-separator{margin:0 0.5rem;color:#666;}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}.block-local-tasks-block{padding-bottom:20px;}.page-title-wrapper{max-width:1200px;margin:0 auto;}.page-title-wrapper h1{margin:0 0 1rem;font-size:2rem;font-weight:600;color:var(--color-text);}.breadcrumb-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem;background:var(--color-background);}.breadcrumb{padding:0;margin:0;font-size:0.9rem;display:flex;align-items:center;flex-wrap:wrap;gap:0.5rem;}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;}.breadcrumb li{display:flex;align-items:center;}.breadcrumb a{color:var(--color-primary);text-decoration:none;font-weight:500;padding:0.2rem 0.5rem;border-radius:4px;transition:all 0.2s ease;}.breadcrumb a:hover{color:var(--color-secondary);background-color:rgba(74,120,86,0.1);}.breadcrumb-separator{color:var(--color-text-light);font-size:0.8rem;}.random-categories-wrapper{width:100%;background:var(--color-background);padding:1rem 0;box-shadow:var(--box-shadow);position:relative;}.random-categories-scroll{max-width:var(--max-width);margin:0 auto;display:flex;gap:0.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;position:relative;}.random-categories-scroll::-webkit-scrollbar{display:none;}.random-category-item{flex:0 0 auto;}.random-category-link{display:inline-block;padding:8px 12px;text-decoration:none;color:var(--color-text);border-radius:var(--border-radius);transition:all 0.3s ease;background-color:var(--color-background);border:1px solid var(--color-border);white-space:nowrap;}.random-category-link:hover{background-color:var(--color-primary-light);color:var(--color-white);border-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--box-shadow);}.random-categories-wrapper::after{content:'';position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,var(--color-background));pointer-events:none;opacity:0;transition:opacity 0.3s ease;}.random-categories-wrapper.has-scroll::after{opacity:1;}.site-header{background:var(--color-primary-dark);color:#fff;padding:10px 0;width:100%;}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;}.site-branding{flex:0 0 auto;}.site-search{flex:1;max-width:600px;margin-left:auto;width:100%;}.site-search form{width:100%;display:flex;justify-content:flex-end;}.site-search input[type="search"]{width:100%;max-width:100%;color:var(--color-text);background-color:var(--color-white);border:1px solid var(--color-border);padding:8px 12px;border-radius:var(--border-radius);font-size:1rem;}.site-search input[type="search"]::placeholder{color:var(--color-text-light);}@media (max-width:768px){.header-content{flex-direction:column;text-align:center;gap:15px;padding:0 15px;}.site-search{margin:0;width:100%;max-width:100%;}.site-search form{width:100%;max-width:100%;justify-content:center;}.site-search input[type="search"]{width:100%;max-width:100%;}}#page-wrapper{background:#f3f3f3;min-height:100vh;}.layout-container{max-width:1200px;margin:0 auto;padding:20px 15px;}.layout-content{background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.random-categories-wrapper{margin-bottom:30px;background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.page-title-wrapper{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee;}.breadcrumb-wrapper{margin-bottom:20px;}.help{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:4px;}.layout-sidebar-first,.layout-sidebar-second{background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin-bottom:20px;}@media (max-width:768px){.header-content{flex-direction:column;text-align:center;gap:15px;padding:0 15px;}.site-search{margin:0;width:100%;max-width:100%;}.site-search form{width:100%;max-width:100%;justify-content:center;}.site-search input[type="search"]{width:100%;max-width:100%;}.layout-container{padding:10px;}.layout-content,.layout-sidebar-first,.layout-sidebar-second{padding:15px;}}.menu{list-style:none;padding:0;margin:0;}.menu-item{margin-bottom:0.5rem;}.menu-item a{text-decoration:none;display:block;padding:0.5rem;border-radius:4px;transition:all 0.2s ease;}.menu-item a:hover{background-color:var(--color-light-gray);color:var(--color-primary);}.menu-item--active-trail > a{background-color:var(--color-primary-light);color:var(--color-white);font-weight:600;}.menu-item--active-trail > a:hover{background-color:var(--color-primary);color:var(--color-white);}.footer-menu{list-style:none;padding:0;margin:0;}.footer-menu__item{margin-bottom:0.5rem;}.footer-menu__item a{color:var(--color-white);text-decoration:none;display:block;padding:0.5rem;border-radius:4px;transition:all 0.2s ease;opacity:0.8;}.footer-menu__item a:hover{opacity:1;background-color:rgba(255,255,255,0.1);}.footer-menu__item--active-trail > a{background-color:var(--color-primary-light);opacity:1;font-weight:600;}.footer-menu__item--active-trail > a:hover{background-color:var(--color-primary);opacity:1;}.product-card__count{position:absolute;top:10px;left:10px;background:var(--color-primary);color:white;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;z-index:1;box-shadow:0 2px 4px rgba(0,0,0,0.1);}@media (max-width:768px){.product-card__count{width:25px;height:25px;font-size:0.9em;top:8px;left:8px;}}.product-listing__image-wrapper{position:relative;}.product-listing__count{position:absolute;top:0;left:0;background:var(--color-secondary);color:var(--color-white);padding:0.5rem 1rem;font-weight:bold;z-index:1;clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);min-width:2rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.15);}@media (max-width:768px){.product-listing__count{min-width:1.75rem;height:2.25rem;font-size:0.9em;}}
.site-header{background-color:var(--color-primary-dark);position:relative;width:100%;z-index:100;}.site-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(255,255,255,0.05),rgba(255,255,255,0));pointer-events:none;}.site-header::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:1px;background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.3) 25%,rgba(255,255,255,0.3) 75%,rgba(255,255,255,0));}.header-content{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0;position:relative;z-index:1;}.site-branding{display:flex;align-items:center;flex:0 0 auto;}.site-logo{display:block;}.site-logo img{max-height:100px;width:auto;display:block;}.site-search{position:relative;flex:1;max-width:500px;}.category-search-input{width:100%;padding:0.75rem 1rem;border:1px solid rgba(255,255,255,0.2);border-radius:var(--border-radius);background-color:rgba(255,255,255,0.1);color:var(--color-white);font-size:1rem;transition:all 0.2s ease;}.category-search-input:focus{outline:none;border-color:rgba(255,255,255,0.4);background-color:rgba(255,255,255,0.15);}.category-search-input::placeholder{color:rgba(255,255,255,0.7);}.ui-autocomplete{position:absolute;top:100%;left:0;right:0;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius);box-shadow:var(--box-shadow);z-index:1000;max-height:300px;overflow-y:auto;}.ui-menu-item{padding:0.5rem 1rem;cursor:pointer;transition:background-color 0.2s ease;}.ui-menu-item:hover,.ui-state-active{background-color:var(--color-light-gray);}.ui-helper-hidden-accessible{display:none;}@media (max-width:1024px){.site-logo img{max-height:150px;}}@media (max-width:768px){.site-header .header-content{padding:0 0.8rem !important;}.site-logo img{max-height:100px;}.category-search-input{padding:0.5rem 0.75rem;font-size:0.9rem;}}
.site-footer{background:var(--color-primary-dark);color:#fff;padding:40px 0 0;width:100%;margin-bottom:0;position:relative;}.footer-content{max-width:1200px;margin:0 auto;padding:0 15px;}.footer-main{display:grid;grid-template-columns:1fr 2fr 1fr;gap:40px;}.footer-first{display:flex;flex-direction:column;align-items:flex-start;}.footer-first .footer-logo{margin-bottom:20px;}.footer-first .footer-logo img{max-height:100px;width:auto;display:block;}.footer-first .footer-logo a{display:block;}.footer-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}.footer-categories h3{color:#fff;font-size:1.2rem;margin-bottom:15px;font-weight:600;}.footer-categories ul,.footer-categories .menu,.footer-categories .menu--footer-categories,.footer-categories .menu-item{list-style:none !important;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:20px;}.footer-categories li{margin-bottom:10px;min-width:200px;}.footer-categories a{color:rgba(255,255,255,0.8);text-decoration:none;transition:all 0.3s ease;display:block;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.footer-categories a:hover{color:#fff;transform:translateX(5px);}.footer-pages h3{color:#fff;font-size:1.2rem;margin-bottom:15px;font-weight:600;}.footer-pages ul,.footer-pages .menu,.footer-pages .menu-item{list-style:none !important;padding:0;margin:0;}.footer-pages li{margin-bottom:10px;}.footer-pages a{color:rgba(255,255,255,0.8);text-decoration:none;transition:all 0.3s ease;display:block;padding:5px 0;}.footer-pages a:hover{color:#fff;transform:translateX(5px);}.footer-bottom{background:#131921;padding:15px 0;width:100%;margin-top:40px;position:relative;left:0;right:0;margin-left:0;margin-right:0;margin-bottom:0;}.footer-bottom-content{width:100%;margin:0 auto;padding:0 15px;display:flex;justify-content:center;align-items:center;}.footer-copyright{color:#ccc;font-size:0.9rem;text-align:center;width:100%;max-width:1200px;margin:0 auto;}@media (max-width:768px){.footer-main{grid-template-columns:1fr;gap:30px;}.footer-categories{grid-template-columns:1fr;}.footer-categories ul,.footer-categories .menu,.footer-categories .menu--footer-categories,.footer-categories .menu-item{grid-template-columns:1fr;}.footer-bottom-content{flex-direction:column;text-align:center;gap:10px;}.footer-first{align-items:center;text-align:center;}.footer-first .footer-logo img{max-height:80px;}}
.view-categories{width:100%;box-sizing:border-box;}.block-page-title-block{width:100%;box-sizing:border-box;}.block-page-title-block .page-title{margin:20px 0;color:#232f3e;font-size:1.75rem;font-weight:600;}.view-categories .view-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0;width:100%;box-sizing:border-box;}.category-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:15px;transition:transform 0.2s ease,box-shadow 0.2s ease;width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-width:0;overflow:hidden;max-width:100%;}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}.category-card__header{margin-bottom:15px;width:100%;min-width:0;box-sizing:border-box;max-width:100%;padding:10px;background-color:var(--color-primary);border-radius:var(--border-radius) var(--border-radius) 0 0;transition:background-color 0.3s ease;display:flex;align-items:center;gap:15px;}.category-card__header .field--name-field-image{flex-shrink:0;width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid var(--color-white);}.category-card__header .field--name-field-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.category-card__header:hover .field--name-field-image img{transform:scale(1.1);}.category-card__header .category-card__title{margin:0;padding:0.5rem;background-color:transparent;color:var(--color-white);font-size:1.25rem;font-weight:600;border-radius:0;position:relative;transition:all 0.3s ease;flex-grow:1;}.category-card__header .category-card__title a{color:var(--color-white);text-decoration:none;display:block;position:relative;padding-right:2rem;transition:all 0.3s ease;}.category-card__header .category-card__title a::after{content:"→";position:absolute;right:1rem;top:50%;transform:translateY(-50%);opacity:0;transition:all 0.3s ease;}.category-card__header:hover{background-color:var(--color-primary-light);}.category-card__header .category-card__title a:hover{color:var(--color-white);transform:translateX(5px);}.category-card__header .category-card__title a:hover::after{opacity:1;transform:translateY(-50%) translateX(5px);}.category-card__content{border-top:1px solid #e5e5e5;padding:10px;width:100%;min-width:0;box-sizing:border-box;max-width:100%;}.category-card__content .views-field{margin:8px 0;padding:8px 10px;border-radius:6px;transition:all 0.2s ease;background:#f8f9fa;width:calc(100% + 20px);box-sizing:border-box;min-width:0;max-width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;}.category-card__content .views-field:hover{background:#f0f2f5;transform:translateX(4px);}.category-card__content .views-field a{color:#232f3e;text-decoration:none;display:block;font-size:0.95rem;font-weight:500;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;max-width:100%;position:relative;padding-right:2rem;transition:all 0.3s ease;}.category-card__content .views-field a::after{content:"→";position:absolute;right:1rem;top:50%;transform:translateY(-50%);opacity:0;transition:all 0.3s ease;}.category-card__content .views-field a:hover{color:var(--color-secondary);transform:translateX(5px);}.category-card__content .views-field a:hover::after{opacity:1;transform:translateY(-50%) translateX(5px);}@media (max-width:768px){.view-categories .view-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));}}@media (max-width:480px){.view-categories .view-content{grid-template-columns:1fr;}}.breadcrumb{padding:1rem 0;margin:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:0.5rem;font-size:0.9rem;color:#666;}.breadcrumb__item{display:flex;align-items:center;gap:0.5rem;}.breadcrumb__item:not(:last-child)::after{content:"/";color:#999;font-size:0.8rem;}.breadcrumb__link{color:var(--color-primary);text-decoration:none;transition:color 0.2s ease;position:relative;padding:0.2rem 0.5rem;border-radius:4px;}.breadcrumb__link:hover{color:var(--color-secondary);background-color:rgba(74,120,86,0.1);}.breadcrumb__text{color:#666;font-weight:500;}.product-detail{max-width:1200px;margin:0 auto;padding:2rem;}.product-card{background:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;margin-bottom:2rem;}.product-card__header{margin-bottom:15px;width:100%;min-width:0;box-sizing:border-box;max-width:100%;padding:10px;background-color:var(--color-primary);border-radius:var(--border-radius) var(--border-radius) 0 0;transition:background-color 0.3s ease;}.product-card__title{margin:0;padding:0.5rem;background-color:transparent;color:var(--color-white);font-size:1.25rem;font-weight:600;border-radius:0;position:relative;transition:all 0.3s ease;}.product-card__content{padding:1rem;display:flex;flex-direction:column;gap:1rem;}.product-card__image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--border-radius);background:#f8f8f8;}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease;}.product-card__image:hover img{transform:scale(1.05);}.product-card__info{display:flex;flex-direction:column;gap:1rem;padding:0 1rem;}.product-card__category{color:var(--color-primary);font-weight:500;font-size:1.1rem;}.product-card__rating,.product-card__review-count{color:#666;}.product-card__price{font-size:1.5rem;font-weight:bold;color:var(--color-primary);}.product-card__actions{margin-top:1rem;width:100%;box-sizing:border-box;}.button--primary{display:inline-block;padding:0.75rem 1.5rem;background-color:var(--color-primary);color:var(--color-white);text-decoration:none;border-radius:var(--border-radius);font-weight:500;transition:background-color 0.2s ease;width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.button--primary:hover{background-color:var(--color-primary-light);}.product-details{background:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:2rem;}.product-highlights{margin-bottom:2rem;}.product-highlights h2{color:var(--color-primary);margin-bottom:1rem;}.product-highlights ul{list-style:none;padding:0;}.product-highlights li{padding:0.5rem 0;border-bottom:1px solid #eee;}.product-highlights li:last-child{border-bottom:none;}@media (max-width:768px){.product-card__content{grid-template-columns:1fr;}}.subcategories-grid__item a{color:var(--color-text);text-decoration:none;font-weight:500;font-size:1.1rem;position:relative;padding-right:2rem;transition:all 0.3s ease;display:block;}.subcategories-grid__item a::after{content:"→";position:absolute;right:1rem;top:50%;transform:translateY(-50%);opacity:0;transition:all 0.3s ease;}.subcategories-grid__item a:hover{color:var(--color-primary);transform:translateX(5px);}.subcategories-grid__item a:hover::after{opacity:1;transform:translateY(-50%) translateX(5px);}.category-search-input.form-text{color:var(--color-white);}.claro-autocomplete__message{color:var(--color-white) !important;background-color:transparent !important;}.is-autocompleting{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' stroke='white' stroke-width='2' fill='none' stroke-dasharray='44' stroke-dashoffset='44'%3E%3Canimate attributeName='stroke-dashoffset' from='44' to='0' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E") !important;background-color:transparent !important;background-repeat:no-repeat !important;background-position:right center !important;padding-right:24px !important;}.ui-menu .ui-menu-item-wrapper.ui-state-active{background-color:var(--color-primary) !important;color:var(--color-white) !important;}.ui-menu .ui-menu-item-wrapper.ui-state-active a{color:var(--color-white) !important;}
.trending-items-wrapper{margin:0 auto;max-width:1400px;padding:0 1rem;}.trending-items-block{margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#1a472a,#2d6a4f,#40916c);border-radius:20px;box-shadow:0 10px 30px rgba(26,71,42,0.2);position:relative;overflow:hidden;width:100%;}.trending-items-block::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,0.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1) 75%,transparent 75%,transparent);background-size:20px 20px;opacity:0.1;pointer-events:none;}.trending-items-title{font-size:2.25rem;font-weight:800;color:var(--color-white);margin-bottom:2rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.2);position:relative;}.trending-icon{font-size:2em;animation:pulse 2s infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,0.5));}@keyframes pulse{0%{transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,255,255,0.5));}50%{transform:scale(1.2);filter:drop-shadow(0 0 12px rgba(255,255,255,0.8));}100%{transform:scale(1);filter:drop-shadow(0 0 8px rgba(255,255,255,0.5));}}.trending-items-container{width:100%;max-width:1400px;margin:0 auto;position:relative;}.trending-items-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding:0;width:100%;}.trending-item{background:var(--color-white);border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;width:calc(16.666% - 1.25rem);flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;position:relative;border:1px solid rgba(255,255,255,0.2);}.trending-item:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,0.2);}.trending-item::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#2d6a4f,#40916c);opacity:0;transition:opacity 0.3s ease;}.trending-item:hover::after{opacity:1;}.trending-item-image{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:15px 15px 0 0;}.trending-item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.trending-item:hover .trending-item-image img{transform:scale(1.1);}.trending-item-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:var(--color-white);border-radius:0 0 15px 15px;height:100%;}.trending-item-title{font-size:1rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.trending-item-meta{margin-top:auto;display:flex;flex-direction:column;gap:1rem;}.trending-item-category{display:inline-block;padding:0.25rem 0.5rem;color:var(--color-primary-dark);font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;text-align:center;width:100%;background:rgba(255,255,255,0.2);border-radius:4px;}.trending-item-button{display:inline-block;width:100%;padding:0.75rem;background:linear-gradient(to right,#e67e22,#f39c12);color:var(--color-white);text-align:center;text-decoration:none;border-radius:8px;font-weight:700;font-size:0.875rem;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:0.5px;margin-top:auto;}.trending-item-button:hover{background:linear-gradient(to right,#d35400,#e67e22);transform:translateY(-2px);box-shadow:0 4px 12px rgba(230,126,34,0.3);color:var(--color-white);}@media (max-width:1024px){.trending-items-grid{flex-wrap:wrap;}.trending-item{width:calc(33.333% - 1.25rem);}}@media (max-width:768px){.trending-items-block{padding:1.5rem;margin:2rem 0;}.trending-items-title{font-size:1.75rem;margin-bottom:1.5rem;}.trending-item{width:100%;}.trending-item-title{font-size:0.9375rem;}.trending-item-category{font-size:0.75rem;padding:0.25rem 0.5rem;}.trending-item-button{font-size:0.75rem;padding:0.625rem;}}.trending-items-block .page-title{font-family:'Poppins',sans-serif;font-size:2.25rem;font-weight:700;color:var(--color-primary-dark);text-align:center;margin-bottom:2rem;position:relative;padding-bottom:0.5rem;letter-spacing:-0.5px;}.trending-items-block .page-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(to right,#e67e22,#f39c12);border-radius:2px;}
