@charset "UTF-8";*{margin:0;padding:0;font-family:Inter,sans-serif;box-sizing:border-box}html{scroll-behavior:smooth}body{max-width:1920px;margin:0 auto;font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{background-color:#f7f8f9}@media only screen and (max-width: 1025px){a,div{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}}a{text-decoration:none;color:inherit}ul{list-style:none}.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 15px;position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 0 5px 1px #0000001a}@media screen and (max-width: 768px){.navbar{padding:12px 15px}}@media screen and (min-width: 991px){.navbar{padding:35px 80px}}@media screen and (min-width: 1210px){.navbar{padding:35px 160px}}@media screen and (max-width: 1210px){.navbar{display:none}}.navbar__container{display:flex;align-items:center;justify-content:center;gap:60px}.navbar__logo{display:flex;align-items:center;justify-content:center;position:relative;top:3px;left:8px}.navbar__logo img{background:none!important}.navbar__links ul{display:flex;align-items:center;justify-content:center;gap:40px}.navbar__links ul li{list-style-type:none}.navbar__links ul li a{text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:500;position:relative;transition:color .3s ease}.navbar__links ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);transition:width .3s ease-out}.navbar__links ul li a:hover{color:#8b7d6b}.navbar__links ul li a:hover:after{width:100%;transition-delay:.1s}.navbar__icons{display:flex;align-items:center;justify-content:center;gap:35px;height:100%}.navbar__icons>*{height:100%;display:flex;align-items:center}.navbar__icons a{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#1a1a1a;transition:color .3s ease}.navbar__icons a:hover{color:#8b7d6b}.navbar__icons svg{cursor:pointer;transition:all .3s ease;color:#1a1a1a}.navbar__icons svg:hover{color:#8b7d6b;transform:translateY(-1px)}.navbar__user-avatar{width:32px;height:32px;border-radius:50%;background:#6d214f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;box-shadow:0 2px 8px #00000026;transition:transform .3s ease,box-shadow .3s ease}.navbar__user-avatar:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.navbar__mobile{display:none}@media screen and (max-width: 1210px){.navbar__mobile{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;position:sticky;top:0;z-index:10;background-color:#fff;box-shadow:0 0 5px 1px #0000001a}}@media screen and (max-width: 768px){.navbar__mobile{padding:12px 15px}}@media screen and (max-width: 450px){.navbar__mobile{padding:10px 12px}}.mobile-menu{display:none;flex-direction:column;height:100vh;background-color:#fff;position:absolute;top:58px;right:0;width:100%;box-shadow:0 2px 10px #0000001a;opacity:0;transform:translateY(-100%);transition:transform .3s ease-out,opacity .3s ease-out;z-index:9;border-top:1px solid #f0eee9}@media screen and (max-width: 1210px){.mobile-menu{display:flex}}@media screen and (max-width: 768px){.mobile-menu{height:100svh!important;height:calc(100svh - env(keyboard-inset-height,0px))!important}}@supports not (height: 100svh){@media screen and (max-width: 768px){.mobile-menu{height:100dvh!important;height:calc(100dvh - env(keyboard-inset-height,0px))!important}}}.mobile-menu--open{opacity:1;transform:translateY(0);overflow:hidden;z-index:99}.mobile-menu__search{padding:20px}@media screen and (max-width: 768px){.mobile-menu__search{padding:12px}}.mobile-menu__search-container{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border:1px solid #f0eee9;border-radius:5px}@media screen and (max-width: 768px){.mobile-menu__search-container{gap:8px;padding:8px 12px}}.mobile-menu__search-container input{border:none;width:100%;font-size:14px;outline:none}@media screen and (max-width: 768px){.mobile-menu__search-container input{font-size:13px}}.mobile-menu__search-container button{background:none;border:none;cursor:pointer;padding:0;color:#8b7d6b;display:flex;align-items:center}.mobile-menu__search-loading{padding:10px 20px;text-align:center;color:#8b7d6b;font-size:14px}@media screen and (max-width: 768px){.mobile-menu__search-loading{padding:8px 12px;font-size:12px}}.mobile-menu__search-results{max-height:300px;overflow-y:auto;border-top:1px solid #f0eee9}.mobile-menu__result-item{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid #f9f8f6;text-decoration:none;color:inherit;transition:background-color .2s}@media screen and (max-width: 768px){.mobile-menu__result-item{padding:10px 12px}}.mobile-menu__result-item:hover{background-color:#f8f6f0}.mobile-menu__result-item img{width:40px;height:40px;object-fit:cover;border-radius:4px;margin-right:12px}@media screen and (max-width: 768px){.mobile-menu__result-item img{width:36px;height:36px;margin-right:10px}}.mobile-menu__result-info h4{margin:0 0 4px;font-size:14px;font-weight:500}@media screen and (max-width: 768px){.mobile-menu__result-info h4{font-size:13px;margin:0 0 2px}}.mobile-menu__result-info p{margin:0;color:#8b7d6b;font-size:12px}@media screen and (max-width: 768px){.mobile-menu__result-info p{font-size:11px}}.mobile-menu__view-all{width:100%;padding:12px 20px;background:#f8f6f0;border:none;border-top:1px solid #f0eee9;cursor:pointer;font-size:14px;color:#3d3a35;transition:background-color .2s}@media screen and (max-width: 768px){.mobile-menu__view-all{padding:10px 12px;font-size:12px}}.mobile-menu__view-all:hover{background:#f0eee9}.mobile-menu__list ul{list-style-type:none;padding:0;margin:0;border-bottom:1px solid #e6e2db}.mobile-menu__list ul li{padding:15px 20px;border-bottom:1px solid #f9f8f6}@media screen and (max-width: 768px){.mobile-menu__list ul li{padding:12px 15px}}.mobile-menu__list ul li:last-child{border-bottom:none}.mobile-menu__list ul li a{text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:500;position:relative;transition:color .3s ease,padding-left .3s ease}@media screen and (max-width: 768px){.mobile-menu__list ul li a{font-size:14px}}.mobile-menu__list ul li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);transition:width .3s ease}.mobile-menu__list ul li a:hover{color:#8b7d6b}.mobile-menu__list ul li a:hover:after{width:100%}.mobile-menu__footer{padding:30px 20px;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 768px){.mobile-menu__footer{padding:20px 15px;gap:20px}}.mobile-menu__login a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1a1a1a;transition:color .3s ease,transform .3s ease;padding:8px 0}@media screen and (max-width: 768px){.mobile-menu__login a{gap:10px;padding:6px 0}}.mobile-menu__login a:hover{color:#8b7d6b;transform:translate(4px)}.mobile-menu__login p{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0}@media screen and (max-width: 768px){.mobile-menu__login p{font-size:12px}}.mobile-menu__social{display:flex;gap:24px;width:200px;margin-bottom:20px}@media screen and (max-width: 768px){.mobile-menu__social{gap:18px;margin-bottom:12px}}.mobile-menu__social svg{cursor:pointer;color:#1a1a1a;transition:all .3s ease;font-size:18px}@media screen and (max-width: 768px){.mobile-menu__social svg{font-size:16px}}.mobile-menu__social svg:hover{color:#d4af37;transform:translateY(-2px)}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:flex-start;padding-top:100px;z-index:1000}@media screen and (max-width: 768px){.search-modal{padding-top:60px}}.search-modal__content{background:#fff;border-radius:8px;width:90%;max-width:600px;box-shadow:0 10px 30px #0000004d;overflow:hidden}@media screen and (max-width: 768px){.search-modal__content{width:95%;border-radius:6px}}.search-modal__form{display:flex;padding:20px;border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.search-modal__form{padding:12px}}.search-modal__form input{flex:1;border:none;outline:none;font-size:18px;padding:10px 0}@media screen and (max-width: 768px){.search-modal__form input{font-size:14px;padding:8px 0}}.search-modal__form button{background:none;border:none;cursor:pointer;padding:0 10px;color:#8b7d6b;display:flex;align-items:center}@media screen and (max-width: 768px){.search-modal__form button{padding:0 8px}}.search-modal__loading{padding:20px;text-align:center;color:#8b7d6b}.search-modal__results{max-height:400px;overflow-y:auto}.search-modal__item{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #f9f8f6;text-decoration:none;color:inherit;transition:background-color .2s}@media screen and (max-width: 768px){.search-modal__item{padding:10px 12px}}.search-modal__item:hover{background-color:#f8f6f0}.search-modal__item img{width:50px;height:50px;object-fit:cover;border-radius:4px;margin-right:15px}@media screen and (max-width: 768px){.search-modal__item img{width:40px;height:40px;margin-right:10px}}.search-modal__item-info h4{margin:0 0 5px;font-size:16px;font-weight:500;color:#1a1a1a}@media screen and (max-width: 768px){.search-modal__item-info h4{font-size:13px;margin:0 0 3px}}.search-modal__item-info p{margin:0;color:#8b7d6b;font-weight:500}@media screen and (max-width: 768px){.search-modal__item-info p{font-size:12px}}.search-modal__view-all{width:100%;padding:15px;background:#f8f6f0;border:none;border-top:1px solid #f0eee9;cursor:pointer;font-size:14px;font-weight:500;color:#3d3a35;transition:background-color .2s}@media screen and (max-width: 768px){.search-modal__view-all{padding:10px;font-size:12px}}.search-modal__view-all:hover{background:#f0eee9}.cart-dropdown{position:absolute;top:100%;right:0;width:420px;background:#fff;border:1px solid #f0eee9;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 4px 12px #0000000f;animation:slideDown .25s cubic-bezier(.4,0,.2,1);z-index:1500;overflow:visible;margin-top:8px}.cart-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}@media screen and (max-width: 991px){.cart-dropdown{position:fixed;top:0;right:0;left:auto;width:85%;max-width:420px;height:100%;border:none;border-radius:0;border-left:1px solid #f0eee9;box-shadow:-8px 0 30px #00000026;animation:slideInRight .3s cubic-bezier(.4,0,.2,1);z-index:3001;display:grid;margin-top:0}.cart-dropdown:before{display:none}.cart-dropdown{grid-template-rows:auto auto 1fr auto;overflow:hidden}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}}@media screen and (max-width: 768px){.cart-dropdown{width:80%;max-width:400px}}@media screen and (max-width: 450px){.cart-dropdown{width:90%;max-width:360px}}.cart-dropdown__wrapper{position:relative;height:100%;z-index:1000}@media screen and (max-width: 1210px){.cart-dropdown__wrapper{height:auto;z-index:3000}}.cart-dropdown__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #f0eee9;background:linear-gradient(to bottom,#fdfcfb,#fff)}.cart-dropdown__header-content{display:flex;flex-direction:column;gap:2px}.cart-dropdown__header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a;letter-spacing:-.02em}@media screen and (max-width: 768px){.cart-dropdown__header h3{font-size:16px}}@media screen and (max-width: 991px){.cart-dropdown__header{padding:20px}}@media screen and (max-width: 768px){.cart-dropdown__header{padding:16px}}.cart-dropdown__item-count{font-size:13px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.cart-dropdown__item-count{font-size:12px}}.cart-dropdown__close{align-self:flex-start;background:#f9f8f6!important;border:none;cursor:pointer;padding:8px!important;display:flex;align-items:center;justify-content:center;color:#8b7d6b;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:8px!important}.cart-dropdown__close:hover{color:#1a1a1a;background:#f0eee9!important}.cart-dropdown__close:active{transform:scale(.95)}.cart-dropdown__shipping-banner{padding:14px 20px;background:linear-gradient(135deg,#fdfcfb,#f9f8f6);border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.cart-dropdown__shipping-banner{padding:12px 16px}}.cart-dropdown__items{max-height:360px;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.cart-dropdown__items::-webkit-scrollbar{width:6px}.cart-dropdown__items::-webkit-scrollbar-track{background:transparent}.cart-dropdown__items::-webkit-scrollbar-thumb{background:#e6e2db;border-radius:3px}.cart-dropdown__items::-webkit-scrollbar-thumb:hover{background:#cecab8}@media screen and (max-width: 991px){.cart-dropdown__items{overflow-y:auto;padding:16px 20px;max-height:none;height:100%;-webkit-overflow-scrolling:touch}.cart-dropdown__items::-webkit-scrollbar{width:4px}.cart-dropdown__items::-webkit-scrollbar-thumb{background:#e6e2db}}@media screen and (max-width: 768px){.cart-dropdown__items{gap:14px;padding:14px 16px}}.cart-dropdown__item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:16px;padding:12px;background:#fdfcfb;border-radius:12px;transition:all .2s ease}.cart-dropdown__item:hover{background:#f9f8f6}@media screen and (max-width: 768px){.cart-dropdown__item{grid-template-columns:80px minmax(0,1fr);gap:12px;padding:10px;border-radius:10px}}@media screen and (max-width: 450px){.cart-dropdown__item{grid-template-columns:72px minmax(0,1fr);gap:10px;padding:8px}}.cart-dropdown__footer{padding:20px;border-top:1px solid #f0eee9;display:flex;flex-direction:column;gap:16px;background:#fff}@media screen and (max-width: 991px){.cart-dropdown__footer{padding:20px;background:#fff;box-shadow:0 -4px 12px #0000000d}}@media screen and (max-width: 768px){.cart-dropdown__footer{padding:16px;gap:14px}}.cart-dropdown__actions{display:flex;gap:12px}.cart-dropdown__actions>a{flex:1}@media screen and (max-width: 450px){.cart-dropdown__actions{flex-direction:column;gap:10px}}.cart-dropdown__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:20px;text-align:center}@media screen and (max-width: 768px){.cart-dropdown__empty{padding:40px 20px;gap:16px}}.cart-dropdown__empty-illustration{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f9f8f6,#f0eee9);display:flex;align-items:center;justify-content:center;color:#8b7d6b}@media screen and (max-width: 768px){.cart-dropdown__empty-illustration{width:64px;height:64px}.cart-dropdown__empty-illustration svg{width:36px;height:36px}}.cart-dropdown__empty-content{display:flex;flex-direction:column;gap:8px}.cart-dropdown__empty-content h4{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}@media screen and (max-width: 768px){.cart-dropdown__empty-content h4{font-size:16px}}.cart-dropdown__empty-content p{margin:0;font-size:14px;color:#8b7d6b;line-height:1.5;max-width:280px}@media screen and (max-width: 768px){.cart-dropdown__empty-content p{font-size:13px}}.cart-dropdown__overlay{position:fixed;inset:0;background-color:#00000080;z-index:100;animation:fadeIn .3s ease-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.shipping-banner__text{display:flex;align-items:center;gap:10px;font-size:13px;color:#8b7d6b;margin-bottom:10px}.shipping-banner__text svg{color:#8b7d6b;flex-shrink:0}.shipping-banner__text strong{color:#1a1a1a;font-weight:600}.shipping-banner__text--success{color:#6a8a82;margin-bottom:0}.shipping-banner__text--success svg{color:#6a8a82}.shipping-banner__text--success strong{color:#6a8a82}@media screen and (max-width: 768px){.shipping-banner__text{font-size:12px;gap:8px}}.shipping-banner__progress{height:4px;background:#f0eee9;border-radius:2px;overflow:hidden}.shipping-banner__progress-bar{height:100%;background:linear-gradient(90deg,#6a8a82 0% 100%);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-item__image{display:block;width:100px;max-width:100px;height:100px;overflow:hidden;border-radius:10px;background:#f9f8f6;flex-shrink:0}@media screen and (max-width: 768px){.cart-item__image{width:80px;max-width:80px;height:80px;border-radius:8px}}@media screen and (max-width: 450px){.cart-item__image{width:72px;max-width:72px;height:72px}}.cart-item__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.cart-item__image:hover img{transform:scale(1.08)}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden}.cart-item__info{display:flex;justify-content:space-between;gap:12px;min-width:0}@media screen and (max-width: 768px){.cart-item__info{gap:8px}}.cart-item__title-wrapper{display:flex;flex-direction:column;gap:6px;overflow:hidden;flex:1;min-width:0;max-width:calc(100% - 70px)}.cart-item__title-wrapper h4{margin:0;font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4}@media screen and (max-width: 768px){.cart-item__title-wrapper h4{font-size:13px}}.cart-item__title-wrapper h4 a{color:#1a1a1a;text-decoration:none;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__title-wrapper h4 a:hover{color:#8b7d6b}.cart-item__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media screen and (max-width: 768px){.cart-item__meta{gap:6px}}.cart-item__variant{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#8b7d6b;background:#fff;padding:3px 8px;border-radius:4px;border:1px solid #f0eee9}.cart-item__variant svg{opacity:.7}@media screen and (max-width: 768px){.cart-item__variant{font-size:11px;padding:2px 6px}}.cart-item__quantity-badge{font-size:12px;color:#8b7d6b;background:#fff;padding:3px 8px;border-radius:4px;border:1px solid #f0eee9;font-weight:500}@media screen and (max-width: 768px){.cart-item__quantity-badge{font-size:11px;padding:2px 6px}}.cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.cart-item__price{font-size:15px;font-weight:600;color:#1a1a1a;white-space:nowrap}@media screen and (max-width: 768px){.cart-item__price{font-size:14px}}.cart-item__unit-price{font-size:11px;color:#8b7d6b;white-space:nowrap}@media screen and (max-width: 768px){.cart-item__unit-price{font-size:10px}}.cart-item__remove-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}@media screen and (max-width: 768px){.cart-item__remove-row{margin-top:6px}}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;gap:5px;align-self:flex-start;background:transparent;border:1px solid #f0eee9;color:#8b7d6b;font-size:12px;font-weight:500;cursor:pointer;padding:6px 12px;margin-top:0;border-radius:6px;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;font-family:inherit;white-space:nowrap}.cart-item__remove svg{flex-shrink:0}.cart-item__remove:hover:not(:disabled){color:#6d214f;border-color:#6d214f;background:#6d214f0d}.cart-item__remove:active:not(:disabled){transform:scale(.96)}.cart-item__remove:disabled{cursor:not-allowed;opacity:.6;color:#a8a28e;border-color:#f0eee9}@media screen and (max-width: 768px){.cart-item__remove{font-size:11px;padding:5px 10px;gap:4px;margin-top:6px}}.cart-subtotal{display:flex;flex-direction:column;gap:4px}.cart-subtotal__row{display:flex;justify-content:space-between;align-items:center}.cart-subtotal__label{font-size:14px;font-weight:500;color:#1a1a1a}@media screen and (max-width: 768px){.cart-subtotal__label{font-size:13px}}.cart-subtotal__note{font-size:12px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.cart-subtotal__note{font-size:11px}}.cart-subtotal__amount{font-size:20px;font-weight:600;color:#1a1a1a;letter-spacing:-.02em}@media screen and (max-width: 768px){.cart-subtotal__amount{font-size:18px}}.cart-action__link{color:inherit;text-decoration:none;height:100%;display:flex;align-items:center;transition:color .2s ease}.cart-action__link:hover{color:#3d3a35}@media screen and (max-width: 1210px){.cart-action__link{font-size:14px;font-weight:500;color:#1a1a1a;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}.cart-action__link:hover{background-color:#f9f8f6}}.cart-action__button{background:none;border:none;font-size:inherit;font-family:inherit;cursor:pointer;padding:0;color:inherit}.cart-action__button:hover{color:#3d3a35}@media screen and (max-width: 1210px){.cart-action__button{background:#fff}.cart-action__button:hover{background-color:#f9f8f6;border-color:#cecab8}}.cart-action__icon-button,.cart-action__icon-link{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s ease}.cart-action__icon-button:hover,.cart-action__icon-link:hover{background-color:#f9f8f6}@media screen and (max-width: 1210px){.cart-action__icon-button,.cart-action__icon-link{padding:12px 0;background:#fff;border-radius:6px}.cart-action__icon-button:hover,.cart-action__icon-link:hover{background-color:#f9f8f6;border-color:#cecab8}}.cart-action__view-link,.cart-action__checkout-link{text-decoration:none;flex:1}.cart-action__explore-button{padding:6px 16px!important;background:linear-gradient(135deg,#8b4a66,#6d214f)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:14px!important;font-weight:600!important;cursor:pointer;transition:all .2s ease!important;text-transform:none!important;box-shadow:0 4px 12px #6d214f4d}.cart-action__explore-button:hover{background:linear-gradient(135deg,#5a1940,#4a1432)!important;box-shadow:0 6px 16px #6d214f66;transform:translateY(-1px)}.cart-action__explore-button:active{transform:scale(.98) translateY(0)}@media screen and (max-width: 768px){.cart-action__explore-button{padding:10px 24px!important;font-size:13px!important}}.footer{padding:60px 160px;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;display:flex;flex-direction:column;gap:40px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:#ffffff0d;backdrop-filter:blur(10px)}@media screen and (max-width: 1210px){.footer{padding:50px 60px}}@media screen and (max-width: 450px){.footer{padding:40px 15px;gap:48px;text-align:center}}.footer__container{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding-top:20px}@media screen and (max-width: 1210px){.footer__container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 450px){.footer__container{grid-template-columns:repeat(3,1fr);gap:30px}}.footer__right{display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column;gap:10px;margin-top:10px;z-index:1}@media screen and (max-width: 450px){.footer__right{align-items:flex-end;justify-content:flex-end}}.footer__logo img{background:none!important}.footer__address{display:flex;flex-direction:column;margin-bottom:10px}.footer__address strong{font-size:14px;font-weight:600;color:#fff}.footer__social{display:flex;gap:15px}.footer__social svg{cursor:pointer}.footer__content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1210px){.footer__content{gap:24px}}@media screen and (max-width: 450px){.footer__content{gap:24px;min-width:0;width:100%}}.footer__content h5{font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:1px;position:relative;margin-bottom:16px;text-align:left}.footer__content h5:after{content:"";position:absolute;bottom:-8px;left:0;width:30%;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:1px}.footer__links ul{display:flex;flex-direction:column;gap:12px;padding-left:0}.footer__links ul li{list-style-type:none;text-align:left}.footer__links ul li a{color:#ffffffe6;text-decoration:none;font-size:15px;position:relative;transition:all .3s ease;display:inline-block;letter-spacing:.5px}.footer__links ul li a:hover{color:#8b7d6b;padding-left:4px}.footer__links ul li a:hover:after{width:100%}.footer__payment-icons{height:30px;width:250px;margin-top:-10px}@media screen and (max-width: 1210px){.footer__payment-icons{width:200px}}@media screen and (max-width: 450px){.footer__payment-icons{width:150px}}.footer__payment-icons img{width:100%;height:100%;background:none!important}@media screen and (max-width: 450px){.footer__payment-icons img{height:40px;width:320px}}@media screen and (max-width: 450px){.footer__payment-icons img{height:35px;width:280px}}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:40px;border-top:1px solid rgba(255,255,255,.2);padding-top:32px;gap:24px;color:#fffc;position:relative}.footer__bottom:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:100px;height:1px;background:linear-gradient(90deg,transparent 0%,#8B7D6B 50%,transparent 100%);border-radius:1px}.footer__lang-currency{display:flex;gap:32px;flex-wrap:wrap}@media screen and (max-width: 450px){.footer__lang-currency{gap:20px}}.footer__lang,.footer__currency{display:flex;align-items:center;gap:12px}.footer__lang label,.footer__currency label{font-size:13px;font-weight:500;letter-spacing:.5px;color:#ffffffb3;text-transform:uppercase}.footer__lang select,.footer__currency select{border:1px solid rgba(255,255,255,.3);outline:none;background:#ffffff1a;font-size:14px;color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.footer__lang select:hover,.footer__currency select:hover{background:#ffffff26;border-color:#8b7d6b}.footer__lang select:focus,.footer__currency select:focus{background:#fff3;border-color:#d4af37;box-shadow:0 0 0 3px #d4af374d}.scroll-to-top{position:relative;cursor:pointer}.scroll-to-top__icon{position:fixed;bottom:0;right:0;z-index:20;width:45px;height:45px;background-color:#f0eee9;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.scroll-to-top__icon:hover{background-color:#f0eee9}.popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;animation:fadeIn .5s}.popup__content{background:#fff;border-radius:5px;border:1px solid #f0eee9;display:flex;width:80%;max-width:900px;position:relative;transform:translateY(-50%);opacity:0;animation:slideIn .5s forwards}.popup__content--fade-out{animation:slideOut .5s forwards,fadeOut .5s forwards}@media screen and (max-width: 450px){.popup__content{width:90%}}.popup__close{position:absolute;top:10px;right:20px;background:none;border:none;font-size:26px;cursor:pointer}@media screen and (max-width: 450px){.popup__close{top:10px;right:15px}}.popup__left{width:50%}.popup__left img{width:100%;height:100%;border-radius:5px 0 0 5px}@media screen and (max-width: 450px){.popup__left{display:none}}.popup__right{width:50%;padding:25px;display:flex;flex-direction:column;justify-content:center;gap:10px}@media screen and (max-width: 450px){.popup__right{width:100%}}.popup__right h2{margin-top:0;font-size:26px;font-weight:400}@media screen and (max-width: 450px){.popup__right h2{font-size:22px}}.popup__right p{font-size:14px;font-weight:400;line-height:24px}@media screen and (max-width: 450px){.popup__right p{font-size:14px}}.popup__right form{display:flex;border:2px solid #f0eee9;margin-top:20px}@media screen and (max-width: 450px){.popup__right form{margin-top:10px}}.popup__right input{width:100%;padding:15px;border:none;outline:none}.popup__right button{background:#fff;color:#000;border:none;padding:10px;border-radius:5px;cursor:pointer;font-weight:500}@media screen and (max-width: 450px){.popup__right button{padding:15px}}.account-info__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.account-info__label-section{flex:1;margin-right:16px}.account-info__label{display:block;font-size:14px;font-weight:600;color:#000;text-transform:uppercase;margin-bottom:4px}.account-info__current{margin-top:4px}.account-info__current-info{font-size:16px;color:#8b7d6b;font-weight:500}.account-info__actions{flex-shrink:0}.account-info__edit-button{padding:6px 12px;border:1px solid #1a1a1a;background:#fff;color:#1a1a1a;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s ease;min-width:60px}.account-info__edit-button:hover{background:#1a1a1a;color:#fff}.account-info__edit-button:disabled{opacity:.5;cursor:not-allowed}.account-info__message{padding:8px 12px;border-radius:4px;margin:8px 0}.account-info__message span{font-size:14px;font-weight:500}.account-info__message--success{background:#f0f5f3;border:1px solid #6A8A82}.account-info__message--success span{color:#3a5248}.account-info__message--error{background:#e8d8dc;border:1px solid #6D214F}.account-info__message--error span{color:#4a1432}.account-info__edit-form{margin-top:16px;padding:16px;background:#f9f8f6;border-radius:8px;border:1px solid #e6e2db}.account-info__form-content{margin-bottom:16px}.account-info__form-actions{display:flex;justify-content:flex-end}.account-info__save-button{padding:8px 16px;background:#1a1a1a;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;min-width:120px}.account-info__save-button:hover:not(:disabled){background:#5a1940}.account-info__save-button:disabled{opacity:.7;cursor:not-allowed}.account-info__form-input{width:100%;padding:8px 12px;border:1px solid #f0eee9;border-radius:4px;font-size:14px;margin-bottom:8px}.account-info__form-input:focus{outline:none;border-color:#1a1a1a}.account-info__form-input-row{display:flex;gap:12px}.account-info__form-input-row .account-info__form-input{flex:1}.account-info__form-select{width:100%;padding:8px 12px;border:1px solid #f0eee9;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.account-info__form-select:focus{outline:none;border-color:#1a1a1a}.account-info__address-display{line-height:1.5}.account-info__address-display div{margin-bottom:2px}.account-info__address-display div:last-child{margin-bottom:0}.account-info__form-helper-text{font-size:12px;color:#8b7d6b;margin-top:4px}.account-info__password-form{display:flex;flex-direction:column;gap:12px}.address-form{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.address-form{gap:12px}}.address-form .form-input,.address-form .form-select{padding:12px 16px;border:1px solid #f0eee9;border-radius:8px;font-size:14px;color:#3d3a35;background:#fff;transition:all .2s ease;width:100%;box-sizing:border-box}.address-form .form-input:hover,.address-form .form-select:hover{border-color:#8b7d6b}.address-form .form-input:focus,.address-form .form-select:focus{outline:none;border-color:#6d214f;box-shadow:0 0 0 3px #6d214f14}.address-form .form-input::placeholder,.address-form .form-select::placeholder{color:#a8a28e}.address-form .form-input.error,.address-form .form-select.error{border-color:#6d214f}.address-form .form-input.error:focus,.address-form .form-select.error:focus{box-shadow:0 0 0 3px #6d214f1f}@media screen and (max-width: 768px){.address-form .form-input,.address-form .form-select{padding:10px 14px;font-size:13px;border-radius:6px}}.address-form .form-select{cursor:pointer}.address-form .error-message{padding:16px;background:#e8d8dc;border:1px solid #D4B8C0;border-radius:8px;color:#4a1432;font-size:14px;line-height:1.5}.address-form .error-message span{display:block}@media screen and (max-width: 768px){.address-form .error-message{padding:12px;font-size:13px;border-radius:6px}}.profile-page__content{max-width:100%}.profile-page__header{margin-bottom:32px}.profile-page__title{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.profile-page__subtitle{font-size:14px;color:#8b7d6b;margin:0;line-height:1.5}.profile-page__sections{display:flex;flex-direction:column;gap:16px}.profile-page__divider{width:100%;height:1px;background-color:#e6e2db}@media screen and (max-width: 768px){.profile-page__title{font-size:20px}}.banner{display:grid;grid-template-columns:1fr;grid-gap:20px;padding:20px;margin:40px 0}@media screen and (max-width: 768px){.banner{padding:15px;margin:24px 0;grid-gap:12px}}@media screen and (min-width: 991px){.banner{grid-template-columns:1fr 1fr;grid-gap:30px;padding:0 80px;margin:80px 0}}@media screen and (min-width: 1210px){.banner{padding:0 160px;margin:100px 0}}@media screen and (max-width: 1210px){.banner{grid-gap:30px;padding:0 60px;height:20rem;margin:50px 0}}@media screen and (max-width: 450px){.banner{padding:15px;grid-template-columns:1fr;grid-gap:10px;height:35rem}}.banner__item{height:320px;background-position:center;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;gap:16px;transition:all .4s ease;position:relative;overflow:hidden}.banner__item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0009,#0000004d);z-index:1}.banner__item:hover{transform:scale(1.03);box-shadow:0 8px 24px #0003}@media screen and (max-width: 768px){.banner__item{height:200px;padding:20px;gap:10px}}@media screen and (min-width: 991px){.banner__item{height:26.875rem}}.banner__item--left{background-image:url(./banner_1-BZe4balu.jpg)}.banner__item--right{background-image:url(./banner_2-DkM-pE8w.jpg)}.banner__subtitle{color:#f8f6f0;text-transform:uppercase;font-weight:600;font-size:16px;letter-spacing:2px;position:relative;z-index:2;opacity:.9}@media screen and (max-width: 768px){.banner__subtitle{font-size:12px;letter-spacing:1.5px}}.banner__title{color:#f8f6f0;font-size:28px;font-weight:700;position:relative;z-index:2;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media screen and (max-width: 768px){.banner__title{font-size:20px}}.banner__link{font-size:14px;text-transform:uppercase;font-weight:500;position:relative;z-index:2;letter-spacing:1px}@media screen and (max-width: 768px){.banner__link{font-size:11px;letter-spacing:.5px}}.banner__link a{text-decoration:none;color:#f8f6f0;position:relative;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.banner__link a:before{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.banner__link a:after{content:"→";opacity:0;transition:opacity .3s ease;font-size:18px}.banner__link a:hover{color:#8b7d6b}.banner__link a:hover:before{transform:scaleX(1)}.banner__link a:hover:after{opacity:1}.categorie-carousel{padding:0 160px;margin:85px 0;display:flex;flex-direction:column;align-items:center;gap:40px}@media screen and (max-width: 1210px){.categorie-carousel{padding:0 60px}}@media screen and (max-width: 768px){.categorie-carousel{padding:0 15px;margin:32px 0;gap:32px}}@media screen and (max-width: 450px){.categorie-carousel{padding:0 12px;margin:24px 0;gap:24px}}.categorie-carousel__title{text-transform:uppercase;font-size:32px;font-weight:600;color:#1a1a1a;letter-spacing:2px;position:relative;margin-bottom:0}.categorie-carousel__title span{font-weight:700;color:#8b7d6b;letter-spacing:3px}.categorie-carousel__title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.categorie-carousel__title{font-size:26px}}@media screen and (max-width: 768px){.categorie-carousel__title{font-size:20px;letter-spacing:1.5px}.categorie-carousel__title span{letter-spacing:2px}.categorie-carousel__title:after{bottom:-8px;width:40px;height:2px}}.categorie-carousel__container{position:relative;width:100%;max-width:1400px;overflow:hidden}.categorie-carousel__scroller{width:100%;overflow:hidden}.categorie-carousel__swiper{width:100%;padding:0 10px}@media screen and (max-width: 768px){.categorie-carousel__swiper{padding:0 6px}}.categorie-carousel__swiper .swiper-wrapper{align-items:stretch}.categorie-carousel__swiper .swiper-slide{height:auto}.categorie-slide{flex:0 0 280px;height:280px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background-color:#f7f8f9;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.categorie-slide:hover{transform:translateY(-5px) scale(1.08)}.categorie-slide:focus{outline:2px solid #D4AF37;outline-offset:2px}.categorie-slide--loading{background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;cursor:default}.categorie-slide--loading:hover{transform:none}@media screen and (max-width: 1210px){.categorie-slide--loading{height:240px}}@media screen and (max-width: 768px){.categorie-slide--loading{height:160px}}@media screen and (max-width: 450px){.categorie-slide--loading{height:140px}}.categorie-slide__skeleton{display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 768px){.categorie-slide__skeleton{gap:8px}}.categorie-slide__skeleton-title{height:24px;background:#e6e2db;border-radius:4px;width:80%}@media screen and (max-width: 768px){.categorie-slide__skeleton-title{height:18px}}.categorie-slide__skeleton-subtitle{height:16px;background:#e6e2db;border-radius:4px;width:60%}@media screen and (max-width: 768px){.categorie-slide__skeleton-subtitle{height:12px}}@media screen and (max-width: 1210px){.categorie-slide{flex:0 0 240px;height:240px;padding:20px}}@media screen and (max-width: 768px){.categorie-slide{flex:0 0 160px;height:160px;padding:14px;border-radius:8px}}@media screen and (max-width: 450px){.categorie-slide{flex:0 0 140px;height:140px;padding:12px}}.categorie__title{text-transform:uppercase;font-size:20px;font-weight:500;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media screen and (max-width: 768px){.categorie__title{font-size:14px;padding:16px}}@media screen and (max-width: 450px){.categorie__title{font-size:12px}}.categorie__title span{font-weight:600}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-section{background:linear-gradient(180deg,#f8f6f0,#fff);padding:32px 16px;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(212,175,55,.03) 0%,transparent 50%);pointer-events:none}@media screen and (max-width: 768px){.services-section{padding:24px 12px}}@media screen and (min-width: 991px){.services-section{padding:48px 32px}}@media screen and (min-width: 1210px){.services-section{padding:56px 40px}}.services-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.services-section__header{text-align:center;margin-bottom:28px}@media screen and (max-width: 768px){.services-section__header{margin-bottom:16px}}@media screen and (min-width: 991px){.services-section__header{margin-bottom:32px}}.services-section__title{text-transform:uppercase;font-size:18px;font-weight:700;color:#1a1a1a;letter-spacing:1.5px;position:relative;margin:0}.services-section__title span{display:inline-block;background:linear-gradient(135deg,#8b7d6b,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:2px}@media screen and (max-width: 768px){.services-section__title{font-size:16px;letter-spacing:1.2px}.services-section__title span{letter-spacing:1.5px}}@media screen and (min-width: 991px){.services-section__title{font-size:24px;letter-spacing:2px}.services-section__title span{letter-spacing:2.5px}}@media screen and (min-width: 1210px){.services-section__title{font-size:28px}}.services-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media screen and (max-width: 768px){.services-section__grid{gap:10px}}@media screen and (min-width: 991px){.services-section__grid{gap:20px}}@media screen and (min-width: 1210px){.services-section__grid{gap:24px}}.services-section__card{background:#fff;border-radius:12px;padding:0;border:1px solid #f0eee9;transition:all .3s ease;position:relative;overflow:hidden}.services-section__card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(139,125,107,.02) 100%);opacity:0;transition:opacity .3s ease}.services-section__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1a1a1a0f;border-color:transparent}.services-section__card:hover:before{opacity:1}.services-section__card:hover .services-section__icon{transform:scale(1.1)}.services-section__card--taupe:hover{box-shadow:0 12px 24px #8b7d6b1f}.services-section__card--taupe:hover .services-section__icon{color:#8b7d6b}.services-section__card--gold:hover{box-shadow:0 12px 24px #d4af371f}.services-section__card--gold:hover .services-section__icon{color:#d4af37}.services-section__card--charcoal:hover{box-shadow:0 12px 24px #1a1a1a1f}.services-section__card--charcoal:hover .services-section__icon{color:#1a1a1a}@media screen and (max-width: 576px){.services-section__card{border-radius:10px}}@media screen and (max-width: 768px){.services-section__card{border-radius:12px}}.services-section__card-inner{padding:20px 16px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width: 768px){.services-section__card-inner{padding:14px 10px}}@media screen and (min-width: 991px){.services-section__card-inner{padding:24px 20px}}@media screen and (min-width: 1210px){.services-section__card-inner{padding:28px 24px}}.services-section__icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:12px}@media screen and (max-width: 768px){.services-section__icon-wrapper{margin-bottom:8px}}@media screen and (min-width: 991px){.services-section__icon-wrapper{margin-bottom:14px}}.services-section__icon{font-size:24px;color:#5a5448;transition:all .3s ease;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.services-section__icon{font-size:20px}}@media screen and (min-width: 991px){.services-section__icon{font-size:28px}}@media screen and (min-width: 1210px){.services-section__icon{font-size:30px}}.services-section__service-title{text-transform:uppercase;font-weight:700;font-size:11px;margin:0;line-height:1.3;color:#1a1a1a;letter-spacing:.8px}@media screen and (max-width: 768px){.services-section__service-title{font-size:9px;letter-spacing:.5px}}@media screen and (min-width: 991px){.services-section__service-title{font-size:12px;letter-spacing:1px}}@media screen and (min-width: 1210px){.services-section__service-title{font-size:13px;letter-spacing:1.2px}}.trendy-products{display:flex;flex-direction:column;align-items:center;margin:40px 0;padding:0 20px;gap:20px}@media screen and (max-width: 768px){.trendy-products{margin:30px 0;padding:0 15px;gap:18px}}@media screen and (min-width: 991px){.trendy-products{margin:75px 0;padding:0 80px;gap:20px}}@media screen and (min-width: 1210px){.trendy-products{margin:85px 0;padding:0 160px}}@media screen and (max-width: 1210px){.trendy-products{padding:0 60px}}@media screen and (max-width: 450px){.trendy-products{padding:0 15px}}.trendy-products__title{text-transform:uppercase;font-size:32px;font-weight:600;color:#1a1a1a;letter-spacing:2px;position:relative;margin-bottom:32px}.trendy-products__title span{font-weight:700;color:#8b7d6b;letter-spacing:3px}.trendy-products__title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.trendy-products__title{font-size:26px}}@media screen and (max-width: 768px){.trendy-products__title{font-size:20px;letter-spacing:1.5px;margin-bottom:16px}.trendy-products__title span{letter-spacing:2px}.trendy-products__title:after{bottom:-8px;width:40px;height:2px}}.trendy-products__tabs-container{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}@media screen and (max-width: 768px){.trendy-products__tabs-container{gap:20px;width:100%}}.trendy-products__tabs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:50px}@media screen and (max-width: 768px){.trendy-products__tabs{gap:20px}}@media screen and (max-width: 450px){.trendy-products__tabs{gap:15px}}.trendy-products__tab{border:none;cursor:pointer;text-decoration:none;text-transform:uppercase;font-size:14px;position:relative;transition:all .3s ease;color:#8b7d6b;letter-spacing:1px;font-weight:500}@media screen and (max-width: 768px){.trendy-products__tab{font-size:12px;letter-spacing:.5px}}.trendy-products__tab:hover,.trendy-products__tab--active{color:#1a1a1a}.trendy-products__tab--active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);box-shadow:0 2px 4px #d4af374d}.trendy-products__tab:not(.trendy-products__tab--active):after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);transition:all .3s ease;transform:translate(0)}.trendy-products__tab:not(.trendy-products__tab--active):hover:after{width:100%;left:0;transition-delay:.1s}.trendy-products__content{width:100%}.trendy-products__tab-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:#8b7d6b}.trendy-products__tab-loading p{font-size:14px;font-weight:500}.trendy-products__tab-spinner{width:32px;height:32px;border:3px solid rgba(139,125,107,.1);border-top-color:#8b7d6b;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.trendy-products__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media screen and (max-width: 768px){.trendy-products__grid{grid-template-columns:repeat(2,1fr);grid-gap:12px}}@media screen and (max-width: 450px){.trendy-products__grid{grid-template-columns:repeat(2,1fr);grid-gap:10px}}.trendy-products__item{position:relative}.trendy-products__item:hover .trendy-products__image--back{opacity:1}.trendy-products__item:hover .trendy-products__image--front{opacity:0}.trendy-products__item:hover .trendy-products__add-to-cart{top:270px}.trendy-products__image-container{position:relative;width:258px;height:320px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 1210px){.trendy-products__image-container{width:100%;height:250px}}@media screen and (max-width: 768px){.trendy-products__image-container{width:100%;height:240px}}@media screen and (max-width: 450px){.trendy-products__image-container{width:100%;height:235px}}@media screen and (max-width: 320px){.trendy-products__image-container{width:100%;height:170px}}.trendy-products__image{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear}.trendy-products__image--back{z-index:1;opacity:0}.trendy-products__image--front{z-index:2;cursor:pointer}.trendy-products__add-to-cart{position:relative;top:320px;text-align:center;padding:10px;background-color:#fff;transition:all .2s cubic-bezier(.99,.99,0,.61);margin:0 10px;text-transform:uppercase;font-weight:500;font-size:14px;z-index:3;cursor:pointer}@media screen and (max-width: 1210px){.trendy-products__add-to-cart{display:none}}.trendy-products__mobile-cart{display:none}@media screen and (max-width: 1210px){.trendy-products__mobile-cart{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:10px;border-radius:50%;padding:5px;z-index:8;color:#8b7d6b}}.trendy-products__info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.trendy-products__info{gap:6px}}.trendy-products__category{margin-top:10px}@media screen and (max-width: 768px){.trendy-products__category{margin-top:6px}}.trendy-products__category p{color:#8b7d6b;font-size:14px}@media screen and (max-width: 768px){.trendy-products__category p{font-size:11px}}.trendy-products__details{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px}.trendy-products__details a{text-decoration:none;color:#000}.trendy-products__details h5{font-weight:400;font-size:16px;text-align:left}@media screen and (max-width: 768px){.trendy-products__details h5{font-size:13px}}@media screen and (max-width: 320px){.trendy-products__details h5{font-size:12px}}@media screen and (max-width: 768px){.trendy-products__details p{font-size:12px}}@media screen and (max-width: 320px){.trendy-products__details p{font-size:11px}}.trendy-products__rating{display:flex;gap:10px}@media screen and (max-width: 768px){.trendy-products__rating{gap:6px}}.trendy-products__rating span{color:#8b7d6b;font-size:14px}@media screen and (max-width: 768px){.trendy-products__rating span{font-size:11px}}@media screen and (max-width: 320px){.trendy-products__rating span{font-size:10px}}@media screen and (max-width: 320px){.trendy-products__rating{gap:4px}}.trendy-products__stars{display:flex;align-items:center;gap:3px}@media screen and (max-width: 320px){.trendy-products__stars{gap:2px}}.trendy-products__discover-more{padding:30px 20px;display:flex;justify-content:center}@media screen and (max-width: 768px){.trendy-products__discover-more{padding:20px}}.trendy-products__discover-more-btn{padding:12px 24px;background:linear-gradient(135deg,#8b4a66,#6d214f);color:#fff;border-radius:50px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #6d214f4d;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.trendy-products__discover-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.trendy-products__discover-more-btn:hover{background:linear-gradient(135deg,#5a1940,#4a1432);transform:translateY(-2px);box-shadow:0 6px 20px #6d214f66}.trendy-products__discover-more-btn:hover:before{left:100%}.trendy-products__discover-more-btn:active{transform:translateY(-1px)}@media screen and (max-width: 768px){.trendy-products__discover-more-btn{padding:10px 20px;font-size:13px;min-height:40px}}@media screen and (max-width: 450px){.trendy-products__discover-more-btn{padding:8px 16px;font-size:12px;min-height:36px}}.trendy-products__error{grid-column:1/-1;display:flex;justify-content:center;align-items:center;padding:40px 20px;text-align:center;color:#dc3545;font-size:16px}.trendy-products__error p{margin:0}.trendy-products__empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;min-height:300px}@media screen and (max-width: 768px){.trendy-products__empty{padding:40px 15px;min-height:250px}}.trendy-products__empty-icon{color:#8b7d6b;opacity:.6;margin-bottom:20px}.trendy-products__empty-icon svg{width:64px;height:64px}@media screen and (max-width: 768px){.trendy-products__empty-icon svg{width:48px;height:48px}}.trendy-products__empty h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width: 768px){.trendy-products__empty h3{font-size:18px}}.trendy-products__empty p{font-size:14px;color:#8b7d6b;max-width:400px;margin:0 0 24px;line-height:1.6}@media screen and (max-width: 768px){.trendy-products__empty p{font-size:13px;max-width:280px}}.trendy-products__empty-btn{background:linear-gradient(135deg,#d4af37,#8b7d6b);color:#fff;border:none;padding:12px 28px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.trendy-products__empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}@media screen and (max-width: 768px){.trendy-products__empty-btn{padding:10px 24px;font-size:12px}}:root{--skeleton-color-light: #f0f0f0;--skeleton-color-dark: #e0e0e0;--skeleton-animation-duration: 1.5s;--skeleton-border-radius: 4px}.skeleton-base,.skeleton-base *,.skeleton-grid-item *,.skeleton-list-item *,.skeleton-section *,.trendy-products-loader *,.wishlist-loader *,.shop-loader *,.filter-loader *{--skeleton-color-light: #f0f0f0 !important;--skeleton-color-dark: #e0e0e0 !important}@media (prefers-reduced-motion: reduce){:root{--skeleton-animation-duration: 3s}}.skeleton-base{position:relative;background-color:var(--skeleton-color-light);border-radius:var(--skeleton-border-radius);overflow:hidden;will-change:transform;aria-hidden:true}.skeleton-base--shimmer{background:linear-gradient(90deg,var(--skeleton-color-light) 0%,var(--skeleton-color-dark) 50%,var(--skeleton-color-light) 100%);background-size:200% 100%;animation:skeleton-shimmer var(--skeleton-animation-duration) infinite}.skeleton-base--pulse{animation:skeleton-pulse var(--skeleton-animation-duration) infinite}.skeleton-base--none{animation:none}.skeleton-base--rounded{border-radius:50%}.skeleton-base__line{height:14px;margin-bottom:8px;background-color:var(--skeleton-color-light);border-radius:var(--skeleton-border-radius);animation:skeleton-shimmer var(--skeleton-animation-duration) infinite;background:linear-gradient(90deg,var(--skeleton-color-light) 0%,var(--skeleton-color-dark) 50%,var(--skeleton-color-light) 100%);background-size:200% 100%}.skeleton-base__line:last-child{width:80%}.skeleton-base__line:nth-child(2n){animation-delay:calc(var(--skeleton-animation-duration) * .1)}.skeleton-base__line:nth-child(3n){animation-delay:calc(var(--skeleton-animation-duration) * .2)}.skeleton-base{transform:translateZ(0);backface-visibility:hidden;contain:layout style}.skeleton-base--shimmer,.skeleton-base--pulse{transition:opacity .2s ease-in-out}@media (prefers-contrast: high){:root{--skeleton-color-light: #ccc;--skeleton-color-dark: #999}.skeleton-base{border:1px solid #666}}.trendy-products-loader{display:flex;flex-direction:column;align-items:center;margin:40px 0;padding:0 20px;gap:30px}@media screen and (max-width: 768px){.trendy-products-loader{margin:30px 0;padding:0 15px;gap:18px}}@media screen and (min-width: 991px){.trendy-products-loader{margin:75px 0;padding:0 80px;gap:40px}}@media screen and (min-width: 1210px){.trendy-products-loader{margin:85px 0;padding:0 160px}}@media screen and (max-width: 1210px){.trendy-products-loader{padding:0 60px}}@media screen and (max-width: 450px){.trendy-products-loader{padding:0 15px}}.trendy-products-loader__real-title{text-transform:uppercase;font-size:32px;font-weight:600;color:#1a1a1a;letter-spacing:2px;position:relative;margin-bottom:32px}.trendy-products-loader__real-title span{font-weight:700;color:#8b7d6b;letter-spacing:3px}.trendy-products-loader__real-title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.trendy-products-loader__real-title{font-size:26px}}@media screen and (max-width: 768px){.trendy-products-loader__real-title{font-size:20px;letter-spacing:1.5px;margin-bottom:16px}.trendy-products-loader__real-title span{letter-spacing:2px}.trendy-products-loader__real-title:after{bottom:-8px;width:40px;height:2px}}.trendy-products-loader__tabs-container{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}@media screen and (max-width: 768px){.trendy-products-loader__tabs-container{gap:20px;width:100%}}.trendy-products-loader__tabs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:50px}@media screen and (max-width: 768px){.trendy-products-loader__tabs{gap:20px}}@media screen and (max-width: 450px){.trendy-products-loader__tabs{gap:15px}}.trendy-products-loader__content{width:100%}.trendy-products-loader__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media screen and (max-width: 768px){.trendy-products-loader__grid{grid-template-columns:repeat(2,1fr);grid-gap:12px}}@media screen and (max-width: 450px){.trendy-products-loader__grid{grid-template-columns:repeat(2,1fr);grid-gap:10px}}.trendy-products-loader__item{position:relative}.trendy-products-loader__image-container{position:relative;width:258px;height:320px;overflow:hidden}@media screen and (max-width: 1210px){.trendy-products-loader__image-container{width:100%;height:250px}}@media screen and (max-width: 768px){.trendy-products-loader__image-container{width:100%;height:240px}}@media screen and (max-width: 450px){.trendy-products-loader__image-container{width:100%;height:235px}}@media screen and (max-width: 320px){.trendy-products-loader__image-container{width:100%;height:170px}}.trendy-products-loader__image{position:absolute;width:100%;height:100%;top:0;left:0}.trendy-products-loader__rating-badge{position:absolute;bottom:8px;left:8px;z-index:2}.trendy-products-loader__info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.trendy-products-loader__info{gap:6px}}.trendy-products-loader__details{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px;gap:4px}.trendy-products-loader__discover-more{padding:30px 20px;display:flex;justify-content:center}@media screen and (max-width: 768px){.trendy-products-loader__discover-more{padding:20px}}.trendy-products-loader{transform:translateZ(0);backface-visibility:hidden;contain:layout style}@media (prefers-reduced-motion: reduce){.trendy-products-loader *{animation:none!important}}.rating-badge{position:absolute;bottom:8px;left:8px;background:#fffffff2;backdrop-filter:blur(12px);border-radius:12px;padding:4px 8px;display:flex;align-items:center;z-index:3;border:1px solid rgba(240,238,233,.8);box-shadow:0 2px 12px #0003}.rating-badge__content{display:flex;align-items:center;gap:2px}.rating-badge__star{color:#d4af37;font-size:12px;margin-right:2px;line-height:1}.rating-badge__rating{color:#1a1a1a;font-size:12px;font-weight:600;font-family:Inter,sans-serif;line-height:1}.rating-badge__divider{color:#8b7d6b;font-size:10px;font-weight:400;font-family:Inter,sans-serif;margin:0 2px;line-height:1}.rating-badge__count{color:#8b7d6b;font-size:10px;font-weight:400;font-family:Inter,sans-serif;line-height:1}.rating-badge--small{padding:3px 8px}.rating-badge--small .rating-badge__star{font-size:10px;margin-right:1px;line-height:1}.rating-badge--small .rating-badge__rating{font-size:11px;margin-right:2px;line-height:1;font-family:Inter,sans-serif}.rating-badge--small .rating-badge__count{font-size:11px;font-weight:400;line-height:1;color:#8b7d6b}.rating-badge--medium{padding:4px 10px}.rating-badge--medium .rating-badge__star{font-size:12px;margin-right:2px;line-height:1}.rating-badge--medium .rating-badge__rating{font-size:12px;margin-right:3px;line-height:1;font-family:Inter,sans-serif}.rating-badge--medium .rating-badge__count{font-size:11px;font-weight:400;line-height:1;color:#8b7d6b;font-family:Inter,sans-serif}.rating-badge--large{padding:6px 14px}.rating-badge--large .rating-badge__star{font-size:14px;margin-right:3px;line-height:1}.rating-badge--large .rating-badge__rating{font-size:14px;margin-right:4px;line-height:1;font-family:Inter,sans-serif}.rating-badge--large .rating-badge__count{font-size:12px;font-weight:400;line-height:1;color:#8b7d6b;font-family:Inter,sans-serif}.rating-badge--clickable{cursor:pointer;transition:all .2s ease}.rating-badge--clickable:hover{transform:scale(1.08)}.product-card{position:relative;display:flex;flex-direction:column}.product-card__images{position:relative;width:100%;height:320px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 1210px){.product-card__images{height:250px}}@media screen and (max-width: 991px){.product-card__images{height:490px}}@media screen and (max-width: 768px){.product-card__images{height:370px}}@media screen and (max-width: 450px){.product-card__images{height:235px}}@media screen and (max-width: 320px){.product-card__images{height:170px}}.product-card__image-container{position:relative;width:100%;height:100%}.product-card__image-container a{display:block;width:100%;height:100%}.product-card__image{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear;cursor:pointer}.product-card__image--front{z-index:2}.product-card__image--back{z-index:1;opacity:0}.product-card:hover .product-card__image--back{opacity:1}.product-card:hover .product-card__image--front{opacity:0}.product-card__info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.product-card__info{gap:6px}}.product-card__category{margin-top:10px}.product-card__category p{color:#8b7d6b;font-size:14px;margin:0}.product-card__details{display:flex;flex-direction:column;align-items:flex-start;margin-top:5px;width:100%}.product-card__details a{text-decoration:none;color:#000}.product-card__details h5{font-weight:400;font-size:16px;text-align:left;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media screen and (max-width: 320px){.product-card__details h5{font-size:14px}}@media screen and (max-width: 768px){.product-card__details h5{font-size:13px}}.product-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:8px}.product-card__title-row a{flex:1;min-width:0}.product-card__price{font-size:14px;font-weight:500;color:#000;margin:0}@media screen and (max-width: 320px){.product-card__price{font-size:12px}}@media screen and (max-width: 768px){.product-card__price{font-size:12px}}.product-card__wishlist-btn{color:#8b7d6b!important;transition:all .2s ease!important;flex-shrink:0;position:absolute!important;z-index:9;right:8px;bottom:8px;padding:3px!important}.product-card__wishlist-btn:before{content:"";position:absolute;inset:0;border-radius:50%;transition:background-color .2s ease;background-color:#fffc;box-shadow:0 2px 8px #0000001a}.product-card__wishlist-btn:hover{color:#e53935!important;background-color:#e5393514!important}.product-card__wishlist-btn.active{color:#e53935!important}.product-card__wishlist-btn.loading{opacity:.5;pointer-events:none}.product-card__wishlist-btn svg{font-size:14px;position:relative}@media screen and (max-width: 450px){.product-card__wishlist-btn svg{font-size:13px}}.product-card__quick-actions{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 70%,transparent 100%);padding:30px 12px 12px;opacity:0;transition:opacity .3s ease;z-index:10;pointer-events:none}@media screen and (max-width: 1210px){.product-card__quick-actions{display:none}}.product-card:hover .product-card__quick-actions{opacity:1;pointer-events:auto}@media screen and (max-width: 768px){.product-card:hover .product-card__quick-actions{opacity:1}}.product-card__quick-actions-buttons{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 768px){.product-card__quick-actions-buttons{gap:10px;flex-direction:row;justify-content:center}}.product-card__quick-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-height:44px}@media screen and (max-width: 768px){.product-card__quick-action-btn{padding:12px 20px;font-size:14px;min-width:120px;gap:10px}}@media screen and (max-width: 450px){.product-card__quick-action-btn{padding:14px 16px;font-size:13px;min-width:140px}}.product-card__quick-action-btn svg{font-size:16px}@media screen and (max-width: 768px){.product-card__quick-action-btn svg{font-size:18px}}.product-card__quick-action-btn--cart{background-color:#fff;color:#000}.product-card__quick-action-btn--cart:hover{background-color:#000;color:#fff;transform:translateY(-1px)}.product-card__quick-action-btn--remove{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.product-card__quick-action-btn--remove:hover{background-color:#e53935;border-color:#e53935;transform:translateY(-1px)}.product-card__quick-action-btn--remove:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-card__mobile-actions{display:none;margin-top:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width: 1210px){.product-card__mobile-actions{display:block}}.product-card__mobile-actions-buttons{display:flex;gap:8px;justify-content:center;align-items:center}.product-card__mobile-action-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px;min-height:36px;background:transparent}.product-card__mobile-action-btn span{display:inline}.product-card__mobile-action-btn svg{font-size:12px}@media screen and (max-width: 450px){.product-card__mobile-action-btn{padding:6px 10px;font-size:11px;min-height:32px}.product-card__mobile-action-btn span{display:none}.product-card__mobile-action-btn svg{font-size:14px}}.product-card__mobile-action-btn--cart{color:#111;border-color:#111}.product-card__mobile-action-btn--cart:hover{background-color:#111;color:#fff;transform:translateY(-1px)}.product-card__mobile-action-btn--remove{color:#6d214f;border-color:#6d214f}.product-card__mobile-action-btn--remove:hover{background-color:#6d214f;color:#fff;transform:translateY(-1px)}.product-card__mobile-action-btn--remove:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-card--default:hover .product-card__image--front{opacity:1}.product-card--compact .product-card__images{height:200px}@media screen and (max-width: 450px){.product-card--compact .product-card__images{height:150px}}.product-card--compact .product-card__details h5{font-size:14px}.product-card--compact .product-card__price{font-size:13px}.product-card--related .product-card__images{height:280px}@media screen and (max-width: 1210px){.product-card--related .product-card__images{height:230px}}@media screen and (max-width: 768px){.product-card--related .product-card__images{height:200px}}@media screen and (max-width: 450px){.product-card--related .product-card__images{height:180px}}.product-card--trendy .product-card__images{height:300px}@media screen and (max-width: 1210px){.product-card--trendy .product-card__images{height:240px}}@media screen and (max-width: 991px){.product-card--trendy .product-card__images{height:420px}}@media screen and (max-width: 768px){.product-card--trendy .product-card__images{height:320px}}@media screen and (max-width: 450px){.product-card--trendy .product-card__images{height:200px}}.product-card--wishlist{cursor:pointer}.product-card--wishlist .product-card__images{height:320px}@media screen and (max-width: 1210px){.product-card--wishlist .product-card__images{height:280px}}@media screen and (max-width: 991px){.product-card--wishlist .product-card__images{height:320px}}@media screen and (max-width: 768px){.product-card--wishlist .product-card__images{height:320px}}@media screen and (max-width: 450px){.product-card--wishlist .product-card__images{height:280px}}@media screen and (max-width: 320px){.product-card--wishlist .product-card__images{height:240px}}.product-card--wishlist:hover .product-card__image--back{opacity:1}.product-card--wishlist:hover .product-card__image--front{opacity:0}.product-card--wishlist .product-card__details h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.deal-timer-wrapper{padding:15px}@media screen and (max-width: 768px){.deal-timer-wrapper{padding:10px}}.deal-timer{background-color:#f0eee9;background-image:url(./dealbg-CKJOQ-wG.jpg);height:500px;background-size:cover;padding:0 160px;display:flex;flex-direction:column;justify-content:flex-end}@media screen and (max-width: 1210px){.deal-timer{padding:0 60px;height:450px;background-position:center}}@media screen and (max-width: 768px){.deal-timer{height:320px;padding:0 20px;background-position:center right 40%}}@media screen and (max-width: 450px){.deal-timer{height:280px;padding:0 15px}}.deal-timer__content-wrapper{display:flex;flex-direction:column;padding:60px 0;gap:40px}@media screen and (max-width: 1210px){.deal-timer__content-wrapper{padding:50px 0}}@media screen and (max-width: 768px){.deal-timer__content-wrapper{padding:24px 0;gap:20px}}@media screen and (max-width: 450px){.deal-timer__content-wrapper{padding:16px 0;gap:16px}}.deal-timer__content{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.deal-timer__content{gap:6px}}.deal-timer__subtitle{position:relative;padding-left:50px;color:#6d214f;text-transform:uppercase;font-weight:500;font-size:14px}.deal-timer__subtitle:before{content:"";display:block;width:35px;height:2px;background-color:#6d214f;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media screen and (max-width: 1210px){.deal-timer__subtitle{padding-left:40px}}@media screen and (max-width: 768px){.deal-timer__subtitle{font-size:11px;padding-left:35px}.deal-timer__subtitle:before{width:25px}}.deal-timer__title{font-size:42px;text-transform:uppercase}.deal-timer__title span{font-weight:500}@media screen and (max-width: 1210px){.deal-timer__title{font-size:36px}}@media screen and (max-width: 768px){.deal-timer__title{font-size:24px}}@media screen and (max-width: 450px){.deal-timer__title{font-size:20px}}.deal-timer__link{display:flex}.deal-timer__link a{text-transform:uppercase;text-decoration:none;color:#000;font-weight:500;font-size:14px;position:relative}@media screen and (max-width: 768px){.deal-timer__link a{font-size:11px}}.deal-timer__link a:after{content:"";position:absolute;left:0;bottom:-5px;width:50%;border-bottom:2px solid #000000;transition:width .2s ease}@media screen and (max-width: 768px){.deal-timer__link a:after{bottom:-3px;border-bottom-width:1px}}.deal-timer__link a:hover:after{width:100%}.deal-timer__counter{display:flex;gap:10px}@media screen and (max-width: 768px){.deal-timer__counter{gap:6px}}.deal-timer__counter h4{font-size:30px;font-weight:400}@media screen and (max-width: 1210px){.deal-timer__counter h4{font-size:25px}}@media screen and (max-width: 768px){.deal-timer__counter h4{font-size:18px}}@media screen and (max-width: 450px){.deal-timer__counter h4{font-size:16px}}.deal-timer__digit{display:flex;flex-direction:column;align-items:center}.deal-timer__digit h4{font-size:30px;font-weight:400}@media screen and (max-width: 1210px){.deal-timer__digit h4{font-size:25px}}@media screen and (max-width: 768px){.deal-timer__digit h4{font-size:18px}}@media screen and (max-width: 450px){.deal-timer__digit h4{font-size:16px}}.deal-timer__digit p{font-size:16px;font-weight:700;text-transform:uppercase;color:#8b7d6b}@media screen and (max-width: 1210px){.deal-timer__digit p{font-size:14px}}@media screen and (max-width: 768px){.deal-timer__digit p{font-size:10px}}@media screen and (max-width: 450px){.deal-timer__digit p{font-size:9px}}@keyframes hero-shimmer{to{transform:translate(100%)}}.hero{position:relative;width:100%;height:600px;overflow:hidden;background:#f8f6f0}@media screen and (max-width: 991px){.hero{height:550px}}@media screen and (max-width: 768px){.hero{height:380px}}@media screen and (max-width: 576px){.hero{height:340px}}@media screen and (max-width: 450px){.hero{height:300px}}.hero__slider{width:100%;height:100%}.hero__slide{position:relative;width:100%;height:100%;display:flex;align-items:center}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity .8s ease-out,transform .6s ease-out;transform:scale(1.05)}.hero__bg-preload{display:none}.hero__bg--loading{opacity:0;filter:blur(10px)}.hero__bg--loaded{opacity:1;transform:scale(1);filter:blur(0)}.hero__gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,246,240,.95) 0%,rgba(248,246,240,.85) 25%,rgba(248,246,240,.4) 50%,rgba(248,246,240,.1) 75%,transparent 100%);z-index:1}@media screen and (max-width: 768px){.hero__gradient{background:linear-gradient(180deg,#f8f6f04d,#f8f6f0b3,#f8f6f0f2)}}.hero__inner{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 60px;display:flex;align-items:center;height:100%}@media screen and (max-width: 991px){.hero__inner{padding:0 48px}}@media screen and (max-width: 768px){.hero__inner{padding:0 32px 100px;align-items:flex-end}}@media screen and (max-width: 576px){.hero__inner{padding:0 24px 90px}}.hero__content{max-width:520px}@media screen and (max-width: 768px){.hero__content{max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}}.hero__content .hero__offer,.hero__content .hero__tagline,.hero__content .hero__title,.hero__content .hero__desc,.hero__content .hero__btn{opacity:0;transform:translateY(20px)}.hero__content--active .hero__offer{animation:bounceIn .6s ease-out .1s forwards}.hero__content--active .hero__tagline{animation:slideInLeft .6s ease-out .2s forwards}.hero__content--active .hero__title{animation:fadeUp .7s ease-out .3s forwards}.hero__content--active .hero__desc{animation:fadeUp .7s ease-out .4s forwards}.hero__content--active .hero__btn{animation:slideInRight .7s ease-out .5s forwards}.hero__offer{display:inline-flex;align-items:center;background:#d4af37;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:8px 16px;margin-bottom:16px;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 4px 12px #d4af374d}.hero__offer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);animation:hero-shimmer 2.5s infinite}@media screen and (max-width: 768px){.hero__offer{font-size:8px;padding:5px 12px;margin-bottom:10px;letter-spacing:1px}}@media screen and (max-width: 576px){.hero__offer{font-size:8px;padding:4px 10px;margin-bottom:8px}}.hero__tagline{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#8b7d6b;margin-bottom:12px;position:relative}.hero__tagline:after{content:"";position:absolute;bottom:-4px;left:0;width:30px;height:2px;background:#d4af37;border-radius:1px}@media screen and (max-width: 768px){.hero__tagline{font-size:9px;letter-spacing:2px;margin-bottom:8px}.hero__tagline:after{width:20px;height:1px}}@media screen and (max-width: 576px){.hero__tagline{font-size:8px;letter-spacing:1.5px;margin-bottom:6px}}.hero__title{font-size:64px;font-weight:700;line-height:1;color:#1a1a1a;margin:0 0 20px;text-transform:uppercase;letter-spacing:-1px}@media screen and (max-width: 991px){.hero__title{font-size:56px}}@media screen and (max-width: 768px){.hero__title{font-size:32px;margin-bottom:12px}}@media screen and (max-width: 576px){.hero__title{font-size:26px;margin-bottom:10px}}@media screen and (max-width: 450px){.hero__title{font-size:22px;margin-bottom:8px}}.hero__title-line{display:block;color:#1a1a1a;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero__title-accent{display:block;color:#d4af37;font-style:italic;font-weight:600;text-shadow:0 2px 4px rgba(212,175,55,.2)}.hero__desc{font-size:15px;font-weight:400;line-height:1.7;color:#8b7d6b;margin:0 0 28px;max-width:380px}@media screen and (max-width: 768px){.hero__desc{font-size:12px;line-height:1.5;margin-bottom:16px;max-width:320px}}@media screen and (max-width: 576px){.hero__desc{font-size:11px;line-height:1.4;margin-bottom:12px;max-width:100%}}.hero__btn{display:inline-flex;align-items:center;gap:12px;background:#1a1a1a;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;padding:16px 32px;position:relative;overflow:hidden;border-radius:4px;box-shadow:0 4px 16px #1a1a1a4d;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero__btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#d4af37;transform:translate(-101%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero__btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.hero__btn .hero__btn-text,.hero__btn .hero__btn-icon{position:relative;z-index:1;transition:color .3s ease,transform .3s ease}.hero__btn .hero__btn-icon{font-size:20px;transition:transform .3s ease,color .3s ease}.hero__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a1a1a66}.hero__btn:hover:before{transform:translate(0)}.hero__btn:hover:after{width:300px;height:300px}.hero__btn:hover .hero__btn-icon{transform:translate(5px)}.hero__btn:active{transform:translateY(0);box-shadow:0 2px 8px #1a1a1a4d}@media screen and (max-width: 768px){.hero__btn{padding:10px 20px;font-size:10px;gap:8px;letter-spacing:1px}.hero__btn .hero__btn-icon{font-size:16px}}@media screen and (max-width: 576px){.hero__btn{padding:8px 16px;font-size:9px;gap:6px}.hero__btn .hero__btn-icon{font-size:14px}}.hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:9;width:48px;height:48px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.hero__nav svg{font-size:20px;color:#1a1a1a;transition:transform .3s ease}.hero__nav:hover{background:#fff;box-shadow:0 6px 20px #00000026;transform:translateY(-50%) scale(1.05)}.hero__nav:hover svg{transform:scale(1.1)}.hero__nav:active{transform:translateY(-50%) scale(.95)}.hero__nav-prev{left:24px}@media screen and (max-width: 768px){.hero__nav-prev{left:16px;width:40px;height:40px}.hero__nav-prev svg{font-size:18px}}@media screen and (max-width: 576px){.hero__nav-prev{display:none}}.hero__nav-next{right:24px}@media screen and (max-width: 768px){.hero__nav-next{right:16px;width:40px;height:40px}.hero__nav-next svg{font-size:18px}}@media screen and (max-width: 576px){.hero__nav-next{display:none}}.hero__dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:10px}@media screen and (max-width: 768px){.hero__dots{bottom:28px}}@media screen and (max-width: 576px){.hero__dots{bottom:24px;gap:8px}}.hero__dot{width:8px;height:8px;background:#8b7d6b4d;border-radius:50%;cursor:pointer;transition:all .4s ease;position:relative}.hero__dot:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:transparent;transition:background .3s ease}.hero__dot:hover{background:#8b7d6b80}.hero__dot:hover:before{background:#8b7d6b1a}.hero__dot:focus-visible{outline:2px solid #D4AF37;outline-offset:2px}.hero__dot--active{width:32px;border-radius:4px;background:#d4af37;box-shadow:0 2px 8px #d4af374d}@media screen and (max-width: 576px){.hero__dot--active{width:26px}}.hero__progress{position:absolute;left:60px;bottom:32px;z-index:10;display:flex;align-items:center;gap:14px}@media screen and (max-width: 991px){.hero__progress{left:48px}}@media screen and (max-width: 768px){.hero__progress{display:none}}.hero__progress-num{font-size:13px;font-weight:600;color:#8b7d6b;font-variant-numeric:tabular-nums;min-width:18px}.hero__progress-num:first-child{color:#d4af37}.hero__progress-bar{width:60px;height:2px;background:#8b7d6b33;border-radius:1px;overflow:hidden;position:relative}.hero__progress-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(212,175,55,.3),transparent);animation:hero-shimmer 2s infinite}.hero__progress-fill{height:100%;background:#d4af37;border-radius:1px;transition:width .5s ease;position:relative}.hero__progress-fill:after{content:"";position:absolute;right:0;top:0;bottom:0;width:20px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3))}.hero__decor{position:absolute;z-index:3;pointer-events:none}.hero__decor--1{top:20%;right:10%;width:60px;height:60px;border:1px solid rgba(212,175,55,.25);transform:rotate(45deg);animation:floatSoft 5s ease-in-out infinite}@media screen and (max-width: 768px){.hero__decor--1{width:40px;height:40px;top:15%;right:6%}}@media screen and (max-width: 576px){.hero__decor--1{display:none}}.hero__decor--2{bottom:30%;right:15%;width:10px;height:10px;background:#d4af37;border-radius:50%;opacity:.6;animation:pulse 3s ease-in-out infinite}@media screen and (max-width: 768px){.hero__decor--2{bottom:40%;right:10%}}@media screen and (max-width: 576px){.hero__decor--2{display:none}}.hero__loading{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;background:#f8f6f0}.hero__loading-spinner{width:40px;height:40px;border:3px solid rgba(139,125,107,.2);border-top:3px solid #D4AF37;border-radius:50%;animation:spin 1s linear infinite}.hero:not(.hero--loaded) .hero__bg{opacity:0}.hero--loaded .hero__bg{opacity:1}.hero__btn:focus-visible,.hero__dot:focus-visible,.hero__nav:focus-visible{outline:2px solid #D4AF37;outline-offset:3px}@media (prefers-reduced-motion: reduce){.hero__content--active .hero__offer,.hero__content--active .hero__tagline,.hero__content--active .hero__title,.hero__content--active .hero__desc,.hero__content--active .hero__btn{animation:none;opacity:1;transform:none}.hero__bg{animation:none;transition:opacity .3s ease}.hero__decor{animation:none}.hero__offer:before{animation:none}.hero__progress-bar:before{animation:none}.hero__progress-fill{transition:width .3s ease}.hero__btn{transition:all .2s ease}.hero__btn:hover{transform:none}.hero__nav{transition:all .2s ease}.hero__nav:hover{transform:translateY(-50%)}.hero__loading-spinner{animation:none}}.about-page{background:#fff;min-height:100vh}.about-page__title{font-size:48px;font-weight:700;text-transform:uppercase;padding:60px 250px 40px;color:#1a1a1a;letter-spacing:2px;position:relative;text-align:center;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;margin:0}.about-page__title:after{content:"";position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.about-page__title{padding:50px 60px 30px;font-size:42px}}@media screen and (max-width: 450px){.about-page__title{padding:40px 15px 20px;font-size:32px;letter-spacing:1px}}.about-page__hero-image{width:100%;height:500px;object-fit:cover;margin-bottom:60px;box-shadow:0 10px 30px #0000001a;border-radius:8px}@media screen and (max-width: 450px){.about-page__hero-image{height:300px;margin-bottom:40px}}.about-page__content{padding:0 250px;display:flex;flex-direction:column;gap:40px;margin-bottom:80px}@media screen and (max-width: 1210px){.about-page__content{padding:0 60px}}@media screen and (max-width: 450px){.about-page__content{padding:0 15px;gap:30px}}.about-page__subtitle{text-transform:uppercase;font-size:32px;font-weight:600;color:#1a1a1a;text-align:center;position:relative;margin-bottom:20px}.about-page__subtitle:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:1px}@media screen and (max-width: 450px){.about-page__subtitle{font-size:28px}}.about-page__intro{font-weight:500;line-height:32px;font-size:18px;color:#8b7d6b;text-align:center;max-width:800px;margin:0 auto}.about-page__text{font-weight:400;font-size:16px;line-height:28px;color:#1a1a1a;text-align:center;max-width:900px;margin:0 auto}.about-page__mission-vision{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:40px}@media screen and (max-width: 768px){.about-page__mission-vision{grid-template-columns:1fr;gap:40px}}@media screen and (max-width: 450px){.about-page__mission-vision{gap:30px}}.about-page__box{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 8px 25px #00000014;border:1px solid #f0eee9;transition:all .3s ease;position:relative;overflow:hidden;text-align:center}.about-page__box:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#d4af37,#8b7d6b)}.about-page__box:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.about-page__box-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:12px}.about-page__box-title:before{content:"✦";color:#d4af37;font-size:20px}.about-page__box-text{font-weight:400;line-height:26px;color:#8b7d6b}@media screen and (max-width: 450px){.about-page__box{padding:30px 20px}}.about-page__company{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}@media screen and (max-width: 768px){.about-page__company{grid-template-columns:1fr;gap:40px}}@media screen and (max-width: 450px){.about-page__company{gap:30px}}.about-page__company-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #00000014;transition:transform .3s ease}.about-page__company-image img:hover{transform:scale(1.02)}@media screen and (max-width: 450px){.about-page__company-image{height:250px}}.about-page__company-text-content{display:flex;flex-direction:column;gap:20px}.about-page__company-title{font-size:28px;font-weight:600;color:#1a1a1a;position:relative}.about-page__company-title:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:1px}.about-page__company-description{font-weight:400;line-height:28px;color:#1a1a1a}.shop-category-banner{width:100%;height:300px;position:relative;margin-bottom:30px}@media screen and (max-width: 450px){.shop-category-banner{height:200px;margin-bottom:20px}}.shop-category-banner__image{width:100%;height:100%;position:relative}.shop-category-banner__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0006;color:#fff;text-align:center;padding:20px}.shop-category-banner__title{font-size:48px;font-weight:700;margin-bottom:10px;text-transform:uppercase}@media screen and (max-width: 450px){.shop-category-banner__title{font-size:32px}}.shop-category-banner__description{font-size:18px;font-weight:400;max-width:600px}@media screen and (max-width: 450px){.shop-category-banner__description{font-size:16px}}.shop-details{padding:0 160px 80px;margin-top:30px}@media screen and (max-width: 1210px){.shop-details{padding:20px 60px 40px;margin-top:0}}@media screen and (max-width: 450px){.shop-details{padding:10px 15px 30px}}.shop-details__main{display:flex;gap:40px}.shop-details__left{width:27%}@media screen and (max-width: 991px){.shop-details__left{display:none}}.shop-details__right{width:77%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 991px){.shop-details__right{width:100%}}@media screen and (max-width: 450px){.shop-details__right{width:100%;gap:16px;margin-top:10px}}.shop-details__sorting{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.shop-details__sorting{gap:12px}}@media screen and (max-width: 450px){.shop-details__sorting{gap:10px}}.shop-details__sorting-controls{display:flex;justify-content:space-between;align-items:center;gap:12px}@media screen and (max-width: 768px){.shop-details__sorting-controls{gap:10px}}.shop-details__search-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:#fff;border-radius:10px;border:1px solid #f0eee9;transition:all .2s ease}@media screen and (max-width: 991px){.shop-details__search-header{padding:10px 14px;gap:10px}}@media screen and (max-width: 768px){.shop-details__search-header{padding:8px 12px;gap:8px;border-radius:8px}}@media screen and (max-width: 450px){.shop-details__search-header{padding:8px 10px;gap:8px;background:#fdfcfb;border:none;border-radius:6px}}.shop-details__search-info{display:flex;align-items:center;gap:6px;flex:1;min-width:0;overflow:hidden}@media screen and (max-width: 450px){.shop-details__search-info{gap:4px;flex-wrap:nowrap}}.shop-details__search-title{font-size:14px;font-weight:500;color:#a8a28e;white-space:nowrap;flex-shrink:0}@media screen and (max-width: 768px){.shop-details__search-title{font-size:13px}}@media screen and (max-width: 576px){.shop-details__search-title{display:none}}.shop-details__search-query{font-size:15px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}@media screen and (max-width: 768px){.shop-details__search-query{font-size:14px}}@media screen and (max-width: 450px){.shop-details__search-query{font-size:13px;font-weight:700}}.shop-details__search-count{font-size:13px;font-weight:500;color:#a8a28e;white-space:nowrap;flex-shrink:0}@media screen and (max-width: 768px){.shop-details__search-count{font-size:12px}}@media screen and (max-width: 450px){.shop-details__search-count{font-size:11px}}.shop-details__clear-search{display:flex;align-items:center;gap:5px;padding:6px 14px;background:#f9f8f6;border:none;border-radius:6px;font-size:13px;font-weight:500;color:#5a5448;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.shop-details__clear-search:hover{background:#1a1a1a;color:#fff}.shop-details__clear-search:active{transform:scale(.96)}@media screen and (max-width: 768px){.shop-details__clear-search{padding:5px 12px;font-size:12px;gap:4px}}@media screen and (max-width: 450px){.shop-details__clear-search{padding:6px;width:28px;height:28px;border-radius:50%;background:#fff;justify-content:center;gap:0}}.shop-details__clear-icon{font-size:16px;transition:transform .2s ease}.shop-details__clear-search:hover .shop-details__clear-icon{transform:rotate(90deg)}@media screen and (max-width: 768px){.shop-details__clear-icon{font-size:15px}}@media screen and (max-width: 450px){.shop-details__clear-icon{font-size:16px}}@media screen and (max-width: 450px){.shop-details__clear-text{display:none}}.shop-details__filter-left{display:flex;align-items:center;gap:10px;display:none}@media screen and (max-width: 768px){.shop-details__filter-left{display:flex}}.shop-details__filter-left p{text-transform:uppercase;font-weight:500;font-size:14px}@media screen and (max-width: 768px){.shop-details__filter-left p{font-size:12px}}@media screen and (max-width: 768px){.shop-details__filter-left{gap:6px}}.shop-details__sort{display:flex;align-items:center;gap:10px;margin-left:auto}.shop-details__sort select{border:none;text-transform:uppercase;outline:none;font-weight:500;font-size:14px;background-color:#fff;padding-right:20px;cursor:pointer}@media screen and (max-width: 768px){.shop-details__sort select{font-size:12px;padding-right:18px}}@media screen and (max-width: 768px){.shop-details__sort{gap:6px;margin-left:auto}}@media screen and (max-width: 450px){.shop-details__sort{margin-left:auto}}.shop-details__filter-right{display:flex;align-items:center;gap:10px;display:none}@media screen and (max-width: 991px){.shop-details__filter-right{display:flex}}@media screen and (max-width: 768px){.shop-details__filter-right{display:none}}.shop-details__filter-right p{text-transform:uppercase;font-weight:500;font-size:14px}@media screen and (max-width: 768px){.shop-details__filter-right p{font-size:12px}}@media screen and (max-width: 768px){.shop-details__filter-right{gap:6px}}.shop-details__filter-separator{width:2px;height:22px;background-color:#f0eee9}.shop-details__products-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media screen and (max-width: 1210px){.shop-details__products-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 991px){.shop-details__products-container{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width: 768px){.shop-details__products-container{grid-gap:15px}}.shop-details__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;min-height:400px;background-color:#fafafa;border-radius:8px;border:1px dashed #e0e0e0}@media screen and (max-width: 450px){.shop-details__empty-state{padding:40px 16px;min-height:300px}}.shop-details__empty-state-icon{color:#bdbdbd;margin-bottom:24px}@media screen and (max-width: 450px){.shop-details__empty-state-icon{margin-bottom:16px}.shop-details__empty-state-icon svg{width:48px;height:48px}}.shop-details__empty-state-title{font-size:24px;font-weight:600;color:#000;margin:0 0 12px}@media screen and (max-width: 450px){.shop-details__empty-state-title{font-size:20px;margin-bottom:8px}}.shop-details__empty-state-message{font-size:16px;color:#8b7d6b;max-width:450px;line-height:1.6;margin:0 0 24px}@media screen and (max-width: 450px){.shop-details__empty-state-message{font-size:14px;margin-bottom:20px}}.shop-details__empty-state-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 450px){.shop-details__empty-state-actions{flex-direction:column;width:100%}.shop-details__empty-state-actions button{width:100%}}.shop-details__product-container{position:relative}.shop-details__product-container:hover h4{top:270px}.shop-details__product-container h4{position:relative;top:320px;text-align:center;padding:10px;background-color:#fff;transition:all .2s cubic-bezier(.99,.99,0,.61);margin:0 10px;text-transform:uppercase;font-weight:500;font-size:14px;z-index:3;cursor:pointer}@media screen and (max-width: 1210px){.shop-details__product-container h4{display:none}}.shop-details__product-images{position:relative;width:100%;height:320px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 1210px){.shop-details__product-images{width:100%;height:250px}}@media screen and (max-width: 991px){.shop-details__product-images{width:100%;height:490px}}@media screen and (max-width: 768px){.shop-details__product-images{width:100%;height:370px}}@media screen and (max-width: 450px){.shop-details__product-images{width:100%;height:235px}}@media screen and (max-width: 320px){.shop-details__product-images{width:100%;height:170px}}.shop-details__product-image-container{position:relative;width:100%;height:100%}.shop-details__product-image-container img{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear}.shop-details__product-front{z-index:2;transition:opacity .3s linear;cursor:pointer}.shop-details__product-info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.shop-details__product-info{gap:6px}}.shop-details__product-category-wishlist{margin-top:10px}.shop-details__product-category-wishlist p{color:#8b7d6b;font-size:14px}.shop-details__product-name-info{display:flex;flex-direction:column;align-items:flex-start;margin-top:5px;width:100%}.shop-details__product-name-info a{text-decoration:none;color:#000}.shop-details__product-name-info h5{font-weight:400;font-size:16px;text-align:left;margin:0}@media screen and (max-width: 320px){.shop-details__product-name-info h5{font-size:14px}}@media screen and (max-width: 768px){.shop-details__product-name-info h5{font-size:13px}}@media screen and (max-width: 320px){.shop-details__product-name-info p{font-size:12px}}@media screen and (max-width: 768px){.shop-details__product-name-info p{font-size:12px}}.shop-details__product-title-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.shop-details__product-rating-reviews{display:flex;gap:10px}@media screen and (max-width: 320px){.shop-details__product-rating-reviews{display:flex;gap:5px}}@media screen and (max-width: 768px){.shop-details__product-rating-reviews{gap:6px}}.shop-details__product-rating-reviews span{color:#8b7d6b;font-size:14px}@media screen and (max-width: 320px){.shop-details__product-rating-reviews span{font-size:12px}}@media screen and (max-width: 768px){.shop-details__product-rating-reviews span{font-size:12px}}.shop-details__product-rating-star{display:flex;align-items:center;gap:3px}@media screen and (max-width: 320px){.shop-details__product-rating-star{display:flex;align-items:center;gap:2px}}.shop-details__drawer{position:fixed;top:0;right:-300px;width:300px;height:100%;background-color:#fff;transition:right .3s ease;z-index:1000}@media screen and (max-width: 991px){.shop-details__drawer{right:-750px;width:440px}}@media screen and (max-width: 768px){.shop-details__drawer{right:-750px;width:420px}}@media screen and (max-width: 450px){.shop-details__drawer{right:-440px;width:100%}}.shop-details__drawer.open{right:0}.shop-details__drawer-header{display:flex;align-items:center;justify-content:space-between;background-color:#f8f6f0;padding:28px 20px}@media screen and (max-width: 768px){.shop-details__drawer-header{padding:16px}}.shop-details__drawer-header p{text-transform:uppercase;font-size:16px;font-weight:500}@media screen and (max-width: 768px){.shop-details__drawer-header p{font-size:14px}}.shop-details__close-button{cursor:pointer}.shop-details__drawer-content{padding:20px;height:calc(100% - 130px);overflow-y:auto}@media screen and (max-width: 768px){.shop-details__drawer-content{padding:12px 16px;height:calc(100% - 90px)}}.shop-details__pagination{display:flex;justify-content:space-between}.shop-details__pagination p{font-size:14px;font-weight:500;text-transform:uppercase;display:flex;align-items:center}@media screen and (max-width: 768px){.shop-details__pagination p{font-size:12px}}.shop-details__pagination-prev p,.shop-details__pagination-next p{position:relative;cursor:pointer}.shop-details__pagination-prev p:after,.shop-details__pagination-next p:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.shop-details__pagination-prev p:hover:after,.shop-details__pagination-next p:hover:after{width:100%}.shop-details__pagination-prev p:disabled,.shop-details__pagination-next p:disabled{opacity:.5;cursor:not-allowed}.shop-details__pagination-number .paginationNum{display:flex;gap:30px}@media screen and (max-width: 768px){.shop-details__pagination-number .paginationNum{gap:15px}}.shop-details__pagination-number .paginationNum p{position:relative;display:inline-block;cursor:pointer;padding:5px 10px;margin:0 2px;border-radius:4px;transition:background-color .3s}@media screen and (max-width: 768px){.shop-details__pagination-number .paginationNum p{padding:4px 8px}}.shop-details__pagination-number .paginationNum p:not(:first-child):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.shop-details__pagination-number .paginationNum p:hover:after{width:100%}.shop-details__pagination-number .paginationNum p:first-child:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#000}.shop-details__pagination-number .paginationNum p.active{background-color:#000;color:#fff}.shop-details__pagination-number .paginationNum p.active:after{width:0}.shop-details__product-cart{display:none}@media screen and (min-width: 1210px){.shop-details__product-cart{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:10px;border-radius:50%;padding:5px;z-index:8;color:#8b7d6b;background-color:#fffc;cursor:pointer;transition:all .3s ease}.shop-details__product-cart:hover{color:#6d214f;background-color:#ffffffe6;transform:scale(1.1)}}.shop-details__product-wishlist{color:#1a1a1a;transition:all .3s ease;padding:0!important}.shop-details__product-wishlist.active{color:#6d214f}.shop-details__product-wishlist.loading{animation:blink 1s infinite;cursor:not-allowed}.shop-details__product-wishlist svg{transition:color .3s ease}.filter-section{display:flex;flex-direction:column;gap:0;background-color:#fff;font-size:14px}@media screen and (max-width: 768px){.filter-section{font-size:12px}}@media screen and (max-width: 991px){.filter-section{font-size:11px}}.filter-section--loading{min-height:200px;display:flex;align-items:center;justify-content:center}.filter-section__loading-skeleton{width:100%;display:flex;flex-direction:column;gap:10px;padding:16px 0}@media screen and (max-width: 991px){.filter-section__loading-skeleton{gap:8px;padding:12px 0}}.filter-section__loading-bar{height:16px;background:linear-gradient(90deg,#f8f6f0 25%,#f3f0e6,#f8f6f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:3px}@media screen and (max-width: 991px){.filter-section__loading-bar{height:14px}}.filter-section__loading-bar--short{width:60%}.filter-section__loading-bar--medium{width:80%}.filter-section__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f0eee9;margin-bottom:12px;gap:8px}@media screen and (max-width: 991px){.filter-section__header{padding-bottom:10px;margin-bottom:10px}}.filter-section__header-left{display:flex;align-items:center;gap:6px;flex-shrink:0}.filter-section__header-icon{width:16px;height:16px;color:#8b7d6b;flex-shrink:0}@media screen and (max-width: 991px){.filter-section__header-icon{width:14px;height:14px}}.filter-section__header-title{font-size:14px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.4px}@media screen and (max-width: 768px){.filter-section__header-title{font-size:12px;letter-spacing:.3px}}@media screen and (max-width: 991px){.filter-section__header-title{font-size:11px}}.filter-section__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background-color:#8b7d6b;color:#fff;font-size:10px;font-weight:600;border-radius:8px}@media screen and (max-width: 991px){.filter-section__badge{min-width:14px;height:14px;font-size:9px}}.filter-section__header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}@media screen and (max-width: 991px){.filter-section__header-right{gap:6px}}.filter-section__product-count{font-size:12px;color:#8b7d6b;font-weight:400;white-space:nowrap}@media screen and (max-width: 768px){.filter-section__product-count{font-size:11px}}@media screen and (max-width: 991px){.filter-section__product-count{font-size:10px}}.filter-section__clear-link{background:none;border:none;color:#8b7d6b;font-size:11px;font-weight:500;cursor:pointer;padding:2px 6px;border-radius:3px;transition:all .2s ease;white-space:nowrap}@media screen and (max-width: 991px){.filter-section__clear-link{font-size:10px;padding:2px 4px}}.filter-section__clear-link:hover{background-color:#8b7d6b14;color:#6e6355}.filter-section__active-filters{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #f0eee9}@media screen and (max-width: 991px){.filter-section__active-filters{gap:4px;padding-bottom:10px;margin-bottom:10px}}.filter-section__chip{background-color:#f8f6f0!important;border:1px solid #f0eee9!important;color:#1a1a1a!important;font-size:11px!important;font-weight:500!important;height:24px!important;border-radius:12px!important;transition:all .2s ease!important}@media screen and (max-width: 991px){.filter-section__chip{height:22px!important;font-size:10px!important}}.filter-section__chip .MuiChip-label{padding:0 6px 0 8px!important}@media screen and (max-width: 991px){.filter-section__chip .MuiChip-label{padding:0 4px 0 6px!important}}.filter-section__chip .MuiChip-deleteIcon{color:#8b7d6b!important;margin-right:4px!important;transition:color .2s ease!important;font-size:14px!important}@media screen and (max-width: 991px){.filter-section__chip .MuiChip-deleteIcon{margin-right:2px!important;font-size:12px!important}}.filter-section__chip .MuiChip-deleteIcon:hover{color:#6d214f!important}.filter-section__chip:hover{background-color:#f3f0e6!important;border-color:#8b7d6b!important}.filter-section__chip--price{background-color:#8b7d6b1a!important;border-color:#8b7d6b!important}.filter-section__group{padding:12px 0;border-bottom:1px solid #f0eee9}@media screen and (max-width: 991px){.filter-section__group{padding:10px 0}}.filter-section__group:last-of-type{border-bottom:none}.filter-section__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}@media screen and (max-width: 991px){.filter-section__group-header{margin-bottom:8px}}.filter-section__group-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#1a1a1a;margin:0}@media screen and (max-width: 768px){.filter-section__group-title{font-size:11px;letter-spacing:.3px}}@media screen and (max-width: 991px){.filter-section__group-title{font-size:10px}}.filter-section__group-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background-color:#8b7d6b;color:#fff;font-size:9px;font-weight:600;border-radius:8px}@media screen and (max-width: 991px){.filter-section__group-count{min-width:14px;height:14px;font-size:8px}}.filter-section__categories-list{display:flex;flex-direction:column;gap:0}.filter-section__category-wrapper{display:flex;flex-direction:column}.filter-section__category-item{display:flex;align-items:center;padding:5px 6px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}@media screen and (max-width: 991px){.filter-section__category-item{padding:4px 5px}}.filter-section__category-item:hover{background-color:#f8f6f0}.filter-section__category-item.selected{background-color:#8b7d6b14}.filter-section__category-item .MuiFormControlLabel-root{margin:0;flex:1}.filter-section__category-item .MuiCheckbox-root{padding:4px}@media screen and (max-width: 991px){.filter-section__category-item .MuiCheckbox-root{padding:3px}}.filter-section__category-item .MuiTypography-root{font-size:13px;color:#1a1a1a}@media screen and (max-width: 768px){.filter-section__category-item .MuiTypography-root{font-size:12px}}@media screen and (max-width: 991px){.filter-section__category-item .MuiTypography-root{font-size:11px}}.filter-section__category-children{margin-left:6px;border-left:1px solid #f0eee9;padding-left:4px}@media screen and (max-width: 991px){.filter-section__category-children{margin-left:4px;padding-left:3px}}.filter-section__expand-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:none;border:none;cursor:pointer;color:#8b7d6b;border-radius:3px;transition:all .2s ease;flex-shrink:0}@media screen and (max-width: 991px){.filter-section__expand-btn{width:18px;height:18px}}.filter-section__expand-btn svg{width:14px;height:14px}@media screen and (max-width: 991px){.filter-section__expand-btn svg{width:12px;height:12px}}.filter-section__expand-btn:hover{background-color:#f8f6f0;color:#8b7d6b}.filter-section__option-buttons{display:flex;flex-wrap:wrap;gap:6px}@media screen and (max-width: 991px){.filter-section__option-buttons{gap:4px}}.filter-section__option-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background-color:#fff;border:1px solid #f0eee9;border-radius:4px;font-size:12px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease;min-height:30px}@media screen and (max-width: 768px){.filter-section__option-btn{padding:5px 10px;font-size:11px;min-height:28px}}@media screen and (max-width: 991px){.filter-section__option-btn{padding:4px 8px;font-size:10px;min-height:26px;border-radius:3px}}.filter-section__option-btn:hover{border-color:#8b7d6b;background-color:#8b7d6b0a}.filter-section__option-btn--selected{background-color:#8b7d6b;border-color:#8b7d6b;color:#fff}.filter-section__option-btn--selected:hover{background-color:#746859}.filter-section__price-inputs{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media screen and (max-width: 991px){.filter-section__price-inputs{gap:6px;margin-bottom:10px}}.filter-section__price-input{flex:1;min-width:0}.filter-section__price-input .MuiOutlinedInput-root{background-color:#f8f6f0;border-radius:4px}.filter-section__price-input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:transparent}.filter-section__price-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#8b7d6b}.filter-section__price-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#8b7d6b;border-width:1px}.filter-section__price-input .MuiInputAdornment-root{color:#8b7d6b;font-size:12px}@media screen and (max-width: 991px){.filter-section__price-input .MuiInputAdornment-root{font-size:11px}}.filter-section__price-input input{font-size:13px;padding:8px 10px}@media screen and (max-width: 768px){.filter-section__price-input input{font-size:12px;padding:7px 8px}}@media screen and (max-width: 991px){.filter-section__price-input input{font-size:11px;padding:6px 8px}}.filter-section__price-input input::-webkit-outer-spin-button,.filter-section__price-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-section__price-input input{-moz-appearance:textfield}.filter-section__price-separator{font-size:12px;color:#8b7d6b;font-weight:500;flex-shrink:0}@media screen and (max-width: 991px){.filter-section__price-separator{font-size:11px}}.filter-section__slider-wrapper{padding:0 4px;margin-bottom:6px}@media screen and (max-width: 991px){.filter-section__slider-wrapper{margin-bottom:4px}}.filter-section__price-labels{display:flex;justify-content:space-between;font-size:11px;color:#8b7d6b}@media screen and (max-width: 991px){.filter-section__price-labels{font-size:10px}}.filter-section__actions{display:flex;flex-direction:column;gap:6px;padding-top:12px;margin-top:4px;border-top:1px solid #f0eee9}@media screen and (max-width: 991px){.filter-section__actions{gap:4px;padding-top:10px}}.filter-section__apply-btn{height:36px!important;font-size:13px!important;letter-spacing:.2px;box-shadow:none!important}@media screen and (max-width: 768px){.filter-section__apply-btn{height:34px!important;font-size:12px!important}}@media screen and (max-width: 991px){.filter-section__apply-btn{height:32px!important;font-size:11px!important}}.filter-section__apply-btn:hover{box-shadow:0 2px 6px #0000001f!important}.filter-section__clear-btn{height:32px!important;font-size:12px!important}@media screen and (max-width: 768px){.filter-section__clear-btn{height:30px!important;font-size:11px!important}}@media screen and (max-width: 991px){.filter-section__clear-btn{height:28px!important;font-size:10px!important}}.filter-section__color-btn{display:flex;flex-wrap:wrap;gap:8px}@media screen and (max-width: 991px){.filter-section__color-btn{gap:6px}}.filter-section__color-button{width:24px;height:24px;border-radius:50%;cursor:pointer;transition:all .2s ease;outline:none;border:2px solid transparent;position:relative}@media screen and (max-width: 991px){.filter-section__color-button{width:20px;height:20px}}.filter-section__color-button:hover{transform:scale(1.1)}.filter-section__color-button.selected{border-color:#1a1a1a;box-shadow:0 0 0 2px #fff,0 0 0 3px #1a1a1a}.filter-section__search-bar{position:relative;margin-bottom:12px}@media screen and (max-width: 991px){.filter-section__search-bar{margin-bottom:10px}}.filter-section__search-bar input{width:100%;padding:8px 32px 8px 10px;border:1px solid #f0eee9;border-radius:4px;font-size:13px;background-color:#f8f6f0;transition:border-color .2s ease}@media screen and (max-width: 991px){.filter-section__search-bar input{padding:6px 28px 6px 8px;font-size:11px}}.filter-section__search-bar input:focus{outline:none;border-color:#8b7d6b}.filter-section__search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#8b7d6b;width:14px;height:14px}@media screen and (max-width: 991px){.filter-section__search-icon{right:8px;width:12px;height:12px}}.filter-section__brand-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto}@media screen and (max-width: 991px){.filter-section__brand-list{gap:4px;max-height:150px}}.filter-section__brand-item{display:flex;align-items:center;gap:8px;padding:4px 0}@media screen and (max-width: 991px){.filter-section__brand-item{gap:6px;padding:3px 0}}.filter-section__brand-radio{width:16px;height:16px;border:2px solid #f0eee9;border-radius:3px;cursor:pointer;appearance:none;transition:all .2s ease}@media screen and (max-width: 991px){.filter-section__brand-radio{width:14px;height:14px}}.filter-section__brand-radio:checked{background-color:#8b7d6b;border-color:#8b7d6b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 991px){.filter-section__brand-radio:checked{background-size:10px}}.filter-section__brand-label{font-size:13px;color:#1a1a1a;cursor:pointer;flex:1}@media screen and (max-width: 768px){.filter-section__brand-label{font-size:12px}}@media screen and (max-width: 991px){.filter-section__brand-label{font-size:11px}}.filter-section__brand-count{font-size:11px;color:#8b7d6b;background-color:#f8f6f0;padding:1px 6px;border-radius:8px}@media screen and (max-width: 991px){.filter-section__brand-count{font-size:10px;padding:1px 4px}}.filter-section__not-found{font-size:12px;color:#8b7d6b;text-align:center;padding:12px;background-color:#f8f6f0;border-radius:4px}@media screen and (max-width: 991px){.filter-section__not-found{font-size:11px;padding:10px}}.filter-section__buttons{display:flex;flex-direction:row;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f0eee9}@media screen and (max-width: 991px){.filter-section__buttons{gap:4px;margin-top:10px;padding-top:10px}}.filter-loader{width:100%;background-color:#fff}.filter-loader__content{display:flex;flex-direction:column;gap:0}.filter-loader__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f0eee9;margin-bottom:12px;gap:8px}@media screen and (max-width: 991px){.filter-loader__header{padding-bottom:10px;margin-bottom:10px}}.filter-loader__header-left{display:flex;align-items:center;gap:6px;flex-shrink:0}.filter-loader__header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}@media screen and (max-width: 991px){.filter-loader__header-right{gap:6px}}.filter-loader__group{padding:12px 0;border-bottom:1px solid #f0eee9}@media screen and (max-width: 991px){.filter-loader__group{padding:10px 0}}.filter-loader__group:last-of-type{border-bottom:none}.filter-loader__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}@media screen and (max-width: 991px){.filter-loader__group-header{margin-bottom:8px}}.filter-loader__category-list{display:flex;flex-direction:column;gap:0}.filter-loader__category-item{display:flex;align-items:center;gap:8px;padding:6px 8px}@media screen and (max-width: 991px){.filter-loader__category-item{padding:4px 8px;gap:6px}}.filter-loader__option-buttons{display:flex;flex-wrap:wrap;gap:6px}@media screen and (max-width: 991px){.filter-loader__option-buttons{gap:4px}}.filter-loader__price-inputs{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media screen and (max-width: 991px){.filter-loader__price-inputs{gap:6px;margin-bottom:10px}}.filter-loader__slider-wrapper{padding:12px 0}@media screen and (max-width: 991px){.filter-loader__slider-wrapper{padding:10px 0}}.filter-loader__price-labels{display:flex;justify-content:space-between;margin-top:4px}.filter-loader__actions{display:flex;flex-direction:column;gap:8px;padding-top:16px;margin-top:4px}@media screen and (max-width: 991px){.filter-loader__actions{gap:6px;padding-top:12px}}.filter-loader{transform:translateZ(0);backface-visibility:hidden;contain:layout style}.shop-loader{display:flex;flex-direction:column;width:100%;padding:0 160px 80px;margin-top:30px}@media screen and (max-width: 1210px){.shop-loader{padding:20px 60px 40px;margin-top:0}}@media screen and (max-width: 450px){.shop-loader{padding:10px 15px 30px}}.shop-loader__main{display:flex;gap:40px}.shop-loader__left{flex-shrink:0;width:27%}@media screen and (max-width: 991px){.shop-loader__left{display:none}}.shop-loader__right{width:77%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 991px){.shop-loader__right{width:100%}}@media screen and (max-width: 450px){.shop-loader__right{width:100%;gap:16px;margin-top:10px}}.shop-loader__sorting{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.shop-loader__sorting{gap:12px}}@media screen and (max-width: 450px){.shop-loader__sorting{gap:10px}}.shop-loader__sorting-controls{display:flex;justify-content:space-between;align-items:center;gap:12px}@media screen and (max-width: 768px){.shop-loader__sorting-controls{gap:10px}}.shop-loader__search-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media screen and (max-width: 768px){.shop-loader__search-header{gap:6px}}.shop-loader__filter-left{display:none;align-items:center;gap:10px}@media screen and (max-width: 768px){.shop-loader__filter-left{display:flex;gap:6px}}.shop-loader__sort{display:flex;align-items:center;gap:10px;margin-left:auto}@media screen and (max-width: 768px){.shop-loader__sort{gap:6px;margin-left:auto}}@media screen and (max-width: 450px){.shop-loader__sort{margin-left:auto}}.shop-loader__sort-icon{opacity:.6}.shop-loader__filter-right{display:none;align-items:center;gap:10px}@media screen and (max-width: 991px){.shop-loader__filter-right{display:flex}}@media screen and (max-width: 768px){.shop-loader__filter-right{display:none;gap:6px}}.shop-loader__filter-separator{width:2px;height:22px;background-color:#f0eee9}.shop-loader__products-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media screen and (max-width: 1210px){.shop-loader__products-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 991px){.shop-loader__products-container{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width: 768px){.shop-loader__products-container{grid-gap:15px}}.shop-loader__product-container{position:relative}.shop-loader__product-images{position:relative;width:100%;height:320px;overflow:hidden}@media screen and (max-width: 1210px){.shop-loader__product-images{height:250px}}@media screen and (max-width: 991px){.shop-loader__product-images{height:490px}}@media screen and (max-width: 768px){.shop-loader__product-images{height:370px}}@media screen and (max-width: 450px){.shop-loader__product-images{height:235px}}@media screen and (max-width: 320px){.shop-loader__product-images{height:170px}}.shop-loader__product-image-container{position:relative;width:100%;height:100%}.shop-loader__product-image{position:absolute;width:100%;height:100%;top:0;left:0}.shop-loader__rating-badge{position:absolute;bottom:8px;left:8px;z-index:2}.shop-loader__product-info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.shop-loader__product-info{gap:6px}}.shop-loader__product-name-info{display:flex;flex-direction:column;align-items:flex-start;margin-top:5px;width:100%}.shop-loader__product-title-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:8px}.shop-loader__product-title{flex:1}.shop-loader__product-price{margin-top:4px}.shop-loader__pagination{display:flex;align-items:center;justify-content:space-between}.shop-loader__pagination-prev,.shop-loader__pagination-next{display:flex;align-items:center;gap:4px}.shop-loader__pagination-number{display:flex;align-items:center;justify-content:center}.shop-loader__pagination-nums{display:flex;gap:12px}.shop-loader{transform:translateZ(0);backface-visibility:hidden;contain:layout style}.contact-page{background:#fff;min-height:100vh;padding:0}.contact-page__title{font-size:48px;font-weight:700;text-transform:uppercase;padding:60px 250px 40px;color:#1a1a1a;letter-spacing:2px;position:relative;text-align:center;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;margin:0}.contact-page__title:after{content:"";position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.contact-page__title{padding:50px 60px 30px;font-size:42px}}@media screen and (max-width: 450px){.contact-page__title{padding:40px 15px 20px;font-size:32px;letter-spacing:1px}}.contact-page__map{width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.contact-page__map iframe{width:100%;height:100%;border:none;filter:grayscale(10%) contrast(1.1)}@media screen and (max-width: 450px){.contact-page__map{height:300px}}.contact-page__info{padding:80px;display:grid;grid-template-columns:400px 1fr;gap:80px;background:#fff}@media screen and (max-width: 1210px){.contact-page__info{padding:60px;gap:60px;grid-template-columns:350px 1fr}}@media screen and (max-width: 768px){.contact-page__info{grid-template-columns:1fr;gap:60px}}@media screen and (max-width: 450px){.contact-page__info{padding:40px 15px;gap:40px}}.contact-page__address-container{display:flex;flex-direction:column;gap:40px}.contact-page__address{background:#fff;padding:30px;border-radius:12px;box-shadow:0 8px 25px #00000014;border:1px solid #f0eee9;transition:all .3s ease;position:relative;overflow:hidden}.contact-page__address:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#d4af37,#8b7d6b)}.contact-page__address:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.contact-page__address h3{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:20px;display:flex;align-items:center;gap:12px}.contact-page__address h3 svg{color:#d4af37;font-size:20px}.contact-page__address p{font-size:16px;line-height:1.6;color:#8b7d6b;margin-bottom:15px}.contact-page__address p:last-child{margin-bottom:0}.contact-page__address p br{margin-bottom:8px}.contact-page__address p svg{margin-right:8px;color:#8b7d6b;font-size:14px}@media screen and (max-width: 450px){.contact-page__address{padding:25px}}.contact-page__form-container{background:#fff;padding:40px;border-radius:12px;box-shadow:0 8px 25px #00000014;border:1px solid #f0eee9}.contact-page__form-container h3{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:30px;text-align:center;position:relative}.contact-page__form-container h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:1px}@media screen and (max-width: 450px){.contact-page__form-container{padding:30px 20px}}.contact-page__form{display:flex;flex-direction:column;gap:25px}.contact-page__form input,.contact-page__form textarea{width:100%;padding:18px 20px;border:2px solid #f0eee9;border-radius:8px;font-size:16px;color:#1a1a1a;background:#fff;transition:all .3s ease;font-family:Inter,sans-serif}.contact-page__form input::placeholder,.contact-page__form textarea::placeholder{color:#a8a28e;font-style:italic}.contact-page__form input:focus,.contact-page__form textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a;background:#fff}.contact-page__form input:hover,.contact-page__form textarea:hover{border-color:#8b7d6b}.contact-page__form textarea{resize:vertical;min-height:120px;font-family:Inter,sans-serif}.contact-page__form button{width:100%;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;border:none;padding:18px 30px;border-radius:8px;text-transform:uppercase;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact-page__form button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.contact-page__form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a1a1a4d}.contact-page__form button:hover:before{left:100%}.contact-page__form button:active{transform:translateY(0)}@media screen and (max-width: 450px){.contact-page__form button{padding:16px 20px;font-size:15px}}.breadcrumb{margin-bottom:30px}@media screen and (max-width: 768px){.breadcrumb{margin-bottom:20px}}.breadcrumb__item{display:inline}.breadcrumb__link{text-decoration:none;color:#000;text-transform:uppercase;font-weight:500;font-size:14px;position:relative;display:inline-block;transition:color .3s ease}.breadcrumb__link:hover{color:#8b7d6b}.breadcrumb__link:after{content:"";position:absolute;left:0;bottom:-5px;width:0;border-bottom:2px solid #000000;transition:width .3s ease}.breadcrumb__link:hover:after{width:100%}@media screen and (max-width: 768px){.breadcrumb__link{font-size:13px}}@media screen and (max-width: 450px){.breadcrumb__link{font-size:12px}}.breadcrumb__current{color:#8b7d6b;text-transform:uppercase;font-weight:500;font-size:14px}@media screen and (max-width: 768px){.breadcrumb__current{font-size:13px}}@media screen and (max-width: 450px){.breadcrumb__current{font-size:12px}}.breadcrumb__separator{color:#8b7d6b}.wishlist-loader{display:flex;flex-direction:column;width:100%}.wishlist-loader__content{display:flex;flex-direction:column;gap:24px}.wishlist-loader__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:20px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:24px}@media screen and (max-width: 450px){.wishlist-loader__empty{padding:60px 20px}}.wishlist-loader__products{margin-bottom:40px}.wishlist-loader__products-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media screen and (max-width: 1210px){.wishlist-loader__products-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 991px){.wishlist-loader__products-container{grid-template-columns:repeat(3,1fr);grid-gap:20px}}@media screen and (max-width: 768px){.wishlist-loader__products-container{grid-template-columns:repeat(2,1fr);grid-gap:15px}}.wishlist-loader__product-container{position:relative}.wishlist-loader__product-images{position:relative;width:100%;height:320px;overflow:hidden}@media screen and (max-width: 1210px){.wishlist-loader__product-images{height:250px}}@media screen and (max-width: 991px){.wishlist-loader__product-images{height:490px}}@media screen and (max-width: 768px){.wishlist-loader__product-images{height:370px}}@media screen and (max-width: 450px){.wishlist-loader__product-images{height:235px}}@media screen and (max-width: 320px){.wishlist-loader__product-images{height:170px}}.wishlist-loader__product-image-container{position:relative;width:100%;height:100%}.wishlist-loader__product-image{position:absolute;width:100%;height:100%;top:0;left:0}.wishlist-loader__rating-badge{position:absolute;bottom:8px;left:8px;z-index:2}.wishlist-loader__quick-actions{padding:8px 0}.wishlist-loader__quick-actions-buttons{display:flex;gap:8px;justify-content:space-between}.wishlist-loader__product-info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.wishlist-loader__product-info{gap:6px}}.wishlist-loader__product-name-info{display:flex;flex-direction:column;align-items:flex-start;margin-top:5px;width:100%;gap:4px}.wishlist-loader__pagination{display:flex;align-items:center;justify-content:space-between}.wishlist-loader__pagination-prev,.wishlist-loader__pagination-next{display:flex;align-items:center;gap:4px}.wishlist-loader__pagination-number{display:flex;align-items:center;justify-content:center}.wishlist-loader__pagination-nums{display:flex;gap:12px}.wishlist-loader{transform:translateZ(0);backface-visibility:hidden;contain:layout style}@media (prefers-reduced-motion: reduce){.wishlist-loader *{animation:none!important}}.wishlist-page{padding:0 160px 40px;margin-top:30px}.wishlist-page__container{max-width:1400px;margin:0 auto}.wishlist-page__breadcrumb{margin-bottom:30px}.wishlist-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:24px 0;border-bottom:1px solid rgba(0,0,0,.08)}.wishlist-page__title{display:flex;align-items:center;gap:12px}.wishlist-page__title h1{font-size:32px;font-weight:700;margin:0;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px}.wishlist-page__icon{color:#6d214f;font-size:32px;animation:heartbeat 2s infinite}.wishlist-page__count{color:#8b7d6b;font-size:16px;font-weight:400;margin:0}.wishlist-page__actions{display:flex;gap:16px;align-items:center}.wishlist-page__share-btn,.wishlist-page__copy-link-btn{padding:12px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:2px solid #111111;background:transparent;color:#111;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.wishlist-page__share-btn:hover,.wishlist-page__copy-link-btn:hover{background:#111;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.wishlist-page__share-btn:active,.wishlist-page__copy-link-btn:active{transform:translateY(0)}.wishlist-page__empty{text-align:center;padding:80px 40px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:24px;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(0,0,0,.05);animation:fadeInUp .6s ease-out}.wishlist-page__empty h2{font-size:32px;margin:0 0 16px;color:#1a1a1a;font-weight:600;letter-spacing:-.5px}.wishlist-page__empty p{color:#8b7d6b;font-size:18px;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400}.wishlist-page__empty-icon{font-size:100px;color:#6d214f;margin-bottom:30px;opacity:.8;animation:pulse 3s infinite}.wishlist-page__shop-now-btn{padding:16px 32px;background:linear-gradient(135deg,#333,#111);color:#fff;border-radius:50px;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #0000001a;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.wishlist-page__shop-now-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.wishlist-page__shop-now-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.wishlist-page__shop-now-btn:hover:before{left:100%}.wishlist-page__shop-now-btn:active{transform:translateY(-1px)}.wishlist-page__products{margin-bottom:40px}.wishlist-page__products-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}@media screen and (max-width: 1210px){.wishlist-page__products-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 991px){.wishlist-page__products-container{grid-template-columns:repeat(3,1fr);grid-gap:20px}}@media screen and (max-width: 768px){.wishlist-page__products-container{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width: 450px){.wishlist-page__products-container{grid-template-columns:repeat(2,1fr);grid-gap:16px}}@media screen and (max-width: 320px){.wishlist-page__products-container{grid-template-columns:repeat(1,1fr);grid-gap:16px}}.wishlist-page__product-container{position:relative;cursor:pointer}.wishlist-page__product-images{position:relative;width:100%;height:320px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 1210px){.wishlist-page__product-images{width:100%;height:250px}}@media screen and (max-width: 991px){.wishlist-page__product-images{width:100%;height:490px}}@media screen and (max-width: 768px){.wishlist-page__product-images{width:100%;height:370px}}@media screen and (max-width: 450px){.wishlist-page__product-images{width:100%;height:235px}}@media screen and (max-width: 320px){.wishlist-page__product-images{width:100%;height:170px}}.wishlist-page__product-image-container{position:relative;width:100%;height:100%}.wishlist-page__product-image-container img{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear}.wishlist-page__product-front{z-index:2;transition:opacity .3s linear;cursor:pointer}.wishlist-page__product-info{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.wishlist-page__product-info{gap:6px}}.wishlist-page__product-category{margin-top:10px}.wishlist-page__product-category p{color:#8b7d6b;font-size:14px;margin:0}.wishlist-page__product-name-info{display:flex;flex-direction:column;align-items:flex-start;margin-top:5px}.wishlist-page__product-name-info a{text-decoration:none;color:#000}.wishlist-page__product-name-info h5{font-weight:400;font-size:16px;text-align:left;margin:0}@media screen and (max-width: 320px){.wishlist-page__product-name-info h5{font-size:14px}}@media screen and (max-width: 768px){.wishlist-page__product-name-info h5{font-size:13px}}.wishlist-page__product-name-info p{margin:0}@media screen and (max-width: 320px){.wishlist-page__product-name-info p{font-size:12px}}@media screen and (max-width: 768px){.wishlist-page__product-name-info p{font-size:12px}}.wishlist-page__product-rating-reviews{display:flex;align-items:center;gap:8px}.wishlist-page__product-rating-reviews span{color:#8b7d6b;font-size:13px;font-weight:400}.wishlist-page__product-rating-star{display:flex;align-items:center;gap:2px}.wishlist-page__product-rating-star svg{color:#ffc107;font-size:14px}.wishlist-page__quick-actions{position:absolute;bottom:0;left:0;right:0;background:#ffffffe6;padding:16px;transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:4;opacity:0;backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.1)}.wishlist-page__product-container:hover .wishlist-page__quick-actions{transform:translateY(0);opacity:1}.wishlist-page__quick-actions-buttons{display:flex;gap:8px;justify-content:center;align-items:center}.wishlist-page__quick-actions-btn{padding:6px 10px;border-radius:16px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border:1px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:4px;position:relative;overflow:hidden;min-width:70px;justify-content:center;white-space:nowrap}.wishlist-page__quick-actions-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s}.wishlist-page__quick-actions-btn:hover:before{left:100%}.wishlist-page__quick-actions-btn svg{font-size:10px;transition:transform .2s ease}.wishlist-page__quick-actions-btn:hover svg{transform:scale(1.05)}.wishlist-page__quick-actions-btn--cart{background:linear-gradient(135deg,#111,#000);color:#fff;box-shadow:0 4px 15px #007bff4d}.wishlist-page__quick-actions-btn--cart:hover{background:linear-gradient(135deg,#000 0% 100%);transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #007bff66}.wishlist-page__quick-actions-btn--cart:active{transform:translateY(-1px) scale(1.02)}.wishlist-page__quick-actions-btn--remove{background:linear-gradient(135deg,#6d214f,#461533);color:#fff;box-shadow:0 4px 15px #dc35454d}.wishlist-page__quick-actions-btn--remove:hover{background:linear-gradient(135deg,#320f24,#0b0308);transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #dc354566}.wishlist-page__quick-actions-btn--remove:active{transform:translateY(-1px) scale(1.02)}.wishlist-page__quick-actions-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.wishlist-page__quick-actions-btn:disabled:hover{transform:none!important;box-shadow:0 4px 15px #0003}.wishlist-page__pagination{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding:24px 0;border-top:1px solid rgba(0,0,0,.08)}.wishlist-page__pagination p{font-size:14px;font-weight:500;text-transform:uppercase;display:flex;align-items:center;gap:8px;color:#8b7d6b;transition:color .2s ease}.wishlist-page__pagination-prev p,.wishlist-page__pagination-next p{position:relative;cursor:pointer;padding:8px 16px;border-radius:20px;transition:all .3s ease}.wishlist-page__pagination-prev p:after,.wishlist-page__pagination-next p:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background-color:#111;transition:all .3s ease;transform:translate(-50%)}.wishlist-page__pagination-prev p:hover,.wishlist-page__pagination-next p:hover{color:#111;background:#007bff0d}.wishlist-page__pagination-prev p:hover:after,.wishlist-page__pagination-next p:hover:after{width:80%}.wishlist-page__pagination-prev p:disabled,.wishlist-page__pagination-next p:disabled{opacity:.4;cursor:not-allowed}.wishlist-page__pagination-prev p:disabled:hover,.wishlist-page__pagination-next p:disabled:hover{color:#8b7d6b;background:transparent}.wishlist-page__pagination-prev p:disabled:hover:after,.wishlist-page__pagination-next p:disabled:hover:after{width:0}.wishlist-page__pagination-number{display:flex;gap:8px;align-items:center}.wishlist-page__pagination-num{display:flex;gap:8px}.wishlist-page__pagination-num p{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:8px 12px;margin:0;border-radius:8px;transition:all .3s ease;min-width:36px;font-weight:500}.wishlist-page__pagination-num p:hover{background:#333;color:#fff;transform:translateY(-2px)}.wishlist-page__pagination-num p:first-child{background:#111;color:#fff}.wishlist-page__loading,.wishlist-page__error{text-align:center;padding:60px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-top:30px;font-size:20px;font-weight:400}.wishlist-page__error{color:#6d214f;border:1px solid #E8D8DC}@media screen and (max-width: 1210px){.wishlist-page{padding:20px 60px;margin-top:0;min-height:60vh}}@media screen and (max-width: 768px){.wishlist-page{padding:20px 30px}}@media screen and (max-width: 450px){.wishlist-page{padding:10px 15px}}@media screen and (max-width: 320px){.wishlist-page{padding:10px}}@media screen and (max-width: 991px){.wishlist-page__products-container{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media screen and (max-width: 768px){.wishlist-page__header{flex-direction:column;gap:24px;text-align:center;padding:20px 0}.wishlist-page__actions{flex-direction:row;align-items:center;justify-content:center}.wishlist-page__products-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 450px){.wishlist-page{padding:10px 15px}.wishlist-page__header{margin-bottom:30px;padding:16px 0}.wishlist-page__title h1,.wishlist-page__icon{font-size:28px}.wishlist-page__count{font-size:14px}.wishlist-page__actions{flex-direction:column;gap:12px}.wishlist-page__share-btn,.wishlist-page__copy-link-btn{padding:10px 16px;font-size:13px}.wishlist-page__products-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width: 320px){.wishlist-page{padding:20px 10px}.wishlist-page__product-name-info h5{font-size:14px}.wishlist-page__product-name-info p{font-size:12px}.wishlist-page__product-rating-reviews{display:flex;gap:5px}.wishlist-page__product-rating-reviews span{font-size:12px}.wishlist-page__product-rating-star{display:flex;align-items:center;gap:2px}.wishlist-page__products-container{grid-template-columns:repeat(1,1fr);gap:16px}}.shared-wishlist{padding:0 160px;margin-top:30px;min-height:60vh}.shared-wishlist__container{max-width:1200px;margin:0 auto}.shared-wishlist__breadcrumb{margin-bottom:20px}.shared-wishlist__header{text-align:center;margin-bottom:40px}.shared-wishlist__header h1{font-size:32px;font-weight:400;margin-bottom:10px}.shared-wishlist__header p{color:#8b7d6b;font-size:16px}.shared-wishlist__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px}.shared-wishlist__item{border:1px solid #e6e2db;border-radius:8px;overflow:hidden;transition:box-shadow .3s}.shared-wishlist__item:hover{box-shadow:0 4px 12px #0000001a}.shared-wishlist__item:hover .shared-wishlist__item-image img{transform:scale(1.05)}.shared-wishlist__item-image{position:relative;height:250px;overflow:hidden}.shared-wishlist__item-image-container{position:relative;width:100%;height:100%}.shared-wishlist__item-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.shared-wishlist__item-image-container:hover img{transform:scale(1.05)}.shared-wishlist__item-details{padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:180px}.shared-wishlist__item-info h3{font-size:18px;font-weight:400;margin-bottom:8px;color:#1a1a1a}.shared-wishlist__item-info a{text-decoration:none;color:inherit}.shared-wishlist__item-info a:hover h3{color:#000}.shared-wishlist__variant-title{font-size:14px;color:#8b7d6b;margin:0 0 10px;font-weight:400}.shared-wishlist__item-price{font-size:20px;font-weight:500;color:#000;margin-bottom:10px;display:flex;align-items:center;gap:10px}.shared-wishlist__sale-price{color:#6d214f;font-weight:600}.shared-wishlist__original-price{color:#a8a28e;text-decoration:line-through;font-weight:400;font-size:16px}.shared-wishlist__regular-price{color:#000;font-weight:600}.shared-wishlist__item-rating{display:flex;align-items:center;gap:8px;margin-bottom:15px}.shared-wishlist__item-rating span{color:#8b7d6b;font-size:14px}.shared-wishlist__rating-star{display:flex;gap:2px}.shared-wishlist__item-actions{display:flex;gap:10px;flex-wrap:wrap}.shared-wishlist__add-to-cart-btn{width:100%;justify-content:center;gap:8px;text-transform:uppercase}.shared-wishlist__shop-now-btn{padding:16px 32px;font-size:16px}.shared-wishlist__empty,.shared-wishlist__error{text-align:center;padding:80px 20px}.shared-wishlist__empty h2,.shared-wishlist__error h2{font-size:24px;margin:20px 0;color:#1a1a1a}.shared-wishlist__empty p,.shared-wishlist__error p{color:#8b7d6b;margin-bottom:30px}.shared-wishlist__shop-now-btn{text-decoration:none}.shared-wishlist__loading{text-align:center;padding:40px;font-size:18px}@media screen and (max-width: 1210px){.shared-wishlist{padding:0 60px;margin-top:0}}@media screen and (max-width: 768px){.shared-wishlist__items{grid-template-columns:1fr;gap:20px}.shared-wishlist__item-details{height:auto;padding:15px}.shared-wishlist__item-actions{flex-direction:column}.shared-wishlist__add-to-cart-btn{justify-content:center}}@media screen and (max-width: 450px){.shared-wishlist{padding:0 15px}}.image-modal-dialog{z-index:9999}.image-modal-dialog .MuiDialog-paper{background:#000;max-width:none!important;max-height:none!important;margin:0;padding:0;overflow:hidden}@media screen and (max-width: 576px){.image-modal-dialog .MuiDialog-paper{max-width:100vw!important;max-height:100vh!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important}}.image-modal-content{padding:0!important;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;height:100svh;height:calc(100vh - env(keyboard-inset-height,0px));width:100vw;width:100dvw;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;max-height:100dvh;max-height:100svh}@media screen and (max-width: 576px){.image-modal-content{height:100svh!important;max-height:100svh!important;min-height:100svh!important;height:calc(100svh - env(keyboard-inset-height,0px))!important;max-height:calc(100svh - env(keyboard-inset-height,0px))!important}}@media (hover: none) and (pointer: coarse){.image-modal-content{height:100dvh!important;height:100vh!important;height:100svh!important;min-height:100vh!important}}.image-modal-content__close-btn{position:absolute!important;top:calc(30px + env(safe-area-inset-top,30px))!important;right:calc(30px + env(safe-area-inset-right,30px))!important;background:#ffffffe6!important;color:#3d3a35!important;z-index:10001!important;transition:all .3s ease!important;-webkit-tap-highlight-color:transparent}.image-modal-content__close-btn:hover{background:#fff!important;transform:scale(1.1)!important}@media screen and (max-width: 576px){.image-modal-content__close-btn{top:calc(15px + env(safe-area-inset-top,0px))!important;right:calc(15px + env(safe-area-inset-right,0px))!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;z-index:10002!important;position:fixed!important;top:max(25px,env(safe-area-inset-top))!important;right:max(25px,env(safe-area-inset-right))!important}}@media screen and (max-width: 450px){.image-modal-content__close-btn{top:calc(10px + env(safe-area-inset-top,0px))!important;right:calc(10px + env(safe-area-inset-right,0px))!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}}@media (hover: none) and (pointer: coarse){.image-modal-content__close-btn{-webkit-tap-highlight-color:transparent}}.image-modal-content__navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:10000;display:flex;justify-content:space-between;padding:0 20px;pointer-events:none}@media screen and (max-width: 576px){.image-modal-content__navigation{display:flex!important;padding:0 15px}}.image-modal-content__nav-btn{background:#ffffffe6!important;border:none!important;border-radius:50%!important;width:50px!important;height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;pointer-events:all;color:#3d3a35!important;-webkit-tap-highlight-color:transparent}.image-modal-content__nav-btn:hover:not(:disabled){background:#fff!important;transform:scale(1.1)!important}.image-modal-content__nav-btn:disabled{opacity:.3!important;cursor:not-allowed!important}@media screen and (max-width: 576px){.image-modal-content__nav-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}}@media screen and (max-width: 450px){.image-modal-content__nav-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}}@media (hover: none) and (pointer: coarse){.image-modal-content__nav-btn{-webkit-tap-highlight-color:transparent}}.image-modal-content__nav-btn--left{margin-left:20px}@media screen and (max-width: 576px){.image-modal-content__nav-btn--left{margin-left:15px}}.image-modal-content__nav-btn--right{margin-right:20px}@media screen and (max-width: 576px){.image-modal-content__nav-btn--right{margin-right:15px}}.image-modal-content__zoom-controls{position:absolute!important;top:calc(20px + env(safe-area-inset-top,0px))!important;left:calc(20px + env(safe-area-inset-left,0px))!important;display:flex!important;align-items:center!important;gap:8px!important;background:#ffffffe6!important;padding:8px 12px!important;border-radius:25px!important;z-index:10001!important;backdrop-filter:blur(10px)!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 576px){.image-modal-content__zoom-controls{top:calc(15px + env(safe-area-inset-top,0px))!important;left:calc(15px + env(safe-area-inset-left,0px))!important;gap:12px!important;z-index:10002!important;position:fixed!important;top:max(25px,env(safe-area-inset-top))!important;left:max(25px,env(safe-area-inset-left))!important;display:flex!important;padding:10px 12px!important;gap:10px!important}}@media screen and (max-width: 450px){.image-modal-content__zoom-controls{top:calc(10px + env(safe-area-inset-top,0px))!important;left:calc(10px + env(safe-area-inset-left,0px))!important;padding:6px 10px!important}}.image-modal-content__zoom-btn{background:transparent!important;color:#3d3a35!important;border:none!important;padding:4px!important;transition:all .3s ease!important}.image-modal-content__zoom-btn:hover:not(:disabled){background:#0000001a!important;transform:scale(1.1)!important}.image-modal-content__zoom-btn:disabled{opacity:.3!important;cursor:not-allowed!important}@media screen and (max-width: 576px){.image-modal-content__zoom-btn{min-width:32px!important;min-height:32px!important;min-width:40px!important;min-height:40px!important;padding:8px!important}}@media screen and (max-width: 450px){.image-modal-content__zoom-btn{min-width:36px!important;min-height:36px!important}}@media (hover: none) and (pointer: coarse){.image-modal-content__zoom-btn{-webkit-tap-highlight-color:transparent}}.image-modal-content__zoom-level{font-size:14px!important;font-weight:500!important;color:#3d3a35!important;min-width:45px!important;text-align:center!important}@media screen and (max-width: 576px){.image-modal-content__zoom-level{font-size:14px!important;min-width:45px!important;font-size:13px!important;min-width:40px!important;font-weight:600!important}}.image-modal-content__image-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;overflow:hidden;cursor:grab;touch-action:pan-x pan-y}.image-modal-content__image-container.zooming{touch-action:none}.image-modal-content__main-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.image-modal-content__counter{position:absolute!important;bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;left:50%!important;transform:translate(-50%)!important;background:#ffffffe6!important;color:#3d3a35!important;padding:8px 16px!important;border-radius:20px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 576px){.image-modal-content__counter{bottom:calc(15px + env(safe-area-inset-bottom,0px))!important;padding:8px 16px!important;font-size:14px!important;bottom:max(25px,env(safe-area-inset-bottom))!important;bottom:max(30px,env(safe-area-inset-bottom,30px))!important}}@media screen and (max-width: 450px){.image-modal-content__counter{bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}}.image-modal-content__thumbnail-nav{position:absolute!important;bottom:calc(80px + env(safe-area-inset-bottom,0px))!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;gap:8px!important;z-index:10001!important;max-width:80%;overflow-x:auto;padding:0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.image-modal-content__thumbnail-nav::-webkit-scrollbar{display:none}@media screen and (max-width: 576px){.image-modal-content__thumbnail-nav{bottom:calc(75px + env(safe-area-inset-bottom,0px))!important;padding:0 15px;max-width:90%;gap:12px!important;bottom:max(90px,env(safe-area-inset-bottom,90px))!important}}@media screen and (max-width: 450px){.image-modal-content__thumbnail-nav{bottom:calc(70px + env(safe-area-inset-bottom,0px))!important}}@media (hover: none) and (pointer: coarse){.image-modal-content__thumbnail-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}}.image-modal-content__thumbnail-btn{background:#ffffffb3!important;border:2px solid transparent!important;border-radius:8px!important;padding:4px!important;cursor:pointer!important;transition:all .3s ease!important;flex-shrink:0;overflow:hidden}.image-modal-content__thumbnail-btn:hover{background:#ffffffe6!important;transform:scale(1.05)!important}.image-modal-content__thumbnail-btn.active{border-color:#2c3e50!important;background:#fffffff2!important}.image-modal-content__thumbnail-btn img{width:60px!important;height:60px!important;object-fit:cover!important;display:block}@media screen and (max-width: 576px){.image-modal-content__thumbnail-btn img{width:50px!important;height:50px!important}}@media screen and (max-width: 450px){.image-modal-content__thumbnail-btn img{width:45px!important;height:45px!important}}@media screen and (max-width: 576px){.image-modal-content__thumbnail-btn{min-width:60px!important;min-height:60px!important;padding:6px!important}}@media screen and (max-width: 450px){.image-modal-content__thumbnail-btn{min-width:55px!important;min-height:55px!important}}.image-modal-content__keyboard-help{position:absolute!important;top:calc(70px + env(safe-area-inset-top,0px))!important;right:calc(20px + env(safe-area-inset-right,0px))!important;background:#fffc!important;color:#8b7d6b!important;padding:6px 12px!important;border-radius:15px!important;font-size:12px!important;z-index:10001!important;backdrop-filter:blur(10px)!important;opacity:.7;transition:opacity .3s ease}.image-modal-content__keyboard-help:hover{opacity:1}@media screen and (max-width: 576px){.image-modal-content__keyboard-help{top:calc(65px + env(safe-area-inset-top,0px))!important;right:calc(15px + env(safe-area-inset-right,0px))!important;font-size:11px!important;padding:6px 10px!important;display:none}}@media (hover: none) and (pointer: coarse){.image-modal-content__keyboard-help{display:none!important}}.image-modal-content__mobile-zoom-indicator{position:absolute!important;top:calc(20px + env(safe-area-inset-top,20px))!important;right:calc(100px + env(safe-area-inset-right,100px))!important;background:#000000b3!important;color:#fff!important;padding:8px 12px!important;border-radius:20px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-50%) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.image-modal-content__touch-feedback{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;background:#00000080!important;color:#fff!important;padding:10px 15px!important;border-radius:10px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;animation:fadeOut .3s ease-out 1.5s forwards;pointer-events:none!important}@supports (height: 100dvh){.image-modal-content{height:100dvh;max-height:100dvh}}@supports (height: 100svh){.image-modal-content{height:100svh;max-height:100svh}}.modal-close-btn{position:absolute!important;top:calc(30px + env(safe-area-inset-top,30px))!important;right:calc(30px + env(safe-area-inset-right,30px))!important;background:#ffffffe6!important;color:#3d3a35!important;z-index:10001!important;transition:all .3s ease!important;-webkit-tap-highlight-color:transparent}.modal-close-btn:hover{background:#fff!important;transform:scale(1.1)!important}@media screen and (max-width: 576px){.modal-close-btn{top:calc(15px + env(safe-area-inset-top,0px))!important;right:calc(15px + env(safe-area-inset-right,0px))!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;z-index:10002!important;position:fixed!important;top:max(25px,env(safe-area-inset-top))!important;right:max(25px,env(safe-area-inset-right))!important}}@media screen and (max-width: 450px){.modal-close-btn{top:calc(10px + env(safe-area-inset-top,0px))!important;right:calc(10px + env(safe-area-inset-right,0px))!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}}@media (hover: none) and (pointer: coarse){.modal-close-btn{-webkit-tap-highlight-color:transparent}}.modal-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:10000;display:flex;justify-content:space-between;padding:0 20px;pointer-events:none}@media screen and (max-width: 576px){.modal-navigation{display:flex!important;padding:0 15px}}.nav-btn{background:#ffffffe6!important;border:none!important;border-radius:50%!important;width:50px!important;height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;pointer-events:all;color:#3d3a35!important;-webkit-tap-highlight-color:transparent}.nav-btn:hover:not(:disabled){background:#fff!important;transform:scale(1.1)!important}.nav-btn:disabled{opacity:.3!important;cursor:not-allowed!important}@media screen and (max-width: 576px){.nav-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}}@media screen and (max-width: 450px){.nav-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}}@media (hover: none) and (pointer: coarse){.nav-btn{-webkit-tap-highlight-color:transparent}}.nav-btn-left{margin-left:20px}@media screen and (max-width: 576px){.nav-btn-left{margin-left:15px}}.nav-btn-right{margin-right:20px}@media screen and (max-width: 576px){.nav-btn-right{margin-right:15px}}.zoom-controls{position:absolute!important;top:calc(20px + env(safe-area-inset-top,0px))!important;left:calc(20px + env(safe-area-inset-left,0px))!important;display:flex!important;align-items:center!important;gap:8px!important;background:#ffffffe6!important;padding:8px 12px!important;border-radius:25px!important;z-index:10001!important;backdrop-filter:blur(10px)!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 576px){.zoom-controls{top:calc(15px + env(safe-area-inset-top,0px))!important;left:calc(15px + env(safe-area-inset-left,0px))!important;gap:12px!important;z-index:10002!important;position:fixed!important;top:max(25px,env(safe-area-inset-top))!important;left:max(25px,env(safe-area-inset-left))!important;display:flex!important;padding:10px 12px!important;gap:10px!important}}@media screen and (max-width: 450px){.zoom-controls{top:calc(10px + env(safe-area-inset-top,0px))!important;left:calc(10px + env(safe-area-inset-left,0px))!important;padding:6px 10px!important}}.zoom-btn{background:transparent!important;color:#3d3a35!important;border:none!important;padding:4px!important;transition:all .3s ease!important}.zoom-btn:hover:not(:disabled){background:#0000001a!important;transform:scale(1.1)!important}.zoom-btn:disabled{opacity:.3!important;cursor:not-allowed!important}@media screen and (max-width: 576px){.zoom-btn{min-width:32px!important;min-height:32px!important;min-width:40px!important;min-height:40px!important;padding:8px!important}}@media screen and (max-width: 450px){.zoom-btn{min-width:36px!important;min-height:36px!important}}@media (hover: none) and (pointer: coarse){.zoom-btn{-webkit-tap-highlight-color:transparent}}.zoom-level{font-size:14px!important;font-weight:500!important;color:#3d3a35!important;min-width:45px!important;text-align:center!important}@media screen and (max-width: 576px){.zoom-level{font-size:14px!important;min-width:45px!important;font-size:13px!important;min-width:40px!important;font-weight:600!important}}.image-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;overflow:hidden;cursor:grab;touch-action:pan-x pan-y}.image-container.zooming{touch-action:none}.modal-main-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.image-counter{position:absolute!important;bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;left:50%!important;transform:translate(-50%)!important;background:#ffffffe6!important;color:#3d3a35!important;padding:8px 16px!important;border-radius:20px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 576px){.image-counter{bottom:calc(15px + env(safe-area-inset-bottom,0px))!important;padding:8px 16px!important;font-size:14px!important;bottom:max(25px,env(safe-area-inset-bottom))!important;bottom:max(30px,env(safe-area-inset-bottom,30px))!important}}@media screen and (max-width: 450px){.image-counter{bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}}.thumbnail-nav{position:absolute!important;bottom:calc(80px + env(safe-area-inset-bottom,0px))!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;gap:8px!important;z-index:10001!important;max-width:80%;overflow-x:auto;padding:0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.thumbnail-nav::-webkit-scrollbar{display:none}@media screen and (max-width: 576px){.thumbnail-nav{bottom:calc(75px + env(safe-area-inset-bottom,0px))!important;padding:0 15px;max-width:90%;gap:12px!important;bottom:max(90px,env(safe-area-inset-bottom,90px))!important}}@media screen and (max-width: 450px){.thumbnail-nav{bottom:calc(70px + env(safe-area-inset-bottom,0px))!important}}@media (hover: none) and (pointer: coarse){.thumbnail-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}}.thumbnail-btn{background:#ffffffb3!important;border:2px solid transparent!important;border-radius:8px!important;padding:4px!important;cursor:pointer!important;transition:all .3s ease!important;flex-shrink:0;overflow:hidden}.thumbnail-btn:hover{background:#ffffffe6!important;transform:scale(1.05)!important}.thumbnail-btn.active{border-color:#2c3e50!important;background:#fffffff2!important}.thumbnail-btn img{width:60px!important;height:60px!important;object-fit:cover!important;display:block}@media screen and (max-width: 576px){.thumbnail-btn img{width:50px!important;height:50px!important}}@media screen and (max-width: 450px){.thumbnail-btn img{width:45px!important;height:45px!important}}@media screen and (max-width: 576px){.thumbnail-btn{min-width:60px!important;min-height:60px!important;padding:6px!important}}@media screen and (max-width: 450px){.thumbnail-btn{min-width:55px!important;min-height:55px!important}}.keyboard-help{position:absolute!important;top:calc(70px + env(safe-area-inset-top,0px))!important;right:calc(20px + env(safe-area-inset-right,0px))!important;background:#fffc!important;color:#8b7d6b!important;padding:6px 12px!important;border-radius:15px!important;font-size:12px!important;z-index:10001!important;backdrop-filter:blur(10px)!important;opacity:.7;transition:opacity .3s ease}.keyboard-help:hover{opacity:1}@media screen and (max-width: 576px){.keyboard-help{top:calc(65px + env(safe-area-inset-top,0px))!important;right:calc(15px + env(safe-area-inset-right,0px))!important;font-size:11px!important;padding:6px 10px!important;display:none}}@media (hover: none) and (pointer: coarse){.keyboard-help{display:none!important}}.mobile-zoom-indicator{position:absolute!important;top:calc(20px + env(safe-area-inset-top,20px))!important;right:calc(100px + env(safe-area-inset-right,100px))!important;background:#000000b3!important;color:#fff!important;padding:8px 12px!important;border-radius:20px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important;pointer-events:none}.touch-feedback{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;background:#00000080!important;color:#fff!important;padding:10px 15px!important;border-radius:10px!important;font-size:14px!important;font-weight:500!important;z-index:10001!important;backdrop-filter:blur(10px)!important;animation:fadeOut .3s ease-out 1.5s forwards;pointer-events:none!important}@media (max-width: 320px){.touch-gesture-hints{max-width:250px!important;padding:15px 20px!important}.hint-text{font-size:13px!important}.hint-icon{font-size:18px!important}.touch-hints-bottom{bottom:max(80px,env(safe-area-inset-bottom,80px))!important}}.product__section{padding:35px 160px;background-color:#fff}@media screen and (max-width: 1210px){.product__section{padding:35px 60px}}@media screen and (max-width: 991px){.product__section{padding:35px 60px}}@media screen and (max-width: 768px){.product__section{padding:35px 60px}}@media screen and (max-width: 576px){.product__section{padding:35px 60px}}@media screen and (max-width: 450px){.product__section{padding:35px 15px}}@media screen and (max-width: 768px){.product__section{padding:20px 15px}}.product__container{max-width:1400px;margin:0 auto}.product__breadcrumb{margin-bottom:1.5rem}@media screen and (max-width: 576px){.product__breadcrumb{margin-bottom:1.25rem}}.product__showcase{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem;align-items:start}@media screen and (max-width: 991px){.product__showcase{gap:1.875rem}}@media screen and (max-width: 768px){.product__showcase{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width: 768px){.product__showcase{gap:1.25rem}}.product__gallery{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 768px){.product__gallery{gap:1rem}}.product__thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}@media screen and (max-width: 768px){.product__thumbnails{gap:.5rem}}.product__thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background-color:#faf9f7}@media screen and (max-width: 576px){.product__thumbnail{width:70px;height:70px}}@media screen and (max-width: 768px){.product__thumbnail{width:60px;height:60px}}.product__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product__thumbnail:hover{border-color:#8b7d6b;transform:scale(1.05)}.product__thumbnail:hover img{transform:scale(1.1)}.product__thumbnail.active{border-color:#8b7d6b;box-shadow:0 0 0 1px #8b7d6b}.product__main-image{position:relative;aspect-ratio:1;background-color:#faf9f7;border-radius:12px;overflow:hidden;cursor:zoom-in;box-shadow:0 4px 20px #0000001a}@media screen and (max-width: 768px){.product__main-image{max-width:500px;margin:0 auto}}.product__main-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product__image-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.product__zoom-hint{position:absolute;bottom:1rem;left:1rem;background-color:#000c;color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.65625rem;font-weight:500;opacity:0;transition:opacity .3s ease;pointer-events:none}.product__main-image:hover .product__zoom-hint{opacity:1}.product__info{display:flex;flex-direction:column;gap:.9375rem}@media screen and (max-width: 768px){.product__info{gap:.75rem}}.product__header{display:flex;flex-direction:column;gap:.65625rem}@media screen and (max-width: 768px){.product__header{gap:.5rem}}.product__title{font-size:1.3125rem;font-weight:600;color:#1a1a1a;line-height:1.2;margin:0}@media screen and (max-width: 991px){.product__title{font-size:1.125rem}}@media screen and (max-width: 576px){.product__title{font-size:1.03125rem}}@media screen and (max-width: 768px){.product__title{font-size:1rem}}.product__meta{display:flex;flex-direction:column;gap:.28125rem}@media screen and (max-width: 768px){.product__meta{gap:.25rem}}.product__rating{display:flex;align-items:center;gap:12px;margin-bottom:8px}@media screen and (max-width: 768px){.product__rating{gap:8px;margin-bottom:6px}}.product__rating-stars{display:flex;gap:2px;align-items:center}@media screen and (max-width: 768px){.product__rating-stars{gap:1px}}.product__rating-info{display:flex;align-items:center;gap:8px}@media screen and (max-width: 768px){.product__rating-info{gap:6px}}.product__rating-score{font-size:16px;font-weight:600;color:#1a1a1a;min-width:32px}@media screen and (max-width: 768px){.product__rating-score{font-size:14px;min-width:28px}}.product__review-count{color:#8b7d6b;cursor:pointer;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.product__review-count:hover{color:#d4af37;border-bottom-color:#d4af37}@media screen and (max-width: 768px){.product__review-count{font-size:12px}}.product__price{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}@media screen and (max-width: 576px){.product__price{font-size:1.03125rem}}@media screen and (max-width: 768px){.product__price{font-size:1rem}}.product__description p{font-size:.9rem;line-height:1.6;color:#1a1a1a;margin:0}@media screen and (max-width: 768px){.product__description p{font-size:.875rem}}.product__options{padding:20px 0;display:flex;flex-direction:column;gap:1.375rem}@media screen and (max-width: 768px){.product__options{padding:16px 0;gap:1rem}}.product__size,.product__color{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width: 768px){.product__size,.product__color{gap:.375rem}}.product__size p,.product__color p{font-size:.85625rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin:0}@media screen and (max-width: 768px){.product__size p,.product__color p{font-size:.8125rem}}.product__size-btn{display:flex;gap:.5rem;flex-wrap:wrap}@media screen and (max-width: 768px){.product__size-btn{gap:.375rem}}.product__size-option{padding:.5rem .75rem;border:1px solid #f0eee9;background-color:transparent;color:#1a1a1a;border-radius:6px;font-size:.65625rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.product__size-option:hover{border-color:#8b7d6b;background-color:#faf9f7}@media screen and (max-width: 768px){.product__size-option{padding:.375rem .625rem;font-size:.625rem}}.product__size-option.selected{border-color:#8b7d6b;background-color:#8b7d6b;color:#fff}.product__color-btn{display:flex;gap:.75rem;flex-wrap:wrap}@media screen and (max-width: 768px){.product__color-btn{gap:.5rem}}.product__color-swatch{width:16px;height:16px;border-radius:50%;cursor:pointer;transition:all .2s ease;border:2px solid transparent;position:relative}.product__color-swatch:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.product__color-swatch.highlighted{border:2px solid #8B7D6B;box-shadow:0 0 0 1px #fff,0 0 0 3px #8b7d6b}.product__color-swatch[style*="background-color: #FFFFFF"],.product__color-swatch[style*="background-color: #FFF"],.product__color-swatch[style*="background-color: rgb(255, 255, 255)"]{border-color:#f0eee9;background-image:linear-gradient(45deg,#f0f0f0 25%,transparent 25%),linear-gradient(-45deg,#f0f0f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0f0f0 75%),linear-gradient(-45deg,transparent 75%,#f0f0f0 75%);background-size:6px 6px;background-position:0 0,0 3px,3px -3px,-3px 0px}.product__stock{margin:.5rem 0}@media screen and (max-width: 768px){.product__stock{margin:.375rem 0}}.product__stock-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:20px;font-size:.609375rem;font-weight:500;text-transform:none;letter-spacing:.025em}@media screen and (max-width: 768px){.product__stock-badge{padding:.3125rem .625rem;font-size:.5625rem}}.product__stock-badge--available{background-color:#6a8a821a;color:#6a8a82;border:1px solid rgba(106,138,130,.2)}.product__stock-badge--low-stock{background-color:#d4af371a;color:#d4af37;border:1px solid rgba(212,175,55,.2)}.product__stock-badge--out-of-stock{background-color:#6d214f1a;color:#6d214f;border:1px solid rgba(109,33,79,.2)}.product__stock-badge--unavailable{background-color:#a8a28e1a;color:#8b7d6b;border:1px solid rgba(168,162,142,.2)}.product__purchase{display:flex;gap:.65625rem;align-items:center}@media screen and (max-width: 576px){.product__purchase{flex-wrap:wrap}}@media screen and (max-width: 768px){.product__purchase{gap:.5rem}}.product__quantity-selector{display:flex;align-items:center;border:2px solid #8B7D6B;border-radius:8px;overflow:hidden;background-color:#fff;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.product__quantity-btn{width:34px;height:34px;border:none;background-color:#faf9f7;color:#1a1a1a;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.product__quantity-btn:hover:not(:disabled){background-color:#8b7d6b;color:#fff}.product__quantity-btn:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width: 576px){.product__quantity-btn{width:40px;height:40px;font-size:1rem}}.product__quantity-value{min-width:60px;text-align:center;font-size:1rem;font-weight:700;color:#1a1a1a;padding:0 .75rem;background-color:#fff}@media screen and (max-width: 576px){.product__quantity-value{min-width:55px;font-size:.9375rem}}@media screen and (max-width: 768px){.product__quantity-value{min-width:50px;font-size:.875rem;padding:0 .625rem}}.product__add-to-cart{width:auto!important;padding:.35rem 2rem!important}.product__actions{display:none}.product__wishlist-btn{color:#1a1a1a;transition:all .3s ease}.product__wishlist-btn.active{color:#6d214f}.product__wishlist-btn.loading{animation:blink 1s infinite;cursor:not-allowed}.product__wishlist-btn svg{transition:color .3s ease}.product-additional-info{padding:0 160px;margin:60px 0 80px;background:linear-gradient(180deg,#fff,#f8f6f0)}@media screen and (max-width: 1210px){.product-additional-info{padding:0 60px}}@media screen and (max-width: 768px){.product-additional-info{padding:0 40px;margin:40px 0 60px}}@media screen and (max-width: 450px){.product-additional-info{padding:0 20px;margin:30px 0 50px}}@media screen and (max-width: 768px){.product-additional-info{padding:0 15px;margin:25px 0 40px}}.product-additional-info__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 768px){.product-additional-info__container{gap:24px}}.product-additional-info__tabs{padding:24px 0;border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.product-additional-info__tabs{padding:16px 0}}.product-additional-info__tabs-nav{display:flex;align-items:center;gap:8px}@media screen and (max-width: 576px){.product-additional-info__tabs-nav{gap:12px}}@media screen and (max-width: 768px){.product-additional-info__tabs-nav{gap:6px}}.product-additional-info__tab-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#8b7d6b;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px}@media screen and (max-width: 576px){.product-additional-info__tab-btn{justify-content:center;padding:12px 16px;font-size:13px}}@media screen and (max-width: 768px){.product-additional-info__tab-btn{padding:10px 20px;font-size:12px;gap:8px}}.product-additional-info__tab-btn .tab-icon{font-size:18px;transition:transform .3s ease}@media screen and (max-width: 768px){.product-additional-info__tab-btn .tab-icon{font-size:16px}}.product-additional-info__tab-btn .review-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#d4af37;color:#fff;font-size:11px;font-weight:700;border-radius:12px;margin-left:4px}@media screen and (max-width: 768px){.product-additional-info__tab-btn .review-badge{min-width:20px;height:20px;padding:0 6px;font-size:10px;margin-left:2px}}.product-additional-info__tab-btn:hover{color:#1a1a1a;background:#8b7d6b0d}.product-additional-info__tab-btn:hover .tab-icon{transform:scale(1.1)}.product-additional-info__tab-btn.active{color:#1a1a1a;background:#fff;box-shadow:0 4px 16px #0000001a}.product-additional-info__tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:3px 3px 0 0}.product-additional-info__tab-btn.active .tab-icon{color:#d4af37}.product-additional-info__content{padding-bottom:40px;min-height:300px}@media screen and (max-width: 768px){.product-additional-info__content{padding-bottom:24px;min-height:200px}}.product-additional-info__tab-additional-info{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 768px){.product-additional-info__tab-additional-info{gap:16px}}.product-additional-info .info-card{background:#fff;border:1px solid #f0eee9;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-additional-info .info-card:hover{box-shadow:0 8px 32px #0000001a;border-color:#e6e2db}.product-additional-info .info-card--expanded .info-card__content--full{padding:24px;border-top:none}@media screen and (max-width: 576px){.product-additional-info .info-card--expanded .info-card__content--full{padding:20px}}@media screen and (max-width: 768px){.product-additional-info .info-card--expanded .info-card__content--full{padding:16px}}.product-additional-info .info-card__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;background:linear-gradient(135deg,#fff,#f8f6f0);border:none;cursor:pointer;transition:background .3s ease}.product-additional-info .info-card__header:hover{background:#f8f6f0}@media screen and (max-width: 576px){.product-additional-info .info-card__header{padding:16px 20px}}@media screen and (max-width: 768px){.product-additional-info .info-card__header{padding:16px 20px}}.product-additional-info .info-card__header-left{display:flex;align-items:center;gap:16px}@media screen and (max-width: 768px){.product-additional-info .info-card__header-left{gap:12px}}.product-additional-info .info-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f9f8f6);border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#1a1a1a;font-size:20px;transition:all .3s ease}@media screen and (max-width: 576px){.product-additional-info .info-card__icon{width:38px;height:38px;font-size:18px}}@media screen and (max-width: 768px){.product-additional-info .info-card__icon{width:36px;height:36px;font-size:16px}}.product-additional-info .info-card__icon--accent{background:linear-gradient(135deg,#6d214f1a,#6d214f0d);color:#6d214f}.product-additional-info .info-card__icon--secondary{background:linear-gradient(135deg,#8b7d6b26,#8b7d6b0d);color:#8b7d6b}.product-additional-info .info-card__icon--gold{background:linear-gradient(135deg,#d4af3726,#d4af370d);color:#d4af37}.product-additional-info .info-card__title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:.3px}@media screen and (max-width: 576px){.product-additional-info .info-card__title{font-size:14px}}@media screen and (max-width: 768px){.product-additional-info .info-card__title{font-size:14px}}.product-additional-info .info-card__chevron{font-size:24px;color:#8b7d6b;transition:transform .3s ease;font-weight:300}@media screen and (max-width: 768px){.product-additional-info .info-card__chevron{font-size:20px}}.product-additional-info .info-card__chevron.rotated{transform:rotate(90deg)}.product-additional-info .info-card__content{padding:24px;border-top:1px solid #f9f8f6}@media screen and (max-width: 576px){.product-additional-info .info-card__content{padding:20px}}@media screen and (max-width: 768px){.product-additional-info .info-card__content{padding:16px}}.product-additional-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f9f8f6;gap:16px}.product-additional-info .info-row:last-child{border-bottom:none;padding-bottom:0}.product-additional-info .info-row:first-child{padding-top:0}@media screen and (max-width: 768px){.product-additional-info .info-row{flex-direction:column;align-items:flex-start;gap:8px}}@media screen and (max-width: 768px){.product-additional-info .info-row{padding:12px 0;gap:12px}}.product-additional-info .info-row--tags{align-items:flex-start}@media screen and (max-width: 768px){.product-additional-info .info-row--tags{flex-direction:column}}.product-additional-info .info-row__label{font-size:13px;font-weight:500;color:#8b7d6b;text-transform:uppercase;letter-spacing:.5px;min-width:140px;flex-shrink:0}@media screen and (max-width: 768px){.product-additional-info .info-row__label{min-width:auto;font-weight:600;color:#1a1a1a}}@media screen and (max-width: 768px){.product-additional-info .info-row__label{font-size:12px;min-width:120px}}.product-additional-info .info-row__value{font-size:14px;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:8px;text-align:right}@media screen and (max-width: 768px){.product-additional-info .info-row__value{text-align:left}}@media screen and (max-width: 768px){.product-additional-info .info-row__value{font-size:13px;gap:6px}}.product-additional-info .info-row__value--highlight{color:#8b7d6b;font-weight:600}.product-additional-info .info-row__value--code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;background:#f9f8f6;padding:4px 10px;border-radius:6px;font-size:13px;color:#2c3e50}.product-additional-info .info-row__value--muted{color:#a8a28e;font-style:italic}.product-additional-info .info-row__value--collection{color:#d4af37;font-weight:600}.product-additional-info .info-row__value--collection svg{color:#d4af37}.product-additional-info .info-row__value--badge{display:inline-flex;align-items:center;gap:6px;background:#f0f5f3;padding:6px 12px;border-radius:20px;font-size:13px}.product-additional-info .info-row__unit{font-size:12px;color:#8b7d6b;font-weight:400;margin-left:2px}.product-additional-info .info-row__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;flex:1}@media screen and (max-width: 768px){.product-additional-info .info-row__tags{justify-content:flex-start}}@media screen and (max-width: 768px){.product-additional-info .info-row__tags{gap:6px}}.product-additional-info .tag-chip{display:inline-flex;align-items:center;padding:5px 12px;background:#d4af371a;color:#d4af37}@media screen and (max-width: 768px){.product-additional-info .tag-chip{padding:4px 10px;font-size:11px}}.product-additional-info .tag-chip{border:1px solid rgba(212,175,55,.2);border-radius:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:all .2s ease}.product-additional-info .tag-chip:hover{background:#d4af37;color:#fff}.product-additional-info .info-row__categories{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;flex:1}@media screen and (max-width: 768px){.product-additional-info .info-row__categories{justify-content:flex-start}}.product-additional-info .category-link{color:#1a1a1a;text-decoration:none;font-weight:500;transition:all .2s ease;padding:4px 8px;border-radius:6px}.product-additional-info .category-link:hover{color:#111;background:#1a1a1a1a;text-decoration:underline}.product-additional-info .country-flag{font-size:16px;margin-right:4px}.product-additional-info .info-empty-state{text-align:center;padding:80px 40px;background:#fff;border:2px dashed #f0eee9;border-radius:16px}.product-additional-info .info-empty-state__icon{font-size:56px;color:#cecab8;margin-bottom:20px}.product-additional-info .info-empty-state__title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 10px}.product-additional-info .info-empty-state__text{font-size:14px;color:#8b7d6b;margin:0;line-height:1.6}.product-additional-info__tab-review{display:flex;flex-direction:column;gap:32px}.product-additional-info .reviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.product-additional-info .reviews-loading p{font-size:14px;color:#8b7d6b;margin:0}.product-additional-info .reviews-summary-card{display:grid;grid-template-columns:280px 1fr;gap:40px;padding:32px;background:#fff;border:1px solid #f0eee9;border-radius:16px;box-shadow:0 4px 20px #0000001a}@media screen and (max-width: 768px){.product-additional-info .reviews-summary-card{grid-template-columns:1fr;gap:24px;padding:24px}}.product-additional-info .reviews-summary-card__left{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;border-right:1px solid #f9f8f6}@media screen and (max-width: 768px){.product-additional-info .reviews-summary-card__left{border-right:none;border-bottom:1px solid #f9f8f6;padding-bottom:24px}}.product-additional-info .reviews-summary-card__score{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.product-additional-info .reviews-summary-card__number{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1}@media screen and (max-width: 576px){.product-additional-info .reviews-summary-card__number{font-size:40px}}.product-additional-info .reviews-summary-card__max{font-size:20px;font-weight:400;color:#8b7d6b}.product-additional-info .reviews-summary-card__stars{display:flex;gap:4px;margin-bottom:8px}.product-additional-info .reviews-summary-card__count{font-size:13px;color:#8b7d6b;margin:0}.product-additional-info .reviews-summary-card__breakdown{display:flex;flex-direction:column;gap:12px;padding:10px 20px;flex:1}@media screen and (max-width: 768px){.product-additional-info .reviews-summary-card__breakdown{padding:0}}.product-additional-info .breakdown-row{display:flex;align-items:center;gap:12px}.product-additional-info .breakdown-row__star{font-size:13px;font-weight:600;color:#1a1a1a;min-width:12px}.product-additional-info .breakdown-row__bar{flex:1;height:8px;background:#f0eee9;border-radius:4px;overflow:hidden}.product-additional-info .breakdown-row__bar-fill{height:100%;background:linear-gradient(90deg,#d4af37,#b89b2a);border-radius:4px;transition:width .5s ease}.product-additional-info .breakdown-row__count{font-size:12px;color:#8b7d6b;min-width:24px;text-align:right}.product-additional-info .reviews-empty-state{text-align:center;padding:60px 40px;background:#fff;border:2px dashed #f0eee9;border-radius:16px}.product-additional-info .reviews-empty-state__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;background:linear-gradient(135deg,#d4af371a,#d4af370d);border-radius:50%;color:#d4af37;font-size:36px}.product-additional-info .reviews-empty-state__title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.product-additional-info .reviews-empty-state__text{font-size:14px;color:#8b7d6b;line-height:1.6;max-width:400px;margin:0 auto}.product-additional-info .reviews-list{display:flex;flex-direction:column;gap:20px}.product-additional-info .reviews-list__title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.product-additional-info .reviews-list__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 10px;background:#8b7d6b;color:#fff;font-size:12px;font-weight:600;border-radius:14px}.product-additional-info .reviews-list__items{display:flex;flex-direction:column;gap:16px}.product-additional-info .review-card{background:#fff;border:1px solid #f0eee9;border-radius:16px;padding:24px;transition:all .3s ease}.product-additional-info .review-card:hover{box-shadow:0 4px 20px #0000001a;border-color:#e6e2db}@media screen and (max-width: 576px){.product-additional-info .review-card{padding:20px}}.product-additional-info .review-card__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}@media screen and (max-width: 576px){.product-additional-info .review-card__header{flex-wrap:wrap}}.product-additional-info .review-card__avatar{color:#cecab8;flex-shrink:0}.product-additional-info .review-card__meta{flex:1}.product-additional-info .review-card__author{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.product-additional-info .review-card__rating{display:flex;gap:2px}.product-additional-info .review-card__date{display:flex;align-items:center;gap:6px;font-size:12px;color:#8b7d6b;white-space:nowrap}@media screen and (max-width: 576px){.product-additional-info .review-card__date{width:100%;margin-top:8px}}.product-additional-info .review-card__title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 10px;line-height:1.4}.product-additional-info .review-card__content{font-size:14px;color:#8b7d6b;line-height:1.7;margin:0}.product-additional-info .review-card__verified{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:6px 12px;background:#f0f5f3;color:#6a8a82;font-size:12px;font-weight:500;border-radius:20px}.product-additional-info .review-form-card{background:#fff;border:1px solid #f0eee9;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0000001a}@media screen and (max-width: 576px){.product-additional-info .review-form-card{padding:24px}}.product-additional-info .review-form-card__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #f9f8f6}.product-additional-info .review-form-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af3726,#d4af370d);border-radius:12px;color:#d4af37;font-size:24px;flex-shrink:0}.product-additional-info .review-form-card__title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 6px}.product-additional-info .review-form-card__subtitle{font-size:13px;color:#8b7d6b;margin:0;line-height:1.5}.product-additional-info .review-form{display:flex;flex-direction:column;gap:24px}.product-additional-info .review-form__rating{display:flex;flex-direction:column;gap:10px}.product-additional-info .review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 576px){.product-additional-info .review-form__row{grid-template-columns:1fr;gap:16px}}.product-additional-info .review-form__field{display:flex;flex-direction:column;gap:8px}.product-additional-info .review-form__label{font-size:13px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}.product-additional-info .review-form__label span{color:#6d214f}.product-additional-info .review-form__input,.product-additional-info .review-form__textarea{padding:14px 18px;border:1px solid #f0eee9;border-radius:10px;font-size:14px;font-family:inherit;color:#1a1a1a;background:#fff;transition:all .2s ease;outline:none}.product-additional-info .review-form__input::placeholder,.product-additional-info .review-form__textarea::placeholder{color:#a8a28e}.product-additional-info .review-form__input:hover,.product-additional-info .review-form__textarea:hover{border-color:#e6e2db}.product-additional-info .review-form__input:focus,.product-additional-info .review-form__textarea:focus{border-color:#8b7d6b;background:#fff;box-shadow:0 0 0 3px #8b7d6b1a}.product-additional-info .review-form__textarea{resize:vertical;min-height:120px;line-height:1.6}.product-additional-info .review-form__submit{align-self:flex-start;margin-top:8px}@media screen and (max-width: 576px){.product-additional-info .review-form__submit{align-self:stretch}}.product-additional-info .review-form__login-prompt{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;text-align:center}.product-additional-info .review-form__login-prompt p{font-size:14px;color:#8b7d6b;margin:0}.related-products-section{margin-top:3rem;padding:0 160px 40px;background-color:#fff}@media screen and (max-width: 1210px){.related-products-section{padding:0 60px 40px}}@media screen and (max-width: 991px){.related-products-section{padding:0 60px 40px}}@media screen and (max-width: 768px){.related-products-section{padding:0 60px 40px}}@media screen and (max-width: 576px){.related-products-section{padding:0 60px 40px}}@media screen and (max-width: 450px){.related-products-section{padding:0 15px 40px}}@media screen and (max-width: 768px){.related-products-section{margin-top:2rem;padding:0 15px 40px}}.related-products-section__header{margin-bottom:2rem}@media screen and (max-width: 768px){.related-products-section__header{margin-bottom:1.5rem}}.related-products-section__header h2{font-size:1.625rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;margin:0;position:relative}@media screen and (max-width: 991px){.related-products-section__header h2{font-size:1.5rem}}@media screen and (max-width: 576px){.related-products-section__header h2{font-size:1.375rem}}@media screen and (max-width: 768px){.related-products-section__header h2{font-size:1.25rem}}.related-products-section__header h2 span{font-weight:700;color:#8b7d6b}.related-products-section__header h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:2px;background:linear-gradient(90deg,#8b7d6b,#d4af37);border-radius:1px}.related-products-section__slider{position:relative;overflow:hidden}.related-products-section__slider .related-products-swiper{overflow:visible;width:100%;max-width:100%}.related-products-section__slider .related-products-swiper .swiper-wrapper{align-items:stretch}.related-products-section__slider .related-products-swiper .swiper-button-next,.related-products-section__slider .related-products-swiper .swiper-button-prev{display:none!important}@media screen and (min-width: 768px){.related-products-section__slider .related-products-swiper .swiper-button-next,.related-products-section__slider .related-products-swiper .swiper-button-prev{display:block!important;background-color:#fff;border:2px solid #8B7D6B;border-radius:50%;width:48px!important;height:48px!important;margin-top:-24px!important;opacity:1!important;visibility:visible!important;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.related-products-section__slider .related-products-swiper .swiper-button-next:after,.related-products-section__slider .related-products-swiper .swiper-button-prev:after{font-size:18px!important;color:#8b7d6b!important;font-weight:700!important;transition:color .3s ease}.related-products-section__slider .related-products-swiper .swiper-button-next:hover,.related-products-section__slider .related-products-swiper .swiper-button-prev:hover{background-color:#8b7d6b;border-color:#8b7d6b;transform:scale(1.05)}.related-products-section__slider .related-products-swiper .swiper-button-next:hover:after,.related-products-section__slider .related-products-swiper .swiper-button-prev:hover:after{color:#fff!important}}.related-products-section__slider .related-products-swiper .swiper-button-next{right:-25px!important}.related-products-section__slider .related-products-swiper .swiper-button-prev{left:-25px!important}.related-products-section__slider .swiper,.related-products-section__slider .swiper-container{overflow:visible!important}.related-products-section__slider .swiper-wrapper{align-items:stretch;overflow:visible!important}.related-products-section__card{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #00000026;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;margin:.125rem}@media screen and (max-width: 450px){.related-products-section__card{margin:.25rem}}@media screen and (min-width: 768px){.related-products-section__card{margin:.5rem}}.related-products-section__card{overflow:hidden}.related-products-section__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003;z-index:10}.related-products-section__card:hover .related-products-section__card-back-img{opacity:1}.related-products-section__card:hover .related-products-section__card-front-img{opacity:0}.related-products-section__card:hover .related-products-section__add-to-cart{top:240px}@media screen and (max-width: 991px){.related-products-section__card:hover .related-products-section__add-to-cart{top:280px}}@media screen and (max-width: 768px){.related-products-section__card:hover .related-products-section__add-to-cart{top:260px}}@media screen and (max-width: 450px){.related-products-section__card:hover .related-products-section__add-to-cart{top:200px}}@media screen and (max-width: 320px){.related-products-section__card:hover .related-products-section__add-to-cart{top:140px}}.related-products-section__card__add-to-cart{position:relative;top:280px;text-align:center;padding:10px;background-color:#fff;transition:all .2s cubic-bezier(.99,.99,0,.61);margin:0 10px;text-transform:uppercase;font-weight:500;font-size:14px;z-index:3;cursor:pointer}@media screen and (max-width: 991px){.related-products-section__card__add-to-cart{top:320px;display:none}}@media screen and (max-width: 768px){.related-products-section__card__add-to-cart{top:300px}}@media screen and (max-width: 450px){.related-products-section__card__add-to-cart{top:240px}}@media screen and (max-width: 320px){.related-products-section__card__add-to-cart{top:180px}}.related-products-section__card-images{position:relative;width:100%;height:280px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 768px){.related-products-section__card-images{height:300px}}@media screen and (max-width: 991px){.related-products-section__card-images{height:320px}}@media screen and (max-width: 450px){.related-products-section__card-images{height:240px}}@media screen and (max-width: 320px){.related-products-section__card-images{height:180px}}.related-products-section__card-images img{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear}.related-products-section__card-image-container{position:relative;width:100%;height:280px;overflow:hidden;transition:.3s linear}@media screen and (max-width: 768px){.related-products-section__card-image-container{height:300px}}@media screen and (max-width: 991px){.related-products-section__card-image-container{height:320px}}@media screen and (max-width: 450px){.related-products-section__card-image-container{height:240px}}@media screen and (max-width: 320px){.related-products-section__card-image-container{height:180px}}.related-products-section__card-image-container img{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;object-fit:cover;transition:opacity .3s linear}.related-products-section__card-back-img{z-index:1;opacity:0;transition:opacity .3s linear}.related-products-section__card-front-img{z-index:2;transition:opacity .3s linear;cursor:pointer}.related-products-section__card-info{display:flex;flex-direction:column;gap:10px;padding:1.25rem;background-color:#fff;border-radius:0 0 12px 12px;flex:1}@media screen and (max-width: 768px){.related-products-section__card-info{gap:8px;padding:1rem}}.related-products-section__card-category-wishlist p{color:#8b7d6b;font-size:14px}@media screen and (max-width: 768px){.related-products-section__card-category-wishlist p{font-size:12px}}.related-products-section__card-name-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media screen and (max-width: 768px){.related-products-section__card-name-info{gap:.375rem}}.related-products-section__card-name-info a{text-decoration:none;color:#000}.related-products-section__card-name-info h5{font-weight:400;font-size:16px;text-align:left;line-height:1.3;margin:0}@media screen and (max-width: 320px){.related-products-section__card-name-info h5{font-size:14px}}@media screen and (max-width: 768px){.related-products-section__card-name-info h5{font-size:13px}}.related-products-section__card-name-info p{font-weight:600;color:#1a1a1a;margin:0}@media screen and (max-width: 320px){.related-products-section__card-name-info p{font-size:12px}}@media screen and (max-width: 768px){.related-products-section__card-name-info p{font-size:12px}}.related-products-section__card-rating-reviews{display:flex;align-items:center;gap:10px;margin-top:.25rem}@media screen and (max-width: 320px){.related-products-section__card-rating-reviews{gap:5px}}@media screen and (max-width: 768px){.related-products-section__card-rating-reviews{gap:6px;margin-top:.125rem}}.related-products-section__card-rating-reviews span{color:#8b7d6b;font-size:14px;font-weight:500}@media screen and (max-width: 320px){.related-products-section__card-rating-reviews span{font-size:12px}}@media screen and (max-width: 768px){.related-products-section__card-rating-reviews span{font-size:12px}}.related-products-section__card-rating-star{display:flex;align-items:center;gap:3px}@media screen and (max-width: 320px){.related-products-section__card-rating-star{gap:2px}}@media screen and (max-width: 768px){.related-products-section__card-rating-star{gap:2px}}.related-products-section__card-rating-star svg{color:#d4af37;width:14px;height:14px}@media screen and (max-width: 320px){.related-products-section__card-rating-star svg{width:12px;height:12px}}@media screen and (max-width: 768px){.related-products-section__card-rating-star svg{width:12px;height:12px}}.related-products-section__card-link{text-decoration:none;color:inherit;display:block;height:100%}.related-products-section__card-link:hover{text-decoration:none;color:inherit}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.product-skeleton-loader{width:100%}.product-skeleton-loader__section{margin-bottom:40px}.product-skeleton-loader__shimmer{background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200px 100%;animation:shimmer 2s ease-in-out infinite;border-radius:4px}.product-skeleton-loader__product-section{padding:0 160px;margin-top:30px}@media screen and (max-width: 991px){.product-skeleton-loader__product-section{padding:0 60px}}@media screen and (max-width: 450px){.product-skeleton-loader__product-section{padding:0 15px}}@media screen and (max-width: 768px){.product-skeleton-loader__product-section{padding:0 15px;margin-top:20px}}.product-skeleton-loader__showcase{display:flex;gap:60px}@media screen and (max-width: 991px){.product-skeleton-loader__showcase{gap:30px}}@media screen and (max-width: 768px){.product-skeleton-loader__showcase{flex-direction:column;gap:20px}}@media screen and (max-width: 768px){.product-skeleton-loader__showcase{gap:20px}}.product-skeleton-loader__gallery{display:flex;gap:20px;flex-direction:column-reverse}.product-skeleton-loader__thumbs{display:flex;flex-direction:row;gap:10px}.product-skeleton-loader__full-img{position:relative}.product-skeleton-loader__buttons-group{position:absolute;top:37%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;width:90%}@media screen and (max-width: 768px){.product-skeleton-loader__buttons-group{top:47%}}@media screen and (max-width: 450px){.product-skeleton-loader__buttons-group{top:50%}}.product-skeleton-loader__details{display:flex;flex-direction:column;align-items:flex-start;width:41%;gap:10px}@media screen and (max-width: 768px){.product-skeleton-loader__details{width:100%}}.product-skeleton-loader__breadcrumb-container{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.product-skeleton-loader__name-container{margin-bottom:10px}.product-skeleton-loader__rating-container{display:flex;gap:5px;align-items:center}.product-skeleton-loader__price-container,.product-skeleton-loader__description-container{margin-bottom:20px}.product-skeleton-loader__size-color{display:flex;flex-direction:column;gap:30px;margin-bottom:20px}.product-skeleton-loader__cart-quantity{display:flex;gap:20px;align-items:center;margin-bottom:20px}.product-skeleton-loader__wish-share{display:flex;gap:30px;margin-bottom:25px}.product-skeleton-loader__thumb{width:80px;height:80px}@media screen and (max-width: 450px){.product-skeleton-loader__thumb{width:75px;height:75px}}@media screen and (max-width: 320px){.product-skeleton-loader__thumb{width:65px;height:65px}}.product-skeleton-loader__main-image{width:520px;height:520px}@media screen and (max-width: 1210px){.product-skeleton-loader__main-image{width:450px;height:450px}}@media screen and (max-width: 991px){.product-skeleton-loader__main-image{width:420px;height:420px}}@media screen and (max-width: 768px){.product-skeleton-loader__main-image{width:100%;height:auto;aspect-ratio:1}}.product-skeleton-loader__button{width:50px;height:50px;border-radius:50%}.product-skeleton-loader__breadcrumb{width:150px;height:14px}.product-skeleton-loader__title{width:300px;height:28px}.product-skeleton-loader__stars{width:100px;height:16px}.product-skeleton-loader__reviews{width:80px;height:14px;margin-left:10px}.product-skeleton-loader__price{width:120px;height:22px}.product-skeleton-loader__description{width:100%;height:15px;margin-bottom:8px}.product-skeleton-loader__description:last-child{width:80%}.product-skeleton-loader__options{width:200px;height:20px}@media screen and (max-width: 320px){.product-skeleton-loader__options{width:150px}}.product-skeleton-loader__quantity{width:120px;height:40px}.product-skeleton-loader__wishlist,.product-skeleton-loader__share{width:30px;height:22px}.product-skeleton-loader__additional-info{padding:0 160px}@media screen and (max-width: 991px){.product-skeleton-loader__additional-info{padding:0 60px}}@media screen and (max-width: 450px){.product-skeleton-loader__additional-info{padding:0 15px}}.product-skeleton-loader__additional-info-container{border-top:1px solid #f0eee9;border-bottom:1px solid #f0eee9}.product-skeleton-loader__additional-info-tabs{padding:20px 0}.product-skeleton-loader__additional-info-content{padding-bottom:40px}.product-skeleton-loader__ai-tabs{display:flex;gap:40px}@media screen and (max-width: 450px){.product-skeleton-loader__ai-tabs{gap:20px}}.product-skeleton-loader__tab{width:120px;height:16px}@media screen and (max-width: 450px){.product-skeleton-loader__tab{width:80px}}@media screen and (max-width: 320px){.product-skeleton-loader__tab{width:60px}}.product-skeleton-loader__content{width:100%;height:20px;margin-bottom:15px}.product-skeleton-loader__content:nth-child(2){width:90%}.product-skeleton-loader__content:nth-child(3){width:70%}.product-skeleton-loader__related-section{padding:0 160px;margin-bottom:60px}@media screen and (max-width: 991px){.product-skeleton-loader__related-section{padding:0 60px}}@media screen and (max-width: 450px){.product-skeleton-loader__related-section{padding:0 15px}}.product-skeleton-loader__related-products{text-align:center;margin-bottom:40px}.product-skeleton-loader__related-title{width:250px;height:32px;margin:0 auto}.product-skeleton-loader__related-slider{position:relative}.product-skeleton-loader__slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;z-index:10}.product-skeleton-loader__slider-nav:first-child{right:-20px}.product-skeleton-loader__slider-nav:last-child{left:-20px}.product-skeleton-loader__products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media screen and (max-width: 768px){.product-skeleton-loader__products-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width: 576px){.product-skeleton-loader__products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width: 450px){.product-skeleton-loader__products-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.product-skeleton-loader__product-card{display:flex;flex-direction:column;gap:15px}.product-skeleton-loader__product-image{width:100%;height:250px}.product-skeleton-loader__product-info{display:flex;flex-direction:column;gap:8px}.product-skeleton-loader__product-category{width:80px;height:12px}.product-skeleton-loader__product-name{width:100%;height:16px}.product-skeleton-loader__product-price{width:60px;height:14px}.product-skeleton-loader__product-rating{width:100px;height:12px}.error-page{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:620px;background-image:url(./pattern_bg-myswS6Dd.png);background-size:cover;background-position:center}@media screen and (max-width: 450px){.error-page{padding:0 20px;height:550px}}@media screen and (max-width: 450px){.error-page{height:500px}}.error-page h1{font-size:100px;font-weight:700}@media screen and (max-width: 450px){.error-page h1{font-size:70px}}.error-page h3{font-size:26px;font-weight:600;margin-bottom:14px}@media screen and (max-width: 450px){.error-page h3{font-size:20px}}.error-page p{font-size:14px;text-align:center;margin-bottom:16px}@media screen and (max-width: 450px){.error-page p{font-size:12px}}.error-page a{text-decoration:none;background-color:#000;color:#fff;font-size:14px;font-weight:500;padding:20px 140px;transition:background-color .3s;text-transform:uppercase}@media screen and (max-width: 1210px){.error-page a{padding:20px 100px}}@media screen and (max-width: 450px){.error-page a{padding:20px 60px}}@media screen and (max-width: 450px){.error-page a{padding:20px 40px}}.terms-container{background:#fff;min-height:100vh;padding:0}.terms-container h2{font-size:48px;font-weight:700;text-transform:uppercase;padding:60px 250px 40px;color:#1a1a1a;letter-spacing:2px;position:relative;text-align:center;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;margin:0}.terms-container h2:after{content:"";position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:2px}@media screen and (max-width: 1210px){.terms-container h2{padding:50px 60px 30px;font-size:42px}}@media screen and (max-width: 450px){.terms-container h2{padding:40px 15px 20px;font-size:32px;letter-spacing:1px}}.terms-content{padding:60px 250px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1210px){.terms-content{padding:40px 60px}}@media screen and (max-width: 450px){.terms-content{padding:30px 15px;gap:20px}}.terms-content h6{font-size:20px;font-weight:600;color:#1a1a1a;margin-top:30px;position:relative;padding-left:25px}.terms-content h6:before{content:"✦";position:absolute;left:0;top:0;color:#d4af37;font-size:16px}.terms-content p{font-size:16px;line-height:28px;color:#1a1a1a;margin-bottom:0;background:#fff;padding:25px 30px;border-radius:12px;box-shadow:0 4px 15px #0000000f;border:1px solid #f0eee9;transition:all .3s ease}.terms-content p:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}@media screen and (max-width: 450px){.terms-content p{padding:20px;font-size:15px;line-height:26px}}.skeleton-content-wrapper{position:relative;width:100%}.skeleton-content-wrapper .skeleton-layer{position:relative;z-index:1;transition:opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out}.skeleton-content-wrapper .skeleton-layer.exiting{opacity:0;transform:scale(.98);filter:blur(2px);pointer-events:none}.skeleton-content-wrapper .content-layer{position:relative;z-index:2}.skeleton-content-wrapper .content-layer.entering{animation:skeletonToContent .45s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.skeleton-content-wrapper .content-layer.entered{opacity:1}.shopping-bag__container{display:flex;gap:40px;align-items:flex-start;position:relative}.shopping-bag__container.content-loaded .shopping-bag__items,.shopping-bag__container.content-loaded .cart-summary__card{animation:smoothContentBlend .4s cubic-bezier(.4,0,.2,1) forwards}@media screen and (max-width: 768px){.shopping-bag__container{flex-direction:column;gap:20px}}.shopping-bag__section{margin-top:20px}@media screen and (max-width: 768px){.shopping-bag__section{margin-top:14px}}.shopping-bag__items{flex:1;display:flex;flex-direction:column;gap:20px;width:100%}.shopping-bag__items.content-entering{animation:skeletonToContent .4s cubic-bezier(.4,0,.2,1) .05s forwards;opacity:0}@media screen and (max-width: 768px){.shopping-bag__items{gap:12px}}.updating-cart-overlay{position:absolute;inset:0;background:#ffffffb3;z-index:20;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px);border-radius:16px}@media screen and (max-width: 768px){.updating-cart-overlay{border-radius:14px}}@media screen and (max-width: 450px){.updating-cart-overlay{border-radius:12px}}.updating-cart-overlay .updating-cart-spinner{display:flex;flex-direction:column;align-items:center;gap:12px}.updating-cart-overlay .updating-cart-spinner__icon{border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.cart-item__card{display:flex;gap:20px;padding:20px;border:1px solid #f0eee9;border-radius:16px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 8px #0000000a;min-height:140px;align-items:stretch}.cart-item__card.fade-in-up{animation:fadeInUp .6s ease-out forwards}.cart-item__card.slide-in-right{animation:slideInRight .5s ease-out forwards}.cart-item__card.scale-in{animation:scaleIn .4s ease-out forwards}.cart-item__card.bounce-in{animation:bounceIn .8s ease-out forwards}.cart-item__card.staggered-fade-in{animation:staggeredFadeIn .4s ease-out 0s forwards;opacity:0}.cart-item__card.staggered-fade-in:nth-child(1){animation-delay:0s}.cart-item__card.staggered-fade-in:nth-child(2){animation-delay:.05s}.cart-item__card.staggered-fade-in:nth-child(3){animation-delay:.1s}.cart-item__card.staggered-fade-in:nth-child(4){animation-delay:calc(0s + .05s * 3)}.cart-item__card.staggered-fade-in:nth-child(5){animation-delay:.2s}.cart-item__card.staggered-fade-in:nth-child(6){animation-delay:.25s}.cart-item__card.staggered-fade-in:nth-child(7){animation-delay:calc(0s + .05s * 6)}.cart-item__card.staggered-fade-in:nth-child(8){animation-delay:calc(0s + .05s * 7)}.cart-item__card.staggered-fade-in:nth-child(9){animation-delay:.4s}.cart-item__card.staggered-fade-in:nth-child(10){animation-delay:.45s}.cart-item__card.content-entering{animation:skeletonToContent .4s cubic-bezier(.4,0,.2,1) 0s forwards;opacity:0}.cart-item__card.content-loaded{animation:smoothContentBlend .35s cubic-bezier(.4,0,.2,1) 0s forwards;opacity:0}.cart-item__card:hover{box-shadow:0 8px 24px #00000014;border-color:#e6e2db}.cart-item__card--loading{pointer-events:none}.cart-item__card--loading .cart-item__details,.cart-item__card--loading .cart-item__image-wrapper{opacity:.5}.cart-item__card.loading{opacity:.6;pointer-events:none}.cart-item__card.loading:after{content:"";position:absolute;inset:0;background:#fff9;border-radius:16px;z-index:10}@media screen and (max-width: 768px){.cart-item__card{flex-direction:row;gap:16px;padding:16px;min-height:auto;border-radius:14px;box-shadow:0 1px 4px #0000000f}}@media screen and (max-width: 450px){.cart-item__card{padding:14px;gap:14px;border-radius:12px}}.cart-item__loading-overlay{position:absolute;inset:0;background:#ffffffb3;border-radius:16px;z-index:10;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}@media screen and (max-width: 768px){.cart-item__loading-overlay{border-radius:14px}}@media screen and (max-width: 450px){.cart-item__loading-overlay{border-radius:12px}}.cart-item__image-wrapper{position:relative;flex-shrink:0}.cart-item__image{display:block;width:140px;height:160px;border-radius:12px;overflow:hidden;background-color:#f9f8f6;position:relative;cursor:pointer;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.cart-item__image:hover{box-shadow:0 4px 16px #0000001f}.cart-item__image:hover .cart-item__image-overlay{opacity:1}.cart-item__image:hover .cart-item__front-img{opacity:0;transform:scale(1.05)}.cart-item__image:hover .cart-item__back-img{opacity:1;transform:scale(1)}.cart-item__image img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1)}@media screen and (max-width: 991px) and (min-width: 768px){.cart-item__image{width:110px;height:130px;border-radius:10px}}@media screen and (max-width: 768px){.cart-item__image{width:110px;height:140px;border-radius:10px}}@media screen and (max-width: 450px){.cart-item__image{width:100px;height:125px;border-radius:10px}}.cart-item__image-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:3;border-radius:12px}.cart-item__image-overlay span{color:#fff;font-size:12px;font-weight:500;letter-spacing:.5px;padding:6px 14px;border:1px solid rgba(255,255,255,.6);border-radius:20px;text-transform:uppercase}@media screen and (max-width: 768px){.cart-item__image-overlay{display:none}}.cart-item__back-img{z-index:1;opacity:0;transform:scale(1.05)}.cart-item__front-img{z-index:2}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0;gap:12px}@media screen and (max-width: 768px){.cart-item__details{gap:10px}}@media screen and (max-width: 450px){.cart-item__details{gap:8px}}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}@media screen and (max-width: 768px){.cart-item__header{gap:8px}}.cart-item__header a{text-decoration:none;flex:1;min-width:0}.cart-item__title-group{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.cart-item__title-group{gap:8px}}.cart-item__title{font-size:16px;font-weight:600;color:#000;text-decoration:none;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;transition:color .2s ease;letter-spacing:-.01em}.cart-item__title:hover{color:#8b7d6b}@media screen and (max-width: 768px){.cart-item__title{font-size:15px;line-height:1.35}}@media screen and (max-width: 450px){.cart-item__title{font-size:14px;-webkit-line-clamp:2}}.cart-item__meta-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media screen and (max-width: 450px){.cart-item__meta-tags{gap:6px}}.cart-item__size-selector{display:inline-flex;align-items:center;gap:8px}.cart-item__size-selector label{font-size:12px;color:#8b7d6b;font-weight:500}@media screen and (max-width: 768px){.cart-item__size-selector{gap:6px}.cart-item__size-selector label{font-size:11px}}.cart-item__remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f9f8f6;color:#a8a28e;border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;-webkit-tap-highlight-color:transparent}.cart-item__remove-btn:hover:not(:disabled){background:#6d214f1a;color:#6d214f}.cart-item__remove-btn:active:not(:disabled){transform:scale(.92);background:#6d214f26}.cart-item__remove-btn:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width: 768px){.cart-item__remove-btn{width:36px;height:36px;border-radius:8px;background:#fdfcfb}}@media screen and (max-width: 450px){.cart-item__remove-btn{width:34px;height:34px}}.cart-item__bottom-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:12px;border-top:1px solid #f9f8f6;margin-top:auto}@media screen and (max-width: 768px){.cart-item__bottom-row{flex-direction:column;align-items:stretch;gap:12px;padding-top:12px}}@media screen and (max-width: 450px){.cart-item__bottom-row{gap:10px;padding-top:10px}}.cart-item__price-section{display:flex;align-items:baseline;gap:6px}@media screen and (max-width: 768px){.cart-item__price-section{justify-content:space-between;width:100%}}.cart-item__unit-price{font-size:15px;font-weight:600;color:#1a1a1a}@media screen and (max-width: 768px){.cart-item__unit-price{font-size:14px}}@media screen and (max-width: 450px){.cart-item__unit-price{font-size:14px}}.cart-item__price-note{font-size:12px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.cart-item__price-note{font-size:12px}}.cart-item__quantity-subtotal{display:flex;align-items:center;gap:16px}@media screen and (max-width: 768px){.cart-item__quantity-subtotal{justify-content:space-between;width:100%;gap:12px}}@media screen and (max-width: 450px){.cart-item__quantity-subtotal{gap:10px}}.cart-item__subtotal{text-align:right;min-width:80px}@media screen and (max-width: 768px){.cart-item__subtotal{min-width:auto}}.size-select{font-size:12px;color:#1a1a1a;font-weight:600;background:#fff;border:1px solid #f0eee9;border-radius:6px;padding:6px 28px 6px 10px;min-width:60px;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%235a5448' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;box-shadow:0 1px 2px #0000000a;-webkit-tap-highlight-color:transparent}.size-select:hover:not(:disabled){border-color:#e6e2db;background-color:#fdfcfb}.size-select:focus{outline:none;border-color:#8b7d6b;box-shadow:0 0 0 3px #8b7d6b1a}.size-select:disabled{opacity:.5;cursor:not-allowed;background-color:#f9f8f6}.size-select option{padding:10px 12px;background:#fff;color:#1a1a1a;font-weight:500;font-size:13px;line-height:1.5}.size-select option:checked{background:#f9f8f6;color:#000}.size-select option:hover{background:#fdfcfb}@media screen and (max-width: 768px){.size-select{font-size:13px;min-width:65px;padding:8px 28px 8px 12px;border-radius:8px}}@media screen and (max-width: 450px){.size-select{font-size:12px;padding:7px 26px 7px 10px}}.quantity-controls{display:inline-flex;align-items:center;gap:0;background:#fdfcfb;border:1px solid #f0eee9;border-radius:10px;overflow:hidden;transition:all .2s ease}.quantity-controls:hover{border-color:#e6e2db;box-shadow:0 2px 8px #00000014}.quantity-controls:focus-within{border-color:#000;box-shadow:0 0 0 3px #00000014}@media screen and (max-width: 450px){.quantity-controls{border-radius:8px}}.quantity-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#8b7d6b;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.quantity-btn:hover:not(:disabled){background:#f0eee9;color:#000}.quantity-btn:active:not(:disabled){background:#e6e2db;transform:scale(.95)}.quantity-btn:disabled{opacity:.35;cursor:not-allowed}.quantity-btn--minus{border-right:1px solid #f0eee9}.quantity-btn--plus{border-left:1px solid #f0eee9}@media screen and (max-width: 768px){.quantity-btn{width:36px;height:36px}}@media screen and (max-width: 450px){.quantity-btn{width:34px;height:34px}}.quantity-value{font-size:14px;font-weight:600;min-width:32px;text-align:center;color:#000;padding:0 4px;user-select:none}@media screen and (max-width: 768px){.quantity-value{font-size:14px;min-width:36px}}@media screen and (max-width: 450px){.quantity-value{font-size:13px;min-width:32px}}.item-subtotal{display:flex;flex-direction:column;align-items:flex-end;gap:2px}@media screen and (max-width: 768px){.item-subtotal{text-align:right}}.subtotal-label{font-size:10px;color:#8b7d6b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}@media screen and (max-width: 768px){.subtotal-label{font-size:9px}}@media screen and (max-width: 450px){.subtotal-label{font-size:8px}}.subtotal-value{font-size:18px;font-weight:700;color:#000;letter-spacing:-.02em}@media screen and (max-width: 768px){.subtotal-value{font-size:17px}}@media screen and (max-width: 450px){.subtotal-value{font-size:16px}}.cart-summary__card{width:350px;background:#fff;border:1px solid #f0eee9;border-radius:12px;padding:24px;position:sticky;top:20px;animation:fadeIn .5s ease-out}.cart-summary__card.content-entering{animation:skeletonToContent .45s cubic-bezier(.4,0,.2,1) .1s forwards;opacity:0}.cart-summary__card h3{font-size:20px;font-weight:600;margin:0 0 24px;color:#000}@media screen and (max-width: 991px) and (min-width: 768px){.cart-summary__card{width:300px}}@media screen and (max-width: 768px){.cart-summary__card{width:100%;position:static;padding:16px;border-radius:8px}.cart-summary__card h3{font-size:15px;margin:0 0 16px}}@media screen and (max-width: 450px){.cart-summary__card{padding:14px}.cart-summary__card h3{font-size:14px;margin:0 0 12px}}.summary-breakdown{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media screen and (max-width: 768px){.summary-breakdown{gap:10px;margin-bottom:16px}}@media screen and (max-width: 450px){.summary-breakdown{gap:8px;margin-bottom:12px}}.summary-row{display:flex;justify-content:space-between;align-items:center}.summary-row span:first-child{font-size:14px;color:#8b7d6b}.summary-row span:last-child{font-size:14px;font-weight:500;color:#000}@media screen and (max-width: 768px){.summary-row span:first-child{font-size:12px}.summary-row span:last-child{font-size:12px}}@media screen and (max-width: 450px){.summary-row span:first-child{font-size:11px}.summary-row span:last-child{font-size:11px}}.shipping-note,.tax-note{font-size:12px!important;color:#a8a28e!important;font-style:italic}@media screen and (max-width: 768px){.shipping-note,.tax-note{font-size:10px!important}}.summary-divider{height:1px;background:#f0eee9;margin:8px 0}.total-row span:first-child{font-size:16px;font-weight:600;color:#000}.total-row span:last-child{font-size:18px;font-weight:700;color:#000}@media screen and (max-width: 768px){.total-row span:first-child{font-size:13px}.total-row span:last-child{font-size:14px}}@media screen and (max-width: 450px){.total-row span:first-child{font-size:12px}.total-row span:last-child{font-size:13px}}.cart-actions{text-align:center}.empty-cart__state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;background:#fff;border:1px solid #f0eee9;border-radius:12px;margin:40px 0}.empty-cart__state h3{font-size:24px;font-weight:500;color:#3d3a35;margin:0 0 12px}.empty-cart__state p{font-size:16px;color:#8b7d6b;margin:0 0 32px;max-width:300px}@media screen and (max-width: 768px){.empty-cart__state{padding:40px 16px;margin:16px 0;border-radius:8px}.empty-cart__state h3{font-size:16px;margin:0 0 8px}.empty-cart__state p{font-size:12px;margin:0 0 20px}}@media screen and (max-width: 450px){.empty-cart__state{padding:32px 12px}.empty-cart__state h3{font-size:15px}.empty-cart__state p{font-size:11px;margin:0 0 16px}}.empty-cart__icon{color:#cecab8;margin-bottom:24px}@media screen and (max-width: 768px){.empty-cart__icon{margin-bottom:16px}}.checkout-form .form-section{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.checkout-form .form-section:last-child{margin-bottom:0}@media screen and (max-width: 768px){.checkout-form .form-section{gap:14px;margin-bottom:18px}}.checkout-form .form-group{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 768px){.checkout-form .form-group{gap:5px}}.checkout-form .address-section{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.checkout-form .address-section{gap:10px}}.checkout-form .address-section-header{display:flex;justify-content:space-between;align-items:center}.checkout-form .section-title{font-size:16px;font-weight:500;color:#000;margin:0}@media screen and (max-width: 768px){.checkout-form .section-title{font-size:13px;margin:0}}@media screen and (max-width: 450px){.checkout-form .section-title{font-size:12px}}.checkout-form .address-action-buttons{display:flex;gap:12px;margin-bottom:24px}.checkout-form .address-action-buttons button{width:100%}@media screen and (max-width: 768px){.checkout-form .address-action-buttons{flex-direction:row;gap:6px;margin-bottom:14px}}.checkout-form .billing-toggle{margin-bottom:16px}.checkout-form .billing-toggle .MuiFormControlLabel-root{margin:0}@media screen and (max-width: 768px){.checkout-form .billing-toggle{margin-bottom:10px}}.checkout-form .form-actions{margin-top:24px;display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.checkout-form .form-actions{margin-top:12px;gap:8px}}.checkout-form .MuiTextField-root,.checkout-form .MuiFormControl-root{margin:0!important}.checkout-form .address-form{gap:16px;margin-bottom:0}@media screen and (max-width: 768px){.checkout-form .address-form{gap:10px}}.checkout-form .address-form>div{margin:0!important}.checkout-form .address-form>div[style*=flex]{gap:16px!important}@media screen and (max-width: 768px){.checkout-form .address-form>div[style*=flex]{gap:8px!important}}.checkout-card{background:#fff;border-radius:12px;margin-bottom:0}@media screen and (max-width: 768px){.checkout-card{border-radius:8px;padding:12px 0 0}}@media screen and (max-width: 450px){.checkout-card{padding:10px 0 0}}.address-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:8px 0}@media screen and (max-width: 768px){.address-list-grid{grid-template-columns:1fr;gap:8px;padding:4px 0}}.address-company{font-size:12px;color:#8b7d6b;font-style:italic;margin-top:2px}@media screen and (max-width: 768px){.address-company{font-size:10px}}.address-column{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.address-column{gap:8px}}.address-summary-title{font-size:16px;font-weight:600;color:#000;margin:0 0 8px;letter-spacing:-.1px}@media screen and (max-width: 768px){.address-summary-title{font-size:13px;margin:0 0 5px}}.address-content{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.address-content{gap:8px}}.address-lines{display:flex;flex-direction:column;gap:4px}.address-lines p{margin:0;font-size:14px;color:#5a5448;line-height:1.5}@media screen and (max-width: 768px){.address-lines p{font-size:11px}}@media screen and (max-width: 768px){.address-lines{gap:2px}}.address-name{font-weight:600;color:#000;font-size:15px}@media screen and (max-width: 768px){.address-name{font-size:12px}}.address-city-postal,.address-country{color:#5a5448}.contact-details{display:flex;flex-direction:column;gap:4px;padding-top:8px;border-top:1px solid #f0eee9}.contact-details p{margin:0;font-size:14px;color:#5a5448}@media screen and (max-width: 768px){.contact-details p{font-size:11px}}@media screen and (max-width: 768px){.contact-details{gap:2px;padding-top:6px}}.contact-phone,.contact-email{color:#5a5448}.edit-address-button{margin-top:8px;align-self:flex-start}.shipping-step__section{display:flex;flex-direction:column;gap:24px;margin-top:0;padding:0 24px 24px}.shipping-step__section h4{font-size:18px;font-weight:600;color:#000;margin:0 0 16px;letter-spacing:-.2px;text-transform:none}@media screen and (max-width: 768px){.shipping-step__section h4{font-size:14px;margin:0 0 10px}}@media screen and (max-width: 450px){.shipping-step__section h4{font-size:13px}}@media screen and (max-width: 768px){.shipping-step__section{gap:12px;padding:0 16px 16px}}@media screen and (max-width: 450px){.shipping-step__section{gap:10px;padding:0 12px 12px}}.shipping-options-container{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 768px){.shipping-options-container{gap:6px}}.shipping-option__card{display:flex;align-items:center;padding:12px 14px;border:1px solid #f0eee9;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff;box-shadow:0 1px 3px #0000000a}.shipping-option__card:hover{border-color:#8b7d6b;box-shadow:0 2px 6px #00000014}@media screen and (max-width: 768px){.shipping-option__card:hover{box-shadow:0 1px 4px #00000014}}.shipping-option__card.selected{border-color:#6d214f;background:linear-gradient(135deg,#6d214f0d,#fff);box-shadow:0 2px 6px #6d214f1f}@media screen and (max-width: 768px){.shipping-option__card{padding:8px 10px;border-radius:6px}}@media screen and (max-width: 450px){.shipping-option__card{padding:6px 8px;border-radius:5px}}.shipping-option__label{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}.shipping-option__info{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 768px){.shipping-option__info{gap:2px}}.shipping-option__name{font-size:14px;font-weight:600;margin:0;color:#000;letter-spacing:-.05px}@media screen and (max-width: 768px){.shipping-option__name{font-size:11px}}@media screen and (max-width: 450px){.shipping-option__name{font-size:11px}}.shipping-option__desc{font-size:12px;color:#8b7d6b;margin:0;line-height:1.3}@media screen and (max-width: 768px){.shipping-option__desc{font-size:10px}}@media screen and (max-width: 450px){.shipping-option__desc{font-size:10px}}.shipping-option__price{font-size:15px;font-weight:700;color:#000;letter-spacing:-.1px}@media screen and (max-width: 768px){.shipping-option__price{font-size:12px}}@media screen and (max-width: 450px){.shipping-option__price{font-size:11px}}.shipping-radio{appearance:none;width:18px;height:18px;border:2px solid #f0eee9;border-radius:50%;position:relative;cursor:pointer;margin-right:12px;flex-shrink:0;transition:all .2s ease}.shipping-radio:hover{border-color:#8b7d6b}.shipping-radio:checked{border-color:#6d214f;background:#6d214f}.shipping-radio:checked:after{content:"";display:block;width:8px;height:8px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.shipping-radio{width:14px;height:14px;margin-right:8px}.shipping-radio:checked:after{width:5px;height:5px}}.shipping-loading,.shipping-error,.no-shipping-options,.shipping-validation-message{text-align:center;padding:24px;font-size:14px;border-radius:8px;line-height:1.5}@media screen and (max-width: 768px){.shipping-loading,.shipping-error,.no-shipping-options,.shipping-validation-message{padding:12px;font-size:11px;border-radius:6px}}@media screen and (max-width: 450px){.shipping-loading,.shipping-error,.no-shipping-options,.shipping-validation-message{padding:10px;font-size:10px}}.shipping-loading{color:#8b7d6b;background:#f9f8f6;border:1px solid #f0eee9}.shipping-error{color:#4a1432;background:#e8d8dc;border:1px solid #D4B8C0}.no-shipping-options{color:#8b7d6b;background:#f9f8f6;border:1px solid #f0eee9}.shipping-validation-message{color:#8b7d6b;background:#8b7d6b14;border:1px solid rgba(139,125,107,.15)}.payment-step__section{display:flex;flex-direction:column;gap:24px;margin-top:0;padding:24px}.payment-step__section h4{font-size:16px;font-weight:600;color:#000;margin:0;letter-spacing:-.2px;text-transform:none}@media screen and (max-width: 768px){.payment-step__section h4{font-size:13px;margin:0 0 8px}}@media screen and (max-width: 450px){.payment-step__section h4{font-size:12px}}@media screen and (max-width: 768px){.payment-step__section{gap:12px;padding:14px}}@media screen and (max-width: 450px){.payment-step__section{gap:10px;padding:12px}}.payment-providers-container{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.payment-providers-container{gap:8px}}.payment-provider__card{display:flex;align-items:flex-start;padding:16px;border:2px solid #f0eee9;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff;box-shadow:0 1px 4px #0000000a;gap:12px;position:relative;overflow:hidden}.payment-provider__card:after{content:"✓";position:absolute;top:8px;right:8px;width:24px;height:24px;background:#6d214f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}@media screen and (max-width: 768px){.payment-provider__card:after{width:20px;height:20px;font-size:12px;top:6px;right:6px}}.payment-provider__card:hover{border-color:#8b7d6b;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}@media screen and (max-width: 768px){.payment-provider__card:hover{transform:none;box-shadow:0 2px 6px #00000014}}.payment-provider__card.selected{border-color:#6d214f;border-width:2px;background:linear-gradient(135deg,#6d214f08,#fff);box-shadow:0 4px 16px #6d214f26}.payment-provider__card.selected:after{opacity:1;transform:scale(1)}@media screen and (max-width: 768px){.payment-provider__card{padding:10px 12px;border-radius:8px;gap:8px}}@media screen and (max-width: 450px){.payment-provider__card{padding:8px 10px;border-radius:6px}}.payment-provider__label{display:flex;flex-direction:column;cursor:pointer;flex:1;min-width:0}.payment-provider__info{display:flex;flex-direction:column;gap:8px;width:100%}@media screen and (max-width: 768px){.payment-provider__info{gap:5px}}.payment-provider__header{display:flex;align-items:center;gap:10px}@media screen and (max-width: 768px){.payment-provider__header{gap:6px}}.payment-provider__icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#6d214f14;border-radius:10px;flex-shrink:0;color:#6d214f;transition:all .3s ease}.payment-provider__card:hover .payment-provider__icon{background:#6d214f1f;transform:scale(1.05)}@media screen and (max-width: 768px){.payment-provider__card:hover .payment-provider__icon{transform:none}}.payment-provider__card.selected .payment-provider__icon{background:#6d214f26}@media screen and (max-width: 768px){.payment-provider__icon{width:30px;height:30px;font-size:14px;border-radius:6px}}@media screen and (max-width: 450px){.payment-provider__icon{width:26px;height:26px;font-size:12px}}.payment-provider__name{font-size:14px;font-weight:600;margin:0;color:#000;line-height:1.3;letter-spacing:-.1px}@media screen and (max-width: 768px){.payment-provider__name{font-size:11px}}@media screen and (max-width: 450px){.payment-provider__name{font-size:10px}}.payment-provider__desc{font-size:13px;color:#8b7d6b;margin:0;line-height:1.5}@media screen and (max-width: 768px){.payment-provider__desc{font-size:10px}}@media screen and (max-width: 450px){.payment-provider__desc{font-size:9px}}.payment-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0;margin:0}.payment-providers-container.is-loading{pointer-events:none}.payment-provider__card.disabled{cursor:not-allowed;opacity:.6}.payment-provider__card.disabled:hover{transform:none;box-shadow:0 1px 4px #0000000a;border-color:#f0eee9}.payment-provider__card.loading{opacity:1;border-color:#6d214f}.payment-provider__card.loading .payment-provider__icon{background:#6d214f1a}.payment-provider__card.loading .payment-provider__desc{color:#6d214f;font-style:italic}.payment-provider__card.disabled.selected{opacity:1}.payment-loading,.payment-error,.no-payment-providers{text-align:center;padding:24px;font-size:14px;border-radius:8px;line-height:1.5}@media screen and (max-width: 768px){.payment-loading,.payment-error,.no-payment-providers{padding:12px;font-size:11px;border-radius:6px}}.payment-loading{color:#8b7d6b;background:#f9f8f6;border:1px solid #f0eee9}.payment-error{color:#4a1432;background:#e8d8dc;border:1px solid #D4B8C0}.no-payment-providers{color:#8b7d6b;background:#f9f8f6;border:1px solid #f0eee9}.manual-payment-info{margin-top:0}.manual-payment-card{padding:24px;border:1px solid #f0eee9;border-radius:12px;background:linear-gradient(135deg,#f9f8f6,#fff);box-shadow:0 2px 8px #00000014}.manual-payment-card h5{font-size:15px;font-weight:600;margin:0 0 12px;color:#000;letter-spacing:-.1px}.manual-payment-card p{font-size:14px;color:#5a5448;margin:0;line-height:1.6}@media screen and (max-width: 768px){.manual-payment-card{padding:12px;border-radius:6px}.manual-payment-card h5{font-size:12px;margin:0 0 8px}.manual-payment-card p{font-size:11px}}.upi-payment-container{margin-top:0;padding:24px}@media screen and (max-width: 768px){.upi-payment-container{padding:12px;border-radius:6px}}.upi-payment-header h5{font-size:15px;font-weight:600;margin:0 0 8px;color:#000;letter-spacing:-.1px}@media screen and (max-width: 768px){.upi-payment-header h5{font-size:12px;margin:0 0 5px}}.upi-payment-header p{font-size:14px;color:#8b7d6b;margin:0 0 16px;line-height:1.6}@media screen and (max-width: 768px){.upi-payment-header p{font-size:11px;margin:0 0 10px}}.upi-payment-content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 768px){.upi-payment-content{gap:12px}}.upi-payment-footer{margin-top:24px;padding-top:16px;border-top:1px solid #f0eee9}@media screen and (max-width: 768px){.upi-payment-footer{margin-top:12px;padding-top:10px}}.qr-code-section,.upi-id-section,.transaction-id-section{display:flex;flex-direction:column;gap:12px}.qr-code-section h6,.upi-id-section h6,.transaction-id-section h6{font-size:13px;font-weight:600;margin:0;color:#000;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width: 768px){.qr-code-section h6,.upi-id-section h6,.transaction-id-section h6{font-size:10px}}@media screen and (max-width: 768px){.qr-code-section,.upi-id-section,.transaction-id-section{gap:8px}}.qr-code-container{display:flex;justify-content:center;align-items:center;padding:16px;border-radius:8px;background:#fff;border:1px solid #f0eee9}@media screen and (max-width: 768px){.qr-code-container{padding:10px;border-radius:6px}}.qr-code-note{font-size:12px;color:#8b7d6b;text-align:center;margin:8px 0 0;font-style:italic;line-height:1.5}@media screen and (max-width: 768px){.qr-code-note{font-size:10px;margin:5px 0 0}}.upi-qr-code{width:150px;height:150px;border-radius:8px}@media screen and (max-width: 768px){.upi-qr-code{width:110px;height:110px;border-radius:6px}}.upi-id-container{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #f0eee9;border-radius:8px}@media screen and (max-width: 768px){.upi-id-container{padding:8px 10px;gap:8px;flex-direction:column;align-items:stretch;border-radius:6px}}.upi-id{font-family:Courier New,monospace;font-size:14px;font-weight:500;color:#000;flex:1}@media screen and (max-width: 768px){.upi-id{font-size:11px;text-align:center}}.copy-upi-id-btn{padding:8px 16px;background:#6d214f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.copy-upi-id-btn:hover{background:#5a1940;transform:translateY(-1px);box-shadow:0 2px 8px #6d214f4d}@media screen and (max-width: 768px){.copy-upi-id-btn:hover{transform:none}}@media screen and (max-width: 768px){.copy-upi-id-btn{width:100%;padding:6px 10px;font-size:10px}}.transaction-note{font-size:12px;color:#8b7d6b;line-height:1.6;margin:0}@media screen and (max-width: 768px){.transaction-note{font-size:10px}}.transaction-input-container{display:flex;gap:12px;align-items:stretch}@media screen and (max-width: 768px){.transaction-input-container{flex-direction:column;gap:6px}}.transaction-id-input{flex:1;padding:12px 16px;border:1px solid #f0eee9;border-radius:8px;font-size:14px;outline:none;transition:all .3s ease;background:#fff}.transaction-id-input:hover{border-color:#8b7d6b}.transaction-id-input:focus{border-color:#6d214f;box-shadow:0 0 0 3px #6d214f14}.transaction-id-input:disabled{background:#f9f8f6;cursor:not-allowed;opacity:.6}@media screen and (max-width: 768px){.transaction-id-input{padding:8px 10px;font-size:11px;border-radius:6px}}.submit-transaction-btn{padding:12px 24px;background:#6d214f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.submit-transaction-btn:hover:not(:disabled){background:#5a1940;transform:translateY(-1px);box-shadow:0 2px 8px #6d214f4d}@media screen and (max-width: 768px){.submit-transaction-btn:hover:not(:disabled){transform:none}}.submit-transaction-btn:disabled{background:#cecab8;cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}@media screen and (max-width: 768px){.submit-transaction-btn{width:100%;padding:10px;font-size:11px}}.upi-apps{display:flex;flex-direction:column;gap:8px}.upi-apps p{font-size:12px;color:#8b7d6b;margin:0;font-weight:500}@media screen and (max-width: 768px){.upi-apps p{font-size:10px}}@media screen and (max-width: 768px){.upi-apps{gap:5px}}.upi-app-icons{display:flex;gap:12px;flex-wrap:wrap}.upi-app-icons span{font-size:11px;color:#000;font-weight:600;padding:6px 12px;background:#fff;border:1px solid #f0eee9;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width: 768px){.upi-app-icons span{font-size:9px;padding:4px 8px;border-radius:4px}}@media screen and (max-width: 768px){.upi-app-icons{gap:6px}}.razorpay-payment-container{margin-top:0;padding:24px;border:1px solid #f0eee9;border-radius:12px;background:linear-gradient(135deg,#f9f8f6,#fff);box-shadow:0 2px 8px #00000014}@media screen and (max-width: 768px){.razorpay-payment-container{padding:12px;border-radius:6px}}.stripe-card-input-container{margin-top:0;padding:24px;border:1px solid #f0eee9;border-radius:12px;background:linear-gradient(135deg,#f9f8f6,#fff);box-shadow:0 2x 8px #00000014}.stripe-card-input-container h5{font-size:15px;font-weight:600;margin:0 0 16px;color:#000;letter-spacing:-.1px}@media screen and (max-width: 768px){.stripe-card-input-container{padding:12px;border-radius:6px}.stripe-card-input-container h5{font-size:12px;margin:0 0 10px}}.card-input-fields{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 768px){.card-input-fields{gap:10px}}.card-number-field,.expiry-field,.cvv-field{display:flex;flex-direction:column;gap:8px}.card-number-field label,.expiry-field label,.cvv-field label{font-size:13px;font-weight:600;color:#000;letter-spacing:.3px}@media screen and (max-width: 768px){.card-number-field label,.expiry-field label,.cvv-field label{font-size:10px}}.card-number-field input,.expiry-field input,.cvv-field input{padding:12px 16px;border:1px solid #f0eee9;border-radius:8px;font-size:14px;outline:none;transition:all .3s ease;background:#fff}.card-number-field input:hover,.expiry-field input:hover,.cvv-field input:hover{border-color:#8b7d6b}.card-number-field input:focus,.expiry-field input:focus,.cvv-field input:focus{border-color:#6d214f;box-shadow:0 0 0 3px #6d214f14}@media screen and (max-width: 768px){.card-number-field input,.expiry-field input,.cvv-field input{padding:8px 10px;font-size:11px;border-radius:6px}}@media screen and (max-width: 768px){.card-number-field,.expiry-field,.cvv-field{gap:5px}}.card-details-row{display:flex;gap:16px}@media screen and (max-width: 768px){.card-details-row{gap:8px}}.expiry-field,.cvv-field{flex:1}.stripe-note{font-size:12px;color:#8b7d6b;margin-top:8px;font-style:italic;line-height:1.5}@media screen and (max-width: 768px){.stripe-note{font-size:10px;margin-top:5px}}.order-complete-section{display:flex;flex-direction:column;align-items:center;padding:0}@media screen and (max-width: 768px){.order-complete-section{padding:10px}}@media screen and (max-width: 450px){.order-complete-section{padding:8px}}.order-review-section{margin:0 auto;padding:0}@media screen and (max-width: 768px){.order-review-section{padding:14px 0}}@media screen and (max-width: 450px){.order-review-section{padding:10px 0}}.address-list-grid{display:flex;padding:20px;gap:20px;margin-bottom:8px;flex-wrap:wrap;justify-content:center}@media screen and (max-width: 768px){.address-list-grid{grid-template-columns:1fr;gap:8px;padding:12px;margin-bottom:5px}}.address-card{border:1px solid #f0eee9;border-radius:8px;padding:16px;cursor:pointer;transition:all .3s ease;background-color:#fff}.address-card:hover{border-color:#8b7d6b;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}@media screen and (max-width: 768px){.address-card:hover{transform:none}}.address-card.selected{border-color:#6d214f;background:linear-gradient(135deg,#f9f8f6,#fff);box-shadow:0 2px 8px #6d214f1f}@media screen and (max-width: 768px){.address-card{padding:10px;border-radius:6px}}.address-card-content{width:100%}.address-card-header{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.address-card-header strong{font-size:15px;color:#000;font-weight:600;letter-spacing:-.1px}@media screen and (max-width: 768px){.address-card-header{margin-bottom:6px;gap:2px}.address-card-header strong{font-size:12px}}.address-card-body{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 768px){.address-card-body{gap:2px}}.address-line{font-size:13px;color:#5a5448;line-height:1.5}@media screen and (max-width: 768px){.address-line{font-size:10px}}.address-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:16px}@media screen and (max-width: 768px){.address-list-grid{grid-template-columns:1fr;gap:8px;margin-bottom:10px}}@media screen and (max-width: 450px){.address-list-grid{gap:6px;margin-bottom:8px}}.address-modal-card{background:#fff;border:2px solid #f0eee9;border-radius:8px;padding:16px;transition:all .2s ease;position:relative;display:flex;flex-direction:column;min-height:140px;box-shadow:0 1px 2px #0000000d;cursor:pointer}.address-modal-card:hover{border-color:#8b7d6b;box-shadow:0 2px 8px #00000014}.address-modal-card.selected{border-color:#6d214f;background:linear-gradient(135deg,#6d214f0d,#fff);box-shadow:0 2px 8px #6d214f26}.address-modal-card__content{flex:1}.address-modal-card__info{margin-bottom:12px}.address-modal-card__info-name{margin:0 0 6px;font-size:16px;font-weight:600;color:#1a1a1a;line-height:1.3}@media screen and (max-width: 768px){.address-modal-card__info-name{font-size:12px;margin:0 0 4px}}.address-modal-card__info-company{margin:0 0 2px;font-size:13px;color:#8b7d6b;font-weight:500}@media screen and (max-width: 768px){.address-modal-card__info-company{font-size:10px}}.address-modal-card__info-phone{margin:0;font-size:13px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.address-modal-card__info-phone{font-size:10px}}@media screen and (max-width: 768px){.address-modal-card__info{margin-bottom:8px}}.address-modal-card__address-line{margin:0 0 3px;font-size:13px;color:#8b7d6b;line-height:1.4}.address-modal-card__address-line:last-child{margin-bottom:0}@media screen and (max-width: 768px){.address-modal-card__address-line{font-size:10px;margin:0 0 2px}}.address-modal-card__checkmark{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:#6d214f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 4px #6d214f4d}@media screen and (max-width: 768px){.address-modal-card{padding:10px;min-height:100px}.address-modal-card__info-name{font-size:13px}.address-modal-card__address-line{font-size:10px}.address-modal-card__checkmark{width:18px;height:18px;font-size:11px;top:8px;right:8px}}@media screen and (max-width: 450px){.address-modal-card{padding:8px;min-height:90px}.address-modal-card__info-name{font-size:12px}.address-modal-card__address-line{font-size:9px}.address-modal-card__checkmark{width:16px;height:16px;font-size:10px}}.shopping-cart__section{padding:20px 160px 40px;margin-top:20px;display:flex;flex-direction:column}@media screen and (max-width: 1210px){.shopping-cart__section{padding:10px 60px 40px;margin-top:15px}}@media screen and (max-width: 768px){.shopping-cart__section{padding:10px 15px 20px;margin-top:8px}}@media screen and (max-width: 450px){.shopping-cart__section{padding:10px 12px 15px;margin-top:6px}}.shopping-cart__container{display:flex;flex-direction:column}@media screen and (max-width: 1210px){.shopping-cart__container{padding-top:20px}}@media screen and (max-width: 768px){.shopping-cart__container{padding-top:12px}}.page-title{font-size:18px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;text-align:left;position:relative}.page-title:after{content:"";position:absolute;bottom:-6px;left:0;width:30px;height:2px;background:#000;border-radius:1px}@media screen and (max-width: 768px){.page-title{font-size:14px;letter-spacing:.6px;margin-bottom:12px}.page-title:after{bottom:-4px;width:24px;height:1.5px}}@media screen and (max-width: 450px){.page-title{font-size:13px;letter-spacing:.5px;margin-bottom:10px}}.accordion-item{border:1px solid #f0eee9;border-radius:12px;overflow:hidden;margin-bottom:16px;background:#fff;box-shadow:0 1px 4px #0000000a;transition:all .3s ease}.accordion-item:hover{box-shadow:0 2px 8px #00000014}@media screen and (max-width: 768px){.accordion-item{border-radius:6px;margin-bottom:10px;box-shadow:0 1px 3px #0000000f}}.accordion-header{display:flex;align-items:center;padding:24px;background:#f9f8f6;cursor:pointer;transition:all .3s ease;gap:16px;border:none}.accordion-header:hover:not(.active){background:#f0eee9}.accordion-header.active{background:#6d214f;color:#fff;box-shadow:0 2px 8px #6d214f33}.accordion-header.active .step-number{background:#fff;color:#6d214f;transform:scale(1.05)}.accordion-header.active .accordion-icon{color:#fff}.accordion-header.completed{background:#6d214f;color:#fff}.accordion-header.completed .step-number{background:#fff;color:#6d214f;position:relative}.accordion-header.completed .step-number:after{content:"✓";position:absolute;font-size:12px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion-header.completed .step-number svg{display:none}@media screen and (max-width: 768px){.accordion-header{padding:12px 14px;gap:10px}}.accordion-header-content{display:flex;flex-direction:column;gap:6px;flex-grow:1}.accordion-header-content h3{margin:0;font-size:18px;font-weight:600;letter-spacing:-.2px}@media screen and (max-width: 768px){.accordion-header-content h3{font-size:14px}}.accordion-header-content p{margin:0;font-size:14px;opacity:.8;font-weight:400}@media screen and (max-width: 768px){.accordion-header-content p{font-size:11px}}.accordion-icon{font-size:24px;font-weight:700;transition:transform .3s ease;color:#8b7d6b}@media screen and (max-width: 768px){.accordion-icon{font-size:18px}}.accordion-content{padding:24px;background:#fff;border-top:1px solid #f9f8f6}@media screen and (max-width: 768px){.accordion-content{padding:12px 14px}}.step-number{width:48px;height:48px;border-radius:50%;background:#e6e2db;color:#8b7d6b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0;transition:all .3s ease;position:relative}.step-number svg{font-size:20px}@media screen and (max-width: 768px){.step-number{width:32px;height:32px;font-size:12px}.step-number svg{font-size:14px}}.checkout-step{background:#fff;border-radius:12px;overflow:hidden;padding:0}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;width:100%;margin-top:20px}@media screen and (max-width: 768px){.checkout-grid{grid-template-columns:1fr;gap:14px;margin-top:0}}@media screen and (max-width: 450px){.checkout-grid{gap:12px}}.step-header{margin-bottom:0;padding-top:20px;padding-bottom:20px}.step-header .back-button{padding:6px 12px!important;border-radius:12px}@media screen and (max-width: 768px){.step-header .back-button{padding:4px 12px!important;font-size:12px}}@media screen and (max-width: 768px){.step-header{padding-top:12px;padding-bottom:0}}.step-header h2{margin:0;font-size:24px;font-weight:600;color:#000}@media screen and (max-width: 768px){.step-header h2{font-size:16px}}@media screen and (max-width: 450px){.step-header h2{font-size:15px}}.step-header h3{font-size:20px;font-weight:600;color:#000;margin-bottom:20px}@media screen and (max-width: 768px){.step-header h3{font-size:14px;margin-bottom:12px}}@media screen and (max-width: 450px){.step-header h3{font-size:13px;margin-bottom:10px}}.checkout-progress{padding:30px 20px}@media screen and (max-width: 768px){.checkout-progress{padding:16px 12px}}@media screen and (max-width: 450px){.checkout-progress{padding:12px 10px}}.step-status{margin-bottom:24px;padding:16px;background:linear-gradient(135deg,#f9f8f6,#fff);border-radius:8px;border:1px solid #f0eee9;box-shadow:0 1px 4px #00000005}.status-item{display:flex;align-items:center;gap:12px;padding:8px 0}.status-item.completed{color:#6d214f;font-weight:500}.status-item.active{color:#6d214f;font-weight:600}.status-item.pending{color:#8b7d6b}.status-icon{font-size:18px;font-weight:700;width:20px;text-align:center}.status-text{font-size:14px;font-weight:500}.payment-loading-container{display:flex;justify-content:center;padding:2rem;gap:1rem;align-items:center}.checkout-place-order-button{margin-top:1.5rem}.order-processing-container{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}@media screen and (max-width: 768px){.order-processing-container{min-height:250px;padding:24px 12px}}@media screen and (max-width: 450px){.order-processing-container{min-height:200px;padding:16px 10px}}.order-processing-content{text-align:center;max-width:500px;width:100%}.order-processing-content .processing-icon{margin-bottom:24px;display:flex;justify-content:center}@media screen and (max-width: 768px){.order-processing-content .processing-icon{margin-bottom:16px}}.order-processing-content h3{font-size:24px;font-weight:600;color:#000;margin-bottom:12px}@media screen and (max-width: 768px){.order-processing-content h3{font-size:16px;margin-bottom:8px}}@media screen and (max-width: 450px){.order-processing-content h3{font-size:15px}}.order-processing-content p{font-size:16px;color:#8b7d6b;margin-bottom:32px;line-height:1.5}@media screen and (max-width: 768px){.order-processing-content p{font-size:13px;margin-bottom:20px}}@media screen and (max-width: 450px){.order-processing-content p{font-size:12px;margin-bottom:16px}}.processing-steps{display:flex;flex-direction:column;gap:16px;margin-top:24px}@media screen and (max-width: 768px){.processing-steps{gap:10px;margin-top:14px}}@media screen and (max-width: 450px){.processing-steps{gap:8px;margin-top:12px}}.processing-step{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#fdfcfb;border-radius:8px;transition:all .3s ease}.processing-step.completed{background:#4caf501a;border-left:4px solid #4caf50}.processing-step.completed .step-icon{color:#4caf50;font-weight:700}.processing-step.completed span{color:#2e7d32;font-weight:500}.processing-step.active{background:#6d214f1a;border-left:4px solid #6D214F;animation:pulse 2s infinite}.processing-step.active span{color:#6d214f;font-weight:500}.processing-step.pending{background:#f9f8f6;border-left:4px solid #e6e2db}.processing-step.pending .step-icon{color:#a8a28e}.processing-step.pending span{color:#8b7d6b}.processing-step .step-icon{font-size:16px;font-weight:700;width:20px;text-align:center;color:#a8a28e}@media screen and (max-width: 768px){.processing-step .step-icon{font-size:12px;width:16px}}.processing-step span{font-size:14px;font-weight:400;color:#8b7d6b}@media screen and (max-width: 768px){.processing-step span{font-size:11px}}@media screen and (max-width: 768px){.processing-step{padding:8px 10px;gap:10px;border-radius:6px}}@media screen and (max-width: 450px){.processing-step{padding:6px 8px;gap:8px}}.cart-item-skeleton{display:flex;gap:16px;padding:16px;border:1px solid #f0eee9;border-radius:8px;background:#fff;min-height:120px;align-items:flex-start;box-shadow:0 2px 8px #0000000a;transition:opacity .3s ease-out,transform .3s ease-out}.cart-item-skeleton.staggered-fade-in{animation:staggeredFadeIn .5s ease-out 0s forwards;opacity:0}.cart-item-skeleton.skeleton-exiting{animation:skeletonFadeOut .25s ease-out forwards;pointer-events:none}@media screen and (max-width: 768px){.cart-item-skeleton{flex-direction:row;gap:12px;padding:12px;min-height:100px}}@media screen and (max-width: 450px){.cart-item-skeleton{padding:12px;gap:12px;min-height:90px}}.cart-item-skeleton__image{flex-shrink:0;width:120px;height:120px;border-radius:6px;overflow:hidden;background-color:#f9f8f6}@media screen and (max-width: 768px){.cart-item-skeleton__image{width:100px;height:100px}}@media screen and (max-width: 450px){.cart-item-skeleton__image{width:90px;height:90px}}.cart-item-skeleton__details{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cart-item-skeleton__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px}.cart-item-skeleton__title{flex:1}.cart-item-skeleton__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:4px}.cart-item-skeleton__size{display:flex;align-items:center;gap:6px;font-size:12px;color:#8b7d6b;font-weight:500}.cart-item-skeleton__size-label{width:40px!important}.cart-item-skeleton__size-select{width:60px!important}.cart-item-skeleton__price{font-size:15px;font-weight:600;color:#000}@media screen and (max-width: 450px){.cart-item-skeleton__price{font-size:14px}}.cart-item-skeleton__actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #f9f8f6}@media screen and (max-width: 768px){.cart-item-skeleton__actions{flex-direction:row;gap:16px}}@media screen and (max-width: 450px){.cart-item-skeleton__actions{gap:12px;margin-top:10px;padding-top:10px}}.cart-item-skeleton__quantity-controls{display:flex;align-items:center;gap:2px;background:#fff;border:1px solid #f0eee9;border-radius:8px;padding:4px}.cart-item-skeleton__quantity-btn{width:32px!important;height:32px!important}.cart-item-skeleton__quantity-value{width:20px!important;height:20px!important}.cart-item-skeleton__subtotal{display:flex;flex-direction:column;align-items:flex-end;gap:2px}@media screen and (max-width: 768px){.cart-item-skeleton__subtotal{text-align:right}}.cart-item-skeleton__subtotal-label{width:50px!important;height:12px!important}.cart-item-skeleton__subtotal-value{width:60px!important;height:16px!important}.cart-page-skeleton{width:100%;transition:opacity .3s ease-out,transform .3s ease-out}.cart-page-skeleton.skeleton-exiting{animation:skeletonFadeOut .3s ease-out forwards;pointer-events:none}.cart-page-skeleton__container{display:flex;gap:40px;align-items:flex-start}@media screen and (max-width: 768px){.cart-page-skeleton__container{flex-direction:column;gap:30px}}.cart-page-skeleton__items{flex:1;display:flex;flex-direction:column;gap:20px;width:100%}.cart-page-skeleton__summary{width:350px}@media screen and (max-width: 768px){.cart-page-skeleton__summary{width:100%}}.cart-page-skeleton__title{margin-bottom:24px}.cart-page-skeleton__breakdown{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.cart-page-skeleton__row{display:flex;justify-content:space-between;align-items:center}.cart-page-skeleton__row--total .cart-page-skeleton__label,.cart-page-skeleton__row--total .cart-page-skeleton__value{height:18px}.cart-page-skeleton__label,.cart-page-skeleton__value{height:16px}.cart-page-skeleton__note{height:14px}.cart-page-skeleton__divider{margin:8px 0;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200px 100%;animation:shimmer 2s ease-in-out infinite}.cart-page-skeleton__checkout-btn{width:100%;margin-bottom:12px}.cart-page-skeleton__continue-btn{width:100%}.order-progress{width:100%}@media screen and (max-width: 768px){.order-progress{padding:10px}}@media screen and (max-width: 450px){.order-progress{padding:8px}}.order-progress__placeholder{display:flex;align-items:center;justify-content:center;min-height:100px;text-align:center}@media screen and (max-width: 768px){.order-progress__placeholder{min-height:70px}}.order-progress__placeholder p{color:#8b7d6b;font-size:14px;font-weight:500;margin:0}@media screen and (max-width: 768px){.order-progress__placeholder p{font-size:11px}}.order-details{width:100%;padding:2rem 0}@media screen and (max-width: 768px){.order-details{padding:.75rem 0}}.order-details__container{margin:0 auto;padding:0 1.5rem}@media screen and (max-width: 768px){.order-details__container{padding:0 .75rem}}.order-details__progress-section{margin-bottom:2rem}@media screen and (max-width: 768px){.order-details__progress-section{margin-bottom:1rem}}.order-details__card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden}.order-details__success-message{text-align:center;padding:2rem 1.5rem;background:#faf9f7;border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.order-details__success-message{padding:1rem .75rem}}.order-details__success-message h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:1rem 0 .5rem}@media screen and (max-width: 768px){.order-details__success-message h3{font-size:1.1rem;margin:.75rem 0 .375rem}}.order-details__success-message p{color:#8b7d6b;margin:.5rem 0;font-size:.9375rem;line-height:1.6}@media screen and (max-width: 768px){.order-details__success-message p{font-size:.8125rem;margin:.375rem 0}}.order-details__success-icon{width:64px;height:64px;margin:0 auto}.order-details__success-icon img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 768px){.order-details__success-icon{width:48px;height:48px}}.order-details__actions{padding:1.5rem 2rem;border-top:1px solid #f0eee9}@media screen and (max-width: 768px){.order-details__actions{padding:1rem}}.order-details__section{border-bottom:1px solid #f0eee9}.order-details__section:last-child{border-bottom:none}.order-details__section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#faf9f7;border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.order-details__section-header{padding:1rem}}.order-details__section-header h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:.5px}@media screen and (max-width: 768px){.order-details__section-header h3{font-size:.8125rem}}.order-details__item-count{font-size:.875rem;color:#8b7d6b;font-weight:500}@media screen and (max-width: 768px){.order-details__item-count{font-size:.6875rem}}.order-details__items-list{padding:0}.order-details__item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid #f9f8f6}@media screen and (max-width: 768px){.order-details__item{padding:1rem;flex-direction:row;gap:.5rem}}.order-details__item:last-child{border-bottom:none}.order-details__item-image{width:80px;height:80px;flex-shrink:0;margin-right:1rem;border-radius:6px;overflow:hidden}@media screen and (max-width: 768px){.order-details__item-image{width:50px;height:50px;margin-right:0;margin-bottom:.375rem;align-self:flex-start}}.order-details__item-thumbnail{width:100%;height:100%;object-fit:cover}.order-details__item-info{flex:1}.order-details__item-title{font-size:.9375rem;font-weight:500;color:#1a1a1a;margin:0 0 .25rem}@media screen and (max-width: 768px){.order-details__item-title{font-size:.75rem}}.order-details__item-variant{display:block;font-size:.8125rem;color:#8b7d6b;margin-bottom:.5rem}@media screen and (max-width: 768px){.order-details__item-variant{font-size:.6875rem;margin-bottom:.375rem}}.order-details__item-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8b7d6b}@media screen and (max-width: 768px){.order-details__item-meta{font-size:.6875rem;gap:.375rem}}.order-details__separator{color:#cecab8}.order-details__item-total{font-size:1rem;font-weight:600;color:#1a1a1a;white-space:nowrap;margin-left:1rem}@media screen and (max-width: 768px){.order-details__item-total{margin-left:0;align-self:flex-end}}.order-details__breakdown{padding:1.5rem 2rem;background:#faf9f7}@media screen and (max-width: 768px){.order-details__breakdown{padding:1rem}}.order-details__breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9375rem;color:#8b7d6b}@media screen and (max-width: 768px){.order-details__breakdown-row{font-size:.75rem;padding:.375rem 0}}.order-details__breakdown-row span:last-child{font-weight:500;color:#1a1a1a}.order-details__breakdown-row--discount{color:#6a8a82}.order-details__breakdown-row--discount span:last-child{color:#6a8a82;font-weight:600}.order-details__breakdown-row--total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #f0eee9;font-size:1.125rem;font-weight:600;color:#1a1a1a}.order-details__breakdown-row--total span:last-child{font-size:1.25rem}@media screen and (max-width: 768px){.order-details__breakdown-row--total{font-size:.9375rem;margin-top:.375rem;padding-top:.75rem}.order-details__breakdown-row--total span:last-child{font-size:1rem}}.order-details__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0;border-top:1px solid #f0eee9}@media screen and (max-width: 768px){.order-details__info-grid{grid-template-columns:1fr}}.order-details__info-section{padding:1.5rem 2rem;border-right:1px solid #f0eee9;border-bottom:1px solid #f0eee9}@media screen and (max-width: 768px){.order-details__info-section{padding:1rem;border-right:none}.order-details__info-section:last-child{border-bottom:none}}@media (min-width: 768px){.order-details__info-section:nth-child(2n){border-right:none}}@media (min-width: 768px){.order-details__info-section:last-child,.order-details__info-section:nth-last-child(2){border-bottom:none}}.order-details__info-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width: 768px){.order-details__info-title{font-size:.6875rem;margin:0 0 .75rem}}.order-details__info-content p{margin:.375rem 0;font-size:.9375rem;color:#8b7d6b;line-height:1.6}@media screen and (max-width: 768px){.order-details__info-content p{font-size:.75rem;margin:.25rem 0}}.order-details__name{font-weight:500;color:#1a1a1a!important;margin-bottom:.5rem!important}.order-details__contact{color:#8b7d6b!important;font-size:.875rem!important;margin-top:.5rem!important}.order-details__method-name{font-weight:500;color:#1a1a1a!important}.order-details__method-price{font-size:.875rem!important;margin-top:.25rem!important}.order-details__shipped-date{font-size:.8125rem!important;color:#6a8a82!important;margin-top:.5rem!important}.order-details__payment-method{font-weight:500;color:#1a1a1a!important;margin-bottom:.75rem!important}.order-details__status-badge{display:inline-block;padding:.375rem .75rem;border-radius:4px;font-size:.8125rem;font-weight:500;margin-bottom:.75rem}.order-details__status-badge--success{background:#f0f5f3;color:#3a5248}.order-details__status-badge--warning{background:#fff9e6;color:#886f1d}.order-details__status-badge--danger,.order-details__status-badge--error{background:#e8d8dc;color:#4a1432}.order-details__status-badge--info{background:#f2f5f8;color:#0f1b2a}.order-details__status-badge--primary{background:#1a1a1a1f;color:#1a1a1a}.order-details__status-badge--default{background:#f9f8f6;color:#8b7d6b}.order-details__payment-details{border-top:1px solid #f9f8f6}.order-details__payment-details p{font-size:.8125rem!important;color:#8b7d6b!important;margin:.25rem 0!important}.order-details__payment-details p span{font-weight:500;color:#8b7d6b}.order-details__loading-state,.order-details__error-state,.order-details__no-data{padding:3rem 1.5rem;text-align:center;color:#8b7d6b}.order-details__loading-spinner{width:40px;height:40px;border:3px solid #f0eee9;border-top:3px solid #1a1a1a;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.order-details__error-message{font-size:.875rem;color:#6d214f;margin-top:.5rem}.order-details__no-data{font-size:.9375rem;color:#8b7d6b}.order-header{width:100%;background:#fff}.order-header--collapsible{cursor:pointer;transition:background-color .2s ease;position:relative;border-bottom:1px solid transparent}.order-header--collapsible:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#3e5a7a,#2c3e50);opacity:0;transition:opacity .3s ease}.order-header--expanded{background-color:#fdfcfb;border-bottom-color:#f0eee9}.order-header--expanded:before{opacity:1}.order-header__main{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;gap:24px}@media screen and (max-width: 768px){.order-header__main{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 14px}}@media screen and (max-width: 450px){.order-header__main{padding:10px 12px;gap:10px}}.order-header__left{display:flex;align-items:flex-start;gap:14px;flex:1;min-width:0}@media screen and (max-width: 768px){.order-header__left{width:100%;gap:10px}}@media screen and (max-width: 450px){.order-header__left{gap:8px}}.order-header__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.order-header__title-row{display:flex;align-items:center;gap:12px;margin-bottom:4px;flex-wrap:wrap}.order-header__title-row h3{font-size:18px;font-weight:700;color:#000;margin:0;white-space:nowrap;letter-spacing:-.02em}@media screen and (max-width: 768px){.order-header__title-row h3{font-size:14px}}@media screen and (max-width: 450px){.order-header__title-row h3{font-size:13px}}@media screen and (max-width: 768px){.order-header__title-row{gap:6px}}@media screen and (max-width: 450px){.order-header__title-row{flex-direction:column;align-items:flex-start;gap:4px}}.order-header__status-chip{padding:5px 10px;border-radius:14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border:1px solid}.order-header__status-chip--success{background-color:#f0f5f3;color:#6a8a82;border-color:#e5eae8}.order-header__status-chip--warning{background-color:#fff9e6;color:#d4af37;border-color:#ffd74c}.order-header__status-chip--error{background-color:#e8d8dc;color:#6d214f;border-color:#e8d8dc}.order-header__status-chip--default{background-color:#f9f8f6;color:#8b7d6b;border-color:#f0eee9}@media screen and (max-width: 768px){.order-header__status-chip{font-size:9px;padding:3px 7px}}@media screen and (max-width: 450px){.order-header__status-chip{font-size:9px}}.order-header__details-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:6px}.order-header__date,.order-header__location{font-size:13px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.order-header__date,.order-header__location{font-size:11px}}.order-header__right{display:flex;align-items:center;gap:20px;flex-shrink:0}@media screen and (max-width: 768px){.order-header__right{width:100%;justify-content:flex-end;gap:10px}}@media screen and (max-width: 450px){.order-header__right{flex-direction:row;justify-content:end;align-items:center;gap:8px;width:100%}}.order-header__total-info{text-align:right;min-width:140px}@media screen and (max-width: 768px){.order-header__total-info{text-align:right;min-width:100px}}@media screen and (max-width: 450px){.order-header__total-info{text-align:right;padding:8px 10px;min-width:90px}}.order-header__info-label{font-size:10px;font-weight:600;color:#8b7d6b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}@media screen and (max-width: 768px){.order-header__info-label{font-size:9px;margin-bottom:3px}}.order-header__info-value{font-size:13px;font-weight:600;color:#000;line-height:1.3}@media screen and (max-width: 768px){.order-header__info-value{font-size:11px}}.order-header__total-amount{font-size:20px;font-weight:700;color:#2c3e50;letter-spacing:-.01em}@media screen and (max-width: 768px){.order-header__total-amount{font-size:16px}}@media screen and (max-width: 450px){.order-header__total-amount{font-size:14px}}.order-header__menu-container{position:relative}.order-header__menu-button{background:none;border:1px solid #f0eee9;cursor:pointer;padding:8px;border-radius:8px;color:#8b7d6b;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.order-header__menu-button:hover{background-color:#f9f8f6;color:#2c3e50;border-color:#3e5a7a}.order-header__dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #f0eee9;border-radius:10px;box-shadow:0 4px 16px #0000001f;z-index:1000;min-width:200px;padding:6px 0;margin-top:4px}@media screen and (max-width: 768px){.order-header__dropdown-menu{min-width:160px;padding:4px 0}}@media screen and (max-width: 450px){.order-header__dropdown-menu{min-width:140px}}.order-header__menu-item{width:100%;background:none;border:none;padding:11px 16px;text-align:left;cursor:pointer;font-size:14px;color:#000;display:flex;align-items:center;gap:12px;transition:all .2s ease;font-weight:500}.order-header__menu-item:hover{background-color:#fdfcfb;color:#2c3e50}.order-header__menu-item:disabled{opacity:.5;cursor:not-allowed;background-color:transparent}.order-header__menu-item svg{flex-shrink:0;color:#8b7d6b}.order-header__menu-item:hover svg{color:#2c3e50}@media screen and (max-width: 768px){.order-header__menu-item{padding:9px 12px;font-size:12px;gap:8px}}@media screen and (max-width: 450px){.order-header__menu-item{padding:8px 10px;font-size:11px}}.order-header__footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 20px;border-top:1px solid #f0eee9}@media screen and (max-width: 768px){.order-header__footer{padding:12px 14px 14px}}.order-header__meta{display:flex;gap:20px;flex-wrap:wrap}@media screen and (max-width: 768px){.order-header__meta{gap:12px}}.order-header__meta-item{font-size:13px;color:#8b7d6b;font-weight:500}@media screen and (max-width: 768px){.order-header__meta-item{font-size:11px}}.order-header__expand-button{display:flex;align-items:center;gap:8px;padding:9px 18px;background-color:#2c3e50;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-transform:none;box-shadow:0 1px 3px #1976d233}.order-header__expand-button:hover{background-color:#1a2c3d;box-shadow:0 2px 6px #1976d24d;transform:translateY(-1px)}.order-header__expand-button:active{transform:translateY(0);box-shadow:0 1px 2px #1976d233}@media screen and (max-width: 768px){.order-header__expand-button{padding:7px 12px;font-size:11px;gap:6px}}.order-header__list{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:1px solid #f9f8f6;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.order-header__list:hover{border-color:#6d214f;box-shadow:0 2px 8px #c229281a}@media screen and (max-width: 768px){.order-header__list{padding:10px 12px}}.order-header__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;flex:1}@media screen and (max-width: 768px){.order-header__grid{grid-template-columns:1fr;gap:6px}}.order-header__label{font-size:12px;font-weight:500;color:#8b7d6b;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width: 768px){.order-header__label{font-size:10px}}.order-header__value{font-size:14px;font-weight:600;color:#3d3a35}@media screen and (max-width: 768px){.order-header__value{font-size:12px}}.order-header__arrow{font-size:18px;color:#8b7d6b;font-weight:700}@media screen and (max-width: 768px){.order-header__arrow{font-size:14px}}.order-listing__filters{margin-bottom:24px}@media screen and (max-width: 768px){.order-listing__filters{margin-bottom:16px}}@media screen and (max-width: 450px){.order-listing__filters{margin-bottom:12px}}.order-listing__filter-box{background:linear-gradient(135deg,#fff,#f8f6f0);border:1px solid #f0eee9;border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px #0000001a;transition:all .25s ease;display:flex;align-items:center;justify-content:space-between;gap:16px}.order-listing__filter-box:hover{border-color:#8b7d6b;box-shadow:0 4px 16px #00000026}@media screen and (max-width: 768px){.order-listing__filter-box{padding:12px 14px;border-radius:10px;gap:12px}}@media screen and (max-width: 450px){.order-listing__filter-box{padding:10px 12px;border-radius:8px;flex-direction:column;align-items:stretch;gap:10px}}.order-listing__filter-header{display:flex;align-items:center;gap:10px;flex-shrink:0}@media screen and (max-width: 768px){.order-listing__filter-header{gap:8px}}@media screen and (max-width: 450px){.order-listing__filter-header{gap:8px}}.order-listing__filter-badge{font-size:14px;background:linear-gradient(135deg,#1a1a1a,#3d3a35);color:#fff;width:36px;height:36px;min-width:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}@media screen and (max-width: 768px){.order-listing__filter-badge{width:32px;height:32px;min-width:32px;font-size:12px;border-radius:8px}}@media screen and (max-width: 450px){.order-listing__filter-badge{width:28px;height:28px;min-width:28px;font-size:11px;border-radius:6px}}.order-listing__filter-title{font-size:15px;font-weight:600;color:#1a1a1a;letter-spacing:.02em;white-space:nowrap}@media screen and (max-width: 768px){.order-listing__filter-title{font-size:13px}}@media screen and (max-width: 450px){.order-listing__filter-title{font-size:12px}}.order-listing__filter-select-wrapper{position:relative;display:flex;align-items:center;flex:1;max-width:280px}@media screen and (max-width: 450px){.order-listing__filter-select-wrapper{max-width:100%}}.order-listing__filter-select{flex:1;padding:12px 40px 12px 16px;background:#fff;border:1.5px solid #f0eee9;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:all .2s ease;min-height:44px}.order-listing__filter-select:hover{border-color:#8b7d6b;background:#faf9f7}.order-listing__filter-select:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af3726}.order-listing__filter-select option{padding:12px;background-color:#fff;color:#1a1a1a;font-weight:500}@media screen and (max-width: 768px){.order-listing__filter-select{padding:10px 36px 10px 14px;font-size:13px;min-height:40px}}@media screen and (max-width: 450px){.order-listing__filter-select{padding:10px 32px 10px 12px;font-size:13px;min-height:44px}}.order-listing__dropdown-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#8b7d6b;font-size:12px;pointer-events:none;transition:all .2s ease}@media screen and (max-width: 768px){.order-listing__dropdown-arrow{right:12px;font-size:11px}}@media screen and (max-width: 450px){.order-listing__dropdown-arrow{right:10px;font-size:10px}}.order-listing__filter-select:focus+.order-listing__dropdown-arrow{color:#d4af37;transform:translateY(-50%) rotate(180deg)}.order-listing__grid{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.order-listing__grid{gap:10px}}@media screen and (max-width: 450px){.order-listing__grid{gap:8px}}.order-listing__no-orders{text-align:center;padding:60px 32px;background:linear-gradient(135deg,#fff,#f8f6f0);border-radius:16px;border:1px solid #f0eee9;box-shadow:0 4px 16px #0000001a;margin:24px auto 0;max-width:520px}.order-listing__no-orders h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px;letter-spacing:.02em}@media screen and (max-width: 768px){.order-listing__no-orders h3{font-size:17px}}@media screen and (max-width: 450px){.order-listing__no-orders h3{font-size:15px}}.order-listing__no-orders p{font-size:14px;color:#8b7d6b;max-width:360px;margin:0 auto 24px;line-height:1.6}@media screen and (max-width: 768px){.order-listing__no-orders p{font-size:13px;margin:0 0 20px}}@media screen and (max-width: 450px){.order-listing__no-orders p{font-size:12px;margin:0 0 18px}}@media screen and (max-width: 768px){.order-listing__no-orders{padding:48px 24px;border-radius:12px;margin:16px auto 0}}@media screen and (max-width: 450px){.order-listing__no-orders{padding:40px 20px;border-radius:10px;margin:12px 0 0;max-width:100%}}.order-listing__no-orders-icon{color:#8b7d6b;margin-bottom:20px;opacity:.8}@media screen and (max-width: 768px){.order-listing__no-orders-icon{margin-bottom:16px}}@media screen and (max-width: 450px){.order-listing__no-orders-icon{margin-bottom:14px}}.order-listing__primary-button,.order-listing__retry-button{text-transform:none!important;font-weight:600!important;padding:12px 28px!important;border-radius:8px!important;font-size:14px!important;background:#1a1a1a!important;color:#fff!important;box-shadow:0 2px 8px #00000026!important;transition:all .2s ease!important;min-height:44px}.order-listing__primary-button:hover,.order-listing__retry-button:hover{background:#333!important;box-shadow:0 4px 12px #0003!important;transform:translateY(-1px)}@media screen and (max-width: 768px){.order-listing__primary-button,.order-listing__retry-button{padding:10px 24px!important;font-size:13px!important}}@media screen and (max-width: 450px){.order-listing__primary-button,.order-listing__retry-button{padding:10px 20px!important;font-size:13px!important;width:100%;max-width:200px}}.order-listing__modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}@media screen and (max-width: 768px){.order-listing__modal-overlay{padding:16px}}@media screen and (max-width: 450px){.order-listing__modal-overlay{padding:12px}}.order-listing__modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column}@media screen and (max-width: 768px){.order-listing__modal-content{max-width:none;max-height:calc(100svh - 32px)!important;max-height:calc(100svh - 32px - env(keyboard-inset-height,0px))!important}}@supports not (max-height: 100svh){@media screen and (max-width: 768px){.order-listing__modal-content{max-height:calc(100dvh - 32px)!important;max-height:calc(100dvh - 32px - env(keyboard-inset-height,0px))!important}}}.order-listing__modal-content{max-width:800px;border-radius:16px;box-shadow:0 8px 32px #0003;border:1px solid #f0eee9}@media screen and (max-width: 768px){.order-listing__modal-content{max-width:calc(100vw - 24px);margin:12px;border-radius:12px;max-height:calc(100svh - 24px)}}@media screen and (max-width: 450px){.order-listing__modal-content{max-width:100vw;margin:0;border-radius:16px 16px 0 0;max-height:95svh;position:fixed;bottom:0;left:0;right:0;animation:slideUp .3s ease-out}}.order-listing__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f9f8f6}@media screen and (max-width: 768px){.order-listing__modal-header{padding:16px 20px}}.order-listing__modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}@media screen and (max-width: 450px){.order-listing__modal-header h3{font-size:18px}}.order-listing__modal-header{justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0eee9;background:#faf9f7;border-radius:16px 16px 0 0}@media screen and (max-width: 768px){.order-listing__modal-header{padding:14px 16px;border-radius:12px 12px 0 0}}@media screen and (max-width: 450px){.order-listing__modal-header{padding:14px 16px;border-radius:16px 16px 0 0}.order-listing__modal-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#e6e2db;border-radius:2px}}.order-listing__modal-close-button{background:none;border:none;font-size:24px;color:#8b7d6b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.order-listing__modal-close-button:hover{background-color:#f8f6f0;color:#1a1a1a}.order-listing__modal-close-button{padding:8px;border-radius:8px;width:36px;height:36px;min-width:36px;background-color:#fff;border:1px solid #f0eee9;color:#8b7d6b;transition:all .2s ease}.order-listing__modal-close-button:hover{background-color:#f9f8f6;border-color:#8b7d6b;color:#1a1a1a}@media screen and (max-width: 768px){.order-listing__modal-close-button{width:40px;height:40px;min-width:40px}}@media screen and (max-width: 450px){.order-listing__modal-close-button{width:44px;height:44px;min-width:44px}}.order-listing__modal-body{padding:24px;overflow-y:auto;flex:1}@media screen and (max-width: 768px){.order-listing__modal-body{padding:20px}}@media screen and (max-width: 450px){.order-listing__modal-body{padding:16px}}.order-listing__modal-body{padding:0;max-height:calc(90vh - 68px);background:#fff}@media screen and (max-width: 768px){.order-listing__modal-body{max-height:calc(100svh - 88px)!important}}@media screen and (max-width: 450px){.order-listing__modal-body{max-height:calc(95svh - 72px)!important;padding:0;border-radius:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.order-listing__modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;min-height:200px}.order-listing__modal-loading p{color:#8b7d6b;font-size:14px;margin:0;font-weight:500}@media screen and (max-width: 768px){.order-listing__modal-loading{padding:40px 20px;min-height:180px}.order-listing__modal-loading p{font-size:13px}}@media screen and (max-width: 450px){.order-listing__modal-loading{padding:36px 16px;min-height:160px}.order-listing__modal-loading p{font-size:13px}}.order-listing__loading-spinner{width:40px;height:40px;border:3px solid #f0eee9;border-top:3px solid #1a1a1a;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@media screen and (max-width: 768px){.order-listing__loading-spinner{width:36px;height:36px;margin-bottom:14px}}@media screen and (max-width: 450px){.order-listing__loading-spinner{width:32px;height:32px;margin-bottom:12px}}.order-listing__modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;min-height:200px}.order-listing__modal-error p{color:#4a1432;font-size:14px;margin:0 0 16px;font-weight:500}@media screen and (max-width: 768px){.order-listing__modal-error{padding:40px 20px;min-height:180px}.order-listing__modal-error p{font-size:13px;margin:0 0 14px}}@media screen and (max-width: 450px){.order-listing__modal-error{padding:36px 16px;min-height:160px}.order-listing__modal-error p{font-size:13px;margin:0 0 12px}}.order-listing__card{width:100%;background:#fff;border-radius:12px;border:1px solid #f0eee9;overflow:hidden;box-shadow:0 2px 8px #0000001a;padding:20px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}@media screen and (max-width: 768px){.order-listing__card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px;border-radius:10px}}@media screen and (max-width: 450px){.order-listing__card{gap:10px;padding:14px;border-radius:8px}}.order-listing__card-link{text-decoration:none;color:inherit;transition:transform .2s ease}.order-listing__card-link:hover .order-listing__card{background:#faf9f7;border-color:#8b7d6b;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.order-listing__order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;flex:1}@media screen and (max-width: 768px){.order-listing__order-grid{grid-template-columns:repeat(2,1fr);gap:14px;width:100%}}@media screen and (max-width: 450px){.order-listing__order-grid{display:flex;flex-direction:column;gap:8px;width:100%;flex:1}}.order-listing__order-info{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 768px){.order-listing__order-info{gap:3px}}@media screen and (max-width: 450px){.order-listing__order-info{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}}.order-listing__order-label{font-size:11px;font-weight:600;color:#8b7d6b;text-transform:uppercase;letter-spacing:.8px}@media screen and (max-width: 768px){.order-listing__order-label{font-size:10px;letter-spacing:.6px}}@media screen and (max-width: 450px){.order-listing__order-label{font-size:12px;letter-spacing:.4px;flex-shrink:0}}.order-listing__order-value{font-size:14px;color:#1a1a1a;font-weight:500}@media screen and (max-width: 768px){.order-listing__order-value{font-size:13px}}@media screen and (max-width: 450px){.order-listing__order-value{font-size:13px;text-align:right}}.order-listing__mobile-layout{display:none;width:100%}@media screen and (max-width: 450px){.order-listing__mobile-layout{display:flex;flex-direction:column;gap:12px}}.order-listing__mobile-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:12px}.order-listing__mobile-header .order-listing__order-info{flex-direction:column;gap:2px;align-items:flex-start}.order-listing__mobile-header .order-listing__order-info:last-child{align-items:flex-end}.order-listing__mobile-details{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:10px;border-top:1px solid #f9f8f6;gap:16px}.order-listing__mobile-details .order-listing__order-info{flex-direction:column;gap:2px;align-items:flex-start}.order-listing__mobile-details .order-listing__order-info:last-child{align-items:flex-end}.order-listing__desktop-layout{display:block;width:100%}@media screen and (max-width: 450px){.order-listing__desktop-layout{display:none}}.order-listing__order-id{font-weight:700;font-size:16px;color:#1a1a1a!important}@media screen and (max-width: 768px){.order-listing__order-id{font-size:15px}}@media screen and (max-width: 450px){.order-listing__order-id{font-size:15px}}.order-listing__status-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;line-height:1.4;width:fit-content;min-width:80px;text-align:center;text-transform:capitalize;letter-spacing:.3px}@media screen and (max-width: 768px){.order-listing__status-badge{font-size:10px;padding:4px 10px;min-width:72px}}@media screen and (max-width: 450px){.order-listing__status-badge{font-size:10px;padding:4px 10px;min-width:68px;border-radius:16px}}.order-listing__status-badge--success{background-color:#6a8a8226;color:#3a5248;border:1px solid rgba(106,138,130,.25)}.order-listing__status-badge--warning{background-color:#d4af3726;color:#886f1d;border:1px solid rgba(212,175,55,.25)}.order-listing__status-badge--error{background-color:#6d214f1f;color:#4a1432;border:1px solid rgba(109,33,79,.2)}.order-listing__status-badge--info{background-color:#2c3e501f;color:#1a252f;border:1px solid rgba(44,62,80,.2)}.order-listing__status-badge--primary{background-color:#1a1a1a14;color:#1a1a1a;border:1px solid rgba(26,26,26,.15)}.order-listing__status-badge--default{background-color:#f9f8f6;color:#8b7d6b;border:1px solid #f0eee9}.order-listing__header-list{width:100%;background:#fff;border-radius:12px;border:1px solid #f0eee9;overflow:hidden;box-shadow:0 1px 4px #0000001a;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;cursor:pointer;gap:16px;position:relative}.order-listing__header-list:hover{border-color:#8b7d6b;box-shadow:0 4px 16px #00000026;background:#faf9f7}.order-listing__header-list:active{transform:scale(.995);box-shadow:0 2px 8px #0000001a}.order-listing__header-list:after{content:"";position:absolute;top:50%;right:20px;width:8px;height:8px;border:2px solid #8B7D6B;border-left:none;border-bottom:none;transform:translateY(-50%) rotate(45deg);transition:all .2s ease;flex-shrink:0}.order-listing__header-list:hover:after{border-color:#d4af37;right:16px}@media screen and (max-width: 768px){.order-listing__header-list{padding:16px;border-radius:10px;gap:12px}.order-listing__header-list:after{right:16px;width:7px;height:7px}.order-listing__header-list:hover:after{right:12px}}@media screen and (max-width: 450px){.order-listing__header-list{padding:14px;border-radius:10px;gap:10px}.order-listing__header-list:after{display:none}}.order-listing__load-more{display:flex;justify-content:center;margin-top:28px;padding:16px 0}@media screen and (max-width: 768px){.order-listing__load-more{margin-top:20px;padding:12px 0}}@media screen and (max-width: 450px){.order-listing__load-more{margin-top:16px;padding:8px 0}}.order-listing__load-more-button{min-width:180px;padding:12px 28px!important;font-size:14px!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;border:1.5px solid #1a1a1a!important;color:#1a1a1a!important;background:transparent!important;transition:all .2s ease!important;min-height:44px}.order-listing__load-more-button:hover{background:#1a1a1a!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #00000026!important}.order-listing__load-more-button:active{transform:translateY(0)}.order-listing__load-more-button:disabled{border-color:#e6e2db!important;color:#cecab8!important;background-color:transparent!important;cursor:not-allowed;box-shadow:none!important}@media screen and (max-width: 768px){.order-listing__load-more-button{min-width:160px;padding:10px 24px!important;font-size:13px!important}}@media screen and (max-width: 450px){.order-listing__load-more-button{min-width:100%;max-width:300px;padding:12px 20px!important;font-size:13px!important}}@supports not (max-height: 100svh){@media screen and (max-width: 768px){.order-listing__modal-content{max-height:calc(100dvh - 24px)!important}.order-listing__modal-body{max-height:calc(100dvh - 88px)!important}}}.transfer-request__trigger-button{background:#f9f8f6;color:#3d3a35}.transfer-request__trigger-button:hover{background:#f0eee9;border-color:#6d214f;color:#6d214f}.transfer-request__overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}@media screen and (max-width: 768px){.transfer-request__overlay{padding:16px}}@media screen and (max-width: 450px){.transfer-request__overlay{padding:12px}}.transfer-request__modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column}@media screen and (max-width: 768px){.transfer-request__modal{max-width:none;max-height:calc(100svh - 32px)!important;max-height:calc(100svh - 32px - env(keyboard-inset-height,0px))!important}}@supports not (max-height: 100svh){@media screen and (max-width: 768px){.transfer-request__modal{max-height:calc(100dvh - 32px)!important;max-height:calc(100dvh - 32px - env(keyboard-inset-height,0px))!important}}}.transfer-request__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f9f8f6}@media screen and (max-width: 768px){.transfer-request__modal-header{padding:16px 20px}}.transfer-request__modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}@media screen and (max-width: 450px){.transfer-request__modal-header h3{font-size:18px}}.transfer-request__modal-header{padding-top:24px;margin-bottom:0;border-bottom:none}.transfer-request__modal-close{background:none;border:none;font-size:24px;color:#8b7d6b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.transfer-request__modal-close:hover{background-color:#f8f6f0;color:#1a1a1a}.transfer-request__modal-content{padding:24px;overflow-y:auto;flex:1}@media screen and (max-width: 768px){.transfer-request__modal-content{padding:20px}}@media screen and (max-width: 450px){.transfer-request__modal-content{padding:16px}}.transfer-request__modal-content{padding-top:0}.transfer-request__modal-description{margin:0 0 20px;font-size:14px;color:#8b7d6b;line-height:1.5}.transfer-request__form{display:flex;flex-direction:column;gap:16px}.transfer-request__form-group{display:flex;flex-direction:column;gap:8px}.transfer-request__form-label{font-size:14px;font-weight:500;color:#1a1a1a}.transfer-request__form-input{padding:12px 16px;border:1px solid #f0eee9;border-radius:6px;font-size:14px;color:#1a1a1a;background:#fff;transition:border-color .2s ease}.transfer-request__form-input:focus{outline:none;border-color:#6d214f;box-shadow:0 0 0 3px #6d214f1a}.transfer-request__form-input::placeholder{color:#a8a28e}@media screen and (max-width: 450px){.transfer-request__form-input{padding:10px 12px;font-size:16px}}.transfer-request__form-error{padding:12px;background:#e8d8dc;border:1px solid #D4B8C0;border-radius:6px;color:#4a1432;font-size:14px}.transfer-request__form-error span{display:block}.transfer-request__form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}@media screen and (max-width: 768px){.transfer-request__form-actions{flex-direction:column}}@media screen and (max-width: 768px){.transfer-request__form-button{width:100%;padding:12px}}.orders-page__skeleton{display:flex;flex-direction:column;gap:24px;margin:30px auto 0;max-width:1400px;padding:0 20px}@media screen and (max-width: 768px){.orders-page__skeleton{padding:0 16px;gap:20px}}@media screen and (max-width: 450px){.orders-page__skeleton{padding:0 12px;gap:16px}}.orders-page__skeleton-filter{background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:12px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #f0eee9}@media screen and (max-width: 768px){.orders-page__skeleton-filter{padding:12px 14px;border-radius:10px;gap:12px}}@media screen and (max-width: 450px){.orders-page__skeleton-filter{padding:10px 12px;border-radius:8px;flex-direction:column;align-items:stretch;gap:10px}}.orders-page__skeleton-filter-header{display:flex;align-items:center;gap:10px;flex-shrink:0}@media screen and (max-width: 768px){.orders-page__skeleton-filter-header{gap:8px}}@media screen and (max-width: 450px){.orders-page__skeleton-filter-header{gap:8px}}.orders-page__skeleton-filter-badge{width:36px;height:36px;background:linear-gradient(90deg,#f0eee9,#e6e2db,#f0eee9);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:10px}@media screen and (max-width: 768px){.orders-page__skeleton-filter-badge{width:32px;height:32px;border-radius:8px}}@media screen and (max-width: 450px){.orders-page__skeleton-filter-badge{width:28px;height:28px;border-radius:6px}}.orders-page__skeleton-filter-title{height:15px;width:100px;background:linear-gradient(90deg,#f0eee9,#e6e2db,#f0eee9);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px}@media screen and (max-width: 768px){.orders-page__skeleton-filter-title{height:13px;width:90px}}@media screen and (max-width: 450px){.orders-page__skeleton-filter-title{height:12px;width:80px}}.orders-page__skeleton-filter-select{flex:1;height:44px;max-width:280px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:8px;border:1.5px solid #f0eee9}@media screen and (max-width: 768px){.orders-page__skeleton-filter-select{height:40px}}@media screen and (max-width: 450px){.orders-page__skeleton-filter-select{max-width:100%;height:44px}}.orders-page__skeleton-grid{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.orders-page__skeleton-grid{gap:10px}}@media screen and (max-width: 450px){.orders-page__skeleton-grid{gap:8px}}.orders-page__skeleton-card{width:100%;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:12px;border:1px solid #f0eee9;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}@media screen and (max-width: 768px){.orders-page__skeleton-card{padding:16px;border-radius:10px;gap:12px}}@media screen and (max-width: 450px){.orders-page__skeleton-card{padding:14px;border-radius:10px;gap:10px}}.orders-page__skeleton-mobile-layout{display:none;width:100%}@media screen and (max-width: 450px){.orders-page__skeleton-mobile-layout{display:flex;flex-direction:column;gap:12px}}.orders-page__skeleton-mobile-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:12px}.orders-page__skeleton-mobile-details{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:10px;border-top:1px solid #f9f8f6;gap:16px}.orders-page__skeleton-desktop-layout{display:block;width:100%}@media screen and (max-width: 450px){.orders-page__skeleton-desktop-layout{display:none}}.orders-page__skeleton-order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;width:100%}@media screen and (max-width: 768px){.orders-page__skeleton-order-grid{gap:12px}}@media screen and (max-width: 450px){.orders-page__skeleton-order-grid{display:none}}.orders-page__skeleton-order-info{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.orders-page__skeleton-order-info:last-child{align-items:flex-end}.orders-page__skeleton-order-label{height:12px;width:40px;background:linear-gradient(90deg,#f0eee9,#e6e2db,#f0eee9);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:3px}@media screen and (max-width: 768px){.orders-page__skeleton-order-label{height:11px;width:36px}}@media screen and (max-width: 450px){.orders-page__skeleton-order-label{height:10px;width:32px}}.orders-page__skeleton-order-value{height:16px;width:80px;background:linear-gradient(90deg,#f0eee9,#e6e2db,#f0eee9);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px}@media screen and (max-width: 768px){.orders-page__skeleton-order-value{height:15px;width:70px}}@media screen and (max-width: 450px){.orders-page__skeleton-order-value{height:15px;width:60px}}.orders-page__skeleton-status-badge{height:20px;width:80px;background:linear-gradient(90deg,#f0eee9,#e6e2db,#f0eee9);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:20px}@media screen and (max-width: 768px){.orders-page__skeleton-status-badge{height:18px;width:72px}}@media screen and (max-width: 450px){.orders-page__skeleton-status-badge{height:18px;width:68px;border-radius:16px}}.orders-page__single-order-container{max-width:1200px;margin:30px auto 0}.orders-page__order-card{width:100%;background:#fff;border-radius:12px;border:1px solid #f0eee9;overflow:hidden;box-shadow:0 2px 8px #00000014}.orders-page__order-actions{display:flex;justify-content:center;margin-top:32px;gap:16px}.orders-page__transfer-section{margin-bottom:20px;padding:20px;background:#f9f8f6;border-radius:8px;border:1px solid #e6e2db}.orders-page__transfer-prompt{margin:0 0 12px;font-size:14px;color:#8b7d6b;font-weight:500}.orders-page__auth-required{text-align:center;padding:80px 40px;background-color:#fff;border-radius:12px;border:1px solid #e6e2db;box-shadow:0 2px 8px #0000000f;margin:30px auto 0;max-width:1400px}.orders-page__auth-required h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.02em}.orders-page__auth-required p{font-size:15px;color:#8b7d6b;max-width:420px;margin:0 auto 32px;line-height:1.5}.orders-page__auth-icon{color:#cecab8;margin-bottom:24px}.orders-page__button{letter-spacing:.5px;padding:12px 28px}.orders-page__button:hover{background-color:#2c3e50;color:#fff;border-color:#2c3e50;box-shadow:0 2px 8px #2c3e504d;transform:translateY(-2px)}@media screen and (max-width: 1210px){.orders-page__single-order-container,.orders-page__skeleton,.orders-page__auth-required{margin-top:0}}@media screen and (max-width: 768px){.orders-page__order-actions{flex-direction:column;align-items:center;gap:12px}.orders-page__button--secondary{width:220px;padding:11px 24px}.orders-page__button--primary{padding:13px 28px;font-size:14px}.orders-page__auth-required{padding:60px 30px}.orders-page__auth-required h3{font-size:22px}}@media screen and (max-width: 450px){.orders-page__auth-required{padding:50px 20px}.orders-page__auth-required h3{font-size:20px}.orders-page__auth-required p{font-size:14px}.orders-page__button--primary{padding:12px 24px;font-size:13px}.orders-page__button--secondary{width:200px;padding:10px 20px;font-size:13px}}.track-order-section{width:100%;min-height:70vh;padding:20px 0 40px}@media screen and (max-width: 768px){.track-order-section{padding:10px 0 40px}}.track-order-section h2{font-size:35px;font-weight:700;text-transform:uppercase;padding:30px 30px 30px 250px}@media screen and (max-width: 1210px){.track-order-section h2{padding:30px 60px}}@media screen and (max-width: 768px){.track-order-section h2{padding:30px 15px;font-size:28px}}@media screen and (max-width: 450px){.track-order-section h2{padding:20px 15px;font-size:24px}}.track-order-breadcrumb{padding:0 160px}@media screen and (max-width: 1210px){.track-order-breadcrumb{padding:0 60px}}@media screen and (max-width: 768px){.track-order-breadcrumb{padding:0 15px}}@media screen and (max-width: 450px){.track-order-breadcrumb{padding:0 15px}}.track-order-content{padding:0 160px;display:flex;flex-direction:column;gap:40px;max-width:1400px}@media screen and (max-width: 1210px){.track-order-content{padding:0 60px}}@media screen and (max-width: 768px){.track-order-content{padding:0 15px}}@media screen and (max-width: 450px){.track-order-content{padding:0 15px;gap:30px}}.track-order-form{display:flex;flex-direction:column;gap:20px;max-width:100%;background-color:#fff;padding:30px;border-radius:8px;border:1px solid #f0eee9;box-shadow:0 2px 8px #00000014}@media screen and (max-width: 768px){.track-order-form{padding:20px}}@media screen and (max-width: 450px){.track-order-form{padding:16px}}.form-row{display:flex;gap:20px;align-items:end;flex-wrap:wrap}@media screen and (max-width: 768px){.form-row{flex-direction:column;align-items:stretch}}.form-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.form-group label{font-size:14px;font-weight:600;color:#1a1a1a}.form-group input{padding:12px 15px;border:2px solid #f0eee9;border-radius:6px;color:#1a1a1a;outline-color:#000;font-size:14px;transition:border-color .2s ease}.form-group input:focus{border-color:#000}@media screen and (max-width: 450px){.form-group input{padding:10px 12px;font-size:13px}}@media screen and (max-width: 768px){.form-group{min-width:auto}}.track-button{padding:10px!important;border-radius:8px!important}.order-result{display:flex;flex-direction:column;gap:30px}.order-card-wrapper{width:100%}.order-actions{display:flex;gap:20px;justify-content:center}@media screen and (max-width: 768px){.order-actions{flex-direction:column;align-items:stretch;gap:12px}}.order-not-found{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;padding:60px 40px;border:1px solid #f0eee9;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #00000014}.order-not-found h3{font-size:24px;font-weight:600;color:#6d214f;margin:0}@media screen and (max-width: 450px){.order-not-found h3{font-size:20px}}.order-not-found p{font-size:14px;color:#8b7d6b;margin:0;max-width:400px}@media screen and (max-width: 450px){.order-not-found p{font-size:13px}}@media screen and (max-width: 450px){.order-not-found{padding:40px 20px}}.not-found-icon{color:#6d214f}.loading-skeleton{display:flex;flex-direction:column;gap:30px}.skeleton-title{height:40px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px;width:300px}.skeleton-form{display:flex;flex-direction:column;gap:20px;max-width:100%}.skeleton-input{height:48px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px}.skeleton-button{height:48px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px;width:200px;align-self:flex-end}@media screen and (max-width: 768px){.skeleton-button{align-self:stretch;width:100%}}.skeleton-card{display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid #f0eee9;border-radius:8px}.skeleton-header{height:30px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px;width:200px}.skeleton-content{height:20px;background:linear-gradient(90deg,#f9f8f6,#f0eee9,#f9f8f6);background-size:200% 100%;animation:loading 2s ease-in-out infinite;border-radius:4px;width:100%}.skeleton-content:nth-child(2){width:80%}.skeleton-content:nth-child(3){width:60%}.account-layout{padding:0 160px;margin-top:30px;min-height:calc(100vh - 200px);margin-bottom:50px}@media screen and (max-width: 768px){.account-layout{min-height:calc(100svh - 200px)!important;min-height:calc(100svh - 200px - env(keyboard-inset-height,0px))!important}}@supports not (min-height: 100svh){@media screen and (max-width: 768px){.account-layout{min-height:calc(100dvh - 200px)!important;min-height:calc(100dvh - 200px - env(keyboard-inset-height,0px))!important}}}@media screen and (max-width: 1210px){.account-layout{padding:0 60px}}@media screen and (max-width: 450px){.account-layout{padding:0 15px;margin-top:20px}}.account-layout__container{max-width:100%}.account-layout__grid{display:grid;grid-template-columns:240px 1fr;gap:40px;margin-bottom:50px}@media screen and (max-width: 991px){.account-layout__grid{grid-template-columns:200px 1fr;gap:30px}}@media screen and (max-width: 768px){.account-layout__grid{grid-template-columns:1fr;gap:20px}}.account-layout__main{background:#fff;border-radius:8px;min-height:400px}@media screen and (max-width: 768px){.account-layout__main{order:2}}.account-sidebar{background:#fff;border-radius:8px;border:1px solid #e6e2db;overflow:hidden}@media screen and (max-width: 768px){.account-sidebar{order:1}}.account-sidebar__content{padding:16px}@media screen and (max-width: 768px){.account-sidebar__content{padding:16px}}@media screen and (max-width: 450px){.account-sidebar__content{padding:12px}}.account-sidebar__header{margin-bottom:24px}.account-sidebar__header h3{font-size:18px;font-weight:600;color:#d4af37;margin:0;text-transform:uppercase;position:relative}.account-sidebar__header h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(90deg,#d4af37,#8b7d6b);border-radius:1px}.account-sidebar__list{list-style:none;padding:0;margin:0}.account-sidebar__item{margin-bottom:4px;text-align:center}.account-sidebar__item:last-child{margin-top:16px;padding-top:16px;border-top:1px solid #e6e2db}.account-sidebar__link{text-align:center;display:block;padding:12px 0;text-decoration:none;color:#8b7d6b;transition:color .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}@media screen and (max-width: 768px){.account-sidebar__link{padding:16px 0}}@media screen and (max-width: 450px){.account-sidebar__link{padding:12px 0}}.account-sidebar__link:hover{color:#6d214f}.account-sidebar__link--active{color:#6d214f;font-weight:600}.account-sidebar__link--active .account-sidebar__link-label,.account-sidebar__link--logout:hover{color:#6d214f}.account-sidebar__link-content{display:flex;flex-direction:column;gap:2px}.account-sidebar__link-label{font-size:14px;font-weight:500;text-transform:uppercase}@media screen and (max-width: 768px){.account-sidebar__link-label{font-size:16px}}.account-sidebar__link-description{font-size:12px;color:#8b7d6b;line-height:1.4}@media screen and (max-width: 768px){.account-sidebar__link-description{font-size:14px}}.account-footer{border-top:1px solid #e6e2db;padding-top:40px;margin-top:40px}@media screen and (max-width: 768px){.account-footer{padding-top:30px;margin-top:30px}}.account-footer__content{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}@media screen and (max-width: 768px){.account-footer__content{flex-direction:column;gap:20px;text-align:center}}.account-footer__section h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.account-footer__section p{font-size:14px;color:#8b7d6b;margin:0;line-height:1.5}.account-footer__link{color:#6d214f;text-decoration:none;font-weight:500;transition:color .2s ease}.account-footer__link:hover{color:#6d214f}.overview-page__content{max-width:100%}.overview-page__header{margin-bottom:32px}.overview-page__header-content{display:flex;flex-direction:column;gap:8px}.overview-page__header-title{font-size:24px;font-weight:600;margin:0;color:#1a1a1a}@media screen and (max-width: 768px){.overview-page__header-title{font-size:20px}}.overview-page__header-subtitle{font-size:14px;color:#1a1a1a;margin:0}.overview-page__header-email{font-weight:600;color:#6d214f}.overview-page__header-name{color:#6d214f;font-weight:600}.overview-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:48px}@media screen and (max-width: 768px){.overview-page__stats{grid-template-columns:1fr;gap:16px;margin-bottom:32px}}.overview-page__stat-card{background:#f8f6f0;border-radius:8px;padding:24px;border:1px solid #e6e2db}@media screen and (max-width: 768px){.overview-page__stat-card{padding:20px}}@media screen and (max-width: 450px){.overview-page__stat-card{padding:16px}}.overview-page__stat-card-content{display:flex;flex-direction:column;gap:16px}.overview-page__stat-card-title{font-size:18px;font-weight:600;margin:0;color:#1a1a1a;text-transform:uppercase}.overview-page__stat-card-value{display:flex;align-items:baseline;gap:8px}.overview-page__stat-card-number{font-size:32px;font-weight:700;color:#6d214f;line-height:1}@media screen and (max-width: 768px){.overview-page__stat-card-number{font-size:28px}}@media screen and (max-width: 450px){.overview-page__stat-card-number{font-size:24px}}.overview-page__stat-card-label{font-size:14px;color:#8b7d6b;text-transform:uppercase;font-weight:500}.overview-page__recent-orders{border-top:1px solid #e6e2db;padding-top:32px}.overview-page__recent-orders-header{margin-bottom:24px}.overview-page__recent-orders-title{font-size:20px;font-weight:600;margin:0;color:#1a1a1a;text-transform:uppercase}@media screen and (max-width: 450px){.overview-page__recent-orders-title{font-size:18px}}.overview-page__recent-orders-list,.overview-page__loading{display:flex;flex-direction:column;gap:16px}.overview-page__skeleton{background:#fff;border:1px solid #e6e2db;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px}.overview-page__skeleton-line{height:12px;background:#f9f8f6;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.overview-page__skeleton-line--short{width:60%}.add-address-card{background:#fff;border:1px dashed #f0eee9;border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:160px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.add-address-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2c3e5005,#6a8a8205);opacity:0;transition:opacity .2s ease}.add-address-card:hover{border-color:#2c3e50;box-shadow:0 2px 8px #2c3e501a}.add-address-card:hover:before{opacity:1}.add-address-card:hover .add-address-card__icon,.add-address-card:hover .add-address-card__title{color:#2c3e50}.add-address-card:active{transform:translateY(0)}.add-address-card__content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#8b7d6b;position:relative;z-index:1;text-align:center}.add-address-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fffc;color:#8b7d6b;transition:all .2s ease;border:1px solid rgba(139,125,107,.1)}.add-address-card__icon svg{font-size:24px!important}.add-address-card__text{display:flex;flex-direction:column;gap:4px}.add-address-card__title{margin:0;font-size:16px;font-weight:600;color:#1a1a1a;transition:color .2s ease}.add-address-card__subtitle{margin:0;font-size:13px;color:#8b7d6b;font-weight:400}@media screen and (max-width: 768px){.add-address-card{min-height:140px}.add-address-card__icon{width:44px;height:44px}.add-address-card__icon svg{font-size:22px!important}.add-address-card__title{font-size:15px}.add-address-card__subtitle{font-size:12px}}@media screen and (max-width: 450px){.add-address-card{min-height:130px}.add-address-card__icon{width:40px;height:40px}.add-address-card__icon svg{font-size:20px!important}.add-address-card__title{font-size:14px}.add-address-card__subtitle{font-size:11px}}.edit-address-card{background:#fff;border:1px solid #f0eee9;border-radius:8px;padding:16px;transition:all .2s ease;position:relative;display:flex;flex-direction:column;min-height:160px;box-shadow:0 1px 2px #0000000d}.edit-address-card:hover{border-color:#8b7d6b;box-shadow:0 2px 8px #00000014}.edit-address-card.editing{border-color:#8b7d6b;box-shadow:0 2px 8px #0000001a}.edit-address-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.edit-address-card__type{display:flex;align-items:center;gap:6px}.edit-address-card__type-icon{color:#8b7d6b;font-size:16px!important}.edit-address-card__type-label{font-size:12px;font-weight:500;color:#8b7d6b;text-transform:uppercase;letter-spacing:.3px}.edit-address-card__badges{display:flex;gap:6px}.edit-address-card__badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.edit-address-card__badge--shipping{background:#f0f5f3;color:#3a5248;border:1px solid #E5EAE8}.edit-address-card__badge--shipping svg{font-size:12px!important;color:#6a8a82}.edit-address-card__badge--billing{background:#f2f5f8;color:#1a2c3d;border:1px solid #3E5A7A}.edit-address-card__badge--billing svg{font-size:12px!important;color:#3e5a7a}.edit-address-card__content{flex:1;margin-bottom:16px}.edit-address-card__info{margin-bottom:12px}.edit-address-card__info-name{margin:0 0 6px;font-size:16px;font-weight:600;color:#1a1a1a;line-height:1.3}.edit-address-card__info-company{margin:0 0 2px;font-size:13px;color:#8b7d6b;font-weight:500}.edit-address-card__info-phone{margin:0;font-size:13px;color:#8b7d6b;font-weight:400}.edit-address-card__address-line{margin:0 0 3px;font-size:13px;color:#8b7d6b;line-height:1.4}.edit-address-card__address-line:last-child{margin-bottom:0}.edit-address-card__actions{display:flex;gap:8px;justify-content:flex-end;align-items:center;padding-top:12px;border-top:1px solid #f9f8f6}.edit-address-card__button{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:1px solid transparent;background:none;color:#8b7d6b;min-height:32px}.edit-address-card__button:hover:not(:disabled){background-color:#8b7d6b14}.edit-address-card__button:active:not(:disabled){transform:translateY(0)}.edit-address-card__button:disabled{opacity:.6;cursor:not-allowed}.edit-address-card__button svg{font-size:16px!important;color:inherit}.edit-address-card__button-text{font-size:13px;font-weight:500}.edit-address-card__button--edit{color:#2c3e50}.edit-address-card__button--edit:hover:not(:disabled){background-color:#2c3e5014;border-color:#2c3e5033}.edit-address-card__button--delete{color:#6d214f}.edit-address-card__button--delete:hover:not(:disabled){background-color:#6d214f14;border-color:#6d214f33}@media screen and (max-width: 768px){.edit-address-card{padding:14px;min-height:140px}.edit-address-card__header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px}.edit-address-card__badges{align-self:flex-end}.edit-address-card__actions{flex-direction:row;gap:6px;width:100%;padding-top:10px}.edit-address-card__actions .edit-address-card__button{flex:1;justify-content:center}}@media screen and (max-width: 450px){.edit-address-card{padding:12px;min-height:130px}.edit-address-card__info-name{font-size:15px}.edit-address-card__address-line{font-size:12px}.edit-address-card__button{padding:5px 10px;font-size:12px;min-height:28px}.edit-address-card__button-text{font-size:12px}.edit-address-card__button svg{font-size:14px!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes staggeredFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes skeleton-list-item-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-section-fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideOut{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes blink{0%,50%{opacity:.8}51%,to{opacity:1}}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes skeletonToContent{0%{opacity:0;transform:translateY(8px) scale(.98);filter:blur(2px)}40%{opacity:.7;transform:translateY(4px) scale(.99);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes skeletonFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}@keyframes contentReveal{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes smoothContentBlend{0%{opacity:0;filter:blur(4px)}50%{opacity:.6;filter:blur(2px)}to{opacity:1;filter:blur(0)}}.address-book{width:100%}.address-book__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:16px}@media screen and (max-width: 768px){.address-book__grid{grid-template-columns:1fr;gap:12px}}@media screen and (max-width: 450px){.address-book__grid{gap:10px}}.addresses-page{max-width:1200px;margin:0 auto}
