*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}header{background-color:#ffda00;border-bottom:2px solid #e5e5e5;box-shadow:0 2px 4px #0000001a;position:relative;width:100%;z-index:1000}.header-top{background-color:#ffda00;color:#1a1a1a;padding:8px 0;font-size:.85rem}.header-top-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.header-top-left,.header-top-right{display:flex;gap:20px}.header-top a{color:#1a1a1a;text-decoration:none;transition:opacity .2s;font-weight:500}.header-top a:hover{opacity:.7;text-decoration:underline}.header-main{max-width:1400px;margin:0 auto;padding:15px 20px;background-color:#ffda00}.header-content{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;position:relative}.header-logo{flex-shrink:0}.header-logo a{text-decoration:none;color:#1a1a1a;font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:10px}.header-logo img{max-height:50px;width:auto}.header-search{display:flex;justify-content:center;max-width:600px;margin:0 auto;position:relative;width:100%}.mobile-search-close{display:none}@media (min-width: 769px){.header-search{display:flex!important}.mobile-search-toggle,.mobile-search-close{display:none!important}}.header-nav{background-color:#1a1a1a;border-top:1px solid rgba(255,255,255,.1);width:100%;position:relative}.header-nav-container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.header-nav ul{list-style:none;display:flex;gap:0;align-items:center;justify-content:center;padding:0;margin:0}.header-nav li{margin:0;position:relative}.header-nav .menu-item{position:relative}.header-nav .menu-item.has-submenu:after{display:none}.header-nav .menu-item.has-submenu .menu-link:after{content:"\25bc";font-size:.65rem;display:inline;transition:transform .2s;vertical-align:middle;margin-left:6px;line-height:1}.header-nav .menu-item.has-submenu:hover .menu-link:after{transform:rotate(180deg)}.header-nav .menu-link{text-decoration:none;color:#fff;font-weight:500;font-size:1rem;padding:15px 25px;transition:color .2s,background-color .2s;position:relative;display:block;white-space:nowrap}.header-nav .menu-link:hover{color:#ffda00;background-color:#ffffff1a}.header-nav,.header-nav-container,.header-nav .menu-item,.header-nav .menu-item.has-submenu{position:relative}.mega-menu{position:fixed;top:0;left:0;right:0;width:100vw;max-width:100%;background-color:#fff;box-shadow:0 4px 20px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s,visibility .3s,transform .3s;z-index:1000;padding:30px 40px;pointer-events:none;margin-left:0}.header-nav .menu-item:hover .mega-menu,.mega-menu:hover,.mega-menu.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu-content{max-width:1400px;margin:0 auto;padding:0;width:100%}.mega-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;align-items:start}.mega-menu-column{display:flex;flex-direction:column;gap:15px}.mega-menu-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;text-decoration:none;padding-bottom:10px;border-bottom:2px solid #ffda00;transition:color .2s;display:block}.mega-menu-title:hover{color:#06c}.mega-menu-sublinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.mega-menu-sublinks li{margin:0}.mega-menu-sublinks a{color:#666;text-decoration:none;font-size:.95rem;padding:8px 0;display:block;transition:color .2s,padding-left .2s}.mega-menu-sublinks a:hover{color:#06c;padding-left:10px}.header-nav a:not(.menu-link):not(.mega-menu-title):not(.mega-menu-sublinks a){text-decoration:none;color:#fff;font-weight:500;font-size:1rem;padding:15px 25px;transition:color .2s,background-color .2s;position:relative;display:block}.header-nav a:not(.menu-link):not(.mega-menu-title):not(.mega-menu-sublinks a):hover{color:#ffda00;background-color:#ffffff1a}.search-form{display:flex;width:100%;border-radius:8px;overflow:hidden}.search-input{flex:1;padding:12px 45px 12px 15px;border:2px solid #e5e5e5;border-radius:8px 0 0 8px;font-size:.95rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:#06c}.search-button{padding:12px 20px;background-color:#06c;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;font-weight:500;transition:background-color .2s}.search-button:hover{background-color:#0052a3}.header-actions{display:flex;gap:20px;align-items:center;flex-shrink:0;margin-left:auto}.header-action{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#1a1a1a;font-size:.85rem;transition:color .2s;position:relative}.header-action:hover{color:#06c}.header-action-icon{font-size:1.5rem;margin-bottom:4px}.header-action-text{font-size:.75rem}.cart-count{position:absolute;top:-5px;right:-5px;background-color:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.mobile-menu-toggle,.mobile-search-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#1a1a1a;padding:8px 12px;transition:opacity .2s;z-index:10}.mobile-menu-toggle:hover,.mobile-search-toggle:hover{opacity:.7}@media (max-width: 1024px){.header-content{gap:20px}.header-search{max-width:400px}.header-nav a{padding:12px 20px;font-size:.95rem}.collection-layout{grid-template-columns:220px 1fr;gap:30px}.collection-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.header-top{display:none}.header-content{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;position:relative}.header-search:not(.active){display:none}.mobile-menu-toggle{display:block;order:1;justify-self:start}.header-logo{order:2;justify-self:center;flex:1;text-align:center;max-width:200px;overflow:hidden}.header-logo a{justify-content:center;font-size:1.4rem}.header-logo img{max-height:40px}.mobile-search-toggle{display:block;order:3;justify-self:end}.header-actions{order:4;gap:10px;margin-left:0;justify-self:end;display:flex;align-items:center}.header-action-text{display:none}.header-action-icon{font-size:1.3rem}.header-search{display:none;order:5;grid-column:1 / -1;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-top:15px;position:relative;padding:15px 20px;background-color:#fff;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-shadow:0 4px 8px #0000001a;animation:slideDown .3s ease-out;z-index:100}.header-search.active{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-search-close{display:block;position:absolute;right:25px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.8rem;color:#666;cursor:pointer;padding:5px 10px;z-index:10;line-height:1;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.mobile-search-close:hover{background-color:#f0f0f0;color:#1a1a1a}.search-form{position:relative;width:100%;border-radius:8px;overflow:hidden}.search-input{padding-right:60px;width:100%;border-radius:8px 0 0 8px}.search-button{min-width:80px;border-radius:0 8px 8px 0}.header-nav{width:100%;display:none;border-top:none;background-color:#1a1a1a;position:relative;z-index:1000}.header-nav.active{display:block}.header-nav-container{display:flex;flex-direction:column}.header-nav ul{flex-direction:column;gap:0;align-items:stretch;order:1}.header-nav .mega-menu{order:2}.header-nav .menu-item{position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.header-nav .menu-item.has-submenu{position:relative}.header-nav .menu-link{padding:15px 20px;border-bottom:none;display:block;color:#fff;position:relative;white-space:nowrap}.header-nav .menu-item.has-submenu .menu-link:after{content:"\25bc";font-size:.65rem;display:inline;transition:transform .2s;vertical-align:middle;margin-left:6px;line-height:1}.header-nav .menu-link:hover{background-color:#ffffff1a;color:#ffda00}.mega-menu{display:none!important}.menu-item .mobile-mega-menu{position:static;width:100%;opacity:1;visibility:visible;transform:none!important;box-shadow:none;background-color:#ffffff0d;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;left:auto;margin:0;pointer-events:none;display:block}.menu-item.active .mobile-mega-menu{max-height:2000px;padding:15px 20px;pointer-events:auto;opacity:1;visibility:visible;display:block}.mega-menu-grid{grid-template-columns:1fr;gap:20px}.mega-menu-column{gap:10px}.mega-menu-title{color:#fff;font-size:1rem;border-bottom-color:#ffffff4d;padding-bottom:8px}.mega-menu-title:hover{color:#ffda00}.mega-menu-sublinks a{color:#fffc;padding-left:20px}.mega-menu-sublinks a:hover{color:#ffda00;padding-left:25px}.header-nav a:not(.menu-link):not(.mega-menu-title):not(.mega-menu-sublinks a){padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.1);display:block;color:#fff}.header-nav a:not(.menu-link):not(.mega-menu-title):not(.mega-menu-sublinks a):hover{background-color:#ffffff1a;color:#ffda00}}main{min-height:calc(100vh - 200px);padding:0;position:relative}.container{max-width:1400px;margin:0 auto;padding:0 20px}.page-content{width:100%}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 20px;text-align:center;margin-bottom:60px}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;opacity:.95}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:15px 35px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s;border:2px solid transparent}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background-color:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:#06c;border-color:#06c}.btn-outline:hover{background-color:#06c;color:#fff}.featured-section,.products-section{padding:60px 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:50px;color:#1a1a1a;font-weight:700}.section-footer{text-align:center;margin-top:50px}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}.collection-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.collection-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.collection-card a{text-decoration:none;color:inherit;display:block}.collection-image,.collection-placeholder{width:100%;height:250px;object-fit:cover;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:4rem}.collection-info{padding:20px}.collection-info h3{font-size:1.25rem;margin-bottom:8px;color:#1a1a1a}.collection-info p{color:#666;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;align-items:stretch}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:40px;align-items:start}.collection-sidebar{position:sticky;top:150px;align-self:start}.sidebar-content{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px}.sidebar-title{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.sidebar-section{margin-bottom:24px}.sidebar-section:last-child{margin-bottom:0}.sidebar-section-title{font-size:.95rem;font-weight:600;color:#333;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{margin-bottom:8px}.sidebar-list li:last-child{margin-bottom:0}.sidebar-list a{color:#666;text-decoration:none;font-size:.9rem;display:block;padding:6px 0;transition:color .2s ease,padding-left .2s ease}.sidebar-list a:hover{color:#06c;padding-left:8px}.collection-main{min-width:0}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;align-items:stretch}.product-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;border:1px solid #e8e8e8;display:flex;flex-direction:column;height:100%;cursor:pointer;position:relative;text-decoration:none;min-height:0;width:100%;box-sizing:border-box}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f;border-color:#06c}.product-card button,.product-card form,.product-card input,.product-card .product-card-actions,.product-card .product-bookmark,.product-card .quantity-selector-small,.product-card .btn-add-to-cart-card{cursor:default}.product-card button:hover,.product-card .btn-add-to-cart-card:hover{cursor:pointer}.product-card-content{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;width:100%;box-sizing:border-box;min-width:0}.product-image-section{position:relative;background-color:#fafafa;padding:18px 18px 14px;flex-shrink:0}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:14px;border:1px solid #f0f0f0;flex-shrink:0;transition:border-color .3s ease}.product-card:hover .product-image-wrapper{border-color:#06c}.product-image{width:100%;height:100%;object-fit:contain;background-color:#fff;display:block;padding:22px;box-sizing:border-box}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ddd;background-color:#f8f8f8}.product-brand-badge{position:absolute;top:15px;left:15px;z-index:2;display:flex;flex-direction:column;gap:0;pointer-events:none}.brand-logo{background-color:#fff;color:#e60012;font-weight:700;font-size:.75rem;padding:6px 12px;border-radius:4px 4px 0 0;line-height:1.2;box-shadow:0 1px 3px #0000001a}.brand-text{background-color:#1a1a1a;color:#fff;font-size:.65rem;font-weight:600;padding:5px 12px;border-radius:0 0 4px 4px;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.product-rating-section{display:flex;justify-content:space-between;align-items:center;padding:0 3px 3px;margin-top:0;flex-shrink:0}.product-rating{display:flex;align-items:center;gap:8px;flex:1}.rating-stars{display:flex;gap:3px;align-items:center}.star.filled{color:#ffc107;font-size:1.1rem;line-height:1}.star.outline{color:#ddd}.review-count{color:#06c;font-size:.85rem;font-weight:500}.product-bookmark{background:none;border:2px solid #0066cc;color:#06c;border-radius:4px;padding:8px 10px;cursor:pointer;font-size:1.1rem;transition:all .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.product-bookmark:hover{background-color:#06c;color:#fff}.product-details-section{padding:16px 20px 20px;flex:1;display:flex;flex-direction:column;background-color:#fff;min-height:0;overflow:hidden;width:100%;box-sizing:border-box;min-width:0}.product-code{font-size:.73rem;color:#06c;margin-bottom:8px;font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;box-sizing:border-box;text-transform:uppercase;letter-spacing:.3px}.product-title-link{text-decoration:none;margin:0 0 12px;display:block;width:100%;overflow:hidden;min-width:0;max-width:100%;box-sizing:border-box;text-align:center}.product-title-link h3,.product-title-link .product-title{width:100%;max-width:100%;box-sizing:border-box;min-width:0;margin:0;padding:0;overflow:hidden;text-align:center}.product-title{font-size:1.25rem;margin:0 0 12px;padding:0;color:#1a1a1a;font-weight:700;line-height:1.4;transition:color .2s ease;width:100%;max-width:100%;box-sizing:border-box;min-width:0;text-align:center;display:block}.product-title span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%;max-height:2.8em;box-sizing:border-box;min-width:0;text-align:center;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.product-title-link:hover .product-title{color:#06c;text-decoration:none}.product-pricing{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:18px;gap:8px;padding:14px 0 12px;border-top:1px solid #e8e8e8;flex-shrink:0}.product-pricing .product-price-main{align-items:center;text-align:center;flex:0 0 auto;min-width:auto}.product-pricing .price-unit{text-align:center;margin:0}.product-price-quantity{display:flex;align-items:flex-start;gap:40px;margin-bottom:25px;flex-wrap:wrap}.product-price-main{flex:1;min-width:200px;display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left}.product-price-quantity .product-price-main{flex:1;min-width:250px;padding:20px;background-color:#fafafa;border-radius:8px;border:1px solid #e8e8e8}.product-price-main-standalone{display:flex;flex-direction:column;gap:4px;flex:0 1 auto;min-width:0;overflow:hidden;box-sizing:border-box;align-items:center;text-align:center}.price-main{font-size:1.75rem;font-weight:800;color:#06c;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;letter-spacing:-.02em;margin:0;padding:0}.price-vat{font-size:.87rem;color:#666;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-align:center}.price-unit{font-size:.85rem;color:#777;font-weight:600;align-self:center;white-space:nowrap;padding:2px 8px;margin-left:0;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;max-width:100%;background-color:#f8f8f8;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.product-card-actions{display:flex;flex-direction:column;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid #f0f0f0;flex-shrink:0}.product-quantity-selector{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.quantity-label{display:none}.quantity-selector-small{display:flex;align-items:center;gap:10px;border:1px solid #e5e5e5;border-radius:8px;padding:6px 10px;background-color:#fff;width:auto;margin:0 auto}.qty-btn-small{width:34px;height:34px;border:2px solid #0066cc;background-color:#fff;color:#06c;border-radius:50%;cursor:pointer;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;flex-shrink:0;line-height:1}.qty-btn-small:hover{background-color:#06c;color:#fff}.qty-btn-small:disabled{opacity:.5;cursor:not-allowed;border-color:#ccc;color:#ccc}.qty-btn-small:disabled:hover{background-color:#fff;color:#ccc}.qty-input-small{width:60px;text-align:center;border:none;background:none;font-size:1rem;font-weight:600;color:#1a1a1a;outline:none;padding:6px 0;min-width:45px}.qty-input-small::-webkit-inner-spin-button,.qty-input-small::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input-small[type=number]{-moz-appearance:textfield}.product-card-form{width:auto;display:block;margin:0 auto}.btn-add-to-cart-card{width:auto;min-width:210px;padding:15px 32px;background-color:#28a745;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;display:block;text-align:center;margin:0 auto;box-sizing:border-box}.btn-add-to-cart-card:hover{background-color:#218838;transform:translateY(-2px);box-shadow:0 5px 15px #28a74559}.btn-add-to-cart-card:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6;transform:none}.product-sold-out-badge{padding:15px 20px;background-color:#f0f0f0;color:#999;border-radius:6px;text-align:center;font-weight:600;font-size:.95rem;margin-top:auto;border:1px solid #e5e5e5;flex-shrink:0}.product-info{padding:15px}.product-price{display:flex;align-items:center;gap:10px}.price{font-size:1.1rem;font-weight:700;color:#06c}.price-sale{font-size:1.1rem;font-weight:700;color:#f44}.price-compare{font-size:.9rem;text-decoration:line-through;color:#999}.no-products{text-align:center;padding:60px 20px;color:#666;font-size:1.1rem;grid-column:1 / -1}.benefits-section{background-color:#f8f8f8;padding:60px 0;margin-top:60px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.benefit-item{text-align:center}.benefit-icon{font-size:3rem;margin-bottom:15px}.benefit-item h3{font-size:1.25rem;margin-bottom:8px;color:#1a1a1a}.benefit-item p{color:#666;font-size:.95rem}footer{margin-top:60px}.footer-newsletter-bar{background-color:#1e924a;padding:20px 0;width:100%}.footer-newsletter-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.footer-newsletter-left{display:flex;align-items:center;gap:12px;color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.newsletter-icon{font-size:1.3rem;opacity:.9}.newsletter-text{white-space:nowrap}.footer-newsletter-form{flex:1;max-width:500px;min-width:300px}.footer-newsletter-input-wrapper{display:flex;align-items:center;background-color:#fff;border-radius:0 8px 8px 0;overflow:hidden;position:relative}.footer-email-icon{position:absolute;left:15px;font-size:1.1rem;color:#999;z-index:1}.footer-newsletter-input{flex:1;padding:12px 15px 12px 45px;border:none;outline:none;font-size:.95rem;background-color:#fff;color:#1a1a1a}.footer-newsletter-input::placeholder{color:#999}.footer-newsletter-button{padding:12px 25px;background-color:#1e924a;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:background-color .2s;white-space:nowrap}.footer-newsletter-button:hover{background-color:#177a3d}.footer-main{background-color:#282a2d;color:#fff;padding:60px 20px 50px}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:350px 1fr 1fr 1fr;gap:40px;align-items:start}.footer-column-company{background-color:#ffda00;color:#1a1a1a;padding:35px 30px;border-radius:8px}.footer-company-logo{margin-bottom:30px}.footer-company-logo img{max-height:50px;width:auto}.footer-logo-text{font-size:1.8rem;font-weight:700;color:#1a1a1a}.footer-contact-info{margin-bottom:30px}.contact-item{display:flex;gap:15px;margin-bottom:20px;align-items:flex-start}.contact-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.contact-details{flex:1}.contact-details p{margin:4px 0;font-size:.95rem;line-height:1.5;color:#1a1a1a}.contact-details p strong{font-weight:600;font-size:1rem}.footer-company-buttons{display:flex;flex-direction:column;gap:12px}.footer-company-btn{display:block;padding:12px 20px;background-color:#1a1a1a;color:#fff;text-decoration:none;text-align:center;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;transition:background-color .2s,transform .2s}.footer-company-btn:hover{background-color:#000;transform:translateY(-2px)}.footer-column{color:#fff}.footer-column h3{font-size:1rem;margin-bottom:25px;color:#ffda00;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.footer-column h4{font-size:.95rem;margin:25px 0 15px;color:#ffda00;font-weight:700}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .2s;line-height:1.6}.footer-column a:hover{color:#ffda00}.footer-social-section{margin-top:30px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1)}.footer-social-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px}.footer-social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;font-size:1.2rem;transition:all .2s}.footer-social-link:hover{background-color:#fff;color:#1a1a1a;transform:scale(1.1)}.footer-trustpilot{margin-top:25px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1)}.trustpilot-header{margin-bottom:10px}.trustpilot-logo{color:#1e924a;font-weight:700;font-size:1rem}.trustpilot-stars{display:flex;gap:4px;margin-bottom:8px}.star{font-size:1.2rem;color:#1e924a}.star.outline{color:#999}.trustpilot-rating{font-size:.85rem;color:#ccc;line-height:1.4}.footer-payment-methods{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.payment-method{width:50px;height:32px;background-color:#ffffff1a;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;border:1px solid rgba(255,255,255,.2)}.footer-bottom{background-color:#000;padding:20px 0;width:100%}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-bottom p{color:#fff;font-size:.9rem;margin:0}.scroll-to-top{width:45px;height:45px;background-color:#1a1a1a;border:2px solid #ffda00;border-radius:50%;color:#ffda00;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s;padding:0}.scroll-to-top:hover{background-color:#ffda00;color:#1a1a1a;transform:translateY(-3px);box-shadow:0 4px 12px #ffda004d}.scroll-arrow{line-height:1;font-weight:700}@media (max-width: 1024px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.collections-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-image-wrapper{aspect-ratio:1 / 1}.product-brand-badge{top:8px;left:8px}.brand-logo{font-size:.7rem;padding:3px 6px}.brand-text{font-size:.6rem;padding:2px 6px}.price-main{font-size:1.3rem}.quantity-selector-small{gap:6px;padding:3px}.qty-btn-small{width:28px;height:28px;font-size:.9rem}.qty-input-small{width:45px;font-size:.9rem}.footer-content{grid-template-columns:300px 1fr 1fr;gap:30px}.footer-column:last-child{grid-column:1 / -1}.footer-newsletter-container{gap:20px}}@media (max-width: 768px){.hero-section{padding:60px 20px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}.featured-section,.products-section{padding:40px 0}.section-title{font-size:1.75rem;margin-bottom:30px}.collections-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.product-card{border-radius:8px}.product-image-section{padding:16px 16px 12px}.product-image-wrapper{margin-bottom:12px;border-radius:6px}.product-brand-badge{top:12px;left:12px}.brand-logo{font-size:.65rem;padding:5px 10px}.brand-text{font-size:.55rem;padding:4px 10px}.product-rating-section{padding:0 5px 8px;margin-top:3px}.rating-stars{gap:2px}.star.filled{font-size:.95rem}.review-count{font-size:.8rem;padding-left:2px}.product-bookmark{padding:7px 8px;font-size:.95rem;width:34px;height:34px}.product-details-section{padding:14px 16px 18px}.product-code{font-size:.7rem;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-title{font-size:1.15rem;margin-bottom:12px;min-height:auto;width:100%;max-width:100%;box-sizing:border-box;min-width:0;text-align:center;display:block;font-weight:700;line-height:1.4}.product-title span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%;max-height:2.8em;box-sizing:border-box;text-align:center;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.product-title-link{width:100%;overflow:hidden;min-width:0;text-align:center;display:block;margin:0 0 12px}.product-pricing{margin-bottom:16px;gap:8px;padding:12px 0 10px;justify-content:center;align-items:center}.product-pricing .product-price-main{align-items:center;text-align:center;min-width:auto}.product-price-quantity{flex-direction:column;gap:24px}.product-price-quantity .product-price-main{min-width:100%;align-items:flex-start;text-align:left}.product-quantity{min-width:100%}.product-price-main-standalone{min-width:0;flex:0 1 auto;gap:4px;align-items:center;text-align:center}.price-main{font-size:1.45rem;font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.1}.price-vat{font-size:.85rem;font-weight:600;text-align:center;opacity:.9}.price-unit{font-size:.7rem;align-self:center;margin-left:0;padding:2px 6px;background-color:#f8f8f8;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.product-card-actions{gap:14px;padding-top:16px}.product-quantity-selector{justify-content:center;width:100%}.quantity-selector-small{gap:8px;padding:6px 8px;margin:0 auto;width:fit-content}.qty-btn-small{width:32px;height:32px;font-size:1rem}.qty-input-small{width:45px;font-size:.9rem}.btn-add-to-cart-card{padding:13px 28px;font-size:.9rem;width:auto;min-width:190px;border-radius:6px}.benefits-grid{grid-template-columns:1fr;gap:30px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}.footer-newsletter{max-width:100%}.newsletter-input-group{flex-direction:row}.newsletter-input{flex:1}.footer-bottom-content{flex-direction:column;text-align:center}}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px 60px;text-align:center;margin-bottom:60px}.page-title{font-size:3rem;font-weight:700;margin-bottom:15px;line-height:1.2}.page-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto}.categories-section{padding:0 0 60px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:60px}.category-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001a;transition:transform .3s,box-shadow .3s}.category-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.category-link{text-decoration:none;color:inherit;display:block}.category-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background-color:#f5f5f5}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover .category-image{transform:scale(1.05)}.category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e8e8,#f5f5f5)}.category-icon{font-size:5rem;opacity:.5}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.category-card:hover .category-overlay{opacity:1}.view-category{color:#fff;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.category-content{padding:25px}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#1a1a1a;line-height:1.3}.category-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:20px;min-height:45px}.category-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e5e5e5}.category-count{color:#666;font-size:.9rem;font-weight:500}.category-price-range{color:#06c;font-size:.95rem;font-weight:600}.no-collections{text-align:center;padding:80px 20px;background-color:#f8f8f8;border-radius:12px;margin:60px 0}.no-collections-icon{font-size:5rem;margin-bottom:20px;opacity:.6}.no-collections h2{font-size:2rem;margin-bottom:15px;color:#1a1a1a}.no-collections p{color:#666;font-size:1.1rem;margin-bottom:30px}.browse-all-section{padding:40px 0 60px}.browse-all-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:60px 40px;text-align:center;color:#fff}.browse-all-content h2{font-size:2.5rem;margin-bottom:15px;color:#fff}.browse-all-content p{font-size:1.2rem;margin-bottom:30px;opacity:.95}.browse-all-content .btn-primary{background-color:#fff;color:#667eea}.browse-all-content .btn-primary:hover{background-color:#f0f0f0}@media (max-width: 1024px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.category-image-wrapper{height:250px}}@media (max-width: 768px){.page-header{padding:50px 20px 40px}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.categories-grid{grid-template-columns:1fr;gap:20px}.category-image-wrapper{height:220px}.category-content{padding:20px}.category-title{font-size:1.3rem}.category-footer{flex-direction:column;align-items:flex-start;gap:10px}.browse-all-card{padding:40px 20px}.browse-all-content h2{font-size:2rem}.browse-all-content p{font-size:1rem}}.breadcrumbs{padding:20px 0;font-size:.9rem;color:#666;margin-bottom:20px}.breadcrumbs a{color:#06c;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:#0052a3;text-decoration:underline}.breadcrumbs span{margin:0 8px;color:#999}.collection-header{background-color:#f8f8f8;padding:40px 0;margin-bottom:40px}.collection-header-content{display:flex;gap:40px;align-items:center}.collection-header-image{flex-shrink:0}.collection-header-image img{max-width:300px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.collection-header-text{flex:1}.collection-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.collection-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:15px}.collection-meta{display:flex;gap:20px;align-items:center}.collection-toolbar{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:20px 0;margin-bottom:40px}.toolbar-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.results-count{color:#666;font-size:.95rem}.toolbar-right{display:flex;align-items:center;gap:10px}.sort-label{font-size:.95rem;color:#666}.sort-select{padding:10px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:.95rem;background-color:#fff;cursor:pointer;outline:none;transition:border-color .2s}.sort-select:focus{border-color:#06c}.product-image-wrapper{position:relative;overflow:hidden}.product-image-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s}.product-card:hover .product-image-hover{opacity:1}.product-card:hover .product-image:not(.product-image-hover){opacity:0}.product-badge{position:absolute;top:10px;left:10px;padding:5px 12px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:2}.product-badge-sale{background-color:#f44;color:#fff}.product-badge-new{background-color:#06c;color:#fff;top:45px}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;z-index:3}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background-color:#fff;color:#1a1a1a;border:none;padding:12px 24px;border-radius:4px;font-weight:600;cursor:pointer;font-size:.95rem;transition:background-color .2s,transform .2s}.quick-view-btn:hover{background-color:#f0f0f0;transform:scale(1.05)}.product-vendor{font-size:.85rem;color:#999;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.product-sold-out{display:inline-block;margin-top:8px;padding:5px 10px;background-color:#f0f0f0;color:#999;border-radius:4px;font-size:.85rem;font-weight:500}.price-discount{background-color:#f44;color:#fff;padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.pagination-section{padding:40px 0}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.pagination-link{padding:10px 20px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;color:#1a1a1a;text-decoration:none;font-weight:500;transition:all .2s}.pagination-link:hover{background-color:#06c;color:#fff;border-color:#06c}.pagination-numbers{display:flex;gap:5px}.pagination-number{padding:10px 15px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;color:#1a1a1a;text-decoration:none;font-weight:500;transition:all .2s;min-width:40px;text-align:center}.pagination-number:hover{background-color:#f0f0f0;border-color:#06c}.pagination-current{background-color:#06c;color:#fff;border-color:#06c;cursor:default}.product-page{padding-bottom:60px}.product-details-section{padding:40px 0}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-images{position:sticky;top:100px;border:1px solid #e5e5e5;border-radius:8px;padding:20px;background-color:#fff}.product-main-image{width:100%;margin-bottom:15px;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.product-main-image img{width:100%;height:auto;display:block}.product-thumbnails{display:flex;gap:10px;flex-wrap:wrap}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.thumbnail:hover,.thumbnail.active{border-color:#06c}.product-placeholder-large{width:100%;height:500px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:8rem;border-radius:8px}.product-info{max-width:600px;border:1px solid #e5e5e5;border-radius:8px;padding:30px;background-color:#fff}.product-vendor-name{font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.product-title-main{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a;line-height:1.2}.price-large{font-size:2rem;font-weight:700;color:#06c}.price-sale-large{font-size:2rem;font-weight:700;color:#f44}.price-compare-large{font-size:1.5rem;text-decoration:line-through;color:#999}.price-discount-large{background-color:#f44;color:#fff;padding:5px 12px;border-radius:4px;font-size:1rem;font-weight:700}.product-description{font-size:1.1rem;line-height:1.7;color:#666;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e5e5e5}.product-form{margin-bottom:40px}.product-variants{margin-bottom:25px}.variant-selector{margin-bottom:20px}.variant-selector label{display:block;margin-bottom:8px;font-weight:600;color:#1a1a1a}.variant-select{width:100%;padding:12px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer;outline:none;transition:border-color .2s}.variant-select:focus{border-color:#06c}.product-quantity{flex:0 0 auto;min-width:150px}.product-price-quantity .product-quantity{margin-bottom:0}.product-quantity label{display:block;margin-bottom:8px;font-weight:600;color:#1a1a1a}.product-quantity-standalone{margin-bottom:25px}.quantity-selector{display:flex;align-items:center;width:150px;border:1px solid #e5e5e5;border-radius:4px;overflow:visible}.qty-btn{background-color:#f8f8f8;border:none;padding:12px 15px;cursor:pointer;font-size:1.2rem;font-weight:700;color:#1a1a1a;transition:background-color .2s;flex-shrink:0;min-width:40px;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background-color:#e5e5e5}.qty-input{flex:1;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:12px;font-size:1rem;outline:none;background-color:#fff;min-width:50px}.btn-add-to-cart{width:100%;padding:18px 35px;font-size:1.1rem;margin-bottom:15px;background-color:#28a745;color:#fff;border:none}.btn-add-to-cart:hover{background-color:#218838;color:#fff}.btn-add-to-cart:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.sold-out-notice{color:#f44;font-weight:500;margin-top:15px}.product-meta{padding-top:30px;border-top:1px solid #e5e5e5}.meta-item{margin-bottom:15px;font-size:.95rem;color:#666}.meta-item strong{color:#1a1a1a;margin-right:8px}.product-tag{display:inline-block;background-color:#f0f0f0;padding:5px 12px;border-radius:4px;margin-right:8px;font-size:.85rem;color:#666}.product-config-page{background-color:#f8f8f8}.product-config-section{padding:40px 0}.product-config-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-config-images{position:sticky;top:150px;border:1px solid #e8e8e8;border-radius:10px;padding:24px;background-color:#fff;box-shadow:0 2px 10px #0000000d}.product-config-main-image{width:100%;margin-bottom:20px;border-radius:8px;overflow:hidden;background-color:#fafafa}.product-config-main-image img{width:100%;height:auto;display:block}.product-config-thumbnails{display:flex;gap:12px;flex-wrap:wrap}.config-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.config-thumbnail:hover,.config-thumbnail.active{border-color:#06c;transform:scale(1.05)}.product-config-content{background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:40px;box-shadow:0 2px 10px #0000000d}.product-config-badge{margin-bottom:16px}.vendor-badge-image{display:inline-block;max-width:150px;max-height:60px;width:auto;height:auto;object-fit:contain;background-color:#fff;padding:8px 16px;border-radius:6px;box-shadow:0 1px 3px #0000001a}.product-brand-badge-main{margin-bottom:16px}.vendor-badge{display:inline-block;background-color:#fff;color:#e60012;font-weight:700;font-size:.85rem;padding:8px 16px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 1px 3px #0000001a}.product-config-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a;line-height:1.2}.product-config-rating{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.product-config-price-quantity{display:flex;align-items:flex-start;gap:40px;margin-bottom:28px;flex-wrap:wrap}.product-config-price{flex:1;min-width:250px;padding:20px;background-color:#fafafa;border-radius:8px;border:1px solid #e8e8e8}.product-config-price-standalone{margin-bottom:32px;padding:24px;background-color:#fafafa;border-radius:8px;border:1px solid #e8e8e8}.price-config-wrapper{display:flex;align-items:baseline;gap:15px;margin-bottom:8px;flex-wrap:wrap}.price-config-main{font-size:2.2rem;font-weight:800;color:#06c;line-height:1.1;letter-spacing:-.02em}.price-config-compare{font-size:1.5rem;text-decoration:line-through;color:#999;font-weight:600}.price-config-discount{background-color:#f44;color:#fff;padding:6px 14px;border-radius:6px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.price-config-vat{font-size:1rem;color:#666;font-weight:600;margin-bottom:8px}.price-config-unit{font-size:.85rem;color:#777;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block;background-color:#f0f0f0;padding:4px 10px;border-radius:4px}.product-config-short-description{margin-top:40px;margin-bottom:0;padding:20px 24px;background-color:#f8f9fa;border-left:4px solid #0066cc;border-radius:8px;width:100%}.short-description-content{font-size:1.05rem;line-height:1.6;color:#333;font-weight:500}.product-config-description{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #e8e8e8}.product-config-description h3{font-size:1.3rem;font-weight:700;margin-bottom:16px;color:#1a1a1a}.description-content{font-size:1rem;line-height:1.7;color:#555}.product-config-form{margin-bottom:40px}.product-config-variants{margin-bottom:28px;padding:24px;background-color:#fafafa;border-radius:8px;border:1px solid #e8e8e8}.product-config-variants h3{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}.config-variant-selector{margin-bottom:20px}.config-variant-selector:last-child{margin-bottom:0}.config-variant-selector label{display:block;margin-bottom:10px;font-weight:600;color:#1a1a1a;font-size:1rem}.config-variant-select{width:100%;padding:14px 18px;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;outline:none;transition:all .2s ease;font-weight:500}.config-variant-select:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.product-config-quantity{flex:0 0 auto;min-width:180px}.product-config-price-quantity .product-config-quantity{margin-bottom:0}.product-config-quantity label{display:block;margin-bottom:10px;font-weight:600;color:#1a1a1a;font-size:1rem}.config-quantity-selector{display:flex;align-items:center;width:180px;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden;background-color:#fff}.config-qty-btn{background-color:#f8f8f8;border:none;padding:14px 18px;cursor:pointer;font-size:1.3rem;font-weight:700;color:#1a1a1a;transition:all .2s ease;flex-shrink:0;min-width:50px;display:flex;align-items:center;justify-content:center}.config-qty-btn:hover{background-color:#06c;color:#fff}.config-qty-input{flex:1;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:14px 10px;font-size:1.1rem;font-weight:600;outline:none;background-color:#fff;min-width:50px}.config-qty-input::-webkit-inner-spin-button,.config-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.config-qty-input[type=number]{-moz-appearance:textfield}.btn-config-add-to-cart{width:100%;padding:18px 32px;background-color:#28a745;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.btn-config-add-to-cart:hover{background-color:#218838;transform:translateY(-2px);box-shadow:0 5px 15px #28a74559}.btn-config-add-to-cart:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6;transform:none}.config-sold-out-notice{color:#f44;font-weight:600;margin-top:15px;text-align:center}.product-config-meta{padding-top:32px;border-top:2px solid #e8e8e8}.config-meta-section h4{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}.config-meta-item{margin-bottom:16px;font-size:.95rem;color:#666;line-height:1.6}.config-meta-item:last-child{margin-bottom:0}.config-meta-item strong{color:#1a1a1a;margin-right:10px;font-weight:600}@media (max-width: 1024px){.product-config-layout{grid-template-columns:1fr;gap:40px}.product-config-images{position:relative;top:0}.product-config-content{padding:32px}}@media (max-width: 768px){.product-config-title{font-size:2rem}.price-config-main{font-size:1.8rem}.product-config-content{padding:24px}.product-config-price-quantity{flex-direction:column;gap:24px}.product-config-price,.product-config-quantity{min-width:100%}.product-config-short-description{padding:16px 20px;margin-top:32px;margin-bottom:0}.short-description-content{font-size:1rem}.product-config-variants{padding:20px}.config-quantity-selector{width:100%;max-width:200px}}.related-products-section{padding:60px 0;background-color:#f8f8f8;margin-top:60px}.no-products{text-align:center;padding:80px 20px;background-color:#f8f8f8;border-radius:12px;margin:40px 0}.no-products-icon{font-size:5rem;margin-bottom:20px;opacity:.6}.no-products h2{font-size:2rem;margin-bottom:15px;color:#1a1a1a}.no-products p{color:#666;font-size:1.1rem;margin-bottom:30px}@media (max-width: 1024px){.collection-header-content{flex-direction:column;text-align:center}.collection-header-image{width:100%;max-width:400px;margin:0 auto}.product-details{grid-template-columns:1fr;gap:40px}.product-images{position:relative;top:0}}@media (max-width: 768px){.collection-title{font-size:2rem}.toolbar-content{flex-direction:column;align-items:flex-start;gap:15px}.product-title-main{font-size:2rem}.price-large,.price-sale-large{font-size:1.5rem}.collection-layout{grid-template-columns:1fr;gap:30px}.collection-sidebar{display:none}.collection-grid{grid-template-columns:1fr;gap:20px}.pagination{flex-direction:column}.pagination-numbers{justify-content:center}}.cart-page{padding:40px 0 60px}.cart-header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.cart-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.cart-item-count{font-size:1rem;color:#666;margin:0}.cart-form{width:100%}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.cart-items-section,.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:120px 1fr 180px 120px 40px;gap:20px;padding:20px;border:1px solid #e5e5e5;border-radius:8px;background-color:#fff;align-items:start;transition:box-shadow .3s}.cart-item:hover{box-shadow:0 4px 12px #0000001a}.cart-item-image{width:120px;height:120px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background-color:#f5f5f5}.cart-item-details{display:flex;flex-direction:column;gap:8px}.cart-item-title{font-size:1.1rem;font-weight:600;margin:0 0 8px}.cart-item-title a{color:#1a1a1a;text-decoration:none;transition:color .2s}.cart-item-title a:hover{color:#06c}.cart-item-variant,.cart-item-selling-plan{font-size:.9rem;color:#666;margin:0}.cart-item-properties{margin-top:5px}.cart-item-property{font-size:.85rem;color:#666;margin:4px 0}.cart-item-property strong{color:#1a1a1a}.cart-item-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.cart-item-quantity{display:flex;flex-direction:column;gap:8px}.quantity-label{font-size:.9rem;font-weight:500;color:#666}.cart-item-total{display:flex;flex-direction:column;gap:4px;text-align:right}.cart-item-total-label{font-size:.85rem;color:#666;font-weight:500}.cart-item-remove{display:flex;align-items:flex-start;justify-content:flex-end}.remove-item-btn{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1}.remove-item-btn:hover{background-color:#f44;color:#fff;transform:scale(1.1)}.cart-item-unit-price{font-size:.85rem;color:#999;margin:4px 0 0}.cart-actions{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.continue-shopping-btn,.update-cart-btn{padding:12px 24px;font-size:.95rem}.cart-summary-section{position:sticky;top:100px}.cart-summary{border:1px solid #e5e5e5;border-radius:8px;padding:30px;background-color:#fff}.cart-summary-title{font-size:1.5rem;font-weight:700;margin-bottom:25px;color:#1a1a1a;padding-bottom:15px;border-bottom:2px solid #e5e5e5}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:1rem}.summary-label{color:#666;font-weight:500}.summary-value{color:#1a1a1a;font-weight:600}.cart-summary-line.discount-line .summary-value{color:#28a745}.cart-summary-line.total-line{padding-top:20px;margin-top:15px;border-top:2px solid #e5e5e5;font-size:1.2rem}.cart-summary-line.total-line .summary-label,.cart-summary-line.total-line .summary-value{font-weight:700;font-size:1.3rem;color:#1a1a1a}.cart-tax-note{font-size:.85rem;color:#999;margin:15px 0 25px;text-align:center;padding-top:15px;border-top:1px solid #e5e5e5}.checkout-btn{width:100%;padding:18px 35px;font-size:1.1rem;margin-bottom:15px;background-color:#28a745;color:#fff;border:none;font-weight:600}.checkout-btn:hover{background-color:#218838;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.additional-checkout-buttons{margin-top:15px}.additional-checkout-buttons>*{margin-bottom:10px}.cart-discounts{margin-top:20px;padding:20px;background-color:#f8f8f8;border-radius:8px;border:1px solid #e5e5e5}.cart-discounts h3{font-size:1rem;font-weight:600;margin-bottom:10px;color:#1a1a1a}.cart-discounts ul{list-style:none;padding:0;margin:0}.cart-discounts li{padding:5px 0;color:#666;font-size:.9rem}.empty-cart{text-align:center;padding:80px 20px;max-width:500px;margin:0 auto}.empty-cart-icon{font-size:5rem;margin-bottom:30px;opacity:.5}.empty-cart h2{font-size:2rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.empty-cart p{font-size:1.1rem;color:#666;margin-bottom:30px;line-height:1.6}.empty-cart .btn{padding:15px 40px;font-size:1rem}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr;gap:30px}.cart-summary-section{position:relative;top:0}.cart-item{grid-template-columns:100px 1fr;gap:15px}.cart-item-image{width:100px;height:100px}.cart-item-quantity,.cart-item-total,.cart-item-remove{grid-column:2;margin-top:10px}.cart-item-quantity{flex-direction:row;align-items:center;gap:15px}.cart-item-total{text-align:left;flex-direction:row;gap:10px}.cart-item-remove{position:absolute;top:20px;right:20px}}@media (max-width: 768px){.cart-page{padding:20px 0 40px}.cart-header .page-title{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;padding:15px;position:relative}.cart-item-image{width:80px;height:80px}.cart-item-title{font-size:1rem;padding-right:40px}.cart-item-quantity{flex-direction:column;align-items:flex-start;gap:8px}.quantity-selector{width:100%;max-width:150px}.cart-actions{flex-direction:column}.continue-shopping-btn,.update-cart-btn{width:100%}.cart-summary{padding:20px}.cart-summary-title{font-size:1.3rem}.empty-cart{padding:60px 20px}.empty-cart-icon{font-size:4rem}.empty-cart h2{font-size:1.75rem}}.account-page{padding:40px 0 60px}.account-header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.account-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.account-welcome{font-size:1.1rem;color:#666;margin:0}.account-content{display:grid;grid-template-columns:250px 1fr;gap:40px;align-items:start}.account-sidebar{position:sticky;top:100px}.account-nav{display:flex;flex-direction:column;gap:5px;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:10px}.account-nav-item{display:flex;align-items:center;gap:12px;padding:12px 15px;text-decoration:none;color:#1a1a1a;border-radius:6px;transition:all .2s;font-weight:500}.account-nav-item:hover{background-color:#f8f8f8;color:#06c}.account-nav-item.active{background-color:#06c;color:#fff}.nav-icon{font-size:1.2rem}.account-main{display:flex;flex-direction:column;gap:30px}.account-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.summary-card{display:flex;align-items:center;gap:15px;padding:20px;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px}.summary-icon{font-size:2.5rem;opacity:.7}.summary-info h3{font-size:.9rem;color:#666;margin:0 0 5px;font-weight:500}.summary-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.account-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:30px}.account-section .section-title{font-size:1.5rem;font-weight:700;margin-bottom:25px;color:#1a1a1a;padding-bottom:15px;border-bottom:2px solid #e5e5e5}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{border:1px solid #e5e5e5;border-radius:8px;padding:20px;background-color:#fff;transition:box-shadow .3s}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.order-number a{font-size:1.2rem;font-weight:600;color:#1a1a1a;text-decoration:none;transition:color .2s}.order-number a:hover{color:#06c}.order-date{font-size:.9rem;color:#666;margin:5px 0 0}.status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-paid{background-color:#28a745;color:#fff}.status-pending{background-color:#ffc107;color:#1a1a1a}.status-refunded{background-color:#6c757d;color:#fff}.order-items{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.order-item{display:flex;gap:15px;align-items:center}.order-item-image,.order-item-placeholder{width:60px;height:60px;border-radius:6px;object-fit:cover;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.order-item-details{flex:1}.order-item-title{font-size:.95rem;font-weight:500;margin:0 0 4px;color:#1a1a1a}.order-item-variant{font-size:.85rem;color:#666;margin:0 0 4px}.order-item-quantity{font-size:.85rem;color:#999;margin:0}.order-item-price{font-weight:600;color:#1a1a1a}.more-items{font-size:.9rem;color:#666;font-style:italic;margin:10px 0 0;padding-left:75px}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e5e5e5}.order-total{display:flex;align-items:center;gap:10px}.total-label{font-size:1rem;color:#666;font-weight:500}.total-value{font-size:1.3rem;font-weight:700;color:#1a1a1a}.view-order-btn{padding:10px 20px;font-size:.95rem}.account-details{display:flex;flex-direction:column;gap:15px}.detail-row{display:flex;padding:12px 0;border-bottom:1px solid #f0f0f0}.detail-label{font-weight:600;color:#666;width:150px;flex-shrink:0}.detail-value{color:#1a1a1a}.edit-account-btn{margin-top:10px;padding:12px 24px;font-size:.95rem;width:fit-content}.empty-state{text-align:center;padding:60px 20px}.empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.empty-state h3{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.empty-state p{font-size:1rem;color:#666;margin-bottom:25px;line-height:1.6}.signin-page,.login-page,.register-page{padding:60px 0;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:calc(100vh - 200px)}.signin-container,.login-container,.register-container{max-width:550px;margin:0 auto}.signin-header{text-align:center;margin-bottom:40px}.signin-icon{font-size:4rem;margin-bottom:20px;opacity:.8}.signin-header .page-title,.login-header .page-title,.register-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.signin-header p,.login-header p,.register-header p{font-size:1rem;color:#666;line-height:1.6}.signin-content,.login-content{display:flex;flex-direction:column;gap:30px}.signin-form-wrapper{display:flex;flex-direction:column;gap:25px}.signin-form-card,.login-form-section,.register-form-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:35px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s}.signin-form-card:hover,.login-form-section:hover{box-shadow:0 4px 16px #0000001f}.signin-form-card h2,.login-form-section h2,.register-form-section h2{font-size:1.5rem;font-weight:700;margin-bottom:25px;color:#1a1a1a;text-align:center}.signin-form{display:flex;flex-direction:column;gap:0}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .form-input{padding-right:50px}.password-toggle{position:absolute;right:15px;background:none;border:none;cursor:pointer;font-size:1.2rem;padding:5px;opacity:.6;transition:opacity .2s}.password-toggle:hover{opacity:1}.signin-divider{display:flex;align-items:center;text-align:center;margin:10px 0;color:#999;font-size:.9rem}.signin-divider:before,.signin-divider:after{content:"";flex:1;border-bottom:1px solid #e5e5e5}.signin-divider span{padding:0 15px;background-color:transparent}.register-prompt{background-color:#f8f9fa;border:1px solid #e5e5e5;border-radius:12px;padding:30px;text-align:center}.register-prompt h3{font-size:1.3rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.register-prompt>p{font-size:.95rem;color:#666;margin-bottom:20px}.benefits-list{list-style:none;padding:0;margin:0 0 25px;text-align:left;display:inline-block}.benefits-list li{padding:8px 0;color:#666;font-size:.95rem}.register-btn{padding:12px 35px;font-size:1rem;font-weight:600}.register-section{background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:30px;text-align:center}.register-section h2{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#1a1a1a}.register-section p{font-size:.95rem;color:#666;margin-bottom:20px}.register-footer{margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5;text-align:center}.register-footer p{color:#666;font-size:.95rem}.register-footer a{color:#06c;text-decoration:none;font-weight:500}.register-footer a:hover{text-decoration:underline}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1a1a1a;font-size:.95rem}.form-group .required{color:#f44}.form-input,select.form-input{width:100%;padding:12px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:1rem;outline:none;transition:border-color .2s;background-color:#fff}.form-input:focus,select.form-input:focus{border-color:#06c}.form-help{display:block;margin-top:5px;font-size:.85rem;color:#999}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-remember{display:flex;justify-content:space-between;align-items:center}.forgot-password-link{color:#06c;text-decoration:none;font-size:.9rem}.forgot-password-link:hover{text-decoration:underline}.form-actions{display:flex;gap:15px;margin-top:25px}.signin-submit,.login-submit,.register-submit{width:100%;padding:15px 35px;font-size:1rem;background-color:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.signin-submit:hover,.login-submit:hover,.register-submit:hover{background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.signin-submit:disabled,.login-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-arrow{font-size:1.2rem;transition:transform .3s}.signin-submit:hover .btn-arrow{transform:translate(3px)}.register-btn{padding:12px 30px;font-size:.95rem}.recover-password-wrapper,.recover-password-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:35px;box-shadow:0 2px 8px #00000014}.recover-password-wrapper .signin-form-card{box-shadow:none;border:none;padding:0}.recover-password-wrapper h2,.recover-password-section h2{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a;text-align:center}.recover-description{color:#666;margin-bottom:25px;text-align:center;line-height:1.6}.recover-form{display:flex;flex-direction:column;gap:0}.recover-password-section p{color:#666;margin-bottom:20px}.cancel-recover{margin-left:15px}.alert{padding:15px 20px;border-radius:8px;margin-bottom:25px;display:flex;align-items:flex-start;gap:15px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.alert-content{flex:1}.alert-content strong{display:block;margin-bottom:5px}.alert-content p{margin:0;line-height:1.5}.alert-error{background-color:#fee;border:1px solid #fcc;color:#c33}.alert-success{background-color:#efe;border:1px solid #cfc;color:#3c3}.alert ul{margin:10px 0 0;padding-left:20px}.addresses-page{padding:40px 0 60px}.addresses-header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.addresses-content{display:grid;grid-template-columns:250px 1fr;gap:40px;align-items:start}.addresses-actions{margin-bottom:30px}.addresses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:30px}.address-card{border:1px solid #e5e5e5;border-radius:8px;padding:20px;background-color:#fff;transition:box-shadow .3s}.address-card:hover{box-shadow:0 4px 12px #0000001a}.address-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.address-header h3{font-size:1.1rem;font-weight:600;margin:0;color:#1a1a1a;display:flex;align-items:center;gap:10px}.default-badge{background-color:#28a745;color:#fff;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600}.address-actions{display:flex;gap:10px}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:5px;transition:transform .2s}.btn-icon:hover{transform:scale(1.2)}.address-body{margin-bottom:15px}.address-body p{margin:5px 0;color:#666;font-size:.95rem;line-height:1.6}.address-footer{padding-top:15px;border-top:1px solid #f0f0f0}.btn-sm{padding:8px 16px;font-size:.85rem}.address-form{background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:25px;margin-top:20px}.address-form h3{font-size:1.3rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}@media (max-width: 1024px){.account-content,.addresses-content{grid-template-columns:200px 1fr;gap:30px}.account-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.addresses-list{grid-template-columns:1fr}}@media (max-width: 768px){.account-page,.addresses-page{padding:20px 0 40px}.account-header .page-title,.addresses-header .page-title{font-size:2rem}.account-content,.addresses-content{grid-template-columns:1fr;gap:30px}.account-sidebar{position:relative;top:0}.account-nav{flex-direction:row;overflow-x:auto;padding:10px;gap:10px}.account-nav-item{white-space:nowrap;padding:10px 15px}.account-summary{grid-template-columns:1fr}.account-section{padding:20px}.order-header{flex-direction:column;gap:15px}.order-footer{flex-direction:column;gap:15px;align-items:flex-start}.form-row,.addresses-list{grid-template-columns:1fr}.signin-page,.login-page,.register-page{padding:40px 0}.signin-container,.login-container,.register-container{padding:0 20px;max-width:100%}.signin-header .page-title,.login-header .page-title,.register-header .page-title{font-size:2rem}.signin-icon{font-size:3rem}.signin-form-card,.login-form-section,.register-form-section,.register-section,.recover-password-wrapper{padding:25px 20px;border-radius:8px}.signin-form-card h2,.login-form-section h2,.register-form-section h2{font-size:1.3rem;margin-bottom:20px}.form-remember{flex-direction:column;align-items:flex-start;gap:10px}.forgot-password-link{width:100%;text-align:right}.signin-divider{margin:20px 0}.register-prompt{padding:25px 20px}.register-prompt h3{font-size:1.2rem}.benefits-list{text-align:left}.form-actions{flex-direction:column}.form-actions .btn{width:100%;margin-left:0!important}.alert{flex-direction:column;align-items:flex-start;gap:10px}.alert-icon{font-size:1.3rem}.footer-newsletter-container{flex-direction:column;gap:20px;align-items:stretch}.footer-newsletter-left{justify-content:center;text-align:center}.footer-newsletter-form{max-width:100%;min-width:100%}.footer-content{grid-template-columns:1fr;gap:30px}.footer-column-company{padding:25px 20px}.footer-company-buttons{flex-direction:column;gap:12px}.footer-company-btn{width:100%;padding:12px 20px;font-size:.85rem}.footer-main{padding:40px 20px 35px}.footer-bottom-content{flex-direction:column;text-align:center;gap:15px}.scroll-to-top{align-self:center;width:40px;height:40px;font-size:1.3rem}}.page-template .page-section{padding:40px 0 60px}.page-template .page-content-wrapper{max-width:1200px;margin:0 auto}.page-template .page-body{color:#333;line-height:1.8}.page-template .page-body h2{font-size:2rem;font-weight:700;margin:40px 0 20px;color:#1a1a1a}.page-template .page-body h2:first-child{margin-top:0}.page-template .page-body h3{font-size:1.5rem;font-weight:600;margin:30px 0 15px;color:#1a1a1a}.page-template .page-body h4{font-size:1.25rem;font-weight:600;margin:25px 0 12px;color:#1a1a1a}.page-template .page-body p{margin-bottom:15px;color:#555}.page-template .page-body ul,.page-template .page-body ol{margin:15px 0 15px 30px;color:#555}.page-template .page-body li{margin-bottom:8px}.page-template .page-body a{color:#06c;text-decoration:none;transition:color .2s}.page-template .page-body a:hover{color:#0052a3;text-decoration:underline}.contact-content{max-width:1200px;margin:0 auto}.contact-info-section{margin-bottom:60px}.contact-info-section h2{font-size:2rem;font-weight:700;margin-bottom:15px;color:#1a1a1a}.contact-info-section>p{font-size:1.1rem;color:#666;margin-bottom:40px}.contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}.contact-detail-item{background-color:#f8f9fa;padding:30px;border-radius:8px;border:1px solid #e8e8e8;transition:box-shadow .3s,transform .3s}.contact-detail-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.contact-detail-item h3{font-size:1.25rem;font-weight:600;margin:0 0 15px;color:#1a1a1a}.contact-detail-item p{margin:8px 0;color:#555;font-size:1rem;line-height:1.6}.contact-detail-item p:first-of-type{margin-top:0}.contact-detail-item a{color:#06c;text-decoration:none;transition:color .2s}.contact-detail-item a:hover{color:#0052a3;text-decoration:underline}.contact-detail-item small{display:block;color:#777;font-size:.9rem;margin-top:8px}.contact-form-section{background-color:#f8f9fa;padding:40px;border-radius:8px;border:1px solid #e8e8e8}.contact-form-section h2{font-size:2rem;font-weight:700;margin:0 0 30px;color:#1a1a1a}.contact-form-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:15px 20px;border-radius:6px;margin-bottom:30px}.contact-form-success p{margin:0;font-weight:500}.contact-form-errors{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:15px 20px;border-radius:6px;margin-bottom:30px}.contact-form-errors p{margin:0 0 10px;font-weight:600}.contact-form-errors ul{margin:10px 0 0 20px;padding:0}.contact-form-errors li{margin-bottom:5px}.contact-form-fields{display:flex;flex-direction:column;gap:25px}.form-field{display:flex;flex-direction:column}.form-field label{font-weight:600;margin-bottom:8px;color:#1a1a1a;font-size:1rem}.form-field input,.form-field textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background-color:#fff;color:#333;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-field textarea{resize:vertical;min-height:150px;line-height:1.6}.form-field button[type=submit],.form-field .btn{align-self:flex-start;padding:14px 32px;background-color:#06c;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;text-decoration:none;display:inline-block}.form-field button[type=submit]:hover,.form-field .btn:hover{background-color:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.form-field button[type=submit]:active,.form-field .btn:active{transform:translateY(0)}@media (max-width: 768px){.page-template .page-body h2{font-size:1.75rem}.page-template .page-body h3{font-size:1.35rem}.contact-details-grid{grid-template-columns:1fr;gap:20px}.contact-detail-item{padding:25px}.contact-form-section{padding:25px 20px}.contact-form-section h2{font-size:1.75rem;margin-bottom:25px}.contact-form-fields{gap:20px}.form-field button[type=submit],.form-field .btn{width:100%;align-self:stretch}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
