body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,Segoe UI,sans-serif;margin:0}img{display:block;max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:#d98e0259;color:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top left,#d98e0214,#0000 28%),linear-gradient(135deg,#182222,#232e2f);color:#f1f3ef;font-family:Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.App{min-height:100vh;text-align:center}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#1c2526}::-webkit-scrollbar-thumb{background:#d98e028c;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#d98e02cc}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#232e2f;color:#f1f3ef;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#d98e02}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#182222f5;border-bottom:1px solid #9d9f9d29;box-shadow:0 6px 22px #00000024;padding:8px 18px;position:relative;z-index:100}.nav-left,.navbar{align-items:center;display:flex}.nav-left{flex:0 0 auto;gap:10px}.back-button{color:#d98e02;cursor:pointer;font-size:22px;margin-right:6px;transition:transform .2s ease,opacity .2s ease}.back-button:hover{opacity:.85;transform:translateX(-2px)}.back-button-placeholder{height:24px;width:24px}.nav-logo{align-items:center;display:flex;gap:10px}.nav-logo img{width:42px}.nav-logo p{color:#f1f3ef;font-size:28px;font-weight:800;letter-spacing:.4px}.nav-menu{color:#bfc3bd;font-size:15px;font-weight:600;gap:28px;list-style:none;margin-left:28px;margin-right:auto}.nav-menu,.nav-menu li{align-items:center;display:flex}.nav-menu li{cursor:pointer;flex-direction:column;transition:color .25s ease}.nav-menu li:hover{color:#d98e02}.nav-menu hr{background:#0000;border:none;border-radius:999px;height:2px;margin-top:4px;transition:background .25s ease;width:80%}.nav-menu li.active{color:#d98e02}.nav-menu li.active hr{background:#d98e02}.nav-dropdown{cursor:pointer;display:none;filter:brightness(0) invert(1);width:28px}.nav-search{align-items:stretch;background:#232e2f;border:1px solid #9d9f9d38;border-radius:14px;box-shadow:0 6px 18px #0000002e;margin:0 14px 0 0;overflow:visible}.nav-search,.nav-search-inner{display:flex;position:relative}.nav-search-inner{align-items:center;flex:1 1}.nav-search input{background:#0000;border:none;color:#f1f3ef;font-size:14px;min-width:190px;outline:none;padding:10px 14px;width:100%}.nav-search input::placeholder{color:#8f9490}.nav-search button{background:#d98e02;border:none;border-radius:0 13px 13px 0;color:#fff;cursor:pointer;font-weight:700;padding:0 18px;transition:background .25s ease,transform .2s ease}.nav-search button:hover{background:#eea51d}.nav-search-suggestions{animation:searchDropdown .22s ease;background:#232e2f;border:1px solid #9d9f9d38;border-radius:12px;box-shadow:0 16px 34px #00000057;left:0;max-height:360px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);transform-origin:top;transition:max-height .25s ease,opacity .2s ease,transform .22s ease;width:auto;z-index:99999}@keyframes searchDropdown{0%{opacity:0;transform:scaleY(.92) translateY(-6px)}to{opacity:1;transform:scaleY(1) translateY(0)}}@keyframes suggestionFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-search-suggestion{animation:suggestionFade .18s ease;border-bottom:1px solid #9d9f9d1a;cursor:pointer;display:flex;flex-direction:column;gap:3px;padding:11px 14px;transition:background .18s ease,padding-left .18s ease}.nav-search-suggestion:last-child{border-bottom:none}.nav-search-suggestion:hover{background:#d98e0224;padding-left:18px}.nav-search-suggestion span{color:#f1f3ef;font-size:14px;font-weight:700}.nav-search-suggestion small{color:#9d9f9d;font-size:11px}.nav-search-suggestion.category span{color:#d98e02}.nav-login-cart img,.nav-threebars{cursor:pointer;height:36px;object-fit:contain;width:36px}.nav-threebars{display:block;transition:transform .2s ease}.nav-threebars:hover{transform:translateY(-2px)}.nav-login-cart{align-items:center;display:flex;flex:0 0 auto;gap:14px;position:relative}.nav-login-cart img{transition:transform .2s ease}.nav-login-cart img:hover{transform:translateY(-2px)}.cart-container{position:relative}.nav-cart-count{align-items:center;background:#d98e02;border-radius:50%;box-shadow:0 4px 12px #d98e024d;color:#fff;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-8px;top:-8px;width:18px}@media (max-width:900px){.navbar{padding:7px}.nav-search input{min-width:130px}}@media (max-width:750px){.navbar{align-items:center;flex-wrap:nowrap;gap:7px;padding:7px}.nav-left{flex:0 0 auto;order:1}.nav-logo{gap:0}.nav-logo img{width:35px}.nav-logo p{display:none}.nav-search{border-radius:13px;flex:1 1 auto;margin:0;min-width:0;order:2}.nav-search input{font-size:16px;min-width:0;padding:7px 9px;width:100%}.nav-search button{border-radius:0 12px 12px 0;font-size:11px;padding:0 11px}.nav-dropdown{display:block;flex:0 0 auto;order:3;transition:transform .3s ease;width:32px}.nav-dropdown.open{transform:rotate(180deg)}.nav-login-cart{flex:0 0 auto;gap:11px;order:4;transform:none}.cart-container{margin-right:4px}.nav-login-cart img,.nav-threebars{height:30px;width:30px}.nav-cart-count{font-size:9px;height:15px;right:-6px;top:-7px;width:15px}.nav-menu{align-items:center;background:#232e2f;border:0;border-radius:14px;box-shadow:0 14px 28px #00000047;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;justify-content:center;left:7px;margin:0;max-height:0;overflow:hidden;padding:0;position:absolute;right:7px;top:calc(100% + 7px);transition:max-height .35s ease,padding .35s ease;width:auto;z-index:999}.nav-menu-visible{border:1px solid #9d9f9d2e;max-height:62px;padding:4px 6px}.nav-menu li{font-size:11px;padding:5px 9px;white-space:nowrap;width:auto}.nav-menu hr{height:2px;margin-top:4px}.nav-search-suggestions{border-radius:12px;left:0;right:0;top:calc(100% + 7px);width:auto}}@media (max-width:420px){.navbar{gap:6px;padding:7px}.nav-logo img{width:32px}.nav-search input{font-size:16px;padding:7px 8px}.nav-search button{font-size:10px;padding:0 10px}.nav-dropdown{width:28px}.nav-login-cart{gap:10px}.cart-container{margin-right:5px}.nav-login-cart img,.nav-threebars{height:28px;width:28px}.nav-menu{gap:4px 15px;left:7px;right:7px;top:calc(100% + 7px)}.nav-menu-visible{max-height:58px;padding:3px 5px}.nav-menu li{font-size:9.5px;padding:5px 3px}.nav-search-suggestions{border-radius:12px;left:0;right:0;top:calc(100% + 7px);width:auto}}.hero{grid-gap:0;align-items:center;background:radial-gradient(circle at 50% 45%,#d98e0238,#0000 34%),radial-gradient(circle at top left,#d98e023d,#0000 28%),linear-gradient(135deg,#141f1f,#232e2f 48%,#111919);display:grid;gap:0;grid-template-columns:34% 42% 32%;height:calc(100vh - 69px);min-height:579px;overflow:hidden;padding:0 5%}.hero-left{display:flex;flex-direction:column;justify-content:center;line-height:1.1;z-index:2}.hero-left h2{color:#d98e02;font-size:18px;font-weight:700;letter-spacing:1px;margin:0 0 12px;text-transform:uppercase}.hero-left p{color:#f1f3ef;font-size:78px;font-weight:800;line-height:1.05;margin:0}.hero-hand-icon{align-items:center;display:flex;gap:18px;margin:12px 0}.hero-hand-icon img{filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));width:65px}.hero-latest-btn{align-items:center;background:#d98e02;border:none;border-radius:999px;box-shadow:0 10px 30px #d98e0247;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:14px;height:60px;justify-content:center;margin-top:28px;transition:transform .22s ease,box-shadow .25s ease,background .25s ease;width:260px}.hero-latest-btn:hover{background:#eea51d;transform:translateY(-3px)}.hero-latest-btn img{filter:brightness(0) invert(1);width:17px}.hero-center{align-items:flex-end;display:flex;height:100%;justify-content:center;max-height:none;overflow:hidden;z-index:1}.hero-center img{filter:drop-shadow(0 20px 45px rgba(0,0,0,.35));height:95%;max-height:none;max-width:none;object-fit:contain;object-position:bottom center;width:auto}.hero-tags{align-items:flex-start;display:flex;flex-direction:column;gap:34px;z-index:2}.hero-tags div:first-child{transform:translateX(-120px)}.hero-tags div:nth-child(2){transform:translateX(-60px)}.hero-tags div:nth-child(3){transform:translateX(-25px)}.hero-tags div{background:#232e2fb8;border:1px solid #d98e0259;border-radius:999px;box-shadow:0 10px 28px #0000003d;color:#f1f3ef;font-size:22px;font-weight:800;padding:7px 24px;white-space:nowrap;width:-webkit-fit-content;width:fit-content}@media (max-width:900px){.hero{grid-template-columns:38% 34% 28%;height:calc(100svh - 58px);min-height:520px;overflow:hidden;padding:0 10px;position:relative}.hero-left h2{font-size:14px;margin-bottom:8px}.hero-left p{font-size:46px;line-height:1.03}.hero-latest-btn{font-size:14px;height:50px;margin-top:18px;width:180px}.hero-center{height:100%;overflow:visible}.hero-center img{height:82%;max-width:none;object-fit:contain;width:auto}.hero-tags{gap:18px}.hero-tags div{font-size:15px;padding:6px 15px}.hero-tags div:first-child{transform:translateX(-50px)}.hero-tags div:nth-child(2){transform:translateX(-28px)}.hero-tags div:nth-child(3){transform:translateX(-10px)}}@media (max-width:750px){.hero{align-items:center;display:grid;grid-template-areas:"left tags";grid-template-columns:48% 52%;height:auto;min-height:0;overflow:hidden;padding-bottom:30px;padding-top:50px;position:relative}.hero-left{grid-area:left;justify-content:center;transform:translateY(-8px);z-index:3}.hero-left h2{font-size:10px;letter-spacing:.5px;line-height:1.05;margin-bottom:5px}.hero-left p{font-size:25px;line-height:1.02}.hero-latest-btn{font-size:9px;gap:6px;height:30px;margin-top:10px;width:90px}.hero-latest-btn img{width:10px}.hero-center{align-items:flex-end;bottom:0;display:flex;height:260px;justify-content:center;left:50%;overflow:visible;pointer-events:none;position:absolute;transform:translateX(-50%);width:78%;z-index:1}.hero-center img{height:75%;max-width:none;object-fit:contain;object-position:bottom center;transform:translateX(-10px);width:auto}.hero-tags{align-items:flex-end;gap:11px;grid-area:tags;justify-content:center;transform:translateY(-6px);z-index:3}.hero-tags div{font-size:9px;max-width:100%;padding:4px 8px}.hero-tags div:first-child,.hero-tags div:nth-child(2),.hero-tags div:nth-child(3){transform:none}}@media (max-width:420px){.hero{grid-template-columns:48% 52%;height:auto;min-height:0;padding-bottom:30px;padding-top:50px}.hero-left{transform:translateY(-10px)}.hero-left h2{font-size:9px;margin-bottom:4px}.hero-left p{font-size:24px}.hero-latest-btn{font-size:9px;height:30px;margin-top:10px;width:90px}.hero-tags{gap:10px;transform:translateY(-8px)}.hero-tags div{font-size:8px;padding:4px 7px}}.popular{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;margin:7px 0 20px;padding:0 20px;width:100%}.popular h1{color:#f1f3ef;font-size:42px;font-weight:800;letter-spacing:.5px;text-align:center}.popular hr{background:#d98e02;border:none;border-radius:999px;height:4px;width:400px}.popular-item{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:7px;width:100%}.popular-item .item{width:100%}@media (max-width:750px){.popular{margin-bottom:7px!important;padding:0 7px}.popular h1{font-size:25px}.popular hr{height:3px;width:220px}.popular-item{column-gap:7px;grid-template-columns:repeat(2,minmax(140px,1fr));row-gap:7px}.popular-item .item{width:100%}}.item{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 12px 28px #00000038;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:9px;overflow:hidden;padding:12px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%}.item:hover{border-color:#d98e0280;box-shadow:0 18px 36px #00000057;transform:translateY(-5px)}.item img{aspect-ratio:350/418;background:#9d9f9d;border-radius:12px;display:block;height:auto;object-fit:cover;width:100%}.item p{color:#f1f3ef;font-size:16px;font-weight:600;line-height:1.45;margin:0;min-height:40px;text-align:left}.item-prices{align-items:center;display:flex;gap:8px}.item-price-new{color:#d98e02;font-size:20px;font-weight:800}.item-price-old{color:#8f9490;font-size:14px;font-weight:500;text-decoration:line-through}@media (max-width:1200px){.item p{font-size:15px}.item-price-new{font-size:18px}.item-price-old{font-size:13px}}@media (max-width:700px){.item{border-radius:14px;padding:8px}.item img{border-radius:10px}.item p{font-size:14px;min-height:42px}.item-price-new{font-size:16px}.item-price-old{font-size:12px}}.offers{align-items:end;background:radial-gradient(circle at 50% 45%,#d98e022e,#0000 34%),radial-gradient(circle at top left,#d98e0242,#0000 32%),linear-gradient(135deg,#141f1f,#232e2f 48%,#111919);border:1px solid #9d9f9d33;border-radius:28px;box-shadow:0 18px 42px #00000047;display:grid;grid-template-columns:28% 44% 28%;height:515px;margin:20px auto 7px;overflow:hidden;padding:0 4%;position:relative;width:calc(100% - 40px)}.offers-left{align-self:center;transform:translateX(-8px);z-index:3}.offers-left h1{color:#f1f3ef;font-size:64px;font-weight:800;line-height:1.05}.offers-left p{color:#f1f3ef;font-size:17px;font-weight:500;line-height:1.5;margin-top:2px}.offers-left button{background:#d98e02;border:none;border-radius:999px;box-shadow:0 10px 28px #d98e0247;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:60px;margin-top:32px;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;width:230px}.offers-left button:hover{background-color:#eea51d;transform:translateY(-3px)}.offers-center{align-items:flex-end;display:flex;height:100%;justify-content:center;overflow:visible;position:relative}.offers-center img{filter:drop-shadow(0 18px 36px rgba(0,0,0,.32));height:100%;max-width:100%;object-fit:contain;object-position:bottom center;position:relative;transform:translateX(-25px);width:auto;z-index:2}.offers-tags{align-items:flex-start;align-self:center;display:flex;flex-direction:column;gap:34px;justify-content:center;z-index:3}.offers-tags div{background:#232e2fb8;border:1px solid #d98e0259;border-radius:999px;box-shadow:0 10px 28px #0000003d;color:#f1f3ef;font-size:19px;font-weight:800;padding:7px 24px;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.offers-tags div:first-child,.offers-tags div:nth-child(2),.offers-tags div:nth-child(3){transform:translateX(0)}.offers-left button,.offers-left h1,.offers-left p{position:relative;z-index:5}@media (max-width:750px){.offers{border-radius:12px;height:auto;margin:7px;overflow:hidden;padding-bottom:5px;padding-top:5px;width:calc(100% - 14px)}.offers-left h1{font-size:20px;line-height:1.05}.offers-left p{font-size:13px;font-weight:800;line-height:1.05;margin-top:10px}.offers-left button{box-shadow:0 10px 28px #d98e0247;font-size:9px;height:30px;margin-top:10px;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;width:80px}.offers-center{align-items:flex-end;bottom:0;display:flex;height:260px;justify-content:center;left:50%;overflow:visible;pointer-events:none;position:absolute;transform:translateX(-67%);width:78%;z-index:1}.offers-center img{height:70%;max-width:none;object-fit:contain;object-position:bottom center;transform:translateX(20%);width:auto}.offers-tags{align-items:flex-end;display:auto;flex-direction:column;gap:6px;justify-content:center;transform:translateX(70%)}.offers-tags div{font-size:9px;max-width:-webkit-fit-content;max-width:fit-content;padding:6px 10px}}@media (max-width:420px){.offers-left h1{font-size:19px}.offers-left button{width:75px}.offers-center{transform:translateX(-69%)}}.new-collections{align-items:center;display:flex;flex-direction:column;gap:6px;margin-bottom:20px;padding:0 20px}.new-collections h2{color:#f1f3ef;font-size:42px;font-weight:800;letter-spacing:.5px;text-align:center}.new-collections hr{background:#d98e02;border:none;border-radius:999px;height:4px;width:320px}.collections{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:5px auto 0;width:100%}.collections .item{width:100%}@media (max-width:750px){.new-collections{margin-bottom:7px!important;padding:0 7px}.new-collections h2{font-size:25px}.new-collections hr{height:3px;width:175px}.collections{gap:7px;grid-template-columns:repeat(2,1fr)}.collections .item{width:100%}}.newsletter{align-items:center;background:radial-gradient(circle at top left,#d98e0229,#0000 34%),linear-gradient(135deg,#232e2f,#182222);border:1px solid #9d9f9d33;border-radius:24px;box-shadow:0 16px 42px #00000047;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;justify-content:center;margin:20px auto;max-width:none;padding:30px 8%;width:calc(100% - 40px)}.newsletter h1,.newsletter p{margin:0}.newsletter h1{color:#f1f3ef;font-size:45px;font-weight:800;text-align:center}.newsletter p{color:#cfd3ce;font-size:18px;text-align:center}.newsletter div{align-items:center;background:#f1f3ef;border:1px solid #9d9f9d59;border-radius:80px;display:flex;height:60px;justify-content:space-between;max-width:650px;overflow:hidden;width:95%}.newsletter input{background:#0000;border:none;color:#232e2f;flex:1 1;font-family:Poppins,sans-serif;font-size:16px;min-width:0;outline:none;padding-left:30px}.newsletter input::placeholder{color:#6f7470}.newsletter div button{background:#d98e02;border:none;border-radius:80px;color:#fff;cursor:pointer;font-size:16px;font-weight:800;height:60px;transition:background-color .25s ease,transform .25s ease;width:180px}.newsletter div button:hover{background-color:#eea51d;transform:scale(1.03)}.newsletter div button:active{background-color:#c47f00;transform:scale(.98)}@media (max-width:750px){.newsletter{border-radius:12px;gap:12px;margin-bottom:7px;margin-top:7px;width:calc(100% - 14px)}.newsletter h1{font-size:25px}.newsletter div{height:40px;margin-top:10px;width:100%}.newsletter input{padding-left:15px;width:auto}.newsletter div button{border-radius:26px;font-size:14px;height:40px;width:110px}}@media (max-width:420px){.newsletter p{font-size:15px}.newsletter div{width:100%}.newsletter input{font-size:16px;padding-left:14px}.newsletter div button{font-size:13px;width:95px}}.shopcategory-banner{border:1px solid #9d9f9d29;border-radius:22px;box-shadow:0 16px 40px #00000038;display:block;margin:20px auto;width:calc(100% - 40px)}.shopcategory-topbox{align-items:center;background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 10px 24px #0003;box-sizing:border-box;display:flex;gap:16px;justify-content:space-between;margin:0 20px 20px;padding:14px 20px 12px;width:calc(100% - 40px)}.shopcategory-topbox p{color:#cfd3ce;font-size:14px;margin:0}.shopcategory-topbox p span{color:#f1f3ef;font-weight:800}.shopcategory-sort-wrap{align-items:center;display:flex;gap:10px}.shopcategory-sort-wrap label{color:#f1f3ef;font-size:14px;font-weight:800;white-space:nowrap}.shopcategory-sort select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#182222;background-image:linear-gradient(45deg,#0000 50%,#f1f3ef 0),linear-gradient(135deg,#f1f3ef 50%,#0000 0);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px;border:1px solid #9d9f9d40;border-radius:12px;color:#f1f3ef;cursor:pointer;font-size:14px;font-weight:700;outline:none;padding:8px 40px 8px 14px;transition:border-color .22s ease,box-shadow .22s ease}.shopcategory-sort select:focus{border-color:#d98e02;box-shadow:0 0 0 3px #d98e0229}.shopcategory-products{grid-gap:20px;align-items:start;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0;padding:0 20px 20px;width:100%}@media (max-width:750px){.shopcategory-banner{border-radius:14px;margin:7px auto;width:calc(100% - 14px)}.shopcategory-products{gap:7px;grid-template-columns:repeat(2,1fr);padding:7px;width:100%}.shopcategory-topbox{border-radius:14px;gap:7px;margin:7px auto 0;padding:7px;width:calc(100% - 14px)}.shopcategory-topbox p{flex:0 0 auto;white-space:nowrap}.shopcategory-sort-wrap{flex:0 0 auto;gap:7px;width:auto}.shopcategory-sort select{max-width:180px;padding:7px 24px 7px 7px}}@media (max-width:420px){.item img{height:auto;width:100%}.item{font-size:14px}}.breadcrum{align-items:center;color:#cfd3ce;display:flex;flex-wrap:wrap;font-size:14px;font-weight:700;gap:8px;margin:20px;text-transform:capitalize}.breadcrum .category-link,.breadcrum .home-link,.breadcrum .product-link,.breadcrum .shop-link{color:#d98e02;cursor:pointer;font-weight:600;transition:color .25s ease,opacity .25s ease}.breadcrum .category-link:hover,.breadcrum .home-link:hover,.breadcrum .product-link:hover,.breadcrum .shop-link:hover{color:#f2ab21;opacity:.9}.arrow-icon{filter:brightness(0) saturate(100%) invert(67%) sepia(3%) saturate(82%) hue-rotate(26deg) brightness(89%) contrast(85%);height:10px;margin:0 4px;opacity:.75;width:10px}.breadcrum span:last-child{color:#f1f3ef;font-weight:600}@media (max-width:750px){.breadcrum{display:none}}.productdisplay{align-items:flex-start;color:#f1f3ef;display:flex;gap:20px;justify-content:flex-start;padding:0 20px 20px}.productdisplay-left{display:flex;flex:0 0 auto;flex-direction:row-reverse;gap:20px;max-height:calc(100vh - 145px);width:auto}.productdisplay-img-list{grid-gap:10px;display:grid;gap:10px;grid-template-rows:repeat(5,1fr);max-height:calc(100vh - 145px)}.productdisplay-img-list img{background:#232e2f;border:2px solid #9d9f9d38;border-radius:10px;cursor:pointer;height:100%;min-height:0;object-fit:cover;transition:transform .22s ease,border-color .22s ease;width:72px}.productdisplay-img-list img.active-thumb,.productdisplay-img-list img:hover{border-color:#d98e02;transform:translateY(-2px)}.productdisplay-img{aspect-ratio:350/418;flex:0 0 auto;height:calc(100vh - 145px)}.productdisplay-main-img{aspect-ratio:350/418;background:#9d9f9d;border:1px solid #9d9f9d2e;border-radius:20px;box-shadow:0 16px 38px #00000047;max-height:calc(100vh - 145px);object-fit:contain;width:100%}.productdisplay-right{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;min-height:calc(100vh - 145px)}.productdisplay-right h1{line-height:1.2}.productdisplay-right h1,.productdisplay-title{color:#f1f3ef;font-size:32px;font-weight:800;margin:0}.productdisplay-title{line-height:1.25}.hombell-verified{align-items:center;background:#d98e021f;border:1px solid #d98e028c;border-radius:999px;color:#d98e02;display:inline-flex;font-size:13px;font-weight:800;line-height:1.1;margin-left:20px;padding:10px;vertical-align:middle;white-space:nowrap}.productdisplay-right-prices{align-items:center;display:flex;font-size:24px;font-weight:800;gap:18px}.productdisplay-right-price-old{color:#8f9490;font-size:20px;text-decoration:line-through}.productdisplay-right-price-new{color:#d98e02}.productdisplay-right-description{color:#cfd3ce;line-height:1.7}.productdisplay-right-description p{margin:0 0 4px}.productdisplay-meta{color:#c3c6c1;line-height:1.6}.productdisplay-meta p{margin:0}.productdisplay-meta span{color:#f1f3ef;font-weight:800}.productdisplay-quantity-row{align-items:center;display:flex;gap:8px}.productdisplay-quantity-row label{color:#f1f3ef;font-size:17px;font-weight:800}.productdisplay-quantity-row select{background:#182222;border:1px solid #9d9f9d59;border-radius:10px;color:#f1f3ef;cursor:pointer;font-size:15px;font-weight:700;min-width:10px;outline:none;padding:5px 0 5px 5px}.productdisplay-action-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:auto;width:100%}.productdisplay-btn{border:none;border-radius:14px;box-shadow:0 10px 28px #d98e0238;cursor:pointer;font-size:15px;font-weight:800;height:56px;outline:none;transition:background .25s ease,transform .22s ease,box-shadow .25s ease}.productdisplay-btn:hover{transform:translateY(-3px)}.productdisplay-btn-book,.productdisplay-btn:first-child{background:#d98e02;color:#fff}.productdisplay-btn.added{background:#2e8b57}.productdisplay-btn.added:hover{background:#349d63}.productdisplay-btn-book:hover,.productdisplay-btn:first-child:hover{background:#eea51d}.productdisplay-btn-back{background:#232e2f;border:1px solid #9d9f9d3d;box-shadow:none;color:#f1f3ef}.productdisplay-btn-back:hover{background:#d98e0214;border-color:#d98e0280}.cart-popup-buttons button{outline:none;transition:transform .22s ease,background .22s ease}.cart-popup-buttons button:hover{transform:translateY(-2px)}.cart-popup-cart:hover{background:#eea51d}.cart-popup-close:hover{border-color:#d98e0280}@media (max-width:750px){.productdisplay{flex-direction:column;gap:7px;padding:7px}.productdisplay-left{flex-direction:column-reverse;gap:7px;max-height:none;width:100%}.productdisplay-img{aspect-ratio:auto;height:auto;width:100%}.productdisplay-main-img{border-radius:14px;height:auto;max-height:none;width:100%}.productdisplay-img-list{display:flex;flex-direction:row;gap:7px;max-height:none;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:thin;width:100%}.productdisplay-img-list img{aspect-ratio:350/418;border-radius:8px;flex-basis:calc(20% - 5.6px);flex-grow:0;flex-shrink:0;height:auto;width:calc(20% - 5.6px)}.productdisplay-right{gap:7px;min-height:auto;width:100%}.productdisplay-right h1,.productdisplay-title{font-size:22px;line-height:1.2}.hombell-verified{font-size:9px;margin-left:7px;padding:5px 8px}.productdisplay-right-prices{font-size:20px;gap:10px}.productdisplay-right-price-old{font-size:15px}.productdisplay-meta,.productdisplay-right-description{font-size:13px;line-height:1.5}.productdisplay-quantity-row{gap:7px}.productdisplay-quantity-row label{font-size:14px}.productdisplay-quantity-row select{font-size:13px}.productdisplay-action-row{gap:7px;grid-template-columns:repeat(2,1fr);margin-top:7px}.productdisplay-btn{border-radius:14px;font-size:14px;height:35px;width:100%}.productdisplay-btn-back{display:none}.cart-popup{border-radius:14px;padding:14px;width:calc(100% - 14px)}.cart-popup h3{font-size:18px;margin-bottom:14px}.cart-popup-buttons{gap:7px}.cart-popup-buttons button{font-size:13px;height:44px}.productdisplay-main-img{touch-action:pan-y}}.relatedproducts{align-items:center;display:flex;flex-direction:column;gap:7px;margin-bottom:20px;padding:0 20px}.relatedproducts h2{color:#f1f3ef;font-size:42px;font-weight:800;letter-spacing:.5px;margin:0;text-align:center}.relatedproducts hr{background:#d98e02;border:none;border-radius:999px;height:4px;width:400px}.relatedproducts-item{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:5px auto 0;width:100%}.relatedproducts-item .item{width:100%}@media (max-width:750px){.relatedproducts{margin-bottom:7px;padding:0 7px}.relatedproducts h2{font-size:25px}.relatedproducts hr{height:3px;width:215px}.relatedproducts-item{gap:7px;grid-template-columns:repeat(2,1fr);margin:7px auto 0}}.descriptionbox{box-sizing:border-box;color:#f1f3ef;margin:0;padding:0 20px 20px;width:100%}.descriptionbox-navigator{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.descriptionbox-nav-box{background:#232e2f;border:1px solid #9d9f9d3d;border-radius:14px;color:#cfd3ce;cursor:pointer;font-size:16px;font-weight:800;height:58px;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease}.descriptionbox-nav-box:hover{border-color:#d98e028c;transform:translateY(-2px)}.descriptionbox-nav-box.active{background:#d98e02;border-color:#d98e02;color:#fff}.descriptionbox-content{background:#232e2f;border:1px solid #9d9f9d3d;border-radius:18px;box-shadow:0 14px 36px #00000042;box-sizing:border-box;color:#d7d9d5;padding:20px;width:100%}.descriptionbox-description{display:flex;flex-direction:column;gap:20px}.descriptionbox-description p{color:#d7d9d5;line-height:1.75;margin:0}.descriptionbox-steps{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.descriptionbox-step-card{align-items:flex-start;background:#182222;border:1px solid #9d9f9d2e;border-radius:16px;display:flex;gap:14px;padding:18px}.descriptionbox-step-card span{align-items:center;background:#d98e02;border-radius:50%;color:#fff;display:flex;flex:0 0 auto;font-weight:800;height:34px;justify-content:center;width:34px}.descriptionbox-step-card p{color:#d7d9d5;line-height:1.6;margin:0}.descriptionbox-feedbacks{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.descriptionbox-feedback-card{background:#182222;border:1px solid #9d9f9d2e;border-radius:16px;padding:18px}.feedback-card-top{display:flex;gap:20px;justify-content:space-between;margin-bottom:12px}.feedback-card-top h4{color:#f1f3ef;font-size:16px;font-weight:800;margin:0}.feedback-card-top span{color:#d98e02;font-size:13px;font-weight:700;white-space:nowrap}.descriptionbox-feedback-card p{color:#d7d9d5;line-height:1.6;margin:0}@media (max-width:750px){.descriptionbox{padding:0 7px 7px}.descriptionbox-navigator{gap:7px;grid-template-columns:repeat(3,1fr);margin-bottom:7px}.descriptionbox-nav-box{border-radius:14px;font-size:14px;height:35px;padding:0 7px}.descriptionbox-content{border-radius:14px;padding:7px}.descriptionbox-description{gap:7px}.descriptionbox-description p{font-size:13px;line-height:1.5}.descriptionbox-feedbacks,.descriptionbox-steps{gap:7px;grid-template-columns:1fr}.descriptionbox-feedback-card,.descriptionbox-step-card{border-radius:14px;padding:7px}.descriptionbox-step-card{gap:7px}.descriptionbox-step-card span{font-size:14px;height:28px;width:28px}.descriptionbox-feedback-card p,.descriptionbox-step-card p{font-size:14px;line-height:1.5}.feedback-card-top{gap:7px;margin-bottom:7px}.feedback-card-top h4{font-size:14px}.feedback-card-top span{font-size:11px}}.product-page{box-sizing:border-box;color:#f1f3ef;margin:0 auto;max-width:1280px;padding:40px 20px 80px;width:100%}.product-page .breadcrumb{margin-bottom:30px}.product-page .product-details{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.product-page .product-description{background:#232e2f;border:1px solid #9d9f9d33;border-radius:18px;box-shadow:0 12px 32px #0000003d;margin-top:40px;padding:28px}.product-page .product-description h2{color:#f1f3ef;font-size:28px;font-weight:800;margin-bottom:18px}.product-page .product-description p{color:#cfd3ce;font-size:16px;line-height:1.8}.related-products{margin-top:70px}.related-products h2{color:#f1f3ef;font-size:28px;font-weight:800;margin-bottom:24px}.related-products-list{display:flex;gap:22px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth}.related-products-list::-webkit-scrollbar{height:8px}.related-products-list::-webkit-scrollbar-thumb{background:#d98e0280;border-radius:999px}.related-products-list .product-card{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 10px 26px #00000038;cursor:pointer;flex:0 0 auto;padding:14px;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:220px}.related-products-list .product-card:hover{border-color:#d98e0280;box-shadow:0 18px 36px #00000057;transform:translateY(-5px)}.related-products-list .product-card img{border-radius:12px;height:190px;object-fit:cover;width:100%}.related-products-list .product-card h3{color:#f1f3ef;font-size:16px;line-height:1.45;margin-top:14px}.related-products-list .product-card p{color:#d98e02;font-size:15px;font-weight:700;margin-top:8px}@media (max-width:900px){.product-page{padding:24px 16px 60px}.product-page .product-details{flex-direction:column;gap:24px}.product-page .product-description{padding:22px}.related-products h2{font-size:24px}.related-products-list .product-card{width:190px}}@media (max-width:600px){.product-page{padding:18px 12px 50px}.product-page .product-description h2{font-size:22px}.product-page .product-description p{font-size:14px}.related-products-list{gap:16px}.related-products-list .product-card{border-radius:14px;padding:10px;width:160px}.related-products-list .product-card img{height:150px}.related-products-list .product-card h3{font-size:14px}.related-products-list .product-card p{font-size:13px}}.cartitems{box-sizing:border-box;color:#f1f3ef;padding:0;width:100%}.cartitems-mainbox{background:#182222;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 16px 42px #00000047;padding:20px}.cartitems-mainbox h1{color:#f1f3ef;font-size:38px;font-weight:800;margin:0 0 20px;text-align:center}.cartitems-disabled-btn,.cartitems-total-buttons button:disabled{background:#8a8f8b!important;box-shadow:none!important;color:#eee!important;cursor:not-allowed!important;opacity:.75;transform:none!important}.cartitems-disabled-btn:hover,.cartitems-total-buttons button:disabled:hover{background:#8a8f8b!important;transform:none!important}.cartitems-promocode,.cartitems-tablebox,.cartitems-total{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 12px 28px #00000038;padding:20px}.cartitems-format,.cartitems-format-main{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:78px minmax(260px,1fr) 90px 110px 90px 80px;min-width:820px}.cartitems-format-main>p:nth-child(3),.cartitems-format-main>p:nth-child(4),.cartitems-format-main>p:nth-child(5),.cartitems-format-main>p:nth-child(6),.cartitems-format>p:nth-child(3),.cartitems-format>p:nth-child(5){text-align:center}.cartitems-format>.cartitems-quantity-control,.cartitems-format>.cartitems-remove-btn{justify-self:center}.cartitems-format-main>p:first-child,.cartitems-format>.carticon-product-icon{justify-self:start}.cartitems-tablebox{overflow-x:auto}.cartitems-format-main{border-bottom:1px solid #9d9f9d2e;color:#f1f3ef;font-size:15px;font-weight:800;padding-bottom:14px}.cartitems-format{border-bottom:1px solid #9d9f9d24;color:#cfd3ce;font-size:15px;padding:14px 0}.cartitems-format:last-child{border-bottom:none;padding-bottom:0}.carticon-product-icon{aspect-ratio:1/1;background:#9d9f9d;border:1px solid #9d9f9d40;border-radius:12px;object-fit:cover;width:58px}.cartitems-remove-btn{background:#0000;border:none;cursor:pointer;height:34px;width:34px}.cartitems-remove-btn img{opacity:.7;transition:opacity .2s ease,transform .2s ease;width:13px}.cartitems-remove-btn:hover img{opacity:1;transform:scale(1.15)}.cartitems-quantity-control{align-items:center;background:#182222;border:1px solid #9d9f9d40;border-radius:12px;display:inline-flex;overflow:hidden;width:-webkit-fit-content;width:fit-content}.cartitems-quantity-control button{background:#0000;border:none;color:#d98e02;cursor:pointer;font-size:18px;font-weight:800;height:34px;width:32px}.cartitems-quantity-control button:disabled{cursor:not-allowed;opacity:.35}.cartitems-quantity-control span{color:#f1f3ef;font-weight:800;min-width:34px;text-align:center}.cartitems-bottom-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.cartitems-total{display:flex;flex-direction:column;gap:14px}.cartitems-total h2{font-size:30px;font-weight:800;margin:0 0 8px;text-align:center}.cartitems-total-item{border-bottom:1px solid #9d9f9d2e;color:#d0d4cf;display:flex;gap:20px;justify-content:space-between;padding-bottom:12px}.cartitems-total-item.final{border-bottom:none;color:#f1f3ef}.cartitems-total-item h3,.cartitems-total-item p{margin:0}.cartitems-total-buttons{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-top:6px}.cartitems-total-buttons button{background:#d98e02;border:none;border-radius:14px;box-shadow:0 10px 26px #d98e0240;color:#fff;cursor:pointer;font-size:15px;font-weight:800;height:52px;transition:transform .22s ease,background .22s ease}.cartitems-total-buttons button:hover{background:#eea51d;transform:translateY(-2px)}.cartitems-total-buttons .browse-btn{background:#182222;border:1px solid #9d9f9d40;box-shadow:none}.cartitems-promocode{color:#cfd3ce}.cartitems-promocode p{line-height:1.6;margin:0 0 14px}.cartitems-promobox{background:#182222;border:1px solid #9d9f9d38;border-radius:14px;display:flex;height:52px;overflow:hidden}.cartitems-promobox input{background:#0000;border:none;color:#f1f3ef;flex:1 1;font-size:15px;min-width:0;outline:none;padding-left:18px}.cartitems-promobox input::placeholder{color:#8f9490}.cartitems-promobox button{background:#d98e02;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:800;width:130px}.cart-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.cart-popup{animation:popupFade .22s ease;background:#232e2f;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 18px 48px #00000059;padding:28px 24px;width:min(420px,calc(100% - 40px))}.cart-popup h3{color:#f1f3ef;font-size:24px;font-weight:800;margin:0 0 24px;text-align:center}.cart-popup-buttons{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.cart-popup-buttons.single{grid-template-columns:1fr}.cart-popup-buttons button{border:none;border-radius:14px;cursor:pointer;font-size:15px;font-weight:800;height:54px}.cart-popup-cart{background:#d98e02;color:#fff}.cart-popup-close{background:#182222;border:1px solid #9d9f9d40;color:#f1f3ef}.cartitems-mobile-bottom-row,.cartitems-mobile-info,.cartitems-mobile-title-row{display:contents!important}.cartitems-format>.carticon-product-icon{align-self:center;grid-column:1;grid-row:1}.cartitems-mobile-title-row>p{align-self:center;grid-column:2;grid-row:1;margin:0}.cartitems-mobile-bottom-row>p:first-child{align-self:center;grid-column:3;grid-row:1;justify-self:center;margin:0;text-align:center}.cartitems-mobile-bottom-row>.cartitems-quantity-control{align-self:center;grid-column:4;grid-row:1;justify-self:center}.cartitems-mobile-bottom-row>p:last-child{align-self:center;grid-column:5;grid-row:1;justify-self:center;margin:0;text-align:center}.cartitems-mobile-title-row>.cartitems-remove-btn{align-items:center;align-self:center;display:flex;grid-column:6;grid-row:1;justify-content:center;justify-self:center}@keyframes popupFade{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:750px){.cartitems{padding:0!important}.cartitems,.cartitems-mainbox{box-sizing:border-box;margin:0!important;width:100%}.cartitems-mainbox{border-radius:14px;padding:7px}.cartitems-mainbox h1{font-size:25px;margin-bottom:7px}.cartitems-promocode,.cartitems-tablebox,.cartitems-total{border-radius:14px;padding:7px}.cartitems-format-main{display:none}.cartitems-format{grid-gap:7px;align-items:center;display:grid;gap:7px;grid-template-columns:70px minmax(0,1fr);min-width:0;padding:7px 0}.carticon-product-icon{border-radius:14px;grid-column:1;height:70px;width:70px}.cartitems-mobile-info{grid-gap:7px;display:grid!important;gap:7px;grid-template-rows:1fr auto;min-width:0}.cartitems-mobile-title-row{align-items:flex-start;display:flex!important;gap:7px;min-width:0}.cartitems-mobile-title-row p{flex:1 1;font-size:14px;font-weight:800;line-height:1.25;margin:0}.cartitems-remove-btn{flex:0 0 auto;height:20px;margin:0;padding:0;width:20px}.cartitems-mobile-bottom-row{grid-column-gap:7px;align-items:center;column-gap:7px;display:grid!important;grid-template-columns:1fr -webkit-min-content 1fr;grid-template-columns:1fr min-content 1fr}.cartitems-mobile-bottom-row p{display:block!important;font-size:14px;font-weight:800;margin:0}.cartitems-mobile-bottom-row p:first-child{color:#f1f3ef;text-align:right}.cartitems-mobile-bottom-row p:last-child{color:#d98e02;padding-left:21px;text-align:left}.cartitems-quantity-control{justify-self:center}.cartitems-bottom-grid{gap:7px;grid-template-columns:1fr;margin-top:7px}.cartitems-total{gap:7px}.cartitems-total h2{font-size:25px;margin-bottom:7px}.cartitems-total-item{gap:7px;padding-bottom:7px}.cartitems-total-buttons{gap:7px;grid-template-columns:1fr 1fr;margin-top:0}.cartitems-total-buttons button{border-radius:14px;font-size:14px;height:35px;min-height:35px;width:100%}.cartitems-promocode p{margin-bottom:7px}.cartitems-promobox{border-radius:14px;height:42px}.cartitems-promobox input{font-size:16px;padding-left:7px}.cartitems-promobox button{font-size:14px;width:84px}.cart-popup{border-radius:14px;padding:7px;width:calc(100% - 14px)}.cart-popup h3{font-size:21px;margin-bottom:14px}.cart-popup-buttons{gap:7px}.cart-popup-buttons button{border-radius:14px;font-size:15px;height:35px}.cartitems-mobile-bottom-row .cartitems-quantity-control{border-radius:8px;height:22px;justify-self:center}.cartitems-mobile-bottom-row .cartitems-quantity-control button{font-size:14px;height:22px;line-height:1;padding:0;width:22px}.cartitems-mobile-bottom-row .cartitems-quantity-control span{font-size:14px;line-height:22px;min-width:20px}}.cart-page{box-sizing:border-box;color:#f1f3ef;padding:20px;width:100%}.cart-page .cart-items{display:flex;flex-direction:column;gap:18px;width:100%}.cart-page .cart-summary{background:#232e2f;border:1px solid #9d9f9d33;border-radius:16px;box-shadow:0 12px 30px #0000003d;color:#d98e02;display:flex;font-size:20px;font-weight:700;justify-content:center;margin-top:35px;padding:18px 28px}@media (max-width:750px){.cart-page{margin-top:0;padding:7px}.cart-page h2{font-size:25px}}.footer{background:#182222;color:#f1f3ef;flex-direction:column;gap:14px;justify-content:center;padding-bottom:0;padding-top:14px}.footer,.footer-logo{align-items:center;display:flex}.footer-logo{gap:12px}.footer-logo p{color:#d98e02;font-size:28px;font-weight:800;letter-spacing:.4px}.footer-logo img{width:45px}.footer-links{color:#cfd3ce;display:flex;flex-wrap:wrap;font-size:15px;gap:28px;justify-content:center;list-style:none}.footer-links li{cursor:pointer;transition:color .25s ease,transform .2s ease}.footer-links li:hover{color:#d98e02;transform:translateY(-2px)}.footer-social-icon{display:flex;gap:10px}.footer-icons-container{background:#232e2f;border:1px solid #9d9f9d40;border-radius:10px;padding:7px;transition:transform .2s ease,border-color .25s ease}.footer-icons-container:hover{border-color:#d98e02;transform:translateY(-2px)}.footer-icons-container img{width:22px}.footer-copyright{align-items:center;color:#9d9f9d;display:flex;flex-direction:column;font-size:15px;gap:10px;margin-bottom:8px;text-align:center;width:100%}.footer-copyright hr{background:#9d9f9d47;border:none;border-radius:10px;height:1px;width:calc(100% - 40px)}html{scroll-behavior:smooth}@media (max-width:750px){.footer{gap:7px;padding-top:7px}.footer-logo{gap:12px}.footer-logo img{width:45px}.footer-links{font-size:14px;gap:20px}.footer-copyright{gap:7px;margin-bottom:7px}.footer-copyright hr{border-radius:12px;width:calc(100% - 14px)}}.about-container{background:radial-gradient(circle at top left,#d98e0224,#0000 32%),linear-gradient(135deg,#182222,#232e2f);color:#f1f3ef}.about-card,.about-container{box-sizing:border-box;padding:20px;width:100%}.about-card{animation:aboutFadeIn .45s ease;background:#232e2ff5;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 16px 42px #00000047}@keyframes aboutFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.about-title{color:#d98e02;font-size:38px;font-weight:800;letter-spacing:.4px;margin:0 0 20px;text-align:center}.about-content{display:flex;flex-direction:column;gap:20px}.about-content li,.about-content p,.about-content ul,.closing-quote{margin:0}.about-content p{color:#d7d9d5;font-size:16px;line-height:1.75}.about-content h2{border-bottom:2px solid #d98e02;color:#f1f3ef;font-size:24px;font-weight:800;margin:10px 0 0;padding-bottom:10px}.about-content ul{padding-left:22px}.about-content li{color:#c3c6c1;font-size:16px;line-height:1.65;margin-bottom:10px}.about-content li:last-child{margin-bottom:0}.about-content li::marker{color:#d98e02}.closing-quote{background:#182222;border:1px solid #9d9f9d2e;border-radius:18px;color:#d98e02;font-size:18px;font-style:italic;font-weight:800;padding:20px;text-align:center}@media (max-width:750px){.about-container{padding:7px}.about-card{border-radius:12px;padding:14px}.about-title{font-size:28px;margin:0 0 7px}.about-content h2{padding-bottom:7px}.about-content ul{padding-left:14px}.about-content li{margin-bottom:100px}.about-content li:last-child{margin-bottom:0}.closing-quote{border-radius:12px;padding:14px}}.terms-container{background:radial-gradient(circle at top left,#d98e0224,#0000 32%),linear-gradient(135deg,#182222,#232e2f);color:#f1f3ef}.terms-card,.terms-container{box-sizing:border-box;padding:20px;width:100%}.terms-card{animation:termsFadeIn .45s ease;background:#232e2ff5;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 16px 42px #00000047}@keyframes termsFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.terms-title{color:#d98e02;font-size:38px;font-weight:800;letter-spacing:.4px;margin:0 0 20px;text-align:center}.terms-content{display:flex;flex-direction:column;gap:20px}.terms-content p{color:#d7d9d5;font-size:16px;line-height:1.75;margin:0}.terms-content h2{border-bottom:2px solid #d98e02;color:#f1f3ef;font-size:24px;font-weight:800;margin:10px 0 0;padding-bottom:10px}@media (max-width:750px){.terms-container{padding:7px}.terms-card{border-radius:12px;padding:14px}.terms-title{font-size:28px;margin:0 0 7px}.terms-content{gap:20px}.terms-content h2{font-size:20px;padding-bottom:7px}.terms-content p{font-size:14px}}.search-page{box-sizing:border-box;color:#f1f3ef;margin:0;padding:20px;width:100%}.search-page h2{color:#f1f3ef;font-size:34px;font-weight:800;margin:0 0 8px}.search-page p{color:#bfc3bd;font-size:16px;margin:0 0 16px}.search-control-box{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 10px 24px #0003;box-sizing:border-box;margin-bottom:20px;padding:14px 20px 12px;width:100%}.search-control-box h2{color:#f1f3ef;font-size:28px;font-weight:800;line-height:1.15;margin:0 0 10px}.search-control-row{align-items:center;display:flex;gap:12px;width:100%}.search-control-row p{color:#cfd3ce;flex-shrink:0;font-size:15px;margin:0;white-space:nowrap}.search-related{align-items:center;display:flex;flex:1 1;gap:10px;justify-content:center;min-width:0}.search-related>span{color:#f1f3ef;font-size:15px;font-weight:800;white-space:nowrap}.search-category-list{align-items:center;gap:10px}.search-category-item{border:1px solid #d98e0273;padding:6px 16px;transition:background .22s ease,border-color .22s ease,transform .2s ease}.search-category-item:hover{background:#d98e0229;border-color:#d98e02;transform:translateY(-2px)}.search-sort{align-items:center;display:flex;flex-shrink:0;gap:10px;margin-left:auto}.search-sort label{color:#f1f3ef;font-size:14px;font-weight:800;white-space:nowrap}.search-sort select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#182222;background-image:linear-gradient(45deg,#0000 50%,#f1f3ef 0),linear-gradient(135deg,#f1f3ef 50%,#0000 0);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px;border:1px solid #9d9f9d40;border-radius:12px;color:#f1f3ef;cursor:pointer;font-size:14px;font-weight:700;outline:none;padding:8px 40px 8px 14px;transition:border-color .22s ease,box-shadow .22s ease}.search-sort select:focus{border-color:#d98e02;box-shadow:0 0 0 3px #d98e0229}.search-empty{background:#232e2f;border:1px solid #9d9f9d33;border-radius:18px;box-shadow:0 12px 28px #00000038;box-sizing:border-box;margin-bottom:20px;padding:18px;width:100%}.search-empty h3{color:#f1f3ef;font-size:22px;font-weight:800;margin:0 0 14px}.search-empty p{color:#cfd3ce;margin:0}.search-category-list{display:flex;flex-wrap:wrap;gap:12px}.search-category-item{align-items:flex-start;background:#232e2fd9;border:1px solid #d98e0259;border-radius:999px;color:#f1f3ef;cursor:pointer;display:flex;flex-direction:column;font-size:15px;font-weight:800;gap:3px;padding:10px 18px;transition:background .25s ease,transform .22s ease,border-color .25s ease}.search-item-container{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);width:100%}.search-item{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 12px 28px #00000038;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:9px;overflow:hidden;padding:12px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%}.search-item:hover{border-color:#d98e0280;box-shadow:0 18px 36px #00000057;transform:translateY(-5px)}.search-item-image{aspect-ratio:350/418;background:#9d9f9d;border-radius:14px;height:auto;object-fit:cover;width:100%}.search-item h3{color:#f1f3ef;font-size:16px;line-height:1.45;margin:0;min-height:40px;text-align:left}.search-item p{color:#c7cbc6;font-size:14px;margin:0;text-align:left}.search-item p b{color:#d98e02;font-size:20px}.search-item .old-price{color:#8f9490;margin-left:4px;text-decoration:line-through}@media (max-width:750px){.search-page{padding:7px}.search-page h2{font-size:21px;margin:0 0 7px}.search-page p{font-size:16px;margin:0 0 7px}.search-control-box{border-radius:14px;margin-bottom:7px;padding:7px}.search-control-box h2{font-size:21px;margin:0 0 7px}.search-control-row{align-items:flex-start;flex-direction:column;gap:7px}.search-control-row p{font-size:14px}.search-related{gap:7px}.search-related>span{font-size:14px}.search-category-item{padding:7px 14px}.search-sort{gap:7px}.search-sort label{font-size:14px}.search-sort select{font-size:14px;padding:7px 28px 7px 7px}.search-empty{border-radius:14px;margin-bottom:0;padding:7px}.search-empty h3{font-size:21px;margin:0 0 7px}.search-category-list{gap:7px}.search-category-item{font-size:14px;padding:7px}.search-item-container{gap:7px;grid-template-columns:repeat(2,1fr)}.search-item{border-radius:14px;column-gap:7px;padding:7px;row-gap:7px}.search-item p{font-size:14px}.search-item p b{font-size:18px}.search-item h3{font-size:14px;min-height:42px}.search-item .old-price{margin-left:7px}}@media (max-width:420px){.search-item p b{font-size:16px}}.checkout-page{color:#f1f3ef}.checkout-form-container,.checkout-page{box-sizing:border-box;padding:20px;width:100%}.checkout-form-container{background:#182222;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 16px 42px #00000047}.checkout-form-container *{box-sizing:border-box}.checkout-form-container h2{color:#d98e02;font-size:38px;font-weight:800;margin:0 0 10px;text-align:center;text-transform:uppercase}.cash-note-box,.checkout-form,.checkout-summary-box{background:#232e2f;border:1px solid #9d9f9d2e;border-radius:18px;box-shadow:0 12px 28px #00000038;padding:20px}.checkout-summary-box{margin-bottom:20px}.checkout-summary-box h3{color:#f1f3ef;font-size:24px;font-weight:800;margin:0 0 16px;text-align:center}.checkout-summary-box h3 span{color:#d98e02}.checkout-service-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.checkout-service-item{border-bottom:1px solid #9d9f9d29;padding-bottom:12px}.checkout-service-line{display:block;line-height:1.45;width:100%}.checkout-service-line:after{clear:both;content:"";display:block}.checkout-service-name{color:#f1f3ef;display:inline;line-height:1.45}.checkout-item-calculation{color:#f1f3ef;float:right;margin-left:20px;text-align:right;white-space:nowrap}.checkout-item-rate{color:#cfd3ce;white-space:nowrap!important}.checkout-service-item strong{color:#f1f3ef}.checkout-bill-line.final,.checkout-bill-line.final strong{color:#d98e02}.checkout-service-item p,.checkout-service-item span{color:#cfd3ce;margin:0}.checkout-item-number{color:#d98e02!important}.checkout-phone-row{align-items:stretch;display:grid;grid-template-columns:72px minmax(0,1fr);width:100%}.checkout-phone-prefix{align-items:center;background:#182222;border:1px solid #9d9f9d47;border-radius:12px 0 0 12px;border-right:none;color:#f1f3ef;display:flex;font-size:16px;font-weight:700;height:46px;justify-content:center}.checkout-phone-row input{border-radius:0 12px 12px 0!important;height:46px!important;margin:0!important}.checkout-bill-line{border-bottom:1px solid #9d9f9d29;color:#d0d4cf;display:flex;gap:20px;justify-content:space-between;padding:10px 0}.checkout-bill-line.final{border-bottom:none;color:#f1f3ef;font-size:18px}.checkout-form{display:flex;flex-direction:column;gap:20px}.checkout-form input,.checkout-form textarea{background:#182222;border:1px solid #9d9f9d47;border-radius:12px;caret-color:#f1f3ef;color:#f1f3ef;font-size:16px;outline:none;padding:13px 14px;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.checkout-form input::placeholder,.checkout-form textarea::placeholder{color:#8f9490}.checkout-form input:focus,.checkout-form textarea:focus{border-color:#d98e02;box-shadow:0 0 0 3px #d98e0229}.checkout-form textarea{min-height:90px;resize:vertical}.cash-note-box{background:#182222;box-shadow:none}.cash-note-box h3{color:#d98e02;font-size:22px;font-weight:800;margin:0 0 12px;text-align:center}.cash-note-box p{color:#d7d9d5;line-height:1.6;margin:0 0 10px}.cash-note-box strong{color:#f1f3ef;display:block;margin-top:12px;text-align:center}.terms-check-row{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center;width:100%}.terms-check-row input[type=checkbox]{flex:0 0 auto;height:16px;margin:4px 0 0;width:16px}.terms-check-row label{color:#e7e9e5;font-size:15px;line-height:1.45}.terms-check-row a{color:#d98e02;text-decoration:underline}.checkout-patience-note{color:#d98e02!important}.place-order-btn{background:#d98e02;border:none;border-radius:14px;box-shadow:0 10px 26px #d98e0240;color:#fff;cursor:pointer;font-size:16px;font-weight:800;height:54px;transition:background .25s ease,transform .22s ease,box-shadow .25s ease;width:100%}.place-order-btn:hover{background:#eea51d;transform:translateY(-2px)}.place-order-btn.disabled-btn{background:#8a8f8b;box-shadow:none;color:#eee;cursor:not-allowed;opacity:.75;transform:none}.checkout-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.checkout-popup{animation:checkoutPopupFade .22s ease;background:#232e2f;border:1px solid #9d9f9d2e;border-radius:22px;box-shadow:0 18px 48px #00000059;padding:28px 24px;width:min(440px,calc(100% - 40px))}.checkout-popup h3{color:#f1f3ef;font-size:24px;font-weight:800;margin:0 0 18px;text-align:center}.checkout-popup p{color:#d7d9d5;line-height:1.55;margin:0 0 12px;text-align:center}.checkout-popup-buttons{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-top:20px}.checkout-popup-buttons.single{grid-template-columns:1fr}.checkout-popup-buttons button{background:#d98e02;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:15px;font-weight:800;height:54px;transition:transform .22s ease,background .22s ease}.checkout-popup-buttons button:hover{background:#eea51d;transform:translateY(-2px)}.checkout-form input{height:46px}@keyframes checkoutPopupFade{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:750px){.checkout-page{padding:7px}.checkout-form-container{border-radius:14px;padding:7px}.checkout-form-container h2{font-size:38px;margin:0 0 7px}.cash-note-box,.checkout-form,.checkout-summary-box{border-radius:14px;padding:7px}.checkout-summary-box{margin-bottom:7px}.checkout-summary-box h3{font-size:24px;margin:0 0 7px}.checkout-service-list{gap:7px;margin-bottom:7px}.checkout-service-item{padding-bottom:7px}.checkout-service-line{line-height:1.45}.checkout-service-name{font-size:16px;line-height:1.45}.checkout-item-calculation{font-size:16px;margin-left:7px}.checkout-bill-line{gap:7px;padding:7px 0}.checkout-bill-line.final{font-size:18px}.checkout-form{gap:7px}.checkout-form input,.checkout-form textarea{border-radius:12px;font-size:16px;padding:13px 14px}.checkout-form input{height:46px}.checkout-form textarea{min-height:90px}.checkout-phone-row{grid-template-columns:72px minmax(0,1fr)}.checkout-phone-prefix{border-radius:12px 0 0 12px;font-size:16px;height:46px}.checkout-phone-row input{border-radius:0 12px 12px 0!important;height:46px!important}.cash-note-box h3{font-size:22px;margin:0 0 7px}.cash-note-box p{line-height:1.6;margin:0 0 7px}.cash-note-box strong{margin-top:7px}.terms-check-row{gap:7px}.terms-check-row input[type=checkbox]{height:16px;width:16px}.terms-check-row label{font-size:15px}.place-order-btn{border-radius:14px;font-size:16px;height:54px}.checkout-popup{border-radius:14px;padding:7px;width:calc(100% - 14px)}.checkout-popup h3{font-size:24px;margin:0 0 7px}.checkout-popup p{margin:0 0 7px}.checkout-popup-buttons{gap:7px;margin-top:7px}.checkout-popup-buttons button{border-radius:14px;font-size:15px;height:54px}}
/*# sourceMappingURL=main.3a7dca8d.css.map*/