body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.App{text-align:center}.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:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main{background-color:#fff}.main,.main main{width:100%}.main .hero-section,.main .second-hero-section,.main .third-hero-section{background-color:#fff;width:100%}.main .hero-section .hero-image,.main .second-hero-section .hero-image,.main .third-hero-section .hero-image{height:auto;width:100%}.main .hero-section .hero-image img,.main .second-hero-section .hero-image img,.main .third-hero-section .hero-image img{display:block;height:auto;object-fit:cover;width:100%}.main .featured-section,.main .vintage-section{margin:0 auto;max-width:1400px;padding:80px 40px}.main .featured-section .section-header,.main .vintage-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.main .featured-section .section-header h2,.main .vintage-section .section-header h2{color:#333;font-size:16px;font-weight:400;letter-spacing:2px;text-transform:uppercase}.main .featured-section .section-header .view-all-link,.main .vintage-section .section-header .view-all-link{color:#666;font-size:12px;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.main .featured-section .section-header .view-all-link:hover,.main .vintage-section .section-header .view-all-link:hover{color:#d4a574}.main .featured-section .products-grid,.main .vintage-section .products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.main .featured-section .product-card,.main .vintage-section .product-card{display:block;text-decoration:none;transition:opacity .3s ease}.main .featured-section .product-card:hover,.main .vintage-section .product-card:hover{opacity:.8}.main .featured-section .product-card .product-image,.main .vintage-section .product-card .product-image{aspect-ratio:1;margin-bottom:15px;overflow:hidden;width:100%}.main .featured-section .product-card .product-image img,.main .vintage-section .product-card .product-image img{height:100%;object-fit:cover;width:100%}.main .featured-section .product-card .product-info,.main .vintage-section .product-card .product-info{text-align:center}.main .featured-section .product-card .product-info .product-name,.main .vintage-section .product-card .product-info .product-name{color:#333;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:1.4;margin-bottom:8px}.main .featured-section .product-card .product-info .product-price,.main .vintage-section .product-card .product-info .product-price{color:#666;font-size:13px}.product-detail{background-color:#fff;padding:60px 0;width:100%}.product-detail__container{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 40px}.product-detail__images{width:100%}.product-detail__main-image{aspect-ratio:1;margin-bottom:20px;overflow:hidden;width:100%}.product-detail__main-image img{height:100%;object-fit:cover;width:100%}.product-detail__thumbnails{display:flex;gap:10px}.product-detail__thumbnail{background:none;border:2px solid #0000;cursor:pointer;height:80px;overflow:hidden;padding:0;width:80px}.product-detail__thumbnail.active{border-color:#d4a574}.product-detail__thumbnail img{height:100%;object-fit:cover;width:100%}.product-detail__info{width:100%}.product-detail__title{color:#333;font-size:32px;font-weight:400;letter-spacing:1px;line-height:1.3;margin-bottom:20px;text-transform:uppercase}.product-detail__price{color:#333;font-size:18px;margin-bottom:30px}.product-detail__details{margin-bottom:30px}.product-detail__detail-item{color:#666;font-size:13px;margin-bottom:10px}.product-detail__detail-item span{color:#333;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.product-detail__section{margin-top:25px}.product-detail__section-title{color:#333;font-size:13px;font-weight:500;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.product-detail__options{display:flex;flex-wrap:wrap;gap:10px}.product-detail__option{background:#fff;border:1px solid #ccc;color:#333;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .3s ease}.product-detail__option:hover{border-color:#333}.product-detail__option.active{background-color:#333;border-color:#333;color:#fff}.product-detail__production-note{border-top:1px solid #eee;margin:30px 0;padding-top:20px}.product-detail__production-note p{color:#999;font-size:12px}.product-detail__add-to-cart{background-color:#fff;border:1px solid #d4a574;color:#d4a574;cursor:pointer;font-size:12px;font-weight:500;letter-spacing:1px;margin-bottom:40px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.product-detail__add-to-cart:hover{background-color:#d4a574;color:#fff}.product-detail__description,.product-detail__features{margin-bottom:40px}.product-detail__description h3,.product-detail__features h3{color:#333;font-size:14px;font-weight:500;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.product-detail__description p,.product-detail__features p{color:#666;font-size:14px;line-height:1.7;margin-bottom:15px}.product-detail__description p:last-child,.product-detail__features p:last-child{margin-bottom:0}.product-detail__description ul,.product-detail__features ul{list-style:none;margin:0;padding:0}.product-detail__description ul li,.product-detail__features ul li{color:#666;font-size:14px;line-height:1.7;margin-bottom:10px;padding-left:20px;position:relative}.product-detail__description ul li:before,.product-detail__features ul li:before{color:#d4a574;content:"•";left:0;position:absolute}.product-detail__description ul li:last-child,.product-detail__features ul li:last-child{margin-bottom:0}.product-detail__not-found{margin:100px auto;max-width:600px;text-align:center}.product-detail__not-found h2{color:#333;font-size:24px;margin-bottom:30px}.product-detail__not-found a{color:#d4a574;font-size:14px;letter-spacing:1px;text-decoration:none;text-transform:uppercase}.product-detail__not-found a:hover{text-decoration:underline}.cart-page{background-color:#fff;padding:60px 0;width:100%}.cart-page__container{margin:0 auto;max-width:1400px;padding:0 40px}.cart-page__title{color:#333;font-size:24px;font-weight:400;letter-spacing:1px;margin-bottom:40px;text-transform:uppercase}.cart-page__empty{padding:80px 0;text-align:center}.cart-page__empty p{color:#666;font-size:16px;margin-bottom:30px}.cart-page__continue-link,.cart-page__continue-shopping{color:#333;display:inline-block;font-size:12px;letter-spacing:1px;margin-bottom:30px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.cart-page__continue-link:hover,.cart-page__continue-shopping:hover{color:#d4a574}.cart-page__header{grid-gap:20px;border-bottom:1px solid #eee;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:20px;padding-bottom:20px}.cart-page__header-price,.cart-page__header-product,.cart-page__header-quantity,.cart-page__header-total{color:#666;font-size:11px;letter-spacing:1px;text-align:left;text-transform:uppercase}.cart-page__header-price,.cart-page__header-quantity,.cart-page__header-total{text-align:center}.cart-page__items{margin-bottom:40px}.cart-page__item{grid-gap:20px;border-bottom:1px solid #eee;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr 1fr;padding:30px 0}.cart-page__item-product{display:flex;gap:20px}.cart-page__item-image{border:1px solid #eee;border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;width:80px}.cart-page__item-image img{height:100%;object-fit:cover;width:100%}.cart-page__item-info{flex:1 1}.cart-page__item-name{color:#333;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.cart-page__item-detail{color:#666;font-size:11px;margin-bottom:5px}.cart-page__item-remove{background:none;border:none;color:#999;cursor:pointer;font-size:11px;letter-spacing:.5px;margin-top:10px;padding:0;text-decoration:underline;text-transform:uppercase;transition:color .3s ease}.cart-page__item-remove:hover{color:#d4a574}.cart-page__item-price,.cart-page__item-quantity,.cart-page__item-total{align-items:flex-start;display:flex;justify-content:center;padding-top:10px}.cart-page__item-price p,.cart-page__item-quantity p,.cart-page__item-total p{color:#333;font-size:13px}.cart-page__quantity-controls{align-items:center;border:1px solid #ccc;display:flex;gap:10px;padding:5px 10px}.cart-page__quantity-btn{background:none;border:none;color:#333;cursor:pointer;font-size:16px;padding:5px 10px;transition:color .3s ease}.cart-page__quantity-btn:hover{color:#d4a574}.cart-page__quantity-value{color:#333;font-size:13px;min-width:20px;text-align:center}.cart-page__footer{margin-left:auto;max-width:400px}.cart-page__subtotal{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.cart-page__subtotal p{color:#333;font-size:13px;letter-spacing:1px;text-transform:uppercase}.cart-page__subtotal-price{font-size:16px;font-weight:500}.cart-page__shipping-note{color:#999;font-size:11px;margin-bottom:20px;text-align:right}.cart-page__checkout{background-color:#c49a6c;border:none;color:#fff;cursor:pointer;font-size:12px;font-weight:500;letter-spacing:1px;padding:18px 30px;text-transform:uppercase;transition:opacity .3s ease;width:100%}.cart-page__checkout:hover{opacity:.9}.check-custom-checkout-page{background-color:#fff;display:flex;font-size:14px;margin:0 auto;width:100%}.check-custom-checkout-page .left{border-right:1px solid #e1e1e1;display:flex;justify-content:end;padding:40px 3%;width:50%}.check-custom-checkout-page .right{background-color:#fafafa;padding:40px 4%;width:50%}.check-order-info{width:63%}.check-order-info .form-group{margin-bottom:20px}.check-order-info .form-group label{display:block;font-size:1.5rem;font-weight:600;margin-bottom:15px}.check-order-info input,.check-order-info select{border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;display:block;font-size:1rem;height:48px;min-width:0;padding:0 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.check-order-info input:focus,.check-order-info select:focus{border-color:#5a31f4;box-shadow:0 0 0 1px #5a31f4;outline:none}.check-order-info .form-row{display:flex;gap:20px;margin-bottom:15px}.check-order-info .form-row .form-group{flex:1 1;margin-bottom:0;min-width:0}.ReactFlagsSelect-module_selectBtn__19wW7{border:1px solid #d9d9d9!important;border-radius:5px!important;height:48px!important;padding:0 12px;width:100%}.check-select button{border:1px solid #d9d9d9;border-radius:5px;min-height:48px;width:100%}.ReactFlagsSelect-module_selectValue__152eS{align-items:center;display:flex;height:100%;padding:0!important}.payment-box{border:1px solid #d9d9d9;border-radius:5px}.payment-header{align-items:center;background-color:#f0f5ff;border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:12px}.payment-header-right{color:#666;font-size:12px;letter-spacing:.4px}.payment-body{background-color:#f7f7f7;padding:15px}.payment-body input{margin-bottom:15px}.payment-body .form-row input{margin-bottom:0}.check-order-summary{display:flex;flex-direction:column;gap:20px}.check-cart-item{align-items:center;display:flex;gap:20px;position:relative}.check-cart-item img{border:1px solid #e1e1e1;border-radius:8px;height:100px;object-fit:cover;width:100px}.pro--qty{align-items:center;background-color:#666;border:2px solid #fafafa;border-radius:50%;color:#fff;display:flex;font-size:13px;height:22px;justify-content:center;left:87px;position:absolute;top:-8px;width:22px}.check-item-details{flex:1 1}.check-item-details h3{font-size:16px;font-weight:500;margin:0}.cal-single{font-weight:500}.check-summary-details{border-top:1px solid #e1e1e1;margin-top:20px;padding-top:20px}.summary-details22{font-size:1rem;width:100%}.sumTbody22,.sumTr22,.sumTr2233{display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.subtotalTh22,.subtotalTxt22{font-weight:400}.subtotalTh122,.subtotalTxt122{font-size:1.2rem;font-weight:600}.check-checkout-button{background:#5a31f4;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;height:55px;margin-top:20px;padding:15px;transition:background-color .2s ease;width:100%}.check-checkout-button:hover{background:#4e2acb}.error{color:#d93025;font-size:12px;margin:6px 0 0}.check-select--error button{border:2px solid #d93025!important}.check-cart-error{margin-top:16px}@media (max-width:900px){.check-custom-checkout-page{flex-direction:column}.check-custom-checkout-page .left,.check-custom-checkout-page .right{box-sizing:border-box;padding:30px 20px;width:100%}.check-custom-checkout-page .left{border-right:0}.check-order-info{width:100%}}@media (max-width:520px){.check-order-info .form-row{flex-direction:column;gap:20px}}.successDiv{border-bottom:1px solid #ccc;font-size:14px;height:auto;margin:120px auto 0;max-width:100%;padding:0 20px;position:relative;width:100%;z-index:1000}.success-container,.successDiv{align-items:center;justify-content:center}.success-container{display:flex;flex-direction:column;margin-bottom:12%;padding-top:6%}.checkmark-circle{display:inline-block;height:100px;width:100px}.checkmark-circle .background{animation:scaleAnimation .3s ease-in-out;background:#4caf50;border-radius:50%;height:100px;left:0;position:absolute;top:0;width:100px}.modal-content{background-color:#fefefe;border:1px solid #888;border-radius:10px;box-shadow:0 5px 15px #0000004d;left:50%;padding:20px;text-align:center;top:50%;width:300px}.checkmark-circle{background:green;border-radius:50%;height:80px;margin:0 auto;position:relative;width:80px}.checkmark{height:80px;left:18px;position:absolute;top:-10px;transform:rotate(45deg);width:40px}.checkmark:before{top:37px;width:20px}.checkmark:after,.checkmark:before{background-color:#fff;content:"";height:5px;left:11px;position:absolute}.checkmark:after{top:27px;width:45px}.checkmark-circle svg{color:#fff;font-size:52px;margin-top:19px}.modal-content p{font-size:18px}.payment-result{padding:40px 30px;width:min(440px,90vw)}.payment-result h1{font-size:28px;margin:24px 0 12px}.payment-result--cancel .checkmark-circle{background:#c62828}.payment-result__link{background:#5a31f4;border-radius:5px;color:#fff;display:inline-block;margin-top:18px;padding:12px 22px;text-decoration:none}.policy__body .rte strong{margin-top:20px}.policy__body .rte br{content:"";display:block;margin-top:10px}.contact{background-color:#fff;padding:60px 0;width:100%}.contact__container{margin:0 auto;max-width:800px;padding:0 40px}.contact__title{color:#333;font-size:32px;font-weight:400;letter-spacing:1px;margin-bottom:30px;text-transform:uppercase}.contact__intro{margin-bottom:50px}.contact__intro-text{color:#666;font-size:13px;line-height:1.7;margin-bottom:15px}.contact__intro-text:last-child{margin-bottom:0}.contact__success{background-color:#d4edda;color:#155724;font-size:14px;margin-bottom:30px;padding:15px 20px;text-align:center}.contact__form{margin:0 auto 30px;max-width:600px}.contact__form-title{color:#333;font-size:12px;font-weight:500;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.contact__form-line{background-color:#333;height:1px;margin-bottom:30px;width:40px}.contact__field{margin-bottom:20px}.contact input,.contact textarea{background-color:#fff;border:1px solid #e5e5e5;color:#333;font-family:inherit;font-size:13px;outline:none;padding:12px 15px;transition:border-color .3s ease;width:100%}.contact input::placeholder,.contact textarea::placeholder{color:#999}.contact input:focus,.contact textarea:focus{border-color:#333}.contact input--error,.contact textarea--error{border-color:#dc3545}.contact textarea{min-height:200px;resize:vertical}.contact textarea--error{border-color:#dc3545}.contact__error{color:#dc3545;font-size:12px;margin-top:5px}.contact__submit{background-color:#fff;border:1px solid #333;color:#333;cursor:pointer;font-size:12px;font-weight:500;letter-spacing:1px;margin-top:10px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease;width:200px}.contact__submit:hover:not(:disabled){background-color:#333;color:#fff}.contact__submit:disabled{cursor:not-allowed;opacity:.5}.contact__footer{color:#999;font-size:11px;text-align:center}.contact__link{color:#999;text-decoration:underline;transition:color .3s ease}.contact__link:hover{color:#d4a574}.policy__body .rte strong{margin-top:15px}.policy__body .rte span u{text-decoration:underline}.about{background-color:#fff;padding:60px 0;width:100%}.about__container{margin:0 auto;max-width:800px;padding:0 40px}.about__title{color:#333;font-size:32px;font-weight:400;letter-spacing:1px;margin-bottom:50px;text-align:center;text-transform:uppercase}.about__content{color:#666;font-size:14px;line-height:1.8}.about__paragraph{margin-bottom:30px}.about__paragraph:last-child{margin-bottom:0}.about__subtitle{color:#333;font-size:15px;font-weight:600;letter-spacing:1px;margin:50px 0 25px;text-transform:uppercase}.about__link{color:#333;text-decoration:underline;transition:color .3s ease}.about__link:hover{color:#d4a574}.site-header{background-color:#fff;border-bottom:1px solid #d4a574;padding:20px 0;position:relative;width:100%}.site-header .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.site-header .logo{display:block;height:46px;text-decoration:none;transition:opacity .3s ease;width:46px}.site-header .logo img{display:block;height:100%;width:100%}.site-header .logo:hover{opacity:.7}.site-header .main-nav{align-items:center;display:flex;gap:30px}.site-header .main-nav a,.site-header .main-nav summary{color:#333;font-size:12px;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.site-header .main-nav a:hover,.site-header .main-nav summary:hover{color:#d4a574}.site-header .main-nav .more-menu{position:relative}.site-header .main-nav .more-menu summary{cursor:pointer;list-style:none}.site-header .main-nav .more-menu summary::-webkit-details-marker{display:none}.site-header .main-nav .more-menu summary:after{content:" +"}.site-header .main-nav .more-menu[open] summary:after{content:" −"}.site-header .main-nav .more-menu__panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;gap:12px;left:50%;min-width:150px;padding:16px 20px;position:absolute;top:calc(100% + 14px);transform:translateX(-50%);z-index:20}.site-header .header-icons{align-items:center;display:flex;gap:20px}.site-header .header-icons .icon-btn{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;justify-content:center;transition:color .3s ease}.site-header .header-icons .icon-btn:hover{color:#d4a574}.site-header .header-icons .cart-btn{position:relative}.site-header .header-icons .cart-btn .cart-count{align-items:center;background-color:#d4a574;border-radius:50%;color:#fff;display:flex;font-size:10px;height:16px;justify-content:center;position:absolute;right:-8px;top:-8px;width:16px}.site-footer{width:100%}.site-footer .footer-top{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:60px 0 40px}.site-footer .footer-container{display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.site-footer .footer-left{display:flex;gap:120px}.site-footer .menu-title{color:#333;font-size:10px;font-weight:400;letter-spacing:1px;margin-bottom:20px}.site-footer .menu-links{display:flex;flex-direction:column;gap:12px}.site-footer .menu-links a{color:#666;font-size:12px;text-decoration:none;transition:color .3s ease}.site-footer .menu-links a:hover{color:#d4a574}.site-footer .footer-newsletter{background-color:#c49a6c;color:#fff;flex:0 0 50%;max-width:600px;padding:60px 50px;position:relative}.site-footer .footer-newsletter:before{color:#fff;content:"Reviews";font-size:10px;letter-spacing:2px;opacity:.7;position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(90deg)}.site-footer .footer-newsletter h2{font-size:28px;font-weight:300;line-height:1.4;margin-bottom:20px}.site-footer .footer-newsletter p{font-size:14px;margin-bottom:30px;opacity:.9}.site-footer .footer-newsletter .newsletter-form{border-bottom:1px solid #ffffff80;display:flex;gap:0}.site-footer .footer-newsletter .newsletter-form input{background:none;border:none;color:#fff;flex:1 1;font-size:14px;outline:none;padding:10px 0}.site-footer .footer-newsletter .newsletter-form input::placeholder{color:#fff9}.site-footer .footer-newsletter .newsletter-form button{background:none;border:none;color:#fff;cursor:pointer;padding:10px;transition:opacity .3s ease}.site-footer .footer-newsletter .newsletter-form button:hover{opacity:.7}.site-footer .footer-bottom{background-color:#222;padding:30px 0}.site-footer .footer-bottom .footer-container{align-items:center}.site-footer .currency-select{background-color:#0000;border:1px solid #444;color:#999;cursor:pointer;font-size:11px;outline:none;padding:8px 15px}.site-footer .footer-bottom-center span{color:#666;font-size:10px;letter-spacing:.5px}.site-footer .social-links{display:flex;gap:15px}.site-footer .social-links .social-link{align-items:center;color:#666;display:flex;justify-content:center;transition:color .3s ease}.site-footer .social-links .social-link:hover{color:#d4a574}.main-content{background-color:#fff;padding:60px 0;width:100%}.policy__container{margin:0 auto;max-width:800px;padding:0 40px}.policy__title{margin-bottom:50px;text-align:center}.policy__title h1{color:#333;font-size:32px;font-weight:400;letter-spacing:1px;text-transform:uppercase}.policy__body .rte{color:#666;font-size:14px;line-height:1.8}.policy__body .rte p{margin-bottom:25px}.policy__body .rte p:last-child{margin-bottom:0}.policy__body .rte strong{color:#333;display:inline-block;font-size:15px;font-weight:600;margin-bottom:10px}.policy__body .rte a{color:#333;text-decoration:underline}.policy__body .rte a:hover{color:#d4a574}
/*# sourceMappingURL=main.3c0b2919.css.map*/