*{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}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:20px 0;position:relative;z-index:1000}.header-wrapper{display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:15px}.logo h1{font-size:24px;color:#333;margin:0}.logo img{max-height:50px;width:auto}.main-nav ul{display:flex;list-style:none;gap:30px;margin:0;padding:0}.main-nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.main-nav a:hover{color:#2c5f2d}.header-actions{display:flex;align-items:center;gap:20px}.cart-link{text-decoration:none;color:#333;font-weight:500;display:flex;align-items:center;gap:8px;position:relative;transition:color .3s}.cart-link:hover{color:#2c5f2d}.cart-count{background:#2c5f2d;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.hamburger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001;transition:opacity .3s ease}.hamburger-menu span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}.hamburger-menu.active{opacity:0;pointer-events:none}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.mobile-menu{position:fixed;top:0;left:-100%;width:300px;max-width:85%;height:100%;background:#fff;z-index:1000;transition:left .3s ease;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-menu.active{left:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.mobile-menu-header h3{margin:0;font-size:20px;color:#333}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:5px;color:#333}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-list li{border-bottom:1px solid #e5e5e5}.mobile-menu-list a{display:block;padding:15px 20px;color:#333;text-decoration:none;font-weight:500;transition:background .3s}.mobile-menu-list a:hover{background:#f5f5f5;color:#2c5f2d}.hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;background:#f5f5f5}.hero-content{position:relative;z-index:1}.hero img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-text{position:relative;z-index:1;padding:40px;background:#ffffffe6;border-radius:8px}.hero h2{font-size:48px;margin-bottom:20px}.featured-products{padding:60px 0}.featured-products h2{text-align:center;font-size:36px;margin-bottom:40px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.product-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:transform .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-card img{width:100%;height:300px;object-fit:cover}.product-card h3{padding:15px;font-size:18px}.product-card .price{padding:0 15px 15px;font-weight:700;color:#2c5f2d}.product-card a{text-decoration:none;color:inherit}.btn{display:inline-block;padding:12px 30px;background:#333;color:#fff;text-decoration:none;border-radius:4px;border:none;cursor:pointer;font-size:16px;transition:background .3s}.btn:hover{background:#555}.btn-primary{background:#2c5f2d}.btn-primary:hover{background:#1e4620}.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-images img{width:100%;border-radius:8px}.product-info h1{font-size:32px;margin-bottom:20px}.product-info .price{font-size:24px;font-weight:700;color:#2c5f2d;margin-bottom:20px}.product-description{margin-bottom:30px;line-height:1.8}.product-variants{margin-bottom:20px}.variant-option{margin-bottom:15px}.variant-option label{display:block;margin-bottom:5px;font-weight:500}.variant-option select{width:100%;padding:10px;border:1px solid #e5e5e5;border-radius:4px}.cart-page{padding:60px 0}.cart-items{margin-bottom:30px}.cart-item{display:grid;grid-template-columns:100px 1fr 100px 100px;gap:20px;align-items:center;padding:20px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:15px}.cart-item img{width:100%;border-radius:4px}.item-quantity input{width:60px;padding:8px;text-align:center;border:1px solid #e5e5e5;border-radius:4px}.cart-footer{text-align:right}.cart-total{font-size:24px;margin-bottom:20px}.site-footer{background:#333;color:#fff;padding:40px 0;margin-top:60px}.footer-content{text-align:center}.social-links{margin-top:20px}.social-links a{color:#fff;margin:0 10px;text-decoration:none}@media (max-width: 768px){.desktop-nav{display:none}.hamburger-menu{display:flex}.product-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}.item-quantity,.item-total{grid-column:2}.hero h2{font-size:32px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}}.breadcrumb{padding:20px 0;font-size:14px;color:#666}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#4caf50}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.product-images-section{position:sticky;top:20px;height:fit-content}.product-gallery .main-image{position:relative;margin-bottom:20px;border-radius:12px;overflow:hidden;background:#f5f5f5}.product-gallery .main-image img{width:100%;height:auto;display:block;cursor:zoom-in;transition:transform .3s}.product-gallery .main-image:hover img{transform:scale(1.05)}.sale-badge{position:absolute;top:20px;left:20px;background:#f44;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px;z-index:10}.thumbnail-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.thumbnail{border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s}.thumbnail:hover,.thumbnail.active{border-color:#4caf50}.thumbnail img{width:100%;height:80px;object-fit:cover;display:block}.product-info{padding-top:10px}.product-title{font-size:32px;font-weight:700;margin-bottom:16px;line-height:1.3;color:#1a1a1a}.product-reviews{display:flex;align-items:center;gap:12px;margin-bottom:20px}.stars{display:flex;gap:4px}.star{color:#ddd;font-size:18px}.star.filled{color:#ffc107}.star.half{background:linear-gradient(90deg,#ffc107 50%,#ddd 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.review-count{color:#666;font-size:14px}.product-price{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.price-compare{font-size:20px;color:#999;text-decoration:line-through}.price-current{font-size:32px;font-weight:700;color:#1a1a1a}.price-current.sale{color:#f44}.price-save{background:#fff3cd;color:#856404;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600}.trust-badges-inline{display:flex;gap:24px;margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;color:#4caf50;font-size:14px;font-weight:500}.trust-item svg{flex-shrink:0}.product-description-short{color:#666;line-height:1.6;margin-bottom:32px;font-size:15px}.product-form,.product-variants{margin-bottom:24px}.variant-option{margin-bottom:20px}.variant-option label{display:block;font-weight:600;margin-bottom:12px;color:#1a1a1a}.variant-selector{display:flex;gap:12px;flex-wrap:wrap}.variant-selector input[type=radio]{display:none}.variant-label{padding:12px 24px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:500;background:#fff}.variant-selector input[type=radio]:checked+.variant-label{border-color:#4caf50;background:#4caf50;color:#fff}.variant-label:hover{border-color:#4caf50}.quantity-selector{margin-bottom:24px}.quantity-selector label{display:block;font-weight:600;margin-bottom:12px;color:#1a1a1a}.quantity-input{display:inline-flex;align-items:center;border:2px solid #ddd;border-radius:8px;overflow:hidden}.qty-btn{width:44px;height:44px;border:none;background:#fff;cursor:pointer;font-size:20px;font-weight:600;color:#1a1a1a;transition:background .3s}.qty-btn:hover{background:#f5f5f5}.quantity-input input{width:60px;height:44px;border:none;text-align:center;font-size:16px;font-weight:600;border-left:2px solid #ddd;border-right:2px solid #ddd}.stock-status{margin-bottom:24px}.in-stock{display:inline-flex;align-items:center;gap:8px;color:#4caf50;font-weight:600}.out-of-stock{color:#f44;font-weight:600}.product-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.btn-add-cart{flex:1;min-width:200px;display:flex;align-items:center;justify-content:center;gap:10px}.btn-buy-now{flex:1;min-width:200px}.btn-wishlist{width:56px;height:56px;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.btn-wishlist:hover{border-color:#f44;color:#f44}.btn-wishlist.active{background:#f44;border-color:#f44;color:#fff}.btn-wishlist svg{transition:fill .3s}.btn-wishlist.active svg{fill:#fff}.social-proof-notification{display:flex;align-items:center;gap:12px;padding:16px;background:#e8f5e9;border-left:4px solid #4CAF50;border-radius:8px;margin-bottom:24px;font-size:14px;color:#2e7d32}.social-proof-notification svg{flex-shrink:0;color:#4caf50}.payment-methods{padding-top:24px;border-top:1px solid #eee}.payment-methods>span{display:block;font-size:14px;color:#666;margin-bottom:12px}.payment-icons{display:flex;gap:12px;flex-wrap:wrap}.payment-icons img{height:32px;width:auto;opacity:.7;transition:opacity .3s}.payment-icons img:hover{opacity:1}.product-details-section{margin-top:60px;padding-top:40px;border-top:1px solid #eee}.product-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #eee}.tab-button{padding:16px 24px;border:none;background:none;cursor:pointer;font-size:16px;font-weight:600;color:#666;border-bottom:3px solid transparent;transition:all .3s}.tab-button:hover{color:#4caf50}.tab-button.active{color:#4caf50;border-bottom-color:#4caf50}.tab-content{display:none;animation:fadeIn .3s}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-description-full{line-height:1.8;color:#333}.product-description-full h2,.product-description-full h3{margin-top:24px;margin-bottom:12px}.product-description-full ul,.product-description-full ol{margin-left:24px;margin-bottom:16px}.product-description-full li{margin-bottom:8px}.product-features ul{list-style:none;padding:0}.product-features li{padding:12px 0 12px 32px;position:relative;border-bottom:1px solid #eee}.product-features li:before{content:"\2713";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:18px}.shipping-info h3{margin-top:24px;margin-bottom:12px;font-size:18px}.shipping-info p{line-height:1.6;color:#666}.product-reviews-section{max-width:800px}.reviews-summary{margin-bottom:40px;padding:32px;background:#f8f9fa;border-radius:12px}.rating-overview{text-align:center}.rating-number{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.rating-overview .rating-stars{margin-bottom:8px}.rating-overview .star{font-size:24px}.rating-count{color:#666;font-size:14px}.review-item{padding:24px 0;border-bottom:1px solid #eee}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reviewer-name{font-weight:600;color:#1a1a1a}.review-stars .star{font-size:14px}.review-date{font-size:13px;color:#999;margin-bottom:12px}.review-text{line-height:1.6;color:#666}.sticky-add-cart{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 20px;box-shadow:0 -4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:1000;transform:translateY(100%);transition:transform .3s}.sticky-add-cart.visible{transform:translateY(0)}.sticky-product-info{display:flex;align-items:center;gap:12px;flex:1}.sticky-product-info img{width:50px;height:50px;object-fit:cover;border-radius:8px}.sticky-details{flex:1;min-width:0}.sticky-title{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-price{font-weight:700;color:#4caf50;font-size:16px}.sticky-add-cart .btn{min-width:140px;padding:12px 24px}@media (max-width: 968px){.product-layout{grid-template-columns:1fr;gap:40px}.product-images-section{position:static}.product-title{font-size:24px}.price-current{font-size:28px}.product-tabs{gap:4px}.tab-button{padding:12px 16px;font-size:14px}}@media (max-width: 640px){.product-actions{flex-direction:column}.btn-add-cart,.btn-buy-now{width:100%;min-width:auto}.btn-wishlist{width:100%}.trust-badges-inline{flex-direction:column;gap:12px}.variant-selector{gap:8px}.variant-label{padding:10px 16px;font-size:14px}}.notification-toast{position:fixed;top:20px;right:20px;background:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;transform:translate(400px);transition:transform .3s ease;font-weight:500;display:flex;align-items:center;gap:12px;max-width:320px}.notification-toast.show{transform:translate(0)}.notification-toast.success{border-left:4px solid #4CAF50;color:#2e7d32}.notification-toast.error{border-left:4px solid #f44336;color:#c62828}.notification-toast.info{border-left:4px solid #2196F3;color:#1565c0}.notification-toast:before{content:"\2713";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#4caf50;color:#fff;font-weight:700;flex-shrink:0}.notification-toast.error:before{content:"\2715";background:#f44336}.notification-toast.info:before{content:"i";background:#2196f3}@media (max-width: 640px){.notification-toast{left:20px;right:20px;max-width:none}}.related-products-section{padding:80px 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.section-header p{font-size:16px;color:#666}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-image{position:relative;display:block;overflow:hidden;aspect-ratio:1}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:10}.product-badge.sale{background:#f44;color:#fff}.product-badge.sold-out{background:#666;color:#fff}.product-info-card{padding:20px}.product-title-card{font-size:16px;font-weight:600;margin-bottom:12px;line-height:1.4}.product-title-card a{color:#1a1a1a;text-decoration:none;transition:color .3s}.product-title-card a:hover{color:#4caf50}.product-price-card{display:flex;align-items:center;gap:8px;margin-bottom:16px}.price-old{font-size:14px;color:#999;text-decoration:line-through}.price-new{font-size:18px;font-weight:700;color:#1a1a1a}.btn-quick-add{width:100%;padding:12px;border:2px solid #4CAF50;background:#fff;color:#4caf50;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-quick-add:hover{background:#4caf50;color:#fff}@media (max-width: 768px){.related-products-section{padding:60px 0}.section-header h2{font-size:24px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-info-card{padding:16px}.product-title-card{font-size:14px}.price-new{font-size:16px}}.frequently-bought-section{padding:60px 0;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.section-title{font-size:24px;font-weight:700;margin-bottom:32px;color:#1a1a1a}.bought-together-wrapper{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:start}.bought-products{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.bought-item{flex:1;min-width:200px}.bought-checkbox{margin-bottom:12px}.bought-checkbox input[type=checkbox]{margin-right:8px;width:18px;height:18px;cursor:pointer}.bought-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.bought-checkbox label{font-size:14px;font-weight:600;color:#666;cursor:pointer}.bought-product-card{display:flex;gap:12px;padding:16px;border:2px solid #eee;border-radius:12px;background:#fafafa;transition:border-color .3s}.bought-item input[type=checkbox]:checked~.bought-product-card{border-color:#4caf50;background:#fff}.bought-product-card img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.bought-product-info{flex:1;min-width:0}.bought-product-info h4{font-size:14px;font-weight:600;margin-bottom:8px;color:#1a1a1a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bought-price{font-size:16px;font-weight:700;color:#4caf50}.plus-icon{font-size:24px;font-weight:700;color:#999;flex-shrink:0}.bundle-summary{min-width:280px;padding:24px;background:#f8f9fa;border-radius:12px;position:sticky;top:20px}.bundle-total{margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #eee}.bundle-total>span{display:block;font-size:14px;color:#666;margin-bottom:8px}.bundle-prices{display:flex;flex-direction:column;gap:4px}.bundle-original{font-size:16px;color:#999;text-decoration:line-through}.bundle-discounted{font-size:28px;font-weight:700;color:#4caf50}.bundle-savings{display:flex;align-items:center;gap:8px;padding:12px;background:#e8f5e9;border-radius:8px;margin-bottom:20px;font-size:14px;color:#2e7d32}.bundle-savings svg{flex-shrink:0;color:#4caf50}.btn-add-bundle{width:100%;padding:16px;font-size:16px}@media (max-width: 968px){.bought-together-wrapper{grid-template-columns:1fr}.bought-products{flex-direction:column;align-items:stretch}.plus-icon{display:none}.bought-item{min-width:auto}.bundle-summary{position:static;min-width:auto}}@media (max-width: 640px){.frequently-bought-section{padding:40px 0}.section-title{font-size:20px}.bought-product-card{flex-direction:column;text-align:center}.bought-product-card img{width:100%;height:auto;max-width:150px;margin:0 auto}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #eee}.modal-header h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.modal-close{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;color:#666}.modal-close:hover{background:#e0e0e0;color:#1a1a1a;transform:rotate(90deg)}.modal-body{padding:32px;overflow-y:auto}.size-guide-table{overflow-x:auto;margin-bottom:32px}.size-guide-table table{width:100%;border-collapse:collapse;background:#fff}.size-guide-table th,.size-guide-table td{padding:16px;text-align:center;border:1px solid #eee}.size-guide-table thead{background:#4caf50;color:#fff}.size-guide-table th{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.size-guide-table tbody tr:nth-child(2n){background:#f8f9fa}.size-guide-table tbody tr:hover{background:#e8f5e9}.size-guide-table td{font-size:14px;color:#333}.size-guide-tips{background:#f8f9fa;padding:24px;border-radius:12px}.size-guide-tips h4{font-size:18px;font-weight:700;margin-bottom:16px;color:#1a1a1a}.size-guide-tips ul{list-style:none;padding:0;margin-bottom:20px}.size-guide-tips li{padding:8px 0 8px 24px;position:relative;color:#666;line-height:1.6}.size-guide-tips li:before{content:"\2192";position:absolute;left:0;color:#4caf50;font-weight:700}.size-note{padding:16px;background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;color:#856404;line-height:1.6;margin:0}.size-guide-link{display:inline-flex;align-items:center;gap:6px;color:#4caf50;font-size:14px;font-weight:600;text-decoration:none;margin-top:8px;cursor:pointer;transition:color .3s}.size-guide-link:hover{color:#388e3c;text-decoration:underline}.size-guide-link svg{width:16px;height:16px}@media (max-width: 768px){.modal-content{max-height:95vh}.modal-header{padding:20px}.modal-header h3{font-size:20px}.modal-body{padding:20px}.size-guide-table{font-size:12px}.size-guide-table th,.size-guide-table td{padding:10px 8px}.size-guide-tips{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/application.css.map */
