﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--theme-color: #29443a;--theme-color-light: #3c5e50;--theme-color-dark: #1b2c26;--theme-disabled-color: #ccc;--theme-bg-color: #f9f9f9;--theme-text-color: #333333;--theme-accent-color: #e8e4d9;--theme-border-color: #d5e0db;--theme-sale-color: #c83737;--theme-hover-bg: rgba(41, 68, 58, 0.05);--theme-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);--theme-radius: 8px;--padding-bottom: 40px}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;color:#1f2937;height:100vh;display:flex;flex-direction:column;font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}main{flex:1}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-1{flex:1}.gap-4{gap:1rem}@media (max-width: 768px){.gap-4{gap:8px}}.item-center{align-items:center}:root{--safe-area-inset-bottom: 0}@supports (bottom: constant(safe-area-inset-bottom)){:root{--safe-area-inset-bottom: constant(safe-area-inset-bottom)}}@supports (bottom: env(safe-area-inset-bottom)){:root{--safe-area-inset-bottom: env(safe-area-inset-bottom)}}.site-header{background-color:white;position:relative;z-index:20;padding:0 1rem;box-sizing:border-box;box-shadow:0 .25rem .2375rem -.3125rem #00000040}.site-header .container{max-width:1200px;margin:0 auto;height:68px;display:flex;align-items:center;justify-content:space-between}.site-header .container .store-branding{flex-shrink:0}.site-header .container .store-branding a{text-decoration:none;color:#262626;display:flex;align-items:center;gap:10px}.site-header .container .store-branding a img{max-width:55px;max-height:32px;object-fit:contain}.site-header .container .store-branding .store-name{font-size:16px;font-weight:800;margin:0}.site-header .container .search-cart-container{display:flex;align-items:center;justify-content:space-between}.site-header .container .search-container{flex-grow:1;margin-bottom:0}.site-header .container .mobile-cart-button{position:relative;margin-left:1rem;color:#333;background:none;border:none;padding:6px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--theme-color);border-radius:50px}.site-header .container .mobile-cart-button svg{width:16px;height:16px;stroke:white}.site-header .container .mobile-cart-button .mobile-cart-badge{color:white;font-size:16px;margin-left:4px}@media (max-width: 768px){.site-header .container{height:48px;max-width:100vw;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:space-between}.site-header .container .store-branding{padding-top:1px}.site-header .container .store-branding .store-name{font-size:14px}.site-header .container .search-container{margin:0;padding:0}}.quantity-control{display:flex;align-items:center;height:28px}.quantity-control .quantity-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background-color:#f5f5f5;font-size:14px;cursor:pointer;user-select:none}.quantity-control .quantity-button.minus{border-radius:4px 0 0 4px}.quantity-control .quantity-button.plus{border-radius:0 4px 4px 0}.quantity-control .quantity-button:hover{background-color:#e0e0e0}.quantity-control .quantity-input{width:36px;height:24px;border:1px solid #ddd;border-left:none;border-right:none;text-align:center;font-size:14px;padding:0;margin:0;-moz-appearance:textfield}.quantity-control .quantity-input::-webkit-outer-spin-button,.quantity-control .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-container{background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);display:flex;flex-direction:column;height:fit-content;position:sticky;top:1rem}.cart-container .cart-header{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-container .cart-header h2{font-size:1.25rem;font-weight:600;margin:0}.cart-container .cart-header .clear-cart{color:#666;background:none;border:none;cursor:pointer;font-size:0.875rem}.cart-container .cart-header .clear-cart:hover{color:#ff4444}.cart-container .cart-items{padding:1rem;flex-grow:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.cart-container .cart-items::-webkit-scrollbar{display:none;width:0}.cart-container .cart-footer{padding:1rem;border-top:1px solid #eee;padding-bottom:calc(1rem + var(--safe-area-inset-bottom))}.cart-container .cart-footer .cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-container .cart-footer .cart-total .total-amount{font-size:1.5rem;font-weight:bold;color:#ff4444}.cart-container .cart-footer .checkout-button{width:100%;background-color:var(--theme-color);color:white;padding:0.75rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color 0.3s}.cart-container .cart-footer .checkout-button:hover{background-color:var(--theme-color-light)}.cart-container .cart-footer .checkout-button:disabled{background-color:var(--theme-disabled-color);cursor:not-allowed}.cart-item{padding:12px 0;border-bottom:1px solid #eee;display:flex;align-items:flex-start;gap:10px}.cart-item:last-child{border-bottom:none}.cart-item__image{width:50px;height:50px;min-width:50px;border-radius:4px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__content{flex:1}.cart-item__title{font-size:14px;color:#333;font-weight:500;margin-bottom:4px}.cart-item__variants{margin:4px 0;display:flex;flex-wrap:wrap;gap:4px}.cart-item__variant-option{font-size:12px;color:#666;background-color:#f5f5f5;padding:2px 6px;border-radius:2px;line-height:1.2;display:inline-flex;align-items:center}.cart-item__price{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.cart-item__price .quantity{color:#666;font-size:14px}.cart-item__price .price{font-weight:600;color:#333}.cart-item__price-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.cart-item__price-row .price{font-weight:600;color:#333;margin-left:8px;white-space:nowrap}.notification{display:flex;align-items:center;padding:12px 20px;margin:10px;box-shadow:0 2px 8px rgba(0,0,0,0.1);position:relative;min-width:250px;animation:notification-fade-in 0.3s ease}.notification-error{background-color:#fde2e2;color:#f56c6c;border-radius:8px}.notification-error .notification-content{font-weight:500;text-align:center}.notification-success{background-color:#e1f3d8;color:#67c23a;border-radius:8px}.notification-warning{background-color:#faecd8;color:#e6a23c;border-radius:8px}.notification-info{background-color:#e9f5fe;color:#409eff;border-radius:8px}.notification-content{flex:1;font-size:14px}.notification-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;color:white}.notification-icon-success{background-color:#67c23a}.notification-icon-warning{background-color:#e6a23c}.notification-icon-info{background-color:#409eff}@keyframes notification-fade-in{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes notification-fade-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.wholesale-page{min-height:100vh;box-sizing:border-box}.site-message,.site-message-error{background-color:var(--theme-color);color:white;padding:10px;font-size:14px;line-height:20px;text-align:center;font-weight:600}.site-message-error{background-color:#ff4444}.header-container{background-color:white;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.header-container .container{display:flex;align-items:center;justify-content:space-between;height:68px;position:relative;z-index:20;max-width:1200px;padding:0 1rem;margin:0 auto}.header-container .container .store-branding{flex-shrink:0}.header-container .container .store-branding a{text-decoration:none;color:#262626;display:flex;align-items:center;gap:10px}.header-container .container .store-branding a img{max-width:55px;max-height:32px;object-fit:contain}.header-container .container .store-branding .store-name{font-size:16px;font-weight:800;margin:0}.header-container .container .search-cart-container{display:flex;align-items:center;justify-content:space-between}.header-container .container .search-container{flex-grow:1;margin-bottom:0}.header-container .container .mobile-cart-button{position:relative;margin-left:1rem;color:#333;background:none;border:none;padding:6px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--theme-color);border-radius:50px}.header-container .container .mobile-cart-button svg{width:16px;height:16px;stroke:white}.header-container .container .mobile-cart-button .mobile-cart-badge{color:white;font-size:16px;margin-left:4px}@media (max-width: 768px){.header-container .container{padding:0.75rem 1rem}.header-container .container .store-branding .store-name{font-size:1.25rem}.header-container .container .search-container{margin:0;padding:0}}.banner{background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));background-size:cover;background-position:center;height:304px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.banner h1{color:white;font-size:2.5rem;font-weight:bold}.banner .banner-content{width:100%;height:100%;background-color:red;background-image:linear-gradient(to right, #7a8a9a, #a8a8b8);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;position:relative}.banner .banner-content::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.2));z-index:1}.banner .banner-content .banner-text-overlay{position:absolute;text-align:center;z-index:2;width:80%;max-width:800px;padding:0}.banner .banner-content .banner-text-overlay .banner-title{font-size:72px;font-weight:bold;margin-bottom:10px;color:white;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.banner .banner-content .banner-text-overlay .banner-subtitle{font-size:24px;color:white;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-weight:300}.banner .banner-content .banner-image{width:100%;height:100%;object-fit:cover}.page-width{max-width:1200px;margin:0 auto;margin-top:30px;padding:0 1rem 2rem}.search-container{margin-bottom:2rem;width:100%}.search-form{display:flex;align-items:center}.search-input-group{flex:1;position:relative;display:flex;align-items:center;width:384px}.search-input{width:100%;height:38px;padding:0 12px;border:1px solid transparent;border-radius:30px;font-size:0.874rem;transition:all 0.2s;background-color:#f2f2f2}.search-input:focus{outline:none;border-color:var(--theme-color);box-shadow:0 0 0 2px rgba(34,197,94,0.2);background-color:transparent}.search-icon{position:absolute;right:1rem;color:#666;pointer-events:none}.layout-container{display:grid;grid-template-columns:2fr 7fr 3fr;gap:2rem;min-height:calc(100vh - 350px)}.disabled{background-color:#ccc;cursor:not-allowed;pointer-events:none}.categories-nav{background:white;border-radius:8px;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.categories-nav .categories-list{display:flex;flex-direction:column;gap:0.25rem}.categories-nav .category-item{display:block;padding:0.75rem 1rem;cursor:pointer;border-radius:4px;transition:all 0.2s ease;text-decoration:none;color:#555;font-size:0.95rem;position:relative;border-left:3px solid transparent}.categories-nav .category-item:hover{background-color:#f5f5f5}.categories-nav .category-item.active{background-color:var(--theme-color);color:white;font-weight:500}.products-container .category-section{margin-bottom:2rem;scroll-margin-top:2rem}@media (max-width: 768px){.products-container .category-section{scroll-margin-top:100px}}.products-container .category-section:last-child{margin-bottom:0}.products-container .section-title{font-size:1.5rem;font-weight:bold;margin-bottom:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--theme-color)}.products-grid{display:flex;flex-direction:column;gap:1rem}.product-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:relative;padding:1.5rem}.product-card__message{display:flex;align-items:center}.product-card__image{width:120px;height:120px;flex-shrink:0;margin-right:2rem;border-radius:4px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{flex-grow:1;display:flex;align-items:center;justify-content:space-between;padding:0}.product-card__content{flex-grow:1}.product-card__action-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:0.75rem}.product-card__price-compact .current-price{font-size:1.25rem;font-weight:600;color:#ff4444}.product-card__price-compact .original-price{font-size:0.875rem;color:#999;text-decoration:line-through;margin-left:0.5rem}.product-card__title{font-size:1.25rem;margin:0 0 0.75rem;color:#333;display:flex;align-items:center;gap:0.5rem}.product-card__variants{margin-bottom:0.75rem}.product-card__variants .variant-options{display:flex;flex-wrap:wrap;gap:0.5rem}.product-card__variants .option-tag{display:inline-block;padding:0.25rem 0.75rem;background-color:#f3f4f6;border-radius:20px;font-size:0.875rem;color:#4b5563}.product-card__stock{margin-top:0.5rem;font-size:0.875rem;color:#6b7280}.product-card__price{margin-bottom:0}.product-card__price .current-price{font-size:1.5rem;font-weight:600;color:#ff4444}.product-card__price .original-price{font-size:1rem;color:#999;text-decoration:line-through;margin-left:0.5rem}.product-card__price .unit{color:#666;font-size:1rem}.product-card__actions{margin-left:2rem}.product-card__badge{display:inline-block;padding:0.25rem 0.5rem;border-radius:20px;font-size:0.75rem;font-weight:500;background-color:#ff4444;color:white;position:static;margin-left:0.5rem;white-space:nowrap}.quantity-control{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;width:fit-content}.quantity-control .quantity-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:background-color 0.3s;font-size:1rem}.quantity-control .quantity-button:hover{background-color:#f5f5f5}.quantity-control .quantity-button.minus{border-right:1px solid #ddd}.quantity-control .quantity-button.plus{border-left:1px solid #ddd}.quantity-control .quantity-input{width:50px;text-align:center;border:none;padding:0.25rem;font-size:1rem;-moz-appearance:textfield}.quantity-control .quantity-input::-webkit-outer-spin-button,.quantity-control .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-results{padding:2rem;text-align:center;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);margin:2rem 0}.no-results p{font-size:1.1rem;color:#555;margin-bottom:1rem}.no-results .back-link{display:inline-block;background-color:var(--theme-color);color:white;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.2s}.no-results .back-link:hover{background-color:var(--theme-color-light)}.language-switcher{position:relative;margin-left:1rem}.language-switcher .language-dropdown-toggle{display:flex;align-items:center;gap:6px;background:none;border:1px solid transparent;padding:6px 12px;border-radius:4px;font-size:14px;color:#666;cursor:pointer;transition:all 0.2s ease}.language-switcher .language-dropdown-toggle:hover{background-color:#f3f4f6}.language-switcher .language-dropdown-toggle svg{transition:transform 0.2s ease}.language-switcher .language-dropdown-toggle.active svg{transform:rotate(180deg)}.language-switcher .language-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:white;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,0.1);min-width:120px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease}.language-switcher .language-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher .language-dropdown .inline{display:block;width:100%}.language-switcher .language-dropdown .locale-btn{width:100%;text-align:left;background:none;border:none;padding:8px 12px;font-size:14px;color:#666;cursor:pointer;transition:all 0.2s ease}.language-switcher .language-dropdown .locale-btn:hover{background-color:#f3f4f6}.language-switcher .language-dropdown .locale-btn.active{color:var(--theme-color);font-weight:500;background-color:#f0fdf4}.icon-cart:before{content:'';display:inline-block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.product-card__minimum-tag{position:absolute;top:0;right:0;background-color:#e7f3eb;color:#29443a;padding:4px 8px;border-radius:0 0 0 8px;font-size:12px;font-weight:bold;box-shadow:0 2px 4px rgba(0,0,0,0.1);z-index:2}.unit{margin-left:0.5rem}.cart-empty-message{padding:30px 15px;text-align:center;color:#888;font-size:14px;background-color:#f9f9f9;border-radius:4px;margin:10px 0}@media (max-width: 768px){.banner-content{height:250px}.banner-title{font-size:48px}.banner-subtitle{font-size:18px}.page-width{margin-top:0px}}.order-detail-page{max-width:1200px;width:100%;margin:0 auto;padding:1.5rem;background-color:#f9f9f9}@media (max-width: 768px){.order-detail-page{padding:1rem 0.75rem}}.success-message-content{display:flex;align-items:center;gap:1rem}.page-header{display:flex;flex-direction:column;box-sizing:border-box}.page-header .container{flex:1;display:flex;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0.75rem 0}@media (max-width: 768px){.page-header .container{align-items:center;gap:0.5rem;padding:0.5rem 0}}.page-header .container.order-info-container{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.page-header .container.order-info-container .order-info-content{display:flex;gap:1rem}@media (max-width: 768px){.page-header .container.order-info-container{flex-direction:column}.page-header .container.order-info-container .order-info-content{width:100%;gap:0.5rem}.page-header .container.order-info-container h1{width:100%}}.page-header .container h1{font-size:1.125rem;font-weight:600;margin:0;color:#1f2937}.page-header .container .order-time{color:#6b7280;font-size:0.875rem}.page-header .container .print-button{margin-left:auto}@media (max-width: 768px){.page-header .container .print-button{margin-left:0;align-self:flex-start}}.page-header .container .print-button .print-btn{background:#ffffff;border:1px solid #e5e7eb;cursor:pointer;color:#4b5563;display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1.25rem;border-radius:0.375rem;transition:all 0.2s;font-size:0.875rem}.page-header .container .print-button .print-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.page-header .container .print-button .print-btn i{font-size:1rem}.page-header .container .back-to-home{padding:0.75rem 1.25rem;background-color:var(--theme-color);border:1px solid transparent;cursor:pointer;display:flex;align-items:center;gap:0.5rem;border-radius:0.375rem;color:#ffffff;transition:all 0.2s;font-size:0.875rem;text-decoration:none}.page-header .container .back-to-home:hover{background-color:var(--theme-color-light)}.page-header .order-content{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;align-items:start}@media (max-width: 768px){.page-header .order-content{grid-template-columns:1fr}}.page-header .order-main{display:flex;flex-direction:column;gap:1.25rem}.page-header .order-side{position:sticky;top:1.25rem}@media (max-width: 768px){.page-header .order-side{position:static}}.page-header .order-section{background:white;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid #e5e7eb}.page-header .order-section h2{font-size:0.875rem;font-weight:600;color:#374151;margin:0;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.page-header .order-section .section-content{padding:1.25rem}@media (max-width: 768px){.page-header .order-section .section-content{padding:1rem}}.order-status .status-item{display:flex;gap:1rem}.order-status .status-item:not(:last-child){margin-bottom:1rem}.order-status .status-dot{margin-top:6px;width:8px;height:8px;border-radius:50%;flex-shrink:0}.order-status .status-dot.init{background:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,0.2)}.order-status .status-dot.pending{background:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.2)}.order-status .status-dot.completed{background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,0.2)}.order-status .status-dot.cancelled{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,0.2)}.order-status .status-info{flex:1}.order-status .status-text{font-weight:500;color:#1f2937;margin-bottom:0.25rem}.order-status .status-time{font-size:0.75rem;color:#6b7280}.order-details .details-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}@media (max-width: 768px){.order-details .details-grid{grid-template-columns:1fr;gap:1rem}}.order-details .detail-item .label{font-size:0.75rem;color:#6b7280;margin-bottom:0.375rem;text-transform:uppercase;letter-spacing:0.025em}.order-details .detail-item .value{color:#1f2937;font-size:0.875rem;word-wrap:break-word}.order-details .detail-item.full-width{grid-column:1 / -1}.order-summary{max-width:500px}.order-summary .order-items{border-bottom:1px solid #e5e7eb}.order-summary .order-item{display:flex;gap:1rem;padding:1rem}@media (max-width: 768px){.order-summary .order-item{flex-wrap:wrap}}.order-summary .order-item:last-child{margin-bottom:0;border-bottom:none}.order-summary .item-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:16px;min-height:60px;margin:auto 0}.order-summary .item-info{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.order-summary .item-info h3{font-size:0.875rem;font-weight:500;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:normal}@media (max-width: 768px){.order-summary .item-info h3{white-space:normal}}.order-summary .item-info .item-quantity{color:#6b7280;font-size:0.875rem;padding:0 0.5rem}@media (max-width: 768px){.order-summary .item-info .item-quantity{padding:0.5rem 0 0}}.order-summary .item-info .item-price{font-size:0.875rem;color:#1f2937;font-weight:500;min-width:80px;text-align:right}@media (max-width: 768px){.order-summary .item-info .item-price{text-align:left;margin-left:auto}}.order-summary .item-options{font-size:0.75rem;color:#6b7280}.order-summary .item-options .option:not(:last-child)::after{content:'•';margin:0 0.375rem;color:#d1d5db}.order-summary .order-totals{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;padding:1rem 0}.order-summary .total-row{display:flex;justify-content:space-between;align-items:center;font-size:0.875rem;color:#6b7280;margin-bottom:0.75rem}.order-summary .total-row:last-child{margin-bottom:0}.order-summary .total-row.grand-total{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:1rem;color:#1f2937;font-weight:600}@media print{body{background:white}.order-detail-page{padding:0;background:white}.print-button{display:none}.order-content{grid-template-columns:1fr}.order-section{break-inside:avoid;box-shadow:none;border:1px solid #e5e7eb;margin-bottom:1.25rem}}@media (max-width: 480px){.order-detail-page{padding:0.75rem 0.5rem}.page-header .container h1{font-size:1rem}.order-section h2{padding:0.75rem 1rem}.order-section .section-content{padding:0.75rem}.order-details .details-grid{gap:0.75rem}}.checkout-page{padding:0 0 2rem;background-color:#f9f9f9;box-sizing:border-box;padding-bottom:var(--padding-bottom)}.checkout-page h1{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#333}.checkout-page .page-width{max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;padding:2rem}@media (max-width: 768px){.checkout-page .page-width{padding:1rem}}.checkout-layout{display:flex;gap:2rem;flex-direction:row}@media (max-width: 768px){.checkout-layout{flex-direction:column;gap:1.5rem}}.checkout-form{flex:2}@media (max-width: 768px){.checkout-form{flex:1}}.form-section{margin-bottom:1.5rem;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);border:1px solid #f4f6f8}@media (max-width: 768px){.form-section{padding:1rem}}.form-section h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333}.form-section:last-child{margin-bottom:0}.form-group{margin-bottom:1rem;flex:1}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#555;font-size:0.9rem}.form-group label .required{color:#ef4444}.form-group input,.form-group textarea,.form-group input[type="text"],.form-group input[type="email"],.form-group input[type="tel"]{width:100%;padding:0.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color 0.2s}.form-group input:focus,.form-group textarea:focus,.form-group input[type="text"]:focus,.form-group input[type="email"]:focus,.form-group input[type="tel"]:focus{outline:none;border-color:#999;box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.form-group input::placeholder,.form-group textarea::placeholder,.form-group input[type="text"]::placeholder,.form-group input[type="email"]::placeholder,.form-group input[type="tel"]::placeholder{color:#aaa}.form-group textarea{resize:vertical;min-height:100px}.payment-method-title{margin-top:2rem}.customer-info .flex{display:flex}.customer-info .flex-1{flex:1}.coupon-group{display:block}.coupon-group input{width:100%;border-radius:6px}.shipping-options,.payment-options{display:flex;flex-direction:column;gap:0.8rem;margin-bottom:1.5rem}.shipping-option,.payment-option{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;cursor:pointer;padding:0 1rem;transition:all 0.2s ease;background-color:#fff}.shipping-option:hover,.payment-option:hover{border-color:#aaa}.shipping-option input[type="radio"],.payment-option input[type="radio"]{padding:0.9rem 0;width:auto;cursor:pointer}.shipping-option label,.payment-option label{display:flex;align-items:center;justify-content:space-between;flex:1;margin:0;cursor:pointer;padding:0.9rem 1rem}.shipping-option .payment-option-info,.payment-option .payment-option-info{display:flex;align-items:center}.shipping-option .payment-icon,.payment-option .payment-icon{margin-right:0.75rem;color:#555;font-size:1.1rem;width:1.5rem;text-align:center}.shipping-option .cost,.payment-option .cost{color:#555;font-weight:500}.shipping-option .shipping-free,.payment-option .shipping-free{color:var(--theme-color);font-size:0.75rem;margin-left:0.5rem}.address-fields{margin-top:1rem;padding:1rem;background-color:#f9f9f9;border-radius:6px;border:1px solid #eee}.address-fields.hidden{display:none}.order-summary{flex:1;background:#fff;padding:1.5rem;border-radius:8px;position:sticky;top:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);overflow-y:auto;height:fit-content;box-sizing:border-box;max-height:65vh;overflow-y:auto}.order-summary h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}@media (max-width: 768px){.order-summary{position:static;margin-top:0;max-height:none}}.order-summary-content h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#374151}.order-summary-content .order-items{margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.order-summary-content .order-items .order-item{display:flex;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.order-summary-content .order-items .order-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.order-summary-content .order-items .item-image{width:60px;height:60px;border-radius:0.25rem;overflow:hidden;margin-right:1rem;flex-shrink:0}.order-summary-content .order-items .item-image img{width:100%;height:100%;object-fit:cover}.order-summary-content .order-items .item-content{flex-grow:1}.order-summary-content .order-items .item-info{display:flex;justify-content:space-between;margin-bottom:0.25rem}.order-summary-content .order-items .item-title{font-weight:500;flex-grow:1;margin-right:0.5rem}.order-summary-content .order-items .item-quantity{color:#6b7280;margin-right:0.5rem;white-space:nowrap}.order-summary-content .order-items .item-price{font-weight:600;white-space:nowrap}.order-summary-content .order-items .item-options{font-size:0.875rem;color:#6b7280}.order-summary-content .order-totals{margin-bottom:1.5rem}.order-summary-content .order-totals .subtotal,.order-summary-content .order-totals .shipping,.order-summary-content .order-totals .discount{display:flex;justify-content:space-between;margin-bottom:0.75rem;font-size:0.875rem;color:#4b5563}.order-summary-content .order-totals .total{display:flex;justify-content:space-between;font-weight:600;padding-top:0.75rem;border-top:1px solid #e5e7eb;font-size:1.125rem}.order-summary-content .submit-button{width:100%;padding:0.875rem 1rem;background-color:#6366f1;color:white;border:none;border-radius:0.375rem;font-weight:600;font-size:1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s}.order-summary-content .submit-button:hover{background-color:#4f46e5}.order-summary-content .submit-button:disabled{background-color:#a5a6f6;cursor:not-allowed}.order-summary-content .submit-button i{margin-right:0.5rem}.order-items{border-bottom:1px solid #eee}.order-item{padding:1rem 0;display:flex;gap:0.8rem;align-items:flex-start}.order-item:first-child{border-top:none}.order-item .item-image{width:60px;height:60px;border-radius:4px;overflow:hidden}.order-item .item-image img{width:100%;height:100%;object-fit:cover}.order-item .item-details{flex:1}.order-item .item-title{font-weight:500;color:#333;font-size:0.95rem}.order-item .item-options{color:#666;font-size:0.85rem;margin-bottom:0.2rem}.order-item .item-price{display:flex;justify-content:space-between;align-items:start;white-space:nowrap;color:#666;font-size:0.9rem}.order-item .item-price .quantity{color:#777}.order-item .item-price .price{font-weight:500;color:#333}.order-totals{padding-top:1rem}.order-totals>div{display:flex;justify-content:space-between;margin-bottom:0.75rem;color:#555;font-size:0.95rem}.order-totals>div:last-child{margin-bottom:0}.order-totals .total{font-size:1.2rem;font-weight:600;color:#000;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.submit-button{width:100%;padding:0.85rem;background-color:var(--theme-color);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color 0.2s;display:flex;align-items:center;justify-content:center;gap:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-top:2rem}.submit-button i{font-size:1.1rem}.submit-button:not(:disabled):hover{background-color:var(--theme-color-light)}.submit-button:not(:disabled):active{transform:translateY(1px)}.submit-button:disabled{background-color:#cccccc;cursor:not-allowed}.hidden{display:none}@media (max-width: 768px){.order-summary{position:static;margin-top:1.5rem}.checkout-page .page-width{padding:1rem}}.success-page{padding:2rem 1rem;background-color:#f5f5f5;min-height:100vh}.success-page .page-width{max-width:800px;width:100%;margin:0 auto;padding:0 1rem}.success-page .success-content{background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1);padding:2rem;text-align:center}.success-page .success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-page .success-icon svg{width:40px;height:40px;color:#10b981}.success-page .success-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.success-page .order-info{margin-bottom:1.5rem;padding:1rem;background-color:#f3f4f6;border-radius:0.375rem;text-align:left}.success-page .order-info p{margin-bottom:0.5rem}.success-page .order-info p:last-child{margin-bottom:0}.success-page .success-message{color:#666;margin-bottom:1rem}.success-page .success-message p{margin-bottom:0.5rem}.success-page .success-message p:last-child{margin-bottom:0}.success-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5;position:relative}.success-header .success-title{color:#18a95e;font-size:1.5rem;font-weight:600;margin-bottom:0.5rem}.success-header .success-message{color:#666;margin-bottom:1rem}.success-header .track-order-link{color:#18a95e;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem}.success-header .track-order-link:hover{text-decoration:underline}.success-header .track-order-link::after{content:"↗";font-size:1.2em}.success-header .print-button{position:absolute;right:0;top:0;background:none;border:none;color:#666;cursor:pointer;padding:0.5rem}.success-header .print-button:hover{color:#333}.success-header .print-button svg{width:24px;height:24px}.success-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;text-align:center}@media (max-width: 576px){.success-actions{flex-direction:column}}.success-actions .view-order-button,.success-actions .continue-shopping-button{padding:0.75rem 1.5rem;border-radius:0.375rem;font-weight:600;text-decoration:none;transition:background-color 0.2s}.success-actions .view-order-button{background-color:#6366f1;color:white}.success-actions .view-order-button:hover{background-color:#4f46e5}.success-actions .continue-shopping-button{background-color:white;color:#4b5563;border:1px solid #d1d5db}.success-actions .continue-shopping-button:hover{background-color:#f3f4f6}.success-actions .back-home{display:inline-block;padding:0.75rem 1.5rem;background-color:#18a95e;color:white;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color 0.2s}.success-actions .back-home:hover{background-color:#159352}.info-section{margin-bottom:2rem}.info-section .section-title{color:#666;font-size:0.875rem;margin-bottom:0.5rem}.info-section .order-number{font-size:1.25rem;font-weight:600;color:#333}.order-items .order-item{display:flex;gap:1.5rem;padding:1.5rem 0}.order-items .order-item:last-child{border-bottom:none}.order-items .order-item .item-image{width:80px;height:80px;flex-shrink:0}.order-items .order-item .item-image img{width:100%;height:100%;object-fit:contain;border-radius:4px}.order-items .order-item .item-info{flex:1;height:100%;display:flex;gap:8px}.order-items .order-item .item-name{font-weight:500;color:#333;display:block;margin-bottom:0.5rem}.order-items .order-item .item-variants{margin-bottom:0.5rem}.order-items .order-item .item-variants .variant-tag{display:inline-block;padding:0.25rem 0.5rem;background:#f5f5f5;border-radius:4px;font-size:0.875rem;color:#666;margin-right:0.5rem}.order-items .order-item .item-meta{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:0.875rem}.order-items .order-item .item-price{font-weight:500;color:#333}.order-summary{padding-top:1.5rem;border-top:1px solid #e5e5e5}.order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;color:#666}.order-summary .summary-row.total{font-weight:600;color:#333;font-size:1.125rem;padding-top:1rem;margin-top:0.5rem;border-top:1px solid #e5e5e5}.payment-actions{padding-top:1.5rem;border-top:1px solid #eee}.payment-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333}.payment-methods-list{display:flex;gap:0.75rem}.payment-method-btn{flex:1;display:flex;align-items:center;padding:0.75rem 1rem;background-color:#f9f9f9;border:1px solid #ddd;border-radius:6px;transition:all 0.2s ease;cursor:pointer;width:100%;text-align:left;font-size:1rem}.payment-method-btn:hover{background-color:#f0f0f0;border-color:#bbb}.payment-method-btn.disabled{opacity:0.6;cursor:not-allowed}.payment-method-btn .payment-icon{margin-right:0.75rem;color:#666;font-size:1.25rem;width:1.5rem;text-align:center}.payment-method-btn .payment-name{font-weight:500}#payment-loading{margin-top:1.5rem;display:none;flex-direction:column;align-items:center}#payment-loading .loading-spinner{width:2rem;height:2rem;border:3px solid rgba(0,0,0,0.1);border-radius:50%;border-top-color:var(--theme-color);animation:spin 1s ease-in-out infinite;margin:0 auto 1rem}#payment-loading .loading-text{color:#666;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.required{color:#e53e3e;margin-left:2px}.phone-input-container{display:flex;align-items:center;width:100%}.phone-input-container:focus-within{border-color:#999}.country-code-selector{position:relative;margin-right:8px}.country-code-toggle{display:flex;align-items:center;gap:6px;background:white;border:1px solid #ddd;padding:6px 12px;border-radius:50px;font-size:14px;color:#333;cursor:pointer;transition:all 0.2s ease;height:40px;min-width:80px}.country-code-toggle svg{transition:transform 0.2s ease;margin-left:auto}.country-code-toggle.active svg{transform:rotate(180deg)}.country-code-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:white;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.15);min-width:168px;max-height:300px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease;padding:0}.country-code-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.country-code-dropdown input.country-code-search{padding:8px 12px;font-size:12px;border-color:#f5f5f5}.country-code-item{width:100%;border:none;background:none;display:flex;align-items:center;justify-content:space-between;padding:8px 15px;font-size:14px;color:#333;cursor:pointer;transition:background-color 0.2s ease}.country-code-item:hover{background-color:#f3f4f6}.country-code-item.active{background-color:#f0fdf4;color:var(--theme-color);font-weight:500}.country-code-item.active::after{content:"✓";color:var(--theme-color);margin-left:8px;font-weight:bold}.country-code{font-weight:500}#order_user_info_phone{flex:1}@media (max-width: 768px){.phone-input-container{flex-direction:row;align-items:center;gap:8px}.country-code-selector{margin-right:0;width:100%;max-width:25vw}.country-code-toggle{width:100%;justify-content:space-between}.country-code-dropdown{width:100%}}.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.summary-loading{flex:1;width:100%;height:100%;background-color:rgba(255,255,255,0.85);display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:8px;padding:10vh 1.5rem;box-sizing:border-box}.summary-loading .loading-spinner{width:2rem;height:2rem;border:3px solid rgba(0,0,0,0.1);border-radius:50%;border-top-color:var(--theme-color);animation:spin 1s ease-in-out infinite;margin:0 auto 1rem}.summary-loading span{font-size:1rem;font-weight:500}.preview-notice{margin-top:1rem;display:none}.preview-notice .alert{display:flex;align-items:flex-start;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:0.375rem;padding:1rem;position:relative}.preview-notice .alert .fa-exclamation-triangle{color:#f59e0b;font-size:1.25rem;margin-right:1rem;margin-top:0.25rem}.preview-notice .alert .fas{color:#f59e0b;font-size:16px}.preview-notice .alert .alert-content{flex:1}.preview-notice .alert .alert-content h3{color:#92400e;font-size:1rem;line-height:1.2;font-weight:600;margin:0 0 0.25rem 0}.preview-notice .alert .alert-content p{color:#92400e;font-size:0.875rem;margin-top:6px}.footer-container{background-color:var(--theme-color);color:white;padding-top:52px;padding-bottom:12px;margin-top:3rem}.footer-container.pb-4{padding-bottom:calc(var(--padding-bottom) + 16px)}.footer-container .container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.footer-container .footer-content{display:flex;justify-content:space-between;gap:1rem}@media (max-width: 768px){.footer-container .footer-content{flex-direction:column}}.footer-container .footer-store-logo{display:flex;align-items:center;gap:16px}.footer-container .footer-store-logo .logo-image{width:auto;height:48px;object-fit:cover}.footer-container .footer-store-name{font-weight:600;font-size:16px;margin-bottom:8px}.footer-container .footer-links{display:flex;align-items:center;gap:16px}.footer-container .footer-links a{color:white;text-decoration:none;transition:text-decoration 0.3s ease}.footer-container .footer-links a:hover{text-decoration:underline}.footer-container .footer-copyright{margin-top:2rem;padding-top:1rem;border-top-width:1px;border-top-style:solid;border-color:#4b5563;font-size:0.875rem;text-align:center}.footer-container .footer-branding{position:fixed;bottom:0;left:0;width:100%;height:40px;line-height:40px;text-align:center;background-color:#fff;color:#525252;box-shadow:0 -1px 3px rgba(0,0,0,0.1)}.footer-container .footer-branding a{color:var(--theme-color)}.footer-container .footer-branding a:hover{color:var(--theme-color-light)}.order-summary{background-color:white;border-radius:8px;box-shadow:var(--theme-shadow, 0 4px 12px rgba(0,0,0,0.08));padding:1.5rem;height:fit-content;width:100%}.order-summary h2{color:var(--theme-color);font-size:1.5rem;font-weight:bold;margin-bottom:1.5rem}.order-summary .summary-details{margin-bottom:1.5rem}.order-summary .summary-details .summary-row{display:flex;justify-content:space-between;align-items:center}.order-summary .summary-details .summary-row .label{color:#4B5563}.order-summary .summary-details .summary-row .value{font-weight:500}.order-summary .summary-details .summary-row .value.gary-text{color:#6B7280}.order-summary .checkout-button{display:block;width:100%;padding:0.75rem 0;text-align:center;border-radius:0.5rem;font-weight:500;color:white;background-color:var(--theme-color);transition:background-color 0.3s ease;text-decoration:none}.order-summary .checkout-button:hover{background-color:var(--theme-color-light, #1f342c)}.order-summary .order-items .order-item{display:flex;padding:0.75rem 0;border-bottom:1px solid #e5e5e5}.order-summary .order-items .order-item:last-child{border-bottom:none}.order-summary .order-items .order-item .item-image{width:60px;height:60px;margin-right:0}.order-summary .order-items .order-item .item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.order-summary .order-items .order-item .item-content{flex:1}.order-summary .order-items .order-item .item-info{display:flex;justify-content:space-between;margin-bottom:0.5rem}.order-summary .order-items .order-item .item-title{font-weight:500}.order-summary .order-items .order-item .item-options{font-size:0.875rem;color:#6B7280}.order-summary .order-totals div{display:flex;justify-content:space-between;margin-bottom:0.5rem}.order-summary .submit-button{display:block;width:100%;padding:0.75rem 0;text-align:center;border-radius:0.5rem;font-weight:500;color:white;background-color:var(--theme-color);border:none;margin-top:0;cursor:pointer;transition:background-color 0.3s ease}.order-summary .submit-button:hover{background-color:var(--theme-color-dark, #1f342c)}.order-summary .submit-button i{margin-right:0.5rem}@media (max-width: 768px){.order-summary .submit-button{padding:0.6rem 0;font-size:0.85rem}}.summary-placeholder{display:none;visibility:hidden;height:0;width:100%}.summary-placeholder.active{display:block;visibility:visible;height:auto}@media (max-width: 768px){.order-summary{width:100%;padding:1.25rem;margin-top:1.5rem}.order-summary h2{font-size:1.25rem;margin-bottom:1.25rem}.order-summary .summary-details{margin-bottom:1.25rem}.order-summary .summary-details .summary-row{margin-bottom:0.5rem;font-size:0.95rem}.order-summary .checkout-button,.order-summary .submit-button{padding:0.75rem 0;font-size:1rem}.summary-placeholder.active{display:none}}.summary-submit-wrapper{display:flex;flex-direction:column;gap:1rem}.summary-submit-wrapper .total{display:flex;justify-content:space-between;align-items:center;font-weight:bold;font-size:1.125rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}@media (max-width: 768px){.summary-submit-wrapper{flex-direction:row;justify-content:space-between;align-items:center;white-space:nowrap;gap:40px;position:fixed;bottom:var(--padding-bottom);z-index:10;width:100%;background:#fff;left:0;padding:12px 16px;border-bottom:1px solid #e5e5e5}.summary-submit-wrapper .total{margin-top:0;padding-top:0;border-top:none}}@media (max-width: 480px){.order-summary{padding:1rem}.order-summary h2{font-size:1.2rem;margin-bottom:1rem}.order-summary .summary-details .summary-row{font-size:0.9rem}.order-summary .checkout-button,.order-summary .submit-button{padding:0.6rem 0}}@media (max-width: 768px){.footer-container{padding-bottom:calc(72px + var(--padding-bottom))}.footer-container.pb-4{padding-bottom:calc(60px + var(--padding-bottom) + 12px)}.footer-container.clear-cart{padding-bottom:calc(var(--padding-bottom) + 12px)}}.desktop-only{max-height:70vh}@media (max-width: 768px){.desktop-only{display:none !important}}@media (min-width: 769px){.mobile-only{display:none !important}}@media (max-width: 768px){.page-width{padding:0}}@media (max-width: 768px){.header-container .container .store-branding .store-name{white-space:nowrap;overflow:hidden;font-size:14px;text-overflow:ellipsis}.header-container .container .search-cart-container{padding-left:16px;box-sizing:border-box;flex:1}.header-container .container .search-container .search-input{padding:0.5rem 0.75rem;font-size:0.875rem;height:100%;box-sizing:border-box}.header-container .container .mobile-cart-button .mobile-cart-badge{top:-5px;right:-5px}}@media (max-width: 768px){.search-container{padding:0.75rem;margin-bottom:1rem}}@media (max-width: 768px){.search-form{width:100%}}@media (max-width: 768px){.search-input-group{width:100%}}@media (max-width: 768px){.search-submit{width:100%}}@media (max-width: 768px){.layout-container{display:block;gap:0}}@media (max-width: 768px){.banner{margin-bottom:0}.banner .banner-content .banner-text-overlay .banner-title{font-size:1.75rem}.banner .banner-content .banner-text-overlay .banner-subtitle{font-size:1.25rem}}.mobile-nav-toggle{position:sticky;top:0;z-index:10;background-color:white;padding:0.75rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.mobile-nav-toggle button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0.5rem;background:none;border:none;font-size:1rem;font-weight:500;cursor:pointer}.mobile-nav-toggle .icon-down{border:solid #333;border-width:0 2px 2px 0;display:inline-block;padding:3px;margin-left:0.5rem;transform:rotate(45deg);transition:transform 0.3s}.mobile-categories-tags{position:sticky;top:0;z-index:10;background-color:white;padding:0.75rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.1);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-categories-tags::-webkit-scrollbar{display:none}.mobile-categories-tags .categories-tags-grid{display:flex;align-items:center;white-space:nowrap;padding:0;gap:0.75rem}.mobile-categories-tags .category-tag-item{display:inline-block;padding:0.5rem 1rem;background-color:#f5f5f5;border-radius:50px;font-size:0.9rem;color:#555;text-decoration:none;text-align:center;transition:all 0.2s ease}.mobile-categories-tags .category-tag-item.active{background-color:var(--theme-color);color:white;font-weight:500}.mobile-categories-tags .category-tag-item.placeholder{padding:1px;background-color:transparent}.mobile-categories-tags .category-tag-icon{display:flex;align-items:center;justify-content:center}.mobile-categories-tags .category-tag-icon .icon-grid{display:inline-block;width:16px;height:16px;background-image:linear-gradient(to right, #555 33%, transparent 33%),linear-gradient(to right, #555 33%, transparent 33%),linear-gradient(to right, #555 33%, transparent 33%),linear-gradient(to right, #555 33%, transparent 33%);background-size:10px 3px;background-position:0 0, 0 5px, 0 10px, 0 15px;background-repeat:no-repeat}.mobile-categories-dropdown{display:none;background:white;position:absolute;top:100%;left:0;right:0;z-index:11;border-radius:0 0 8px 8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);max-height:300px;overflow-y:auto;padding:0.5rem;margin-top:-0.5rem}.mobile-categories-dropdown.active{display:block}.mobile-categories-dropdown .category-item{display:block;padding:0.75rem;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f0}.mobile-categories-dropdown .category-item:last-child{border-bottom:none}.mobile-categories-dropdown .category-item:active{background-color:#f9f9f9}@media (max-width: 768px){.products-container{margin-bottom:100px;padding:0 0.75rem}}@media (max-width: 768px){.products-grid{gap:0.75rem}}@media (max-width: 768px){.product-card{padding:1rem;padding-top:30px;flex-direction:row;align-items:flex-start}.product-card__image{width:80px;height:100%;margin-right:10px;margin-bottom:1rem}.product-card__info{width:100%;flex-direction:column;align-items:flex-start}.product-card__content{width:100%;margin-bottom:0}.product-card__action-row{width:100%;margin-top:1rem}.product-card__price-compact .current-price{font-size:1.125rem}.product-card__actions{margin-left:10px}.product-card__actions .quantity-control .quantity-button{width:28px;height:28px}.product-card__actions .quantity-control .quantity-input{width:40px;font-size:0.875rem}}.mobile-cart-bar{position:fixed;bottom:var(--padding-bottom);left:0;right:0;background:white;box-shadow:0 -2px 8px rgba(0,0,0,0.1);z-index:100}.mobile-cart-bar .checkout-button{margin-left:12px}.mobile-cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:100;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0.3s}.mobile-cart-overlay.active{opacity:1;visibility:visible}.cart-summary{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem}.cart-summary .cart-icon{position:relative;font-size:1.5rem;display:flex;align-items:center}.cart-summary .cart-badge{position:absolute;top:-8px;left:100%;transform:translateX(-50%);background-color:#f64649;color:white;font-size:12px;height:18px;line-height:18px;border-radius:9px;padding:0 6px}.cart-summary .checkout-button{padding:0.5rem 1.25rem;background-color:var(--theme-color);color:white;border:none;border-radius:4px;font-weight:500;font-size:0.875rem}.cart-summary .checkout-button:disabled{background-color:#ccc}.mobile-cart-drawer{position:fixed;bottom:-100%;left:0;right:0;height:70vh;background:white;z-index:101;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px rgba(0,0,0,0.15);transition:bottom 0.3s;display:flex;flex-direction:column;overflow:hidden}.mobile-cart-drawer.active{bottom:0}.mobile-cart-drawer .drawer-header{padding:1.25rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.mobile-cart-drawer .drawer-header h3{font-size:1.25rem;margin:0}.mobile-cart-drawer .drawer-header .close-drawer{background:none;border:none;font-size:0.875rem;line-height:1;padding:0.25rem;cursor:pointer}.mobile-cart-drawer .cart-items{flex-grow:1;overflow-y:auto;padding:1rem}.mobile-cart-drawer .drawer-footer{padding:1rem;padding-bottom:1rem;margin-bottom:var(--padding-bottom);border-top:1px solid #eee;display:flex;flex-direction:column;gap:0.75rem}.mobile-cart-drawer .drawer-footer .clear-cart{color:#666;background:none;border:none;font-size:0.875rem;padding:0.5rem}.mobile-cart-drawer .drawer-footer .checkout-button-full{width:100%;background-color:var(--theme-color);color:white;padding:0.75rem;border:none;border-radius:4px;font-weight:500;cursor:pointer}.mobile-cart-drawer .drawer-footer .checkout-button-full:disabled{background-color:#ccc}@media (max-width: 768px){.footer-container{padding-bottom:calc(72px + var(--padding-bottom))}.footer-container.pb-4{padding-bottom:calc(60px + var(--padding-bottom) + 12px)}.footer-container.clear-cart{padding-bottom:calc(var(--padding-bottom) + 12px)}}
