<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-container{max-width:1440px;margin:0 auto;padding:0 1rem}.home-container,.home-container .hero-section{width:100%;display:flex;flex-direction:column;align-items:center}.home-container .hero-section{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:6rem 2rem;margin:2rem auto 4rem;border-radius:20px;overflow:hidden;text-align:center}@media(max-width:767px){.home-container .hero-section{padding:3rem 1rem;margin:0 auto 2rem}}.home-container .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,.4))}.home-container .hero-section .main-title{position:relative;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;max-width:min(800px,90%)}.home-container .hero-section .main-title .highlight{font-size:clamp(1.4rem,4vw,1.8rem);margin-top:.5rem;display:block}.home-container .hero-section .hero-text{position:relative;font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;color:#333;max-width:min(600px,90%);margin:0 auto 2rem}.home-container .hero-section .discover-button{position:relative;display:inline-block;padding:clamp(.8rem,2vw,1rem) clamp(1.5rem,3vw,2rem);background-color:#00b5ce;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:clamp(.9rem,1.5vw,1rem)}.home-container .hero-section .discover-button:hover{background-color:#009bb2;transform:translateY(-2px)}.home-container .products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;padding:24px;width:100%}@media(max-width:1200px){.home-container .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-container .products-grid{grid-template-columns:1fr}}.product-card{position:relative;border-radius:16px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;gap:1rem;overflow:hidden;background-color:#fff}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.08)}.product-card .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;width:100%;position:relative}.product-card .category-header span{font-size:.75rem;padding:.25rem .75rem;border-radius:20px;background-color:rgba(0,0,0,.08);color:#000;white-space:nowrap}.product-card .category-header .primary-category{position:absolute;left:0;top:0}.product-card .category-header .secondary-category{position:absolute;right:0;top:0}.product-card .product-header{text-align:center;margin:1rem 0 1.5rem;width:100%}.product-card .product-header .sku-name{font-size:.875rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;display:block}.product-card .product-header .product-name{font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;text-transform:uppercase;display:block}.product-card.dark-card .category-header span{color:#fff;background-color:hsla(0,0%,100%,.2)}.product-card.dark-card .product-description,.product-card.dark-card .product-description p,.product-card.dark-card .product-header .product-name,.product-card.dark-card .product-header .sku-name{color:#fff}.product-card.dark-card .product-description .read-more{color:#9cf}.product-card.dark-card .product-description .read-more:hover{color:#b3d9ff}.product-card.dark-card .price-info .b2b-price,.product-card.dark-card .price-info .b2b-price .amount,.product-card.dark-card .price-info .b2b-price .currency,.product-card.dark-card .price-info .recommended-price{color:#fff}.product-card.dark-card .price-info .b2b-price .quantity{color:#ccc}.product-card.dark-card .action-buttons .social-actions .action-btn{color:#fff}.product-card.dark-card .action-buttons .social-actions .action-btn:hover{background-color:hsla(0,0%,100%,.1)}.product-card.dark-card .action-buttons .add-to-cart-btn,.product-card.dark-card .action-buttons .add-to-cart-btn:hover{color:#1a1b4b}.product-card .product-image{position:relative;margin:1rem 0;aspect-ratio:1;background-color:#f5f5f5;border-radius:8px}.product-card .product-image .image-wrapper{position:relative;height:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem}.product-card .product-image .image-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.product-card .product-description{font-size:.875rem;line-height:1.6;margin:1rem 0;color:#000}.product-card .product-description p{margin:0;color:#000}.product-card .product-description .read-more{color:#06c;text-decoration:none;font-weight:500;font-size:.875rem}.product-card .product-description .read-more:hover{text-decoration:underline}.product-card .price-info{margin-top:auto;padding:1rem 0;text-align:center}.product-card .price-info .b2b-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;color:#000}.product-card .price-info .b2b-price .currency{font-size:1.25rem;font-weight:600}.product-card .price-info .b2b-price .amount{font-size:2rem;font-weight:700}.product-card .price-info .b2b-price .quantity{font-size:1rem;color:#666;margin-left:.25rem}.product-card .action-buttons{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.product-card .action-buttons .social-actions{display:flex;gap:.5rem}.product-card .action-buttons .social-actions .action-btn{background:none;border:none;color:#000;padding:.5rem;border-radius:50%;cursor:pointer;transition:background-color .2s ease}.product-card .action-buttons .social-actions .action-btn:hover{background-color:rgba(0,0,0,.05)}.product-card .action-buttons .social-actions .action-btn svg{width:1.25rem;height:1.25rem}.product-card .action-buttons .add-to-cart-btn{flex:1 1;padding:.875rem;border-radius:8px;border:none;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-transform:uppercase;text-align:center;color:#fff;background-color:var(--btn-bg)}.product-card .action-buttons .add-to-cart-btn:hover{background-color:var(--btn-hover);transform:translateY(-2px)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}</pre></body></html>