:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#b88e2f;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a07a29}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--max-width: 1200px;--gutter: 16px;--color-primary: #B88E2F}.container{width:calc(100% - var(--gutter) * 2);max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:var(--gutter);padding-right:var(--gutter);box-sizing:border-box}img,video{max-width:100%;height:auto;display:block}.row{display:flex;flex-wrap:wrap;gap:16px}.col{flex:1 1 0}.center{display:flex;align-items:center;justify-content:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}input,textarea,select,button{font-size:1rem;line-height:1.4}.responsive-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-sidebar{position:fixed;top:0;left:0;bottom:0;width:80%;max-width:320px;background:#fff;z-index:2000;box-shadow:2px 0 12px #0000001f;padding:20px;transform:translate(-100%);transition:transform .28s ease}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar .close-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:6px 8px}.mobile-sidebar nav{display:flex;flex-direction:column;gap:12px;margin-top:12px}.mobile-sidebar .nav-link{padding:8px 6px}.mobile-sidebar-backdrop{position:fixed;inset:0;background:#00000059;z-index:1999;opacity:0;transition:opacity .2s ease;pointer-events:none}.mobile-sidebar-backdrop.open{opacity:1;pointer-events:auto}.overlayBox{box-sizing:border-box}@media (min-width: 768px){:root{--gutter: 20px}}@media (min-width: 992px){:root{--gutter: 24px}}@media (min-width: 1200px){.container{max-width:1200px}}@media (max-width: 480px){:root{--gutter: 12px}.container{padding:0 12px}.h1{font-size:1.5rem}.h2{font-size:1.25rem}.h3{font-size:1rem}button,.btn{min-height:44px;min-width:44px;font-size:14px;padding:10px 16px}}@media (min-width: 481px) and (max-width: 768px){:root{--gutter: 16px}.container{padding:0 16px}}@media (min-width: 769px) and (max-width: 1024px){:root{--gutter: 20px}.container{padding:0 20px}}@media (min-width: 1025px) and (max-width: 1440px){:root{--gutter: 24px}.container{max-width:1200px}}@media (min-width: 1441px){:root{--gutter: 32px}.container{max-width:1400px}}@media (min-width: 1920px){:root{--gutter: 40px}.container{max-width:1600px}.h1{font-size:3rem}.h2{font-size:2.5rem}.h3{font-size:2rem}}.h1{font-size:2.25rem}.h2{font-size:1.75rem}.h3{font-size:1.25rem}button,.icon-btn{min-height:40px;min-width:40px}:focus{outline:3px solid rgba(184,142,47,.25);outline-offset:2px}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 5px #0000001a;position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.header.scrolled{padding:.7rem 2rem;box-shadow:0 4px 10px #00000026}.logo img{height:40px}.nav{display:flex;gap:2rem}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.nav-link.active{color:#b88e2f;font-weight:600;border-bottom:2px solid #B88E2F}.nav-link:hover{color:#b88e2f}.icons{display:flex;gap:1.5rem}.icon-btn{background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;text-decoration:none;color:inherit}.icon-btn img{width:24px;height:24px}.cart-count,.favorite-count{position:absolute;top:-6px;right:-6px;background-color:#b88e2f;color:#fff;font-size:.7rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.user-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:200px;z-index:1001;overflow:hidden;margin-top:10px}.user-menu-item{padding:12px 16px;display:block;color:#333;text-decoration:none;transition:background-color .2s;cursor:pointer;width:100%;text-align:left;border:none;background:none;font-size:14px}.user-menu-item:hover{background-color:#f5f5f5;color:#b88e2f}.user-menu-divider{height:1px;background-color:#eaeaea;margin:4px 0}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1100}.modal{background-color:#fff;border-radius:8px;padding:30px;width:90%;max-width:400px;box-shadow:0 5px 15px #0003;position:relative}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:20px;cursor:pointer;color:#999}.modal-title{margin-top:0;margin-bottom:20px;color:#333;font-size:24px;text-align:center}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.form-group input:focus{border-color:#b88e2f;outline:none}.auth-button{width:100%;padding:12px;background-color:#b88e2f;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s}.auth-button:hover{background-color:#a07a29}.auth-switch{margin-top:15px;text-align:center;font-size:14px;color:#666}.auth-switch button{background:none;border:none;color:#b88e2f;cursor:pointer;font-weight:500;padding:0;margin-left:5px}.auth-switch button:hover{text-decoration:underline}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.search-container{width:80%;max-width:600px;position:relative}.search-container form{display:flex;width:100%}.search-input{width:100%;padding:1rem;font-size:1.2rem;border:none;border-radius:4px 0 0 4px}.search-submit{background-color:#b88e2f;color:#fff;border:none;padding:0 1.5rem;font-size:1rem;cursor:pointer;border-radius:0 4px 4px 0;transition:background-color .3s}.search-submit:hover{background-color:#a07929}.search-close{position:absolute;right:-40px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;z-index:100}.hamburger{display:block;width:25px;height:3px;background-color:#333;position:relative;transition:all .3s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:3px;background-color:#333;transition:all .3s}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}.hamburger.active{background-color:transparent}.hamburger.active:before{transform:rotate(45deg)}.hamburger.active:after{transform:rotate(-45deg)}@media (max-width: 992px){.header{padding:1rem 2rem}.nav{gap:1.5rem}.icons{gap:1rem}}@media (max-width: 768px){.mobile-menu-toggle{display:block;order:1}.logo{order:2}.icons{order:3}.nav{position:fixed;top:0;left:-100%;width:75%;height:100vh;background-color:#fff;flex-direction:column;padding:5rem 1.5rem;z-index:90;transition:left .3s ease;box-shadow:2px 0 8px #0000001f}.nav.mobile-open{left:0}.nav-link{font-size:1.2rem;padding:1rem 0}.header{justify-content:space-between}.search-container{width:90%}.search-close{right:10px;top:-40px}}@media (max-width: 480px){.header{padding:.8rem 1rem}.logo img{height:30px}.icon-btn img{width:20px;height:20px}.user-menu{right:0;width:200px}.modal{width:90%;max-width:350px;padding:1.5rem}.form-group input,.auth-button{padding:.8rem}}.icons{gap:.8rem}.search-input{padding:.8rem;font-size:1rem}.search-submit{padding:0 1rem;font-size:.9rem}} .heroContainer{position:relative;width:100vw;height:100vh;overflow:hidden}.videoBackground{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:1}.overlayBox{position:absolute;top:50%;right:40px;transform:translateY(-50%);background-color:#ffe7c9f2;padding:32px;max-width:480px;border-radius:8px;box-shadow:0 10px 20px #0000001a;z-index:10}.newArrival{font-size:.875rem;color:#b88e2f;font-weight:600;letter-spacing:1.5px;margin-bottom:.625rem}.title{font-size:2rem;font-weight:700;color:#b88e2f;margin-bottom:1.25rem;line-height:1.3}.description{font-size:1.125rem;color:#4a4a4a;margin-bottom:1.5rem;font-family:Playfair Display,serif;line-height:1.8;letter-spacing:.3px;font-weight:400;max-width:600px}.buyNow{background-color:#b88e2f;color:#fff;border:none;padding:.75rem 2rem;font-size:.875rem;cursor:pointer;transition:background-color .3s ease}.buyNow:hover{background-color:#a67820}.browseSection{text-align:center;padding:80px 0;background-color:#fcfcfc}.browseTitle{font-size:32px;font-weight:700;color:#333;margin-bottom:20px}.browseSubtitle{font-size:16px;color:#666;max-width:600px;margin:0 auto 40px}.browseGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;width:100%;max-width:1100px;margin:0 auto}.browseItem{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background-color:#fff;transition:transform .3s ease}.browseImage{width:100%;height:280px;object-fit:cover;transition:transform .5s ease}.browseItem:hover .browseImage{transform:scale(1.05)}.browseLabel{padding:15px 0;font-size:20px;font-weight:500;color:#0f0f0f;text-align:center;cursor:pointer;transition:color .3s ease,text-shadow .3s ease}.browseLabel:hover{color:#d19f2b;text-shadow:0 2px 8px rgba(184,142,47,.15)}.productsSection{padding:80px 0;background-color:#fff;text-align:center}.productsTitle{font-size:40px;margin-bottom:40px;color:#000}:root{--product-gap: clamp(12px, 2.2vw, 32px)}.productsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--product-gap);width:100%;max-width:1200px;margin:0 auto;align-items:start;padding:0 16px}.productCard{background-color:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:360px;border:1px solid rgba(16,24,40,.04);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.productCard:hover{transform:translateY(-6px);box-shadow:0 12px 30px #10182814;border-color:#b88e2f24}.productImageWrapper{position:relative;height:60%;overflow:hidden}.productImage{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .5s ease}.hoverImage{position:absolute;top:0;left:0;opacity:0;z-index:2}.productImageWrapper:hover .hoverImage{opacity:1}.productTag{position:absolute;top:10px;right:10px;padding:4px 10px;font-size:12px;border-radius:20px;color:#fff;font-weight:500}.productTag.new{background-color:#2ec1ac}.productTag.discount{background-color:#e97171}.productInfo{padding:15px;text-align:left;height:40%;display:flex;flex-direction:column;justify-content:space-between}.productName{font-size:16px}.productDesc{font-size:13px;color:#6b6b6b}.price{color:#111;font-weight:700}.shopNowWrapper{display:flex;justify-content:center;margin-top:36px}.shopNowBtn{padding:12px 36px;border-radius:999px}.productName{font-size:16px;font-weight:600;margin-bottom:4px}.productDesc{font-size:14px;color:#898989;margin-bottom:8px}.productPrices{display:flex;align-items:center;gap:10px}.price{font-size:16px;font-weight:600;color:#000}.oldPrice{font-size:14px;color:#b0b0b0;text-decoration:line-through}.shopNowWrapper{margin-top:40px}.shopNowBtn{background-color:transparent;color:#b88e2f;border:1px solid #b88e2f;padding:12px 40px;font-size:16px;cursor:pointer;transition:all .3s ease}.shopNowBtn:hover{background-color:#b88e2f;color:#fff}.roomsSection{padding:80px 8%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:600px}.roomsContainer{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:center}.roomsText{padding:20px 0}.roomsText h2{font-size:48px;font-weight:600;color:#000;margin-bottom:20px;line-height:1.2}.roomsText p{font-size:18px;color:#666;margin-bottom:30px;line-height:1.6;max-width:400px}.exploreBtn{background:#b88e2f;color:#fff;border:none;padding:15px 30px;font-size:16px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .3s ease}.exploreBtn:hover{background:#9a7426;transform:translateY(-2px);box-shadow:0 6px 20px #b88e2f4d}.roomsGallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;height:500px}.largeCard{grid-row:span 2;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;transition:all .3s ease}.largeCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.largeCard img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.largeCard:hover img{transform:scale(1.05)}.rightColumn{display:flex;flex-direction:column;gap:20px}.smallImages{display:flex;flex-direction:column;gap:20px;flex:1}.smallCard{border-radius:12px;overflow:hidden;position:relative;cursor:pointer;transition:all .3s ease;flex:1}.smallCard:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.smallCard img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.smallCard:hover img{transform:scale(1.05)}.roomOverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:30px 20px 20px;opacity:0;transition:opacity .3s ease}.roomCard:hover .roomOverlay{opacity:1}.roomInfo{color:#fff}.roomNumber{font-size:14px;color:#fffc;font-weight:500;margin-bottom:5px;display:block}.roomTitle{font-size:20px;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;gap:10px}.arrow{font-size:18px;color:#b88e2f;transition:transform .3s ease}.roomCard:hover .arrow{transform:translate(5px)}.roomsNavigation{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.dots{display:flex;gap:10px}.dot{width:12px;height:12px;background:#ddd;border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{background:#b88e2f;transform:scale(1.2)}.dot:hover{background:#b88e2f}.nextArrow{background:#b88e2f;color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:20px;font-weight:700;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.nextArrow:hover{background:#9a7426;transform:scale(1.1)}@media (max-width: 1024px){.roomsContainer{grid-template-columns:1fr;gap:40px}.roomsGallery{height:400px}.roomsText h2{font-size:36px}}@media (max-width: 768px){.roomsSection{padding:60px 4%}.roomsGallery{grid-template-columns:1fr;height:auto;gap:15px}.largeCard{grid-row:span 1;height:300px}.smallImages{flex-direction:row}.smallCard{height:150px}.roomsText h2{font-size:28px}.roomsText p{font-size:16px}}@media (max-width: 480px){.roomsText h2{font-size:24px}.exploreBtn{padding:12px 24px;font-size:14px}.roomTitle{font-size:16px}.roomNumber{font-size:12px}}.funiroSection{position:relative;width:100%;background:#fff;padding:100px 0 120px;text-align:center;overflow:hidden}.funiroTitle{font-size:40px;font-weight:700;color:#333;margin-bottom:60px;line-height:1.4}.funiroGallery{position:relative;width:100%;min-height:700px;margin:0 auto}.funiroImg{position:absolute;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px #0000001a;transition:transform .4s ease}.funiroImg:hover{transform:scale(1.05)}.f1{width:274px;height:382px;top:0;left:-196px}.f2{width:451px;height:312px;top:70px;left:94px}.f3{width:295px;height:392px;top:156px;left:561px}.f4{width:290px;height:348px;top:99px;left:872px}.f5{width:425px;height:433px;top:14px;left:1200px}.f6{width:381px;height:323px;top:400px;left:-196px}.f7{width:344px;height:242px;top:400px;left:201px}.f8{width:178px;height:242px;top:465px;left:872px}.f9{width:258px;height:196px;top:465px;left:1066px}.footer{background-color:#fcfcfc;padding:60px 90px 40px;font-family:Poppins,sans-serif}.footerSection{flex:1;min-width:100px}.footerBottom{margin-top:20px;padding-top:20px;text-align:center;border-top:1px solid #ccc;color:#c0b7b7;font-size:13px}@media (max-width: 768px){.overlayBox{position:static;transform:none;margin:2rem auto;width:90%}.title{font-size:1.5rem}.browseItem{width:80%}.roomsSection{flex-direction:column;text-align:center}.roomsGallery{flex-direction:column}.footerContent{flex-direction:column;align-items:flex-start}.newsletter{flex-direction:column}.newsletterInput,.newsletterButton{width:100%}}@media (max-width: 992px){.funiroGallery{min-height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative}.funiroImg{position:static;width:100%;height:180px}}@media (max-width: 600px){.funiroGallery{grid-template-columns:repeat(2,1fr)}.funiroImg{height:140px}}.shopSection{width:100%;max-width:1440px;margin:0 auto;padding:0 90px}.shopBanner{position:relative;width:1440px;height:500px;overflow:hidden;margin:0 auto}.shopBackground{width:100%;height:100%;object-fit:cover;filter:blur(.2px);position:absolute;top:0;left:0;z-index:1}.shopOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#80808066;z-index:2}.shopTitle{position:absolute;top:221px;left:658px;font-size:48px;color:#000;font-weight:700;z-index:3}.shopSubtitle{position:absolute;top:295px;left:660px;color:#000;font-size:16px;z-index:3;white-space:nowrap}.shopIcons{display:flex;justify-content:flex-start;align-items:center;gap:40px;padding:20px 8%;background-color:#f9f1e7;border-bottom:1px solid #e0e0e0}.iconCard img{width:25px;height:25px;object-fit:contain}.divider{width:1px;height:30px;background-color:#ccc;margin:0 20px}.resultsText{font-size:14px;color:#333;margin-right:auto}.toolbarRight{display:flex;align-items:center;gap:25px}.showBlock,.sortBlock{display:flex;align-items:center;gap:10px}.showBox,.sortBox{background:#fff;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:13px;border-radius:2px}.showBox{width:40px;height:30px}.sortBox{width:90px;height:30px}.shopProducts{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px;padding:80px 0;background:#fff}.productCard{width:285px;height:480px;display:flex;flex-direction:column;background:#f9f9f9;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00000014;min-height:520px}.productCard:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.productDescription{font-size:14px;color:#666;margin:10px 0;line-height:1.4;transition:all .3s ease;border-left:3px solid transparent;background-color:#f9f9f9;border-radius:0 4px 4px 0;padding:8px 15px;max-height:4.6em;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.productCard:hover .productDescription{color:#333;border-left:3px solid #B88E2F;background-color:#f5f0e8}.imgWrapper{position:relative;width:100%;overflow:hidden;height:250px}.productImg{width:100%;height:100%;object-fit:cover}.coverImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.productCard:hover .coverImg{opacity:1}.productActions{position:absolute;top:15px;left:15px;display:flex;flex-direction:column;gap:10px;opacity:0;transition:opacity .3s ease;z-index:5}.productCard:hover .productActions{opacity:1}.actionBtn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.actionBtn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 15px #0003}.favoriteBtn.active{background:#e97171;color:#fff}.favoriteBtn.active:hover{background:#d63031}.cartBtn:hover{background:#b88e2f;color:#fff}.compareBtn:hover{background:#4caf50;color:#fff}.shareBtn:hover{background:#2196f3;color:#fff}.tag{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#e97171,#d63031);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;box-shadow:0 2px 8px #e971714d;z-index:10}.productCard h3{font-size:16px;margin:15px 10px 5px;font-weight:600;color:#000}.price{font-size:16px;margin:0 10px 5px;font-weight:700;color:#b88e2f}.oldPrice{font-size:14px;margin:0 10px 5px;color:#9f9f9f;text-decoration:line-through}.productInfo{padding:15px;display:flex;flex-direction:column;gap:5px;background-color:#fff;border-top:1px solid #eee;flex-grow:1}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;margin:20px auto}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;cursor:pointer;transition:all .3s;border-radius:8px;font-size:16px}.pagination button:hover,.pagination button.activePage{background:#b88e2f;color:#fff;border-color:#b88e2f}.search-results-info{margin-top:1rem;display:flex;align-items:center;gap:1rem}.clear-search{background-color:#b88e2f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.clear-search:hover{background-color:#a07929}.no-results{text-align:center;padding:3rem;background-color:#f9f9f9;border-radius:8px;margin:2rem 0}.no-results h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.no-results p{color:#666}.shopFeatures{display:flex;justify-content:space-around;align-items:center;padding:50px 100px;background-color:#f9f1e7;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.shopBanner{width:100%;max-width:1440px;height:clamp(260px,36vw,500px)}.shopTitle,.shopSubtitle{position:absolute;left:50%;transform:translate(-50%);text-align:center;padding:0 16px}.shopTitle{top:45%;font-size:clamp(24px,4vw,48px)}.shopSubtitle{top:calc(45% + 60px);font-size:clamp(12px,2.3vw,16px)}.shopSection{padding:0 clamp(16px,6vw,90px)}.shopIcons{flex-wrap:wrap;gap:20px;padding:12px clamp(16px,6vw,8%)}.resultsText{font-size:14px;min-width:180px}.shopProducts{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px 16px;padding:clamp(32px,8vw,80px) 0}.productCard{width:100%;max-width:360px;height:auto;min-height:0;margin:0 auto}.imgWrapper{height:clamp(180px,28vw,250px)}.shopFeatures{flex-wrap:wrap;gap:20px;padding:clamp(32px,8vw,80px) clamp(16px,6vw,8%);justify-content:center}@media (max-width: 1024px){.toolbarRight{gap:14px}.showBox{width:36px;height:30px}.sortBox{width:80px;height:30px}}@media (max-width: 768px){.resultsText{order:3;width:100%;margin-top:8px}.shopIcons{justify-content:center}.productDescription{-webkit-line-clamp:2;max-height:3.2em}}@media (max-width: 480px){.shopSubtitle{top:calc(45% + 44px)}.pagination{flex-wrap:wrap;gap:6px}.pagination button{padding:8px 10px;font-size:14px}}.footer{background-color:#fcfcfc;padding:20px 100px;font-family:Poppins,sans-serif}@media (max-width: 480px){.footer{padding:20px 15px}.footerContent{flex-direction:column;gap:30px;text-align:center}.footerSection{min-width:100%}.footerLogo{width:100px}.footerHeading{font-size:14px}.footerText,.footerList li{font-size:12px}.newsletter{flex-direction:column;gap:10px}.newsletterInput,.newsletterButton{width:100%;padding:12px}}@media (min-width: 481px) and (max-width: 768px){.footer{padding:30px}.footerContent{grid-template-columns:repeat(2,1fr);gap:30px}.newsletter{flex-direction:column}}@media (min-width: 769px) and (max-width: 1024px){.footer{padding:40px 50px}}@media (min-width: 1025px){.footer{padding:60px 100px}}@media (min-width: 1920px){.footer{padding:80px 150px}.footerHeading{font-size:18px}.footerText,.footerList li{font-size:16px}}.footerContent{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footerSection{flex:1;min-width:260px}.footerLogo{width:120px;margin-bottom:15px}.footerText{color:#9f9f9f;font-size:14px;line-height:1.6}.footerHeading{font-weight:600;margin-bottom:15px;font-size:16px;color:#000}.footerList{list-style:none;padding:0;margin:0}.footerList li{margin-bottom:10px;color:#9f9f9f;font-size:14px;cursor:pointer}.footerList li:hover{color:#000}.newsletter{display:flex;flex-direction:row;gap:10px;margin-top:10px}.newsletterInput{flex:1;padding:10px;border:1px solid #ccc;font-size:14px}.newsletterButton{background-color:#b88e2f;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:14px}.newsletterButton:hover{background-color:#a27820}.footerBottom{margin-top:40px;padding-top:20px;text-align:center;border-top:1px solid #ccc;color:#c0b7b7;font-size:11px}.product-detail-container{max-width:1200px;margin:0 auto;padding:0 8%}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px 0;margin-bottom:40px}.product-gallery{display:flex;gap:20px}.thumbnail-images{display:flex;flex-direction:column;gap:16px}.thumbnail{width:76px;height:80px;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:#b88e2f}.main-image{flex:1;height:450px;border-radius:10px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:20px 0}.product-title{font-size:42px;font-weight:400;color:#000;margin:0 0 20px;line-height:1.2}.product-price{font-size:24px;font-weight:500;color:#9f9f9f;margin:0 0 20px}.product-rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.stars{color:#ffc700;font-size:20px}.rating-text{color:#9f9f9f;font-size:14px}.product-description{font-size:16px;line-height:1.6;color:#000;margin-bottom:30px}.color-selector,.quantity-selector{display:flex;align-items:center;gap:20px;margin-bottom:30px}.label{font-size:20px;font-weight:400;color:#000;min-width:100px}.color-options{display:flex;gap:12px}.color-option{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.color-option:hover,.color-option.active{border-color:#b88e2f;transform:scale(1.1)}.quantity-controls{display:flex;align-items:center;border:1px solid #9F9F9F;border-radius:10px;overflow:hidden}.quantity-controls button{width:30px;height:64px;border:none;background:#f9f1e7;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.quantity-controls button:hover{background:#b88e2f;color:#fff}.quantity{width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;background:#fff;border-left:1px solid #9F9F9F;border-right:1px solid #9F9F9F}.product-actions{display:flex;gap:20px;margin-bottom:40px}.btn-add-cart{background:#b88e2f;color:#fff;border:none;padding:25px 60px;border-radius:15px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-cart:hover{background:#9a7426;transform:translateY(-2px)}.btn-compare{background:#fff;color:#b88e2f;border:1px solid #B88E2F;padding:25px 40px;border-radius:15px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-compare:hover{background:#b88e2f;color:#fff}.product-meta{border-top:1px solid #D9D9D9;padding-top:20px;margin-bottom:30px}.meta-item{display:flex;margin-bottom:10px}.meta-label{font-size:16px;color:#9f9f9f;min-width:100px}.meta-value{font-size:16px;color:#000}.social-share{display:flex;align-items:center;gap:20px}.share-label{font-size:16px;color:#9f9f9f}.share-icons{display:flex;gap:15px}.share-icon{font-size:20px;cursor:pointer;transition:transform .3s ease}.share-icon:hover{transform:scale(1.2)}.product-details-section{margin-bottom:60px}.details-tabs{display:flex;border-bottom:1px solid #D9D9D9;margin-bottom:30px}.tab{background:none;border:none;padding:20px 40px;font-size:24px;font-weight:500;color:#9f9f9f;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.tab.active{color:#000;border-bottom-color:#b88e2f}.tab:hover{color:#b88e2f}.tab-content{padding:20px 0;min-height:200px}.description-content{max-width:1026px}.feature-text{font-size:16px;line-height:1.6;color:#000;margin-bottom:20px}.additional-info-content{max-width:1026px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.info-item{display:flex;gap:10px;padding:15px 0;border-bottom:1px solid #f0f0f0}.info-label{font-size:16px;color:#9f9f9f;min-width:150px;font-weight:500}.info-value{font-size:16px;color:#000;font-weight:400}.reviews-content{max-width:1026px}.reviews-summary{margin-bottom:30px;padding:20px;background:#f9f9f9;border-radius:10px}.rating-overview{display:flex;align-items:center;gap:20px}.average-rating{display:flex;align-items:center;gap:10px}.rating-number{font-size:48px;font-weight:700;color:#b88e2f}.rating-count{color:#9f9f9f;font-size:16px}.reviews-list{margin-bottom:40px}.review-item{padding:20px 0;border-bottom:1px solid #f0f0f0}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.reviewer-info{display:flex;align-items:center;gap:15px}.reviewer-name{font-size:18px;font-weight:600;color:#000}.review-rating{color:#ffc700;font-size:16px}.review-date{color:#9f9f9f;font-size:14px}.review-comment{font-size:16px;line-height:1.6;color:#000;margin:0}.add-review{background:#f9f9f9;padding:30px;border-radius:10px}.add-review h4{font-size:24px;font-weight:600;color:#000;margin-bottom:20px}.review-form{display:flex;flex-direction:column;gap:20px}.rating-input{display:flex;gap:5px}.star-input{font-size:24px;color:#ddd;cursor:pointer;transition:color .2s ease}.star-input:hover,.star-input.active{color:#ffc700}.form-group textarea{padding:15px;border:1px solid #ddd;border-radius:8px;font-size:16px;resize:vertical;min-height:100px;font-family:inherit}.form-group textarea:focus{outline:none;border-color:#b88e2f}.btn-submit-review{background:#b88e2f;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.btn-submit-review:hover{background:#9a7426;transform:translateY(-2px)}.specifications-section{margin-bottom:60px}.specifications-section h3{font-size:24px;font-weight:500;color:#000;margin-bottom:30px}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1026px}.spec-item{display:flex;gap:10px}.spec-label{font-size:16px;color:#9f9f9f;min-width:120px}.spec-value{font-size:16px;color:#000}.related-products{margin-bottom:60px;padding:0 8%}.related-products h2{font-size:36px;font-weight:500;color:#000;text-align:center;margin-bottom:40px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.related-product-card{width:285px;height:446px;display:flex;flex-direction:column;background:#f9f9f9;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00000014}.related-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.related-product-card .imgWrapper{position:relative;width:100%;height:70%;overflow:hidden}.related-product-card .productImg{width:100%;height:100%;object-fit:cover}.related-product-card .coverImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.related-product-card:hover .coverImg{opacity:1}.related-product-card .tag{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#e97171,#d63031);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;box-shadow:0 2px 8px #e971714d;z-index:10}.related-product-card h3{font-size:16px;margin:15px 10px 5px;font-weight:600;color:#000}.related-product-card .price{font-size:16px;margin:0 10px 5px;font-weight:700;color:#b88e2f}.related-product-card .oldPrice{font-size:14px;margin:0 10px 15px;color:#9f9f9f;text-decoration:line-through}.shopFeatures{display:flex;justify-content:space-around;align-items:center;padding:40px 8%;background-color:#f9f1e7;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:0}.featureCard{display:flex;align-items:center;gap:15px}.featureCard img{width:40px;height:40px;object-fit:contain}.featureCard h4{font-size:16px;margin:0;font-weight:700}.featureCard p{font-size:14px;margin:0;color:#666}@media (max-width: 768px){.product-main{grid-template-columns:1fr;gap:30px}.product-gallery{flex-direction:column}.thumbnail-images{flex-direction:row;order:2}.main-image{order:1;height:300px}.product-title{font-size:28px}.product-actions{flex-direction:column}.btn-add-cart,.btn-compare{width:100%;text-align:center}.specs-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.shopFeatures{flex-direction:column;gap:20px}}.comparison-header{background:linear-gradient(135deg,#b88e2f,#9a7426);color:#fff;padding:60px 0;text-align:center}.comparison-header h1{font-size:48px;font-weight:600;margin:0 0 10px}.comparison-header p{font-size:18px;margin:0;opacity:.9}.comparison-container{max-width:1400px;margin:0 auto;padding:40px 20px}.comparison-table{background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001a;overflow:hidden}.comparison-row{display:grid;grid-template-columns:200px repeat(auto-fit,minmax(250px,1fr));border-bottom:1px solid #f0f0f0}.comparison-row:last-child{border-bottom:none}.comparison-cell{padding:20px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:80px}.header-row{background:#f9f9f9;border-bottom:2px solid #B88E2F}.product-info-header h3{font-size:24px;font-weight:600;color:#000;margin:0}.product-cell{padding:30px 20px}.product-card{position:relative;width:100%;max-width:250px;margin:0 auto}.remove-btn{position:absolute;top:-10px;right:-10px;width:30px;height:30px;border-radius:50%;background:#e97171;color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.remove-btn:hover{background:#d63031;transform:scale(1.1)}.product-image{width:100%;height:200px;border-radius:10px;overflow:hidden;margin-bottom:15px;box-shadow:0 4px 15px #0000001a}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-image:hover img{transform:scale(1.05)}.product-name{font-size:18px;font-weight:600;color:#000;margin:0 0 10px}.product-price{font-size:20px;font-weight:700;color:#b88e2f;margin:0 0 15px}.btn-add-to-cart{background:#b88e2f;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-add-to-cart:hover{background:#9a7426;transform:translateY(-2px)}.specifications-section,.features-section,.actions-section{border-top:2px solid #f0f0f0}.section-title{font-size:24px;font-weight:600;color:#000;margin:0;padding:20px;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.spec-label{background:#f9f9f9;font-weight:600;color:#000;font-size:16px;justify-content:flex-start;text-align:left;border-right:1px solid #e0e0e0}.spec-value{font-size:16px;color:#333;font-weight:400}.action-buttons{display:flex;flex-direction:column;gap:10px;width:100%}.btn-view-details{background:#fff;color:#b88e2f;border:2px solid #B88E2F;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view-details:hover{background:#b88e2f;color:#fff}.comparison-empty{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#f9f9f9}.empty-container{text-align:center;max-width:500px;padding:40px}.empty-container h2{font-size:32px;font-weight:600;color:#000;margin:0 0 20px}.empty-container p{font-size:18px;color:#666;margin:0 0 30px;line-height:1.6}.btn-shop-now{background:#b88e2f;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-shop-now:hover{background:#9a7426;transform:translateY(-2px)}@media (max-width: 1200px){.comparison-row{grid-template-columns:150px repeat(auto-fit,minmax(200px,1fr))}.comparison-cell{padding:15px}}@media (max-width: 768px){.comparison-container{padding:20px 10px}.comparison-row{grid-template-columns:1fr;gap:20px}.comparison-cell{padding:15px;border-bottom:1px solid #f0f0f0}.spec-label{background:#b88e2f;color:#fff;font-weight:600;border-right:none;border-radius:8px 8px 0 0}.spec-value{background:#f9f9f9;border-radius:0 0 8px 8px;margin-bottom:10px}.product-cell{order:-1;background:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a}.header-row{display:none}.comparison-header h1{font-size:32px}.comparison-header p{font-size:16px}}@media (max-width: 480px){.comparison-header{padding:40px 0}.comparison-header h1{font-size:28px}.empty-container h2{font-size:24px}.empty-container p{font-size:16px}}.cart-container{max-width:1200px;margin:0 auto;padding:40px 8%}.cart-header{text-align:center;margin-bottom:40px}.cart-header h1{font-size:48px;font-weight:600;color:#000;margin:0}.empty-cart{display:flex;justify-content:center;align-items:center;min-height:400px}.empty-cart-content{text-align:center;max-width:500px;padding:40px}.empty-cart-content h2{font-size:32px;font-weight:600;color:#000;margin:0 0 20px}.empty-cart-content p{font-size:18px;color:#666;margin:0 0 30px;line-height:1.6}.btn-continue-shopping{background:#b88e2f;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-continue-shopping:hover{background:#9a7426;transform:translateY(-2px)}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:40px}.cart-items{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.cart-items-header h2{font-size:24px;font-weight:600;color:#000;margin:0}.item-count{background:#b88e2f;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.items-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:20px;align-items:center;padding:20px;background:#f9f9f9;border-radius:12px;position:relative;transition:all .3s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{display:flex;flex-direction:column;gap:8px}.item-name{font-size:18px;font-weight:600;color:#000;margin:0}.item-attributes{display:flex;flex-direction:column;gap:4px}.attribute{font-size:14px;color:#666}.attribute strong{color:#000}.item-prices{display:flex;align-items:center;gap:10px}.current-price{font-size:18px;font-weight:700;color:#b88e2f}.original-price{font-size:16px;color:#999;text-decoration:line-through}.item-quantity{display:flex;flex-direction:column;align-items:center;gap:10px}.item-quantity label{font-size:14px;font-weight:500;color:#666}.quantity-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden}.quantity-controls button{width:35px;height:35px;border:none;background:#f0f0f0;cursor:pointer;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-controls button:hover:not(:disabled){background:#b88e2f;color:#fff}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity{width:50px;height:35px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd}.item-total{display:flex;flex-direction:column;align-items:center;gap:5px}.total-label{font-size:14px;color:#666}.total-price{font-size:20px;font-weight:700;color:#000}.remove-item{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:#e97171;color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-item:hover{background:#d63031;transform:scale(1.1)}.cart-summary{position:sticky;top:20px;height:fit-content}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:16px}.summary-row:last-of-type{border-bottom:none}.summary-row.discount{color:#e97171;font-weight:600}.summary-row.total{font-size:20px;font-weight:700;color:#000;border-top:2px solid #B88E2F;margin-top:15px;padding-top:20px}.summary-actions{display:flex;flex-direction:column;gap:15px;margin:25px 0}.btn-checkout{background:#b88e2f;color:#fff;border:none;padding:15px 25px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-checkout:hover{background:#9a7426;transform:translateY(-2px)}.btn-continue{background:#fff;color:#b88e2f;border:2px solid #B88E2F;padding:15px 25px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-continue:hover{background:#b88e2f;color:#fff}.payment-methods{text-align:center;padding-top:20px;border-top:1px solid #f0f0f0}.payment-methods p{font-size:14px;color:#666;margin:0 0 15px}.payment-icons{display:flex;justify-content:center;gap:15px}.payment-icon{font-size:24px;opacity:.7;transition:opacity .3s ease}.payment-icon:hover{opacity:1}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr;gap:30px}.cart-summary{position:static}}@media (max-width: 768px){.cart-container{padding:20px 4%}.cart-header h1{font-size:36px}.cart-item{grid-template-columns:1fr;gap:15px;text-align:center}.item-image{width:100%;height:200px;margin:0 auto}.item-details{align-items:center}.item-attributes{flex-direction:row;justify-content:center;gap:20px}.summary-actions{gap:10px}.btn-checkout,.btn-continue{padding:12px 20px;font-size:14px}}@media (max-width: 480px){.cart-header h1{font-size:28px}.cart-items,.summary-card{padding:20px}.cart-items-header{flex-direction:column;gap:10px;text-align:center}.item-attributes{flex-direction:column;gap:5px}}.breadcrumb{display:flex;align-items:center;gap:8px;padding:20px 8%;background-color:#f9f1e7;font-size:16px;color:#9f9f9f}.checkout-container{max-width:1200px;margin:0 auto;padding:40px 8%}.checkout-header{text-align:center;margin-bottom:40px}.checkout-header h1{font-size:48px;font-weight:600;color:#000;margin:0 0 10px}.checkout-header p{font-size:18px;color:#666;margin:0}.checkout-form{width:100%}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:40px}.checkout-form-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.form-section{margin-bottom:40px}.form-section:last-child{margin-bottom:0}.form-section h2{font-size:24px;font-weight:600;color:#000;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-row.three-columns{grid-template-columns:1fr 1fr 1fr}.form-group input,.form-group select{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#b88e2f;box-shadow:0 0 0 3px #b88e2f1a}.form-group input::placeholder{color:#999}.checkbox-group{display:flex;align-items:center;gap:10px;margin-bottom:20px}.checkbox-group input[type=checkbox]{width:20px;height:20px;accent-color:#B88E2F}.checkbox-group label{font-size:16px;color:#000;cursor:pointer}.payment-methods{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.payment-option{display:flex;align-items:center;gap:15px;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#b88e2f;background:#f9f9f9}.payment-option input[type=radio]{width:20px;height:20px;accent-color:#B88E2F}.payment-option input[type=radio]:checked+label{color:#b88e2f;font-weight:600}.payment-option label{display:flex;align-items:center;gap:10px;font-size:16px;color:#000;cursor:pointer;margin:0}.payment-icon{font-size:24px}.card-details{background:#f9f9f9;padding:25px;border-radius:8px;margin-top:20px}.order-summary{position:sticky;top:20px;height:fit-content}.summary-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.summary-card h3{font-size:24px;font-weight:600;color:#000;margin:0 0 25px;text-align:center}.order-items{margin-bottom:25px}.order-item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.order-item .item-image img{width:100%;height:100%;object-fit:cover}.order-item .item-details{flex:1}.order-item .item-details h4{font-size:16px;font-weight:600;color:#000;margin:0 0 5px}.order-item .item-details p{font-size:14px;color:#666;margin:0}.order-item .item-price{font-size:16px;font-weight:700;color:#b88e2f}.summary-totals{border-top:2px solid #f0f0f0;padding-top:20px;margin-bottom:25px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:16px}.summary-row.total{font-size:20px;font-weight:700;color:#000;border-top:2px solid #B88E2F;margin-top:15px;padding-top:15px}.btn-place-order{width:100%;background:#b88e2f;color:#fff;border:none;padding:18px 25px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-place-order:hover{background:#9a7426;transform:translateY(-2px);box-shadow:0 6px 20px #b88e2f4d}.btn-place-order:active{transform:translateY(0)}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr;gap:30px}.order-summary{position:static}}@media (max-width: 768px){.checkout-container{padding:20px 4%}.checkout-header h1{font-size:36px}.checkout-form-section,.summary-card{padding:20px}.form-row{grid-template-columns:1fr;gap:15px}.form-row.three-columns{grid-template-columns:1fr}.payment-methods{gap:10px}.payment-option{padding:12px}.order-item{flex-direction:column;text-align:center;gap:10px}.order-item .item-image{width:80px;height:80px}}@media (max-width: 480px){.checkout-header h1{font-size:28px}.checkout-header p{font-size:16px}.form-section h2{font-size:20px}.form-group input,.form-group select{padding:10px 12px;font-size:14px}.btn-place-order{padding:15px 20px;font-size:16px}}.breadcrumb{display:flex;align-items:center;gap:8px;padding:20px 2rem;background-color:#fff;font-size:16px;color:#9f9f9f}.contact-container{width:100%;max-width:1440px;margin:0 auto;padding:0 80px}.contact-header{text-align:center;margin-bottom:60px;padding:80px 0 40px}.contact-header h1{font-size:40px;font-weight:600;color:#000;margin:0 0 20px}.contact-header p{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;margin-bottom:60px;padding:0 0 60px}.contact-info{display:flex;flex-direction:column;gap:30px}.info-card{display:flex;align-items:flex-start;gap:16px;padding:22px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.info-icon{width:52px;height:52px;background:#b88e2f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon img{width:24px;height:24px;filter:brightness(0) invert(1)}.info-content h3{font-size:20px;font-weight:600;color:#000;margin:0 0 10px}.info-content p{font-size:16px;color:#666;margin:0 0 5px;line-height:1.5}.info-content p:last-child{margin-bottom:0}.contact-form-section{background:#fff;border-radius:12px;padding:40px 0;box-shadow:0 4px 20px #00000014}.form-container h2{font-size:24px;font-weight:600;color:#000;margin:0 0 30px;text-align:center}.contact-form{display:flex;flex-direction:column;gap:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:16px;font-weight:500;color:#000}.form-group input,.form-group textarea{padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#b88e2f;box-shadow:0 0 0 3px #b88e2f1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:120px}.btn-send-message{background:#b88e2f;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:center;min-width:180px}.btn-send-message:hover{background:#9a7426;transform:translateY(-2px);box-shadow:0 6px 20px #b88e2f4d}.contact-additional{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:60px;padding:0}.map-section,.hours-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.map-section h2,.hours-section h2{font-size:22px;font-weight:600;color:#000;margin:0 0 25px;text-align:center}.map-placeholder{background:#f9f9f9;border-radius:8px;height:260px;display:flex;align-items:center;justify-content:center;border:2px dashed #ddd}.map-content{text-align:center;padding:20px}.map-content h3{font-size:18px;color:#b88e2f;margin:0 0 15px}.map-content p{font-size:14px;color:#666;margin:0 0 10px}.btn-get-directions{background:#b88e2f;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:12px}.btn-get-directions:hover{background:#9a7426;transform:translateY(-2px)}.hours-list{margin-bottom:30px}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.hours-item:last-child{border-bottom:none}.day{font-size:15px;font-weight:500;color:#000}.time{font-size:15px;color:#666}.emergency-contact{background:#f9f9f9;padding:20px;border-radius:8px;text-align:center}.emergency-contact h3{font-size:18px;font-weight:600;color:#000;margin:0 0 10px}.emergency-contact p{font-size:14px;color:#666;margin:0 0 5px}.emergency-phone{font-size:18px;font-weight:700;color:#b88e2f;margin:10px 0 0}.faq-section{background:#fff;border-radius:12px;padding:28px;box-shadow:0 4px 16px #0000000f}.faq-section h2{font-size:24px;font-weight:600;color:#000;margin:0 0 30px;text-align:center}.faq-list{display:grid;gap:25px}.faq-item{padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #B88E2F}.faq-item h3{font-size:18px;font-weight:600;color:#000;margin:0 0 10px}.faq-item p{font-size:16px;color:#666;margin:0;line-height:1.6}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:40px}.contact-additional{grid-template-columns:1fr;gap:30px}}@media (max-width: 768px){.contact-container{padding:20px 4%}.contact-header h1{font-size:36px}.contact-header p{font-size:16px}.contact-form-section{padding:30px 20px}.form-row{grid-template-columns:1fr;gap:15px}.info-card{padding:20px}.info-icon{width:50px;height:50px}.info-icon img{width:25px;height:25px}.map-section,.hours-section,.faq-section{padding:20px}.map-placeholder{height:250px}}@media (max-width: 480px){.contact-header h1{font-size:28px}.contact-form-section{padding:20px 15px}.form-container h2{font-size:24px}.form-group input,.form-group textarea{padding:12px;font-size:14px}.btn-send-message{padding:15px 25px;font-size:16px;min-width:150px}.info-card{flex-direction:column;text-align:center;gap:15px}.hours-item{flex-direction:column;gap:5px;text-align:center}}.breadcrumb{display:flex;align-items:center;gap:8px;padding:10px 2rem;background-color:#fff;font-size:16px;color:#9f9f9f}.breadcrumb .separator{color:#9f9f9f}.breadcrumb .current{color:#000;font-weight:500}.blog-container{max-width:1200px;margin:0 auto;padding:20px 2rem}.blog-header{text-align:center;margin-bottom:60px}.blog-header h1{font-size:48px;font-weight:600;color:#000;margin:0 0 20px}.blog-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.blog-content{display:grid;grid-template-columns:300px 1fr;gap:40px}.blog-sidebar{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014;height:fit-content;position:sticky;top:20px}.sidebar-section{margin-bottom:40px}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{font-size:20px;font-weight:600;color:#000;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.category-list{display:flex;flex-direction:column;gap:8px}.category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border:none;background:#f9f9f9;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left}.category-item:hover{background:#e9e9e9}.category-item.active{background:#b88e2f;color:#fff}.category-name{font-size:16px;font-weight:500}.category-count{font-size:14px;opacity:.7}.recent-posts{display:flex;flex-direction:column;gap:20px}.recent-post{display:flex;gap:15px;cursor:pointer;transition:all .3s ease;padding:10px;border-radius:8px}.recent-post:hover{background:#f9f9f9}.recent-post-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.recent-post-image img{width:100%;height:100%;object-fit:cover}.recent-post-content h4{font-size:14px;font-weight:600;color:#000;margin:0 0 5px;line-height:1.4}.recent-post-content p{font-size:12px;color:#666;margin:0}.newsletter-signup{background:#f9f9f9;padding:20px;border-radius:8px}.newsletter-signup p{font-size:14px;color:#666;margin:0 0 15px;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:10px}.newsletter-form input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.newsletter-form input:focus{outline:none;border-color:#b88e2f}.newsletter-form button{background:#b88e2f;color:#fff;border:none;padding:10px 15px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#9a7426}.blog-main{display:flex;flex-direction:column;gap:40px}.blog-posts{display:grid;gap:40px}.blog-post{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.post-image{position:relative;width:100%;height:250px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post:hover .post-image img{transform:scale(1.05)}.post-category{position:absolute;top:15px;left:15px;background:#b88e2f;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.post-content{padding:30px}.post-meta{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-size:14px;color:#666}.post-author{font-weight:500;color:#b88e2f}.post-date,.post-read-time{color:#999}.post-title{font-size:24px;font-weight:600;color:#000;margin:0 0 15px;line-height:1.3}.post-excerpt{font-size:16px;color:#666;line-height:1.6;margin:0 0 20px}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tag{background:#f0f0f0;color:#666;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.read-more-btn{background:#b88e2f;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.read-more-btn:hover{background:#9a7426;transform:translateY(-2px)}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px}.pagination-btn{padding:10px 15px;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.pagination-btn:hover:not(.disabled){border-color:#b88e2f;color:#b88e2f}.pagination-btn.active{background:#b88e2f;border-color:#b88e2f;color:#fff}.pagination-btn.disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.blog-content{grid-template-columns:1fr;gap:30px}.blog-sidebar{position:static;order:2}.blog-main{order:1}}.blog-container{max-width:1100px;padding:16px clamp(16px,4vw,2rem)}.blog-header{margin-bottom:40px}.blog-header h1{font-size:clamp(28px,3.5vw,36px)}.blog-header p{font-size:clamp(14px,2.3vw,16px)}.blog-content{grid-template-columns:minmax(220px,280px) 1fr;gap:32px}.post-image{height:clamp(180px,28vw,260px)}.post-content{padding:clamp(16px,2.4vw,24px)}.post-title{font-size:clamp(18px,2.6vw,22px)}.post-excerpt{font-size:clamp(14px,2.3vw,16px)}.pagination{gap:8px}@media (max-width: 768px){.blog-container{padding:20px 4%}.blog-header h1{font-size:36px}.blog-header p{font-size:16px}.blog-sidebar,.post-content{padding:20px}.post-title{font-size:20px}.post-meta{flex-direction:column;align-items:flex-start;gap:5px}.pagination{flex-wrap:wrap;gap:5px}.pagination-btn{padding:8px 12px;font-size:12px}}@media (max-width: 480px){.blog-header h1{font-size:28px}.post-image{height:200px}.post-content{padding:15px}.post-title{font-size:18px}.post-excerpt{font-size:14px}.recent-post{flex-direction:column;text-align:center}.recent-post-image{width:100%;height:120px}}.admin-dashboard{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background-color:#f8f9fa}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.admin-sidebar{background:linear-gradient(180deg,#b88e2f,#a07a29);color:#fff;padding:20px;display:flex;flex-direction:column;gap:30px;border-radius:0 20px 20px 0;transition:all .3s ease;animation:fadeIn .5s ease-in}.admin-nav-item:hover,.admin-nav-item.active{background-color:#ffffff26;color:#fff;transform:translate(5px)}.admin-overview{display:flex;flex-direction:column;gap:24px;animation:fadeIn .5s ease-in}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#b88e2f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:transform .3s ease}.admin-user-avatar:hover{transform:scale(1.1)}.export-btn:hover{background-color:#b88e2f;color:#fff;border-color:#b88e2f}.stat-card{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease;animation:scaleUp .3s ease-in-out}.stat-icon.users{background-color:#b88e2f}.stat-icon.revenue{background-color:#b88e2f}.dashboard-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;animation:fadeIn .5s ease-in}.chart-container{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease}.chart-container:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.visitor-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Cpath d='M50,350 C150,250 250,300 350,200 C450,100 550,150 650,50 C750,150 850,100 950,200' stroke='%23B88E2F' stroke-width='3' fill='none'/%3E%3Cpath d='M50,300 C150,350 250,250 350,300 C450,350 550,250 650,300 C750,350 850,250 950,300' stroke='%23a07a29' stroke-width='3' fill='none'/%3E%3Cpath d='M50,250 C150,200 250,300 350,250 C450,200 550,300 650,250 C750,200 850,300 950,250' stroke='%234CD97B' stroke-width='3' fill='none'/%3E%3C/svg%3E")}.revenue-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Crect x='50' y='300' width='50' height='50' fill='%23B88E2F'/%3E%3Crect x='120' y='250' width='50' height='100' fill='%23B88E2F'/%3E%3Crect x='190' y='200' width='50' height='150' fill='%234CD97B'/%3E%3Crect x='260' y='280' width='50' height='70' fill='%23B88E2F'/%3E%3Crect x='330' y='220' width='50' height='130' fill='%234CD97B'/%3E%3Crect x='400' y='300' width='50' height='50' fill='%23B88E2F'/%3E%3Crect x='470' y='180' width='50' height='170' fill='%234CD97B'/%3E%3Crect x='540' y='250' width='50' height='100' fill='%23B88E2F'/%3E%3Crect x='610' y='150' width='50' height='200' fill='%234CD97B'/%3E%3Crect x='680' y='220' width='50' height='130' fill='%23B88E2F'/%3E%3C/svg%3E")}.satisfaction-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Cpath d='M50,200 C150,100 250,300 350,200 C450,100 550,300 650,200 C750,100 850,300 950,200' stroke='%23B88E2F' stroke-width='3' fill='none'/%3E%3Ccircle cx='50' cy='200' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='150' cy='100' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='250' cy='300' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='350' cy='200' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='450' cy='100' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='550' cy='300' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='650' cy='200' r='5' fill='%23B88E2F'/%3E%3Ccircle cx='750' cy='100' r='5' fill='%23B88E2F'/%3E%3C/svg%3E")}.target-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Crect x='50' y='150' width='60' height='200' fill='%23FFB86C'/%3E%3Crect x='130' y='100' width='60' height='250' fill='%23FFB86C'/%3E%3Crect x='210' y='180' width='60' height='170' fill='%23FFB86C'/%3E%3Crect x='290' y='120' width='60' height='230' fill='%23FFB86C'/%3E%3Crect x='370' y='80' width='60' height='270' fill='%23FFB86C'/%3E%3Crect x='450' y='180' width='60' height='170' fill='%23FFB86C'/%3E%3Crect x='530' y='100' width='60' height='250' fill='%23FFB86C'/%3E%3Crect x='610' y='150' width='60' height='200' fill='%23FFB86C'/%3E%3Crect x='690' y='120' width='60' height='230' fill='%23FFB86C'/%3E%3Cline x1='0' y1='180' x2='800' y2='180' stroke='%23B88E2F' stroke-width='2' stroke-dasharray='5,5'/%3E%3C/svg%3E")}.additional-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;animation:slideInRight .5s ease-in-out}.top-products{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d}.top-products h3{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.product-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#f8f9fa;border-radius:10px;transition:transform .2s ease}.product-item:hover{transform:translate(5px);background-color:#f0f0f0}.progress-bar.blue{background-color:#b88e2f}.progress-bar.purple{background-color:#a07a29}.sales-map{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d}.sales-map h3{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.map-container{height:300px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Cpath d='M100,100 L200,50 L300,150 L400,100 L500,200 L600,150 L700,250' stroke='%23B88E2F' stroke-width='2' fill='none'/%3E%3Ccircle cx='200' cy='50' r='20' fill='%23B88E2F' fill-opacity='0.3'/%3E%3Ccircle cx='200' cy='50' r='10' fill='%23B88E2F' fill-opacity='0.5'/%3E%3Ccircle cx='400' cy='100' r='30' fill='%23B88E2F' fill-opacity='0.3'/%3E%3Ccircle cx='400' cy='100' r='15' fill='%23B88E2F' fill-opacity='0.5'/%3E%3Ccircle cx='600' cy='150' r='25' fill='%23B88E2F' fill-opacity='0.3'/%3E%3Ccircle cx='600' cy='150' r='12' fill='%23B88E2F' fill-opacity='0.5'/%3E%3Cpath d='M200,200 Q400,50 600,200' stroke='%23a07a29' stroke-width='1' stroke-dasharray='5,5' fill='none'/%3E%3C/svg%3E");background-size:cover;background-position:center;border-radius:12px}.volume-service{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d;margin-top:24px;animation:fadeIn .5s ease-in}.volume-service h3{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.volume-chart{height:250px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Crect x='100' y='100' width='80' height='250' fill='%23B88E2F'/%3E%3Crect x='220' y='150' width='80' height='200' fill='%23B88E2F'/%3E%3Crect x='340' y='80' width='80' height='270' fill='%23B88E2F'/%3E%3Crect x='460' y='180' width='80' height='170' fill='%23B88E2F'/%3E%3Crect x='580' y='120' width='80' height='230' fill='%23B88E2F'/%3E%3Ctext x='100' y='370' font-family='Arial' font-size='12' fill='%23333'>Basic</text>%3E%3Ctext x='220' y='370' font-family='Arial' font-size='12' fill='%23333'>Standard</text>%3E%3Ctext x='340' y='370' font-family='Arial' font-size='12' fill='%23333'>Premium</text>%3E%3Ctext x='460' y='370' font-family='Arial' font-size='12' fill='%23333'>Enterprise</text>%3E%3Ctext x='580' y='370' font-family='Arial' font-size='12' fill='%23333'>Custom</text>%3E%3C/svg%3E");background-size:cover;background-position:center;border-radius:12px}@media (max-width: 480px){.admin-dashboard{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-100%;top:0;bottom:0;width:80%;max-width:280px;z-index:1000;transition:left .3s ease;padding:15px}.admin-sidebar.open{left:0}.admin-content{padding:15px;margin-left:0}.admin-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:15px}.admin-header h1{font-size:20px}.admin-search{width:100%;padding:6px 12px}.admin-stats-grid{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.stat-card{padding:15px;flex-direction:column;text-align:center;gap:10px}.stat-icon{width:40px;height:40px}.stat-number{font-size:20px}.dashboard-charts{grid-template-columns:1fr;gap:20px}.chart-container{padding:15px}.chart-placeholder{height:180px}.additional-sections{grid-template-columns:1fr;gap:20px}.product-progress{width:120px}.map-container{height:200px}.volume-chart{height:180px}.menu-toggle{display:block;position:fixed;top:15px;left:15px;z-index:1001;background-color:#b88e2f;color:#fff;border:none;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}}@media (min-width: 481px) and (max-width: 768px){.admin-dashboard{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-240px;top:0;bottom:0;z-index:1000;transition:left .3s ease}.admin-sidebar.open{left:0}.admin-content{padding:20px;margin-left:0}.admin-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-search{width:100%}.admin-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.dashboard-charts,.additional-sections{grid-template-columns:1fr;gap:24px}.menu-toggle{display:block;position:fixed;top:20px;left:20px;z-index:1001;background-color:#b88e2f;color:#fff;border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}}@media (min-width: 769px) and (max-width: 1024px){.admin-dashboard{grid-template-columns:200px 1fr}.admin-sidebar{padding:15px}.admin-logo h2{font-size:18px}.admin-nav-item{padding:10px 12px;font-size:14px}.admin-content{padding:20px}.admin-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.dashboard-charts,.additional-sections{grid-template-columns:1fr;gap:24px}}@media (min-width: 1025px) and (max-width: 1440px){.admin-dashboard{grid-template-columns:240px 1fr}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px}.dashboard-charts,.additional-sections{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 1441px) and (max-width: 1919px){.admin-dashboard{grid-template-columns:260px 1fr}.admin-sidebar{padding:25px}.admin-logo h2{font-size:24px}.admin-nav-item{padding:14px 18px;font-size:16px}.admin-content{padding:30px}.admin-header h1{font-size:32px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{padding:24px}.stat-number{font-size:28px}.dashboard-charts{grid-template-columns:repeat(2,1fr);gap:30px}.chart-placeholder{height:250px}.additional-sections{grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width: 1920px){.admin-dashboard{grid-template-columns:280px 1fr}.admin-sidebar{padding:30px}.admin-logo h2{font-size:26px}.admin-nav-item{padding:16px 20px;font-size:18px}.admin-content{padding:40px}.admin-header h1{font-size:36px}.admin-search{width:400px;padding:12px 20px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:30px}.stat-card{padding:30px}.stat-icon{width:56px;height:56px}.stat-number{font-size:32px}.dashboard-charts{grid-template-columns:repeat(2,1fr);gap:40px}.chart-placeholder{height:300px}.additional-sections{grid-template-columns:repeat(2,1fr);gap:40px}.product-progress{width:250px}.map-container{height:350px}.volume-chart{height:300px}}.admin-logo{display:flex;align-items:center;gap:12px;padding:10px}.admin-logo h2{font-size:22px;font-weight:600;margin:0;color:#fff}.admin-logo-icon{background-color:#fff;color:#b88e2f;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;transition:transform .3s ease}.admin-logo-icon:hover{transform:rotate(5deg)}.admin-nav{display:flex;flex-direction:column;gap:8px}.admin-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;background:transparent;color:#fffc;border:none;cursor:pointer;font-size:16px;text-align:left;transition:all .2s ease}.admin-nav-item:hover,.admin-nav-item.active{background-color:#ffffff26;color:#fff}.admin-nav-item svg{width:20px;height:20px}.admin-nav-item.logout-btn{margin-top:auto;color:#fffc}.admin-content{padding:20px;overflow-y:auto}.admin-overview{display:flex;flex-direction:column;gap:24px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-header h1{font-size:28px;font-weight:600;color:#333;margin:0}.admin-search{display:flex;align-items:center;background-color:#fff;border-radius:10px;padding:8px 16px;width:300px;box-shadow:0 2px 5px #0000000d}.admin-search svg{width:20px;height:20px;color:#888;margin-right:10px}.admin-search input{border:none;outline:none;width:100%;font-size:14px}.admin-user{display:flex;align-items:center;gap:10px}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#b88e2f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{font-size:20px;font-weight:600;color:#333;margin:0}.export-btn{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 16px;font-size:14px;color:#555;cursor:pointer;transition:all .2s ease}.export-btn:hover{background-color:#f5f5f5}.export-btn svg{width:16px;height:16px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px;color:#fff}.stat-icon.users{background-color:#ff6b6b}.stat-icon.products{background-color:#ffb86c}.stat-icon.orders{background-color:#4cd97b}.stat-icon.revenue{background-color:#7b68ee}.stat-content{flex:1}.stat-content h3{font-size:14px;color:#666;margin:0 0 5px;font-weight:500}.stat-number{font-size:24px;font-weight:700;color:#333;margin:0 0 5px}.stat-change{font-size:12px;margin:0}.stat-change.positive{color:#4cd97b}.stat-change.negative{color:#ff6b6b}.dashboard-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.chart-container{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000d}.chart-header{margin-bottom:16px}.chart-header h3{font-size:18px;font-weight:600;color:#333;margin:0}.chart-placeholder{height:220px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.chart-visual{width:100%;height:100%;background-size:cover;background-position:center}.visitor-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Cpath d='M50,350 C150,250 250,300 350,200 C450,100 550,150 650,50 C750,150 850,100 950,200' stroke='%235a55ca' stroke-width='3' fill='none'/%3E%3Cpath d='M50,300 C150,350 250,250 350,300 C450,350 550,250 650,300 C750,350 850,250 950,300' stroke='%23B88E2F' stroke-width='3' fill='none'/%3E%3Cpath d='M50,250 C150,200 250,300 350,250 C450,200 550,300 650,250 C750,200 850,300 950,250' stroke='%234CD97B' stroke-width='3' fill='none'/%3E%3C/svg%3E")}.revenue-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Crect x='50' y='300' width='50' height='50' fill='%235a55ca'/%3E%3Crect x='120' y='250' width='50' height='100' fill='%235a55ca'/%3E%3Crect x='190' y='200' width='50' height='150' fill='%234CD97B'/%3E%3Crect x='260' y='280' width='50' height='70' fill='%235a55ca'/%3E%3Crect x='330' y='220' width='50' height='130' fill='%234CD97B'/%3E%3Crect x='400' y='300' width='50' height='50' fill='%235a55ca'/%3E%3Crect x='470' y='180' width='50' height='170' fill='%234CD97B'/%3E%3Crect x='540' y='250' width='50' height='100' fill='%235a55ca'/%3E%3Crect x='610' y='150' width='50' height='200' fill='%234CD97B'/%3E%3Crect x='680' y='220' width='50' height='130' fill='%235a55ca'/%3E%3C/svg%3E")}.satisfaction-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Cpath d='M50,200 C150,100 250,300 350,200 C450,100 550,300 650,200 C750,100 850,300 950,200' stroke='%235a55ca' stroke-width='3' fill='none'/%3E%3Ccircle cx='50' cy='200' r='5' fill='%235a55ca'/%3E%3Ccircle cx='150' cy='100' r='5' fill='%235a55ca'/%3E%3Ccircle cx='250' cy='300' r='5' fill='%235a55ca'/%3E%3Ccircle cx='350' cy='200' r='5' fill='%235a55ca'/%3E%3Ccircle cx='450' cy='100' r='5' fill='%235a55ca'/%3E%3Ccircle cx='550' cy='300' r='5' fill='%235a55ca'/%3E%3Ccircle cx='650' cy='200' r='5' fill='%235a55ca'/%3E%3Ccircle cx='750' cy='100' r='5' fill='%235a55ca'/%3E%3C/svg%3E")}.target-chart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f8f9fa'/%3E%3Crect x='50' y='150' width='60' height='200' fill='%23FFB86C'/%3E%3Crect x='130' y='100' width='60' height='250' fill='%23FFB86C'/%3E%3Crect x='210' y='180' width='60' height='170' fill='%23FFB86C'/%3E%3Crect x='290' y='120' width='60' height='230' fill='%23FFB86C'/%3E%3Crect x='370' y='80' width='60' height='270' fill='%23FFB86C'/%3E%3Crect x='450' y='180' width='60' height='170' fill='%23FFB86C'/%3E%3Crect x='530' y='100' width='60' height='250' fill='%23FFB86C'/%3E%3Crect x='610' y='150' width='60' height='200' fill='%23FFB86C'/%3E%3Crect x='690' y='120' width='60' height='230' fill='%23FFB86C'/%3E%3Cline x1='0' y1='180' x2='800' y2='180' stroke='%23B88E2F' stroke-width='2' stroke-dasharray='5,5'/%3E%3C/svg%3E")}.top-products{margin-top:24px}.product-list{display:flex;flex-direction:column;gap:12px}.product-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#fff;border-radius:10px}.product-info{display:flex;align-items:center;gap:12px}.product-image{width:40px;height:40px;border-radius:8px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.product-name{font-weight:500}.product-progress{width:200px;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.progress-bar{height:100%;border-radius:4px}.progress-bar.blue{background-color:#5a55ca}.progress-bar.green{background-color:#4cd97b}.progress-bar.orange{background-color:#ffb86c}.progress-bar.purple{background-color:#7b68ee}.product-sales{font-weight:600;color:#333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;line-height:1.6}#root>div:not(.header){padding-top:80px}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1440px;margin:0 auto;padding:0 80px}.page-section{padding:80px 0}.page-section-sm{padding:40px 0}.page-header{padding:120px 0 60px;text-align:center}.home-section,.product-section,.contact-section,.blog-section,.checkout-section{padding:80px 0}section{padding:80px 0}.section-title{margin-bottom:40px;font-size:32px;font-weight:700}.section-subtitle{margin-bottom:60px;font-size:16px;color:#666}.product-card{padding:24px;margin-bottom:32px}.form-container{padding:40px}.inner-page{padding-top:120px;padding-bottom:80px}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#b88e2f,#9a7426);color:#fff;box-shadow:0 4px 15px #b88e2f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b88e2f66}.btn-secondary{background:#fff;color:#b88e2f;border:2px solid #B88E2F}.btn-secondary:hover{background:#b88e2f;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #B88E2F;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.container{padding:0 15px}.btn{padding:10px 20px;font-size:14px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#b88e2f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9a7426}
