*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease}.navbar.transparent{background-color:transparent}.navbar.scrolled{background-color:#fff;box-shadow:0 4px 6px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;transition:padding .3s ease}.navbar.transparent .navbar-container{padding:1.5rem}.navbar.scrolled .navbar-container{padding:.5rem 1.5rem}.navbar-content{display:flex;align-items:center;justify-content:space-between}.navbar-logo img{height:5rem;width:auto;transition:all .3s ease}.navbar.scrolled .navbar-logo img{height:3rem}.navbar.transparent .navbar-logo img{opacity:.9}.navbar.scrolled .navbar-logo img{opacity:1}.navbar-menu{display:none;gap:2rem}.navbar-menu a{font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s ease}.cart-link{position:relative;display:flex;align-items:center;gap:.25rem}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#efa942;color:#fff;font-size:.75rem;font-weight:700;padding:.125rem .375rem;border-radius:9999px;min-width:20px;text-align:center}.navbar.transparent .navbar-menu a{color:#fff}.navbar.transparent .navbar-menu a:hover{color:#fdba74}.navbar.scrolled .navbar-menu a{color:#1f2937}.navbar.scrolled .navbar-menu a:hover{color:#efa942}.mobile-menu-button{background:none;border:none;cursor:pointer;outline:none;display:block}.navbar.transparent .mobile-menu-button{color:#fff}.navbar.scrolled .mobile-menu-button{color:#1f2937}.mobile-cart-icon{display:none;position:relative;text-decoration:none}.navbar.transparent .mobile-cart-icon{color:#fff}.navbar.scrolled .mobile-cart-icon{color:#1f2937}@media(max-width:767px){.mobile-cart-icon{display:flex;align-items:center}}.mobile-menu-dropdown{display:flex;flex-direction:column;gap:0;margin-top:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;overflow:hidden}.mobile-menu-dropdown a{padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;color:#1f2937;text-decoration:none;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.mobile-menu-dropdown a:last-child{border-bottom:none}.mobile-menu-dropdown a:hover{background-color:#f9fafb;color:#efa942}@media(min-width:768px){.navbar-menu{display:flex}.mobile-menu-button,.mobile-menu-dropdown{display:none}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:#00000080}.hero-content{max-width:1200px;margin:0 auto;padding:8rem 1.5rem;position:relative;z-index:10}.hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.logo-section{display:flex;justify-content:center;animation:fadeInLeft 1s ease-out}.logo-section img{width:100%;max-width:35rem;margin:0 auto;display:block}.content-section{color:#fff;animation:fadeInRight 1s ease-out .2s;animation-fill-mode:both}.content-section h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.content-section h1 .highlight{color:#efa942}.content-section p{font-size:1.25rem;color:#e5e7eb;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;padding-top:1rem;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s ease;display:inline-block}.btn-primary{background-color:#efa942;color:#fff;box-shadow:0 10px 15px #0003}.btn-primary:hover{background-color:#c2410c}.btn-secondary{background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background-color:#ffffff4d}.image-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:5rem}@media(min-width:768px){.image-gallery{grid-template-columns:repeat(4,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:.5rem;box-shadow:0 20px 25px #0003}.gallery-item:nth-child(1){animation:fadeInUp 1s ease-out .4s;animation-fill-mode:both}.gallery-item:nth-child(2){animation:fadeInUp 1s ease-out .6s;animation-fill-mode:both}.gallery-item:nth-child(3){animation:fadeInUp 1s ease-out .8s;animation-fill-mode:both}.gallery-item:nth-child(4){animation:fadeInUp 1s ease-out 1s;animation-fill-mode:both}.gallery-item img{width:100%;height:16rem;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem}@media(max-width:767px){.section{min-height:auto;padding:3rem 0}}.section.bg-white{background-color:#fff}.section.bg-gray{background-color:#f3f4f6}.section-content{text-align:center}.section-content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-content p{font-size:1.25rem;color:#6b7280}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.content-section h1{font-size:3.75rem}.content-section p{font-size:1.5rem}}@media(max-width:767px){.content-section h1{font-size:1.75rem}.content-section{text-align:center}.hero-content{padding:6rem 1rem 3rem}.logo-section img{max-width:20rem}.hero-grid{gap:2rem}.cta-buttons{justify-content:center}.btn{padding:.65rem 1.5rem;font-size:1rem}.navbar-logo img{height:3.5rem}.navbar.scrolled .navbar-logo img{height:2.5rem}}.products-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}@media(max-width:767px){.products-container{min-height:auto;padding:3rem 1rem}}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem}.home-min-order-note{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem;color:#9a3412;margin:0 auto 2rem;max-width:600px;text-align:center}.home-min-order-note svg{flex-shrink:0;color:#ea580c}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #00000026}.product-image{position:relative;width:100%;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.stock-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase}.stock-badge.in-stock{background-color:#10b981;color:#fff}.stock-badge.out-of-stock{background-color:#ef4444;color:#fff}.product-info{padding:1.5rem}.product-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.product-weight{font-size:.85rem;color:#9ca3af;margin-bottom:.4rem}.product-description{font-size:1rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.product-footer{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-price{font-size:1.75rem;font-weight:700;color:#efa942}.product-qty{font-size:.875rem;color:#6b7280}.btn-block{width:100%;text-align:center;display:block}.about-section{background:#0a0a0a;color:#fff;padding:4rem 1.5rem}.about-container{max-width:1400px;margin:0 auto}.about-title{font-size:3rem;font-weight:300;margin-bottom:2rem;letter-spacing:.05em}.about-title .highlight-orange{background:#efa942;color:#fff;padding:.25rem 1.5rem;font-weight:700}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem}.about-column{display:flex;flex-direction:column;gap:2rem}.about-column-center{justify-content:center}.about-text{font-size:1.05rem;line-height:1.9;color:#e5e7eb;text-align:justify}.about-image{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 8px 16px #0006}.about-image-large{min-height:300px}.about-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.about-image-large img{min-height:300px;-o-object-fit:cover;object-fit:cover}@media(min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}.about-image-large,.about-image-large img{min-height:400px}}@media(min-width:1024px){.about-section{padding:5rem 2rem 6rem}.about-grid{grid-template-columns:repeat(3,1fr);gap:4rem}.about-title{font-size:4rem;margin-bottom:4rem}.about-text{font-size:1.05rem;line-height:2}.about-image-large,.about-image-large img{min-height:350px}}.product-range-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f8f9fa);padding:5rem 1.5rem;position:relative;overflow:hidden}.product-range-section:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:radial-gradient(circle at 30% 20%,rgba(239,169,66,.1) 0%,transparent 50%);pointer-events:none}.product-range-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.product-range-header{text-align:center;margin-bottom:5rem;animation:fadeInDown .8s ease}.product-range-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem;letter-spacing:-.5px}.product-range-title .highlight-orange{color:#efa942;position:relative;display:inline-block}.product-range-title .highlight-orange:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#EFA942,transparent);border-radius:2px}.product-range-subtitle{font-size:1.125rem;color:#6b7280;font-weight:400}.product-range-grid{display:flex;flex-direction:column;gap:6rem}.product-range-card{position:relative;min-height:450px;display:flex;align-items:center}.color-block{position:absolute;width:250px;height:250px;border-radius:20px;z-index:1;opacity:.15;transition:all .5s ease}.color-orange{background:linear-gradient(135deg,#efa942,#f4b963)}.color-brown{background:linear-gradient(135deg,#8b4513,sienna)}.color-charcoal{background:linear-gradient(135deg,#2d3748,#4a5568)}.color-teal{background:linear-gradient(135deg,#0d9488,#14b8a6)}.product-range-card:hover .color-block{opacity:.25;transform:scale(1.1) rotate(5deg)}.product-range-image-wrapper{position:relative;width:500px;height:400px;flex-shrink:0;z-index:2}.product-range-image{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0003;transition:all .5s cubic-bezier(.4,0,.2,1)}.product-range-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-range-image.main-image{width:450px;height:350px;top:0;left:0;z-index:2}.product-range-image.overlay-image{width:280px;height:220px;z-index:3;border:6px solid white}.layout-left .product-range-image.overlay-image{bottom:-30px;right:-50px;filter:brightness(.95)}.layout-right .product-range-image.overlay-image{bottom:-30px;left:-50px;filter:brightness(.95)}.product-range-card:hover .product-range-image.main-image img{transform:scale(1.08)}.product-range-card:hover .product-range-image.overlay-image{transform:translateY(-10px) scale(1.05);box-shadow:0 30px 80px #0000004d}.product-range-content{flex:1;padding:3rem;position:relative;z-index:4}.product-range-content.glass-effect{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #00000014;transition:all .4s ease}.product-range-card:hover .product-range-content.glass-effect{background:#fffffff2;transform:translate(0) scale(1.02);box-shadow:0 15px 50px #0000001f}.layout-left{flex-direction:row}.layout-left .color-block{top:-50px;left:-30px}.layout-left .product-range-content{margin-left:-80px}.layout-right{flex-direction:row-reverse}.layout-right .color-block{top:-50px;right:-30px}.layout-right .product-range-content{margin-right:-80px}.product-range-name{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.product-range-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#efa942,#f4b963);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;box-shadow:0 4px 15px #efa9424d}.product-range-description{font-size:1.0625rem;line-height:1.8;color:#4b5563}.product-range-dual{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.product-range-card-small{position:relative;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .4s ease}.product-range-card-small:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.color-accent{position:absolute;width:150px;height:150px;border-radius:50%;top:-50px;right:-50px;opacity:.2;z-index:1;transition:all .5s ease}.color-rust{background:linear-gradient(135deg,#d97706,#f59e0b)}.color-black{background:linear-gradient(135deg,#1f2937,#374151)}.product-range-card-small:hover .color-accent{opacity:.3;transform:scale(1.3)}.product-range-image-compact{position:relative;height:280px;overflow:hidden}.product-range-image-compact img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.blur-overlay{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,rgba(255,255,255,.95),transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.product-range-card-small:hover .product-range-image-compact img{transform:scale(1.1)}.product-range-content-compact{padding:2rem;position:relative;z-index:2}.product-range-name-small{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-range-description-small{font-size:.9375rem;line-height:1.7;color:#6b7280}.product-range-btn{display:inline-block;margin-top:1.5rem}@media(max-width:1024px){.product-range-card{flex-direction:column!important;min-height:auto}.layout-left .product-range-content,.layout-right .product-range-content{margin:-50px 0 0}.product-range-image-wrapper{width:100%;height:350px}.product-range-image.main-image{width:100%;height:300px}.product-range-image.overlay-image{width:200px;height:160px;bottom:-30px;right:20px;left:auto}.color-block{width:180px;height:180px;top:20px!important;left:20px!important;right:auto!important}}@media(max-width:768px){.product-range-section{padding:3rem 1rem}.product-range-header{margin-bottom:3rem}.product-range-title{font-size:2rem}.product-range-grid{gap:4rem}.product-range-content{padding:2rem}.product-range-name{font-size:1.75rem}.product-range-dual{grid-template-columns:1fr;gap:2rem}.product-range-image.overlay-image{width:150px;height:120px}}@media(min-width:1280px){.product-range-section{padding:7rem 2rem}.product-range-title{font-size:3.5rem}.product-range-grid{gap:8rem}}.product-detail-section{min-height:calc(100vh - 100px);padding-top:100px;background-color:#f9fafb}.product-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.back-link{display:inline-flex;align-items:center;color:#6b7280;text-decoration:none;font-size:1rem;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:#efa942}.product-detail-grid{display:grid;gap:3rem;overflow:hidden}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr}}.product-detail-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{position:relative;width:100%;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.product-main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.thumbnail-item{position:relative;width:100%;aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.thumbnail-item:hover{border-color:#efa942}.thumbnail-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:768px){.product-main-image{height:450px}.product-thumbnails{grid-template-columns:repeat(5,1fr)}}@media(min-width:1024px){.product-main-image{height:500px}}.product-detail-image{position:relative;height:400px}@media(min-width:768px){.product-detail-image{height:100%;min-height:500px}}.product-detail-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stock-badge-large{position:absolute;top:1.5rem;right:1.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:700;text-transform:uppercase}.stock-badge-large.in-stock{background:#10b981;color:#fff}.stock-badge-large.out-of-stock{background:#ef4444;color:#fff}.product-detail-info{padding:2rem}.product-detail-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.product-detail-short{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.product-detail-price-box{background-color:#f9fafb;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;display:flex;align-items:baseline;gap:.75rem}.product-detail-price{font-size:3rem;font-weight:700;color:#efa942}.product-detail-unit{font-size:1.125rem;color:#6b7280}.product-pricing-table{background:#f9fafb;border-radius:.75rem;overflow:hidden;margin-bottom:1rem;border:1px solid #e5e7eb}.product-pricing-label{padding:.6rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.product-pricing-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;color:#4b5563;transition:background .15s}.product-pricing-row:last-child{border-bottom:none}.product-pricing-row.active-tier{background:#fef9f0;font-weight:600;color:#111827}.product-pricing-row.active-tier .pricing-rate{color:#efa942}.pricing-range{color:inherit}.pricing-rate{font-weight:600}.product-price-summary{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.25rem}.price-summary-main{display:flex;align-items:baseline;gap:.15rem}.price-summary-rate{font-size:2.25rem;font-weight:700;color:#efa942;line-height:1}.price-summary-unit{font-size:1rem;color:#6b7280;font-weight:500}.price-summary-total{font-size:1rem;color:#6b7280;text-align:right}.price-summary-total strong{display:block;font-size:1.35rem;color:#111827;font-weight:700}.product-detail-weight{font-size:.875rem;color:#6b7280;margin-top:.1rem;margin-bottom:1rem}.product-quantity-selector{margin-bottom:1.5rem}.quantity-label{display:block;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.quantity-controls{display:flex;align-items:center;gap:0;margin-bottom:.5rem}.qty-btn{width:48px;height:48px;border:2px solid #e5e7eb;background-color:#fff;font-size:1.5rem;font-weight:600;color:#1f2937;cursor:pointer;transition:all .2s ease}.qty-btn:first-child{border-radius:.5rem 0 0 .5rem}.qty-btn:last-child{border-radius:0 .5rem .5rem 0}.qty-btn:hover{background-color:#efa942;color:#fff;border-color:#efa942}.qty-input{width:100px;height:48px;border:2px solid #e5e7eb;border-left:none;border-right:none;text-align:center;font-size:1.25rem;font-weight:600;color:#1f2937;background-color:#f9fafb}.quantity-note{font-size:.875rem;color:#6b7280;margin-top:.5rem}.btn-large{padding:1rem 2rem;font-size:1.25rem}.out-of-stock-notice{background-color:#fee2e2;border:2px solid #ef4444;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.out-of-stock-notice p{color:#991b1b;font-size:1rem;font-weight:500;margin:0}.product-detail-description{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.product-detail-description h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.product-detail-description p{font-size:1.125rem;color:#4b5563;line-height:1.75}@media(max-width:767px){.product-detail-section{padding-top:80px;overflow-x:hidden}.product-detail-container{padding:1.25rem 1rem 2.5rem;max-width:100%;box-sizing:border-box}.product-detail-grid{gap:1.5rem}.product-main-image{height:260px}.product-detail-info{padding:0}.product-detail-title{font-size:1.75rem}.product-detail-short{font-size:1rem;margin-bottom:1rem}.product-pricing-table{width:100%;box-sizing:border-box}.product-pricing-row{padding:.6rem .75rem;font-size:.9rem}.product-price-summary{flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem 1rem;width:100%;box-sizing:border-box}.price-summary-rate{font-size:1.75rem}.price-summary-total{text-align:left}.price-summary-total strong{font-size:1.1rem}.quantity-controls{width:100%}.qty-btn{flex:1;width:auto;height:44px}.qty-input{flex:2;width:auto;min-width:0;height:44px}.product-detail-description{margin-top:1.5rem;padding-top:1.5rem}.product-detail-description h3{font-size:1.25rem}.product-detail-description p{font-size:1rem}}@media(max-width:380px){.product-detail-container{padding:1rem .75rem 2rem}.product-detail-title{font-size:1.5rem}.product-main-image{height:220px}.product-pricing-row{padding:.5rem .6rem;font-size:.85rem}.product-pricing-label{padding:.5rem .6rem}.price-summary-rate{font-size:1.5rem}.price-summary-total strong{font-size:1rem}.product-price-summary{padding:.75rem}.qty-btn{height:40px;font-size:1.25rem}.qty-input{height:40px;font-size:1rem}}.footer{background-color:#1f2937;padding:2rem 1.5rem;text-align:center}.footer p{color:#9ca3af;font-size:.875rem}.success-message{margin-top:1rem;padding:1rem;background-color:#d1fae5;border:2px solid #10b981;border-radius:.5rem;display:flex;justify-content:space-between;align-items:center}.success-message span{color:#065f46;font-weight:600}.view-cart-link{color:#10b981;font-weight:600;text-decoration:none;transition:color .2s ease}.view-cart-link:hover{color:#059669}.btn-loading{opacity:.7;cursor:not-allowed}.flash-message{position:fixed;top:90px;left:50%;transform:translate(-50%);z-index:1000;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;box-shadow:0 10px 30px #00000026;animation:slideDown .35s ease-out;text-align:center;min-width:280px;max-width:90vw;white-space:nowrap}.flash-message.success{background-color:#d1fae5;border:2px solid #10b981;color:#065f46}.flash-message.error{background-color:#fee2e2;border:2px solid #ef4444;color:#991b1b}.flash-message-body{display:flex;align-items:center;gap:1.25rem;justify-content:center}.flash-message-text{display:flex;align-items:center;gap:.5rem}.flash-view-cart{display:inline-block;background:#10b981;color:#fff!important;font-size:.875rem;font-weight:700;padding:.3rem .85rem;border-radius:20px;text-decoration:none;transition:background .2s;white-space:nowrap}.flash-view-cart:hover{background:#059669}@keyframes slideDown{0%{transform:translate(-50%) translateY(-80px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.cart-section{min-height:calc(100vh - 75px);padding-top:100px;padding-bottom:3rem;background:#f9fafb}.cart-container{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1f2937}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.empty-cart svg{margin:0 auto 1.5rem;stroke:#9ca3af}.empty-cart h2{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-cart p{color:#6b7280;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.cart-item{padding:1.25rem 1.5rem;display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center}.cart-item-image{width:80px;height:80px;border-radius:4px;overflow:hidden}.cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item-details{flex:1}.cart-item-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.cart-item-price{font-size:.875rem;color:#6b7280}.cart-item-tier-note{font-size:.75rem;color:#efa942;font-weight:600;margin-top:.15rem}.cart-item-quantity{display:flex;align-items:center}.quantity-controls-small{display:flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;border-radius:4px;padding:.25rem}.qty-btn-small{width:28px;height:28px;border:none;background:#f3f4f6;color:#374151;font-size:1rem;font-weight:600;cursor:pointer;border-radius:2px;transition:background-color .2s}.qty-btn-small:hover{background:#e5e7eb}.qty-display{min-width:40px;text-align:center;font-weight:600;color:#1f2937}.cart-item-subtotal{text-align:right}.subtotal-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.subtotal-amount{display:block;font-size:1.125rem;font-weight:600;color:#1f2937}.cart-item-remove{display:flex;align-items:center}.remove-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#ef4444;transition:color .2s}.remove-btn:hover{color:#dc2626}.cart-summary{position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.summary-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.summary-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.summary-row{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;font-size:.875rem;color:#6b7280}.summary-product-row{padding-bottom:.1rem;color:#1f2937;font-weight:500}.summary-product-meta{padding-top:0;padding-bottom:.5rem;font-size:.8rem;color:#9ca3af}.summary-product-name{max-width:60%}.summary-divider{border-top:1px solid #e5e7eb;margin:.5rem 0}.summary-total{font-size:1.25rem;font-weight:700;color:#1f2937;border-top:1px solid #e5e7eb;margin-top:.25rem;padding-top:.75rem}.btn-large{padding:1rem;font-size:1rem;font-weight:600}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:#6b7280;font-size:.875rem;text-decoration:none;transition:color .2s}.continue-shopping:hover{color:#374151}.cart-min-order-notice{display:flex;align-items:flex-start;gap:.5rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:#c2410c;margin-bottom:.75rem}.cart-min-order-notice svg{flex-shrink:0;margin-top:1px}@media(min-width:768px){.cart-content{grid-template-columns:1fr 350px}}@media(max-width:767px){.cart-item{grid-template-columns:60px 1fr auto;grid-template-rows:auto auto auto;gap:.5rem .75rem;padding:1rem}.cart-item-image{width:60px;height:60px;grid-row:1 / 3}.cart-item-details{grid-column:2 / 4}.cart-item-quantity{grid-column:2;grid-row:2;justify-self:start}.cart-item-remove{grid-column:3;grid-row:2;justify-self:end;align-self:center}.cart-item-subtotal{grid-column:1 / 4;grid-row:3;display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f3f4f6;text-align:left}.subtotal-label{display:inline;margin-right:.25rem}.cart-item-unpack{padding:.65rem 1rem}.cart-unpack-cost{white-space:normal}}.checkout-section{min-height:calc(100vh - 75px);padding-top:100px;padding-bottom:3rem;background:#f9fafb}.checkout-container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1f2937}.checkout-grid{display:grid;grid-template-columns:1fr;gap:2rem}.checkout-form-wrapper{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-section{margin-bottom:2rem}.form-section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #EFA942}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#efa942}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.error-text{display:block;color:#ef4444;font-size:.75rem;margin-top:.25rem}.delivery-options{display:flex;flex-direction:column;gap:1rem}.delivery-option{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.delivery-option:hover{border-color:#efa942;background:#fff7ed}.delivery-option input[type=radio]{margin-top:.25rem;margin-right:.75rem;cursor:pointer}.delivery-option input[type=radio]:checked~.delivery-option-content{color:#efa942}.delivery-option:has(input[type=radio]:checked){border-color:#efa942;background:#fff7ed}.delivery-option-content{flex:1}.delivery-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.delivery-option-name{font-weight:600;font-size:1rem}.delivery-option-price{font-weight:700;color:#efa942}.delivery-option-description{font-size:.875rem;color:#6b7280}.delivery-cost-feedback{margin-top:.75rem;border-radius:6px;overflow:hidden}.feedback-loading,.feedback-success,.feedback-error{padding:.6rem .875rem;border-radius:6px;font-size:.875rem;display:flex;align-items:center;gap:.4rem}.feedback-loading{background:#eff6ff;color:#3b82f6}.feedback-success{background:#f0fdf4;color:#16a34a}.feedback-error{background:#fef2f2;color:#dc2626}.unpack-option{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;margin-bottom:.75rem;transition:border-color .15s,background .15s}.unpack-option:hover{border-color:#efa942;background:#fffbf3}.unpack-option input[type=checkbox]{margin-top:.2rem;width:1rem;height:1rem;accent-color:#EFA942;flex-shrink:0;cursor:pointer}.unpack-option-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.unpack-option-name{font-weight:600;color:#1f2937;font-size:.95rem}.unpack-option-price{font-size:.875rem;color:#6b7280}.form-section-desc{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.form-help{display:block;margin-top:.35rem;font-size:.8rem;color:#9ca3af}.product-detail-weight{display:block;font-size:.875rem;color:#6b7280;margin-top:.25rem}.cart-item-unpack{padding:.65rem 1.5rem;background:#fef9f0;border-top:1px solid #f3d79a}.cart-unpack-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex-wrap:wrap}.cart-unpack-label input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:#EFA942;flex-shrink:0;cursor:pointer}.cart-unpack-name{font-size:.875rem;font-weight:500;color:#374151;flex:1;min-width:160px}.cart-unpack-cost{font-size:.875rem;color:#6b7280;white-space:nowrap}.cart-unpack-cost strong{color:#1f2937}.cart-item-weight{font-size:.8rem;color:#9ca3af;margin-top:.15rem}.checkout-summary{position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.checkout-items{margin-bottom:1rem}.checkout-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.checkout-item:last-child{border-bottom:none}.checkout-item-image{width:60px;height:60px;border-radius:4px;overflow:hidden;flex-shrink:0}.checkout-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.checkout-item-details{flex:1}.checkout-item-details h4{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.checkout-item-details p{font-size:.75rem;color:#6b7280}.checkout-item-price{font-weight:600;color:#1f2937}.summary-divider{height:1px;background:#e5e7eb;margin:1rem 0}.confirmation-section{min-height:calc(100vh - 75px);padding-top:100px;padding-bottom:3rem;background:#f9fafb}.confirmation-container{max-width:800px;margin:0 auto;padding:0 1rem;text-align:center}.confirmation-icon{margin:0 auto 1.5rem}.confirmation-title{font-size:2.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.confirmation-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.confirmation-details{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a;text-align:left;margin-bottom:2rem}.detail-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.detail-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.detail-section p{color:#6b7280;margin-bottom:.5rem}.confirmation-item{display:flex;justify-content:space-between;padding:.5rem 0}.confirmation-total{margin-top:1rem}.total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1rem}.final-total{font-size:1.5rem;font-weight:700;color:#1f2937;border-top:2px solid #e5e7eb;padding-top:1rem;margin-top:.5rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center}@media(min-width:768px){.checkout-grid{grid-template-columns:1fr 400px}}@media(max-width:767px){.checkout-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr}.confirmation-actions{flex-direction:column}}.footer-section{background:#111827;color:#fff;position:relative;padding:0}.footer-wave{width:100%;line-height:0;margin-top:-1px}.footer-wave svg{display:block;width:100%;height:60px}.footer-container{max-width:1400px;margin:0 auto;padding:4rem 1.5rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-logo{margin-bottom:1.25rem}.footer-logo img{height:52px;width:auto;filter:brightness(0) invert(1);opacity:.9}.footer-brand-desc{color:#9ca3af;font-size:.9rem;line-height:1.7;margin:0 0 1rem}.footer-brand-tagline{font-size:.875rem;font-style:italic;color:#efa942;margin:0 0 1.5rem;opacity:.9}.footer-social{display:flex;gap:.75rem;margin-top:auto}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#d1d5db;text-decoration:none;transition:all .25s ease}.footer-social-icon:hover{transform:translateY(-3px);border-color:transparent}.footer-social-whatsapp:hover{background:#25d366;color:#fff}.footer-social-facebook:hover{background:#1877f2;color:#fff}.footer-social-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.footer-title{font-size:.8rem;font-weight:700;letter-spacing:.12em;color:#efa942;margin-bottom:1.5rem;position:relative;padding-bottom:.875rem;text-transform:uppercase}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#efa942;border-radius:2px}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-nav-link{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s ease,padding-left .2s ease;display:flex;align-items:center;gap:.5rem}.footer-nav-link:before{content:"";display:inline-block;width:6px;height:6px;border-top:2px solid #EFA942;border-right:2px solid #EFA942;transform:rotate(45deg);flex-shrink:0;opacity:0;transition:opacity .2s ease}.footer-nav-link:hover{color:#efa942;padding-left:4px}.footer-nav-link:hover:before{opacity:1}.footer-contact-list{display:flex;flex-direction:column;gap:1.125rem;margin-bottom:1.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.875rem}.footer-contact-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#efa9421f;border-radius:8px;color:#efa942;margin-top:2px}.footer-contact-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin:0 0 .2rem}.footer-contact-value{font-size:.9rem;color:#d1d5db;margin:0;line-height:1.5}a.footer-contact-link{text-decoration:none;transition:color .2s ease}a.footer-contact-link:hover{color:#efa942}.footer-cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.375rem;background:#25d366;color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .25s ease;align-self:flex-start}.footer-cta-btn:hover{background:#1ebe5c;transform:translateY(-2px);box-shadow:0 6px 20px #25d36659;color:#fff}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,#374151 30%,#374151 70%,transparent);margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.footer-copyright{color:#6b7280;font-size:.875rem;margin:0}.footer-bottom-tagline{color:#4b5563;font-size:.8rem;margin:0}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.footer-brand-col{grid-column:span 2}}@media(min-width:1024px){.footer-container{padding:5rem 2rem 2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 2fr;gap:3.5rem;align-items:start}.footer-brand-col{grid-column:span 1}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.footer-wave svg{height:80px}}.exports-hero{background:linear-gradient(135deg,#1f2937,#374151);padding:8rem 1.5rem 4rem;text-align:center;margin-top:60px}.exports-hero-content h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.exports-hero-content p{font-size:1.25rem;color:#d1d5db}.exports-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.exports-section-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.exports-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem}.exports-countries{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:5rem 1.5rem;overflow:hidden}.map-background{position:absolute;inset:0;opacity:.4;pointer-events:none}.map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(239,169,66,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(239,169,66,.15) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}.map-lines{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 150px,rgba(239,169,66,.1) 150px,rgba(239,169,66,.1) 152px),repeating-linear-gradient(90deg,transparent,transparent 150px,rgba(239,169,66,.1) 150px,rgba(239,169,66,.1) 152px)}.map-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(239,169,66,.2) 1px,transparent 1px);background-size:30px 30px}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.countries-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.exports-countries .exports-section-title{color:#fff;position:relative;display:inline-block}.exports-countries .exports-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,transparent,#EFA942,transparent);box-shadow:0 0 10px #efa942}.countries-subtitle{color:#94a3b8;font-size:1.125rem;margin-top:1.5rem;letter-spacing:.5px}.countries-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;position:relative;z-index:1}.country-item{position:relative;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(239,169,66,.2);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.country-item:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#efa942,#f4b963,#efa942);border-radius:16px;opacity:0;transition:opacity .4s ease;z-index:-1}.country-item:after{content:"";position:absolute;inset:2px;background:linear-gradient(135deg,#0f172af2,#1e293bf2);border-radius:14px;z-index:-1}.country-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #efa9424d}.country-item:hover:before{opacity:1}.country-pin{width:12px;height:12px;background:#efa942;border-radius:50%;margin:0 auto 1rem;position:relative;box-shadow:0 0 20px #efa94299,0 0 40px #efa94266;animation:pulse 2s ease-in-out infinite}.country-pin:before{content:"";position:absolute;inset:-4px;border:2px solid rgba(239,169,66,.4);border-radius:50%;animation:ripple 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes ripple{0%{transform:scale(1);opacity:1}to{transform:scale(3);opacity:0}}.country-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:1px;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.5)}.country-line{width:60px;height:2px;background:linear-gradient(90deg,transparent,#EFA942,transparent);margin:0 auto;position:relative}.country-line:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#efa942;border-radius:50%;box-shadow:0 0 10px #efa942}.country-item[data-region=middle-east]:hover .country-pin{background:#f59e0b;box-shadow:0 0 20px #f59e0b99,0 0 40px #f59e0b66}.country-item[data-region=europe]:hover .country-pin{background:#10b981;box-shadow:0 0 20px #10b98199,0 0 40px #10b98166}.exports-products{background:linear-gradient(to bottom,#f9fafb,#fff);padding:5rem 0}@media(max-width:767px){.exports-products{padding:3rem 0}}.export-products-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1400px;margin:0 auto}.export-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;display:grid;grid-template-columns:1fr;transition:all .4s cubic-bezier(.4,0,.2,1)}.export-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-color:#efa942}.export-product-images{position:relative;background:#f9fafb;padding:1.5rem}@media(max-width:767px){.export-product-images{padding:.75rem}}.main-product-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:#e5e7eb;position:relative}.main-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.export-product-card:hover .main-product-image img{transform:scale(1.05)}.product-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:.5rem}.thumbnail{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease;background:#e5e7eb}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .3s ease}.thumbnail:hover{border-color:#efa942;transform:translateY(-2px)}.thumbnail.active{border-color:#efa942;box-shadow:0 0 0 3px #efa94233}.thumbnail:not(.active) img{opacity:.7}.thumbnail:hover img{opacity:1}.export-product-content{padding:2.5rem}.export-product-content h3{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem;line-height:1.2}.product-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.spec-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb);border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;transition:all .3s ease}.export-product-card:hover .spec-badge{background:linear-gradient(135deg,#fff7ed,#fed7aa);border-color:#efa942;color:#92400e}.export-product-content p{font-size:1.0625rem;color:#4b5563;line-height:1.8;margin-bottom:.875rem}.export-product-content p:last-child{margin-bottom:0}.export-highlight{color:#059669;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:1rem}@media(min-width:768px){.export-product-card{grid-template-columns:1fr 1fr}.export-product-images{padding:2rem}.main-product-image{margin-bottom:1rem}}@media(min-width:1024px){.export-product-card{grid-template-columns:1fr 1fr}}@media(max-width:767px){.export-product-content{padding:1rem}.export-product-content h3{font-size:1.5rem}.product-thumbnails{gap:.5rem}}.exports-details{background:#fff;padding:4rem 1.5rem}.exports-details-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.export-detail-card{background:#f9fafb;border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease}.export-detail-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a}.export-icon{color:#efa942;margin:0 auto 1.5rem}.export-detail-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.export-detail-card p{font-size:1.0625rem;color:#6b7280;line-height:1.7}.exports-contact{background:linear-gradient(135deg,#f9fafb,#e5e7eb);padding:4rem 1.5rem}.exports-contact-wrapper{max-width:800px;margin:0 auto}.exports-contact-header{text-align:center;margin-bottom:3rem}.exports-contact-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.exports-contact-header p{font-size:1.125rem;color:#6b7280}.exports-contact-form{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 25px #0000001a}.exports-contact-form .form-group{margin-bottom:1.5rem}.exports-contact-form label{display:block;font-size:.9375rem;font-weight:600;color:#374151;margin-bottom:.5rem}.exports-contact-form input,.exports-contact-form select,.exports-contact-form textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s}.exports-contact-form input:focus,.exports-contact-form select:focus,.exports-contact-form textarea:focus{outline:none;border-color:#efa942;box-shadow:0 0 0 3px #efa9421a}.exports-contact-form textarea{resize:vertical}.exports-contact-form .btn-large{width:100%;margin-top:1rem}.form-error{display:block;color:#dc2626;font-size:.825rem;margin-top:4px}.exports-notification{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:9999;min-width:320px;max-width:600px;width:calc(100% - 40px);border-radius:10px;box-shadow:0 4px 24px #00000026;animation:notif-slide-in .4s ease}@keyframes notif-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.exports-notification--success{background:#f0fdf4;border:1.5px solid #86efac;color:#166534}.exports-notification--error{background:#fef2f2;border:1.5px solid #fca5a5;color:#991b1b}.exports-notification-inner{display:flex;align-items:center;gap:12px;padding:16px 20px}.exports-notification-inner svg{flex-shrink:0}.exports-notification-inner span{flex:1;font-size:.95rem;font-weight:500}.exports-notification-close{background:none;border:none;cursor:pointer;font-size:1.4rem;line-height:1;color:inherit;opacity:.6;padding:0 4px}.exports-notification-close:hover{opacity:1}.product-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.checkbox-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:all .2s ease;font-weight:400;font-size:.9375rem;color:#374151;line-height:1.3}.checkbox-option:hover{border-color:#efa942;background:#fffbf5}.checkbox-option input[type=checkbox]{display:none}.checkbox-box{width:20px;height:20px;min-width:20px;border:2px solid #d1d5db;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkbox-option input[type=checkbox]:checked~.checkbox-box{background:#efa942;border-color:#efa942}.checkbox-option input[type=checkbox]:checked~.checkbox-box:after{content:"";display:block;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translate(-1px,-1px)}.checkbox-option input[type=checkbox]:checked~.checkbox-label{color:#92400e;font-weight:600}.checkbox-option:has(input:checked){border-color:#efa942;background:#fffbf5}.checkbox-label em{display:block;color:#9ca3af;font-style:normal;font-size:.8125rem;margin-top:2px}@media(min-width:768px){.export-product-card{grid-template-columns:400px 1fr}.export-product-image{height:100%;min-height:300px}.exports-details-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.countries-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.exports-hero{padding:6rem 1rem 3rem}.exports-hero-content h1{font-size:2rem}.exports-section-title{font-size:1.875rem}.exports-container{padding:0 1rem}.exports-countries{padding:3.5rem 1rem}.exports-contact{padding:3rem 1rem}.exports-contact-form{padding:1.5rem 1rem}.countries-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.country-badge{padding:1rem;font-size:1rem}.countries-wrapper{grid-template-columns:1fr;gap:1.25rem}.product-checkboxes{grid-template-columns:1fr}}.admin-login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.admin-login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:400px}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{font-size:2rem;color:#1f2937;margin-bottom:.5rem}.admin-login-header p{color:#6b7280;font-size:1rem}.admin-login-form{margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-error{display:block;color:#ef4444;font-size:.875rem;margin-top:.5rem}.form-help{display:block;color:#6b7280;font-size:.875rem;margin-top:.5rem}.admin-login-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.admin-login-note{text-align:center;color:#6b7280;font-size:.875rem}.admin-wrapper{display:flex;min-height:100vh;background:#f3f4f6}.admin-sidebar{width:260px;background:#1f2937;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.admin-sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #374151}.admin-sidebar-header h2{font-size:1.5rem;margin-bottom:.25rem;color:#efa942}.admin-sidebar-header p{color:#9ca3af;font-size:.875rem}.admin-nav{flex:1;padding:1rem 0}.admin-nav-item{display:block;padding:.875rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.admin-nav-item:hover,.admin-nav-item.active{background:#374151;color:#fff;border-left-color:#efa942}.admin-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#efa942;color:#fff;font-size:11px;font-weight:700;margin-left:auto}.admin-btn-sm{padding:.375rem .75rem;font-size:.8rem}.order-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.order-status-new{background:#dbeafe;color:#1e40af}.order-status-processing{background:#fef9f0;color:#92400e;border:1px solid #f3d79a}.order-status-paid{background:#d1fae5;color:#065f46}.order-status-completed{background:#f3f4f6;color:#6b7280}.order-status-tabs{display:flex;gap:4px;margin-bottom:20px;flex-wrap:wrap}.order-tab{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;color:#6b7280;background:#fff;border:1px solid #e5e7eb;transition:all .15s}.order-tab:hover{background:#f9fafb}.order-tab.active{background:#111827;color:#fff;border-color:#111827}.order-tab .tab-count{display:inline-block;background:#f3f4f6;color:#374151;border-radius:10px;padding:0 7px;font-size:11px;margin-left:4px}.order-tab.active .tab-count{background:#fff3;color:#fff}.order-tab.new.active{background:#1e40af;border-color:#1e40af}.order-tab.processing.active{background:#92400e;border-color:#92400e}.order-tab.paid.active{background:#065f46;border-color:#065f46}.order-row-new td{background:#eff6ff}.order-row-new:hover td{background:#dbeafe!important}.order-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.order-card-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 14px}.order-detail-row{display:flex;padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.order-detail-row:last-child{border-bottom:none}.order-detail-label{color:#6b7280;width:110px;flex-shrink:0}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid #374151}.admin-logout-btn{width:100%;padding:.75rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.admin-logout-btn:hover{background:#dc2626}.admin-main{flex:1;margin-left:260px;padding:2rem}.admin-container{max-width:1400px;margin:0 auto}.admin-alert{padding:1rem 1.25rem;border-radius:6px;margin-bottom:1.5rem}.admin-alert-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.admin-alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.admin-alert-info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{font-size:2rem;color:#1f2937}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.admin-stat-content h3{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.admin-stat-number{font-size:2rem;font-weight:700;color:#1f2937}.admin-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-section-header h2{font-size:1.5rem;color:#1f2937}.admin-btn{padding:.625rem 1.25rem;border-radius:6px;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s;border:none;cursor:pointer;font-size:.875rem}.admin-btn-primary{background:#efa942;color:#fff}.admin-btn-primary:hover{background:#d69433}.admin-btn-secondary{background:#6b7280;color:#fff}.admin-btn-secondary:hover{background:#4b5563}.admin-btn-icon{padding:.5rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;color:#374151;border:none;cursor:pointer;transition:all .2s}.admin-btn-icon:hover{background:#e5e7eb}.admin-btn-icon-danger{background:#fee2e2;color:#dc2626}.admin-btn-icon-danger:hover{background:#fca5a5}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table thead th{background:#f9fafb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;border-bottom:2px solid #e5e7eb}.admin-table tbody td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.admin-table tbody tr:hover{background:#f9fafb}.admin-table-img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.admin-table-actions{display:flex;gap:.5rem}.admin-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge-success{background:#d1fae5;color:#065f46}.admin-badge-danger{background:#fee2e2;color:#991b1b}.admin-badge-info{background:#dbeafe;color:#1e40af}.admin-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.875rem}.admin-form-group input[type=text],.admin-form-group input[type=number],.admin-form-group input[type=password],.admin-form-group select,.admin-form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{outline:none;border-color:#efa942;box-shadow:0 0 0 3px #efa9421a}.admin-form-group textarea{resize:vertical}.admin-form-group input[type=file]{padding:.5rem 0}.admin-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151;margin-top:.25rem}.admin-checkbox-label input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:#EFA942;cursor:pointer}.admin-form-group--unpack{background:#fef9f0;border:1px solid #f3d79a;border-radius:8px;padding:1rem;margin-top:.5rem}.admin-unpack-cost{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #f3d79a}.admin-form-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.admin-form-section{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.admin-section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.admin-section-required{color:#ef4444}.admin-section-help{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.admin-tiers-header{display:grid;grid-template-columns:1fr 1fr 40px;gap:.75rem;padding:0 0 .5rem;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.admin-tier-row{display:grid;grid-template-columns:1fr 1fr 40px;gap:.75rem;align-items:center;margin-bottom:.5rem}.admin-tier-row--last{background:#fffbf0;border:1px solid #fde68a;border-radius:8px;padding:.5rem .75rem;margin-bottom:.5rem}.admin-tier-qty-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.admin-tier-qty-wrap input{flex:1;min-width:80px}.admin-tier-unlimited-badge{display:inline-block;background:#efa942;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:20px;white-space:nowrap;letter-spacing:.02em}.admin-tier-field input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff}.admin-tier-field input:focus{outline:none;border-color:#efa942;box-shadow:0 0 0 2px #efa94233}.admin-tier-price-wrap{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;overflow:hidden;background:#fff}.admin-tier-price-wrap:focus-within{border-color:#efa942;box-shadow:0 0 0 2px #efa94233}.admin-tier-currency{padding:.5rem .6rem;background:#f3f4f6;color:#6b7280;font-weight:600;border-right:1px solid #d1d5db;font-size:.9rem}.admin-tier-price-wrap input{border:none!important;box-shadow:none!important;flex:1;padding:.5rem;min-width:0}.admin-tier-actions{display:flex;align-items:center;justify-content:center}.admin-tier-remove{background:none;border:1px solid #fca5a5;color:#ef4444;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:.8rem;line-height:1;transition:background .15s}.admin-tier-remove:hover{background:#fee2e2}.admin-btn-outline{border:1px solid #EFA942;color:#efa942;background:transparent}.admin-btn-outline:hover{background:#fef9f0}.admin-btn-sm{padding:.4rem 1rem;font-size:.875rem}@media(max-width:640px){.admin-tiers-header,.admin-tier-row{grid-template-columns:1fr 1fr;gap:.5rem}.admin-tiers-header span:last-child{display:none}.admin-tier-actions{justify-content:flex-start}.admin-tier-qty-wrap{flex-wrap:wrap}}.admin-current-image{width:200px;height:200px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.admin-current-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.admin-image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.admin-image-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-image-delete{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;border-radius:6px;padding:.5rem;cursor:pointer;opacity:0;transition:opacity .2s}.admin-image-item:hover .admin-image-delete{opacity:1}.admin-image-delete:hover{background:#dc2626}@media(max-width:768px){.admin-sidebar{display:none}.admin-main{margin-left:0;padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-form-grid{grid-template-columns:1fr}.admin-table{font-size:.875rem}.admin-table-img{width:40px;height:40px}}
