*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}:focus-visible{outline:2px solid currentColor;outline-offset:2px}[hidden]{display:none!important}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html{font-size:16px;font-family:Montserrat,sans-serif}body{font-family:inherit;font-size:1rem;color:#171717;background:#fff}img{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;margin:0 0 1rem}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 1rem}a{color:#daa726;text-decoration:none;transition:color .2s ease}a:hover{color:#5568d3}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}input::placeholder,textarea::placeholder,select::placeholder{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.flying-image{transition:opacity .3s ease-out,transform .3s ease-out}.flying-image--animate{animation:x .8s var(--x-time),y .8s var(--y-time),fade-scale .8s ease-out;animation-composition:accumulate}@keyframes x{to{translate:var(--x) 0}}@keyframes y{to{translate:0 var(--y)}}@keyframes fade-scale{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(.1)}}.search-overlay.svelte-1dyosn7{position:fixed;inset:0;z-index:50;animation:svelte-1dyosn7-fadeIn .2s ease-out}.search-overlay__backdrop.svelte-1dyosn7{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-overlay__content.svelte-1dyosn7{position:relative;background:#fff;height:100vh;margin:0;display:flex;flex-direction:column;box-shadow:0 10px 25px #0003;animation:svelte-1dyosn7-slideDown .3s ease-out;transition:height .3s ease}@media(min-width:768px){.search-overlay__content.svelte-1dyosn7{min-height:704px;height:75vh}}@media(min-width:768px){.search-overlay__content--expanded.svelte-1dyosn7{height:100vh}}.search-overlay__header.svelte-1dyosn7{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #E5E5E5;width:100%}@media(min-width:768px){.search-overlay__header.svelte-1dyosn7{gap:1rem;padding:1.5rem;max-width:768px;margin:0 auto}}@media(min-width:1024px){.search-overlay__header.svelte-1dyosn7{max-width:896px}}.search-overlay__input-wrapper.svelte-1dyosn7{position:relative;flex:1;display:flex;align-items:center}.search-overlay__input-icon.svelte-1dyosn7{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.search-overlay__input-icon.svelte-1dyosn7{left:1rem}}.search-overlay__input.svelte-1dyosn7{width:100%;padding:.75rem 2.5rem;font-size:1rem;border:2px solid #d1d5db;transition:all .2s ease-in-out}.search-overlay__input.svelte-1dyosn7:focus{outline:none;border-color:#daa726}.search-overlay__input.svelte-1dyosn7::placeholder{color:#9ca3af}@media(min-width:768px){.search-overlay__input.svelte-1dyosn7{padding:1rem 3rem;font-size:1.125rem}}.search-overlay__clear-btn.svelte-1dyosn7{position:absolute;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.25rem;transition:all .2s ease-in-out}.search-overlay__clear-btn.svelte-1dyosn7:hover{color:#616161;background:#f3f4f6}@media(min-width:768px){.search-overlay__clear-btn.svelte-1dyosn7{right:1rem}}.search-overlay__close-btn.svelte-1dyosn7{background:none;border:none;color:#616161;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.25rem;transition:all .2s ease-in-out}.search-overlay__close-btn.svelte-1dyosn7:hover{color:#171717;background:#f3f4f6}.search-overlay__results.svelte-1dyosn7{flex:1;overflow-y:auto;padding:1rem;width:100%}@media(min-width:768px){.search-overlay__results.svelte-1dyosn7{padding:1.5rem;max-width:768px;margin:0 auto}}@media(min-width:1024px){.search-overlay__results.svelte-1dyosn7{max-width:896px}}.search-overlay__loading.svelte-1dyosn7,.search-overlay__empty.svelte-1dyosn7{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#737373;text-align:center;padding:1.5rem}@media(min-width:768px){.search-overlay__loading.svelte-1dyosn7,.search-overlay__empty.svelte-1dyosn7{padding:2rem}}.search-overlay__loading.svelte-1dyosn7 p:where(.svelte-1dyosn7),.search-overlay__empty.svelte-1dyosn7 p:where(.svelte-1dyosn7){margin-top:.5rem;color:#737373;font-size:.875rem}@media(min-width:768px){.search-overlay__loading.svelte-1dyosn7 p:where(.svelte-1dyosn7),.search-overlay__empty.svelte-1dyosn7 p:where(.svelte-1dyosn7){font-size:1rem}}.search-overlay__placeholder.svelte-1dyosn7{display:flex;flex-direction:column;align-items:center;color:#737373;text-align:center;padding:1.5rem}@media(min-width:768px){.search-overlay__placeholder.svelte-1dyosn7{padding:2rem}}.search-overlay__placeholder.svelte-1dyosn7 h3:where(.svelte-1dyosn7){margin-top:1rem;font-size:1.125rem;font-weight:600;color:#4f4f4f}@media(min-width:768px){.search-overlay__placeholder.svelte-1dyosn7 h3:where(.svelte-1dyosn7){font-size:1.25rem}}.search-overlay__placeholder.svelte-1dyosn7 p:where(.svelte-1dyosn7){margin-top:.5rem;color:#737373;font-size:.875rem}@media(min-width:768px){.search-overlay__placeholder.svelte-1dyosn7 p:where(.svelte-1dyosn7){font-size:1rem}}.search-overlay__spinner.svelte-1dyosn7{width:32px;height:32px;border:3px solid #E5E5E5;border-top-color:#daa726;border-radius:50%;animation:svelte-1dyosn7-spin .6s linear infinite}@media(min-width:768px){.search-overlay__spinner.svelte-1dyosn7{width:40px;height:40px}}.search-overlay__results-header.svelte-1dyosn7{margin-bottom:1rem}.search-overlay__results-count.svelte-1dyosn7{font-size:.875rem;font-weight:500;color:#616161;margin:0}@media(min-width:768px){.search-overlay__results-count.svelte-1dyosn7{font-size:1rem}}.search-overlay__grid.svelte-1dyosn7{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.search-overlay__grid.svelte-1dyosn7{gap:1rem}}.search-result.svelte-1dyosn7{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #E5E5E5}.search-result.svelte-1dyosn7:last-child{border-bottom:none}@media(min-width:640px){.search-result.svelte-1dyosn7{flex-direction:row;align-items:flex-start;gap:1rem}}.search-result__image-container.svelte-1dyosn7{position:relative;width:100%;aspect-ratio:1/1;max-width:160px;align-self:center}@media(min-width:640px){.search-result__image-container.svelte-1dyosn7{width:140px;height:140px;min-width:140px;max-width:140px;align-self:flex-start}}@media(min-width:768px){.search-result__image-container.svelte-1dyosn7{width:160px;height:160px;min-width:160px;max-width:160px}}.search-result__ribbon.svelte-1dyosn7{position:absolute;top:.5rem;right:-6px;width:52px;height:22px;z-index:2;pointer-events:none}@media(min-width:768px){.search-result__ribbon.svelte-1dyosn7{width:62px;height:26px}}.search-result__image.svelte-1dyosn7{width:100%;height:100%;overflow:hidden;background:#f3f4f6;border:none;padding:0;cursor:pointer;transition:all .2s ease-in-out}.search-result__image.svelte-1dyosn7:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.search-result__image.svelte-1dyosn7 img:where(.svelte-1dyosn7){width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.search-result__image.svelte-1dyosn7:hover img:where(.svelte-1dyosn7){transform:scale(1.08)}.search-result__info.svelte-1dyosn7{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;align-self:stretch}.search-result__info--upper.svelte-1dyosn7{flex:1;display:flex;flex-direction:column;gap:.5rem}.search-result__name.svelte-1dyosn7{font-size:.875rem;font-weight:500;font-family:Montserrat,sans-serif;color:#171717;background:none;border:none;padding:0;cursor:pointer;text-align:left;line-height:1.4;transition:all .2s ease-in-out;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-result__name.svelte-1dyosn7:hover{color:#daa726}@media(min-width:768px){.search-result__name.svelte-1dyosn7{font-size:1rem}}.search-result__pricing.svelte-1dyosn7{display:flex;flex-direction:column;gap:.25rem}.search-result__price.svelte-1dyosn7{font-size:1.125rem;font-weight:600;color:#171717}@media(min-width:768px){.search-result__price.svelte-1dyosn7{font-size:1.25rem}}.search-result__price-row.svelte-1dyosn7{display:flex;align-items:center;gap:.5rem}.search-result__original-price.svelte-1dyosn7{font-size:.75rem;color:#9ca3af;text-decoration:line-through}@media(min-width:768px){.search-result__original-price.svelte-1dyosn7{font-size:.875rem}}.search-result__discount.svelte-1dyosn7{display:inline-flex;align-items:center;justify-content:center;background:#f5e7e7;color:#a00d0d;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;line-height:1}.search-result__actions.svelte-1dyosn7{display:flex;flex-direction:column;gap:.5rem;width:100%}.search-result__actions.svelte-1dyosn7>.btn{width:100%}@media(min-width:640px){.search-result__actions.svelte-1dyosn7{flex-direction:row}.search-result__actions.svelte-1dyosn7>.btn{flex:1;width:auto}}.recently-searched.svelte-1dyosn7{width:100%;margin-top:2rem;text-align:left}@media(min-width:768px){.recently-searched.svelte-1dyosn7{margin-top:2.5rem}}.recently-searched__title.svelte-1dyosn7{font-size:1.125rem;font-weight:500;color:#171717;margin-bottom:1rem;font-family:Playfair Display,serif}@media(min-width:768px){.recently-searched__title.svelte-1dyosn7{font-size:1.25rem}}.recently-searched__grid.svelte-1dyosn7{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.recently-searched__grid.svelte-1dyosn7{gap:1rem}}@keyframes svelte-1dyosn7-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1dyosn7-slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes svelte-1dyosn7-spin{to{transform:rotate(360deg)}}.header.svelte-hv3zzy{background:#fff;border-bottom:1px solid #E5E5E5;position:sticky;top:0;z-index:30}.header__container.svelte-hv3zzy{max-width:1280px;margin:0 auto;padding:0 .75rem}@media(min-width:768px){.header__container.svelte-hv3zzy{padding:0 1rem}}.header__content.svelte-hv3zzy{display:flex;align-items:center;justify-content:space-between;height:3.5rem}@media(min-width:768px){.header__content.svelte-hv3zzy{height:4rem}}.header__navigation.svelte-hv3zzy{display:flex;align-items:center;gap:1.5rem}@media(min-width:768px){.header__navigation.svelte-hv3zzy{gap:2rem}}@media(min-width:1024px){.header__navigation.svelte-hv3zzy{gap:3rem}}.header__logo-link.svelte-hv3zzy{text-decoration:none}.header__logo-link.svelte-hv3zzy img:where(.svelte-hv3zzy){height:32px}@media(min-width:768px){.header__logo-link.svelte-hv3zzy img:where(.svelte-hv3zzy){height:36px}}@media(min-width:1024px){.header__logo-link.svelte-hv3zzy img:where(.svelte-hv3zzy){height:40px}}.header__nav.svelte-hv3zzy{display:none;gap:1.25rem}@media(min-width:768px){.header__nav.svelte-hv3zzy{display:flex}}@media(min-width:1024px){.header__nav.svelte-hv3zzy{gap:2rem}}.header__nav-item.svelte-hv3zzy{position:relative}.header__nav-item-wrapper.svelte-hv3zzy{position:relative;display:flex;flex-direction:column}.header__nav-link.svelte-hv3zzy{color:#616161;text-decoration:none;font-weight:400;font-family:Montserrat,sans-serif;font-size:.875rem;transition:all .2s ease-in-out;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem}@media(min-width:1024px){.header__nav-link.svelte-hv3zzy{font-size:1rem}}.header__nav-link.svelte-hv3zzy:hover,.header__nav-link--active.svelte-hv3zzy{color:#daa726}.header__nav-link--dropdown.svelte-hv3zzy{display:flex;align-items:center;gap:.25rem;padding:0}.header__dropdown.svelte-hv3zzy{position:absolute;top:100%;left:0;margin-top:.25rem;background:#fff;border:1px solid #E5E5E5;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;z-index:50;animation:svelte-hv3zzy-fadeIn .2s ease-out;padding:.25rem;display:flex;flex-direction:column;gap:.25rem}.header__dropdown.svelte-hv3zzy:before{content:"";position:absolute;top:-.25rem;left:0;right:0;height:.25rem}.header__dropdown-item.svelte-hv3zzy{display:block;padding:.5rem .75rem;color:#171717;text-decoration:none;font-size:.875rem;font-weight:400;font-family:Montserrat,sans-serif;transition:all .2s ease-in-out;white-space:nowrap;border-radius:.25rem}.header__dropdown-item.svelte-hv3zzy:hover{background:#f9fafb;color:#171717}.header__nav-border.svelte-hv3zzy{position:absolute;background:#daa726;height:2px;bottom:-.5rem;left:0;transition:width .3s}.header__actions.svelte-hv3zzy{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.header__actions.svelte-hv3zzy{gap:.75rem}}@media(min-width:1024px){.header__actions.svelte-hv3zzy{gap:1rem}}.header__divider.svelte-hv3zzy{width:1px;height:24px;background:#d1d5db;display:none}@media(min-width:768px){.header__divider.svelte-hv3zzy{display:block}}.header__action-btn.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:none;border:none;color:#616161;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;font-family:Montserrat,sans-serif}@media(min-width:1024px){.header__action-btn.svelte-hv3zzy{width:2.5rem;height:2.5rem}}.header__action-btn.svelte-hv3zzy:hover{color:#daa726}.header__action-btn.svelte-hv3zzy svg:where(.svelte-hv3zzy){width:20px;height:20px}@media(min-width:1024px){.header__action-btn.svelte-hv3zzy svg:where(.svelte-hv3zzy){width:24px;height:24px}}.header__action-btn--text.svelte-hv3zzy{width:auto;padding:0 .5rem;font-size:.875rem;display:none;white-space:nowrap}@media(min-width:768px){.header__action-btn--text.svelte-hv3zzy{display:flex}}@media(min-width:1024px){.header__action-btn--text.svelte-hv3zzy{font-size:1rem}}.header__cart.svelte-hv3zzy{position:relative}.header__cart-badge.svelte-hv3zzy{position:absolute;top:-.25rem;right:-.25rem;background:#a00d0d;color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .25rem;border-radius:9999px;min-width:1rem;text-align:center;line-height:1}@media(min-width:1024px){.header__cart-badge.svelte-hv3zzy{font-size:.75rem;padding:.125rem .375rem;min-width:1.25rem}}.header__mobile-menu-btn.svelte-hv3zzy{display:flex}@media(min-width:768px){.header__mobile-menu-btn.svelte-hv3zzy{display:none}}.header__mobile-menu.svelte-hv3zzy{display:block;border-top:1px solid #E5E5E5;padding:1rem 0}@media(min-width:768px){.header__mobile-menu.svelte-hv3zzy{display:none}}.header__mobile-nav.svelte-hv3zzy{display:flex;flex-direction:column;gap:.5rem}.header__mobile-nav-dropdown.svelte-hv3zzy{display:flex;flex-direction:column}.header__mobile-nav-link.svelte-hv3zzy{padding:.75rem 1rem;color:#616161;text-decoration:none;font-weight:500;font-size:1rem;font-family:Montserrat,sans-serif;transition:all .2s ease-in-out;border-radius:.25rem;background:none;border:none;cursor:pointer;text-align:left;width:100%;display:flex;align-items:center;justify-content:space-between}.header__mobile-nav-link.svelte-hv3zzy:hover{background:#f9fafb;color:#daa726}.header__mobile-nav-link--dropdown.svelte-hv3zzy{display:flex;align-items:center;justify-content:space-between}.header__mobile-nav-submenu.svelte-hv3zzy{display:flex;flex-direction:column;padding-left:1rem;gap:.25rem}.header__mobile-nav-sublink.svelte-hv3zzy{padding:.75rem 1rem;color:#616161;text-decoration:none;font-weight:500;font-size:1rem;transition:all .2s ease-in-out;border-radius:.25rem}.header__mobile-nav-sublink.svelte-hv3zzy:hover{background:#f9fafb;color:#daa726}.header__mobile-divider.svelte-hv3zzy{height:1px;background:#e5e5e5;margin:.5rem 0}.header__user-menu.svelte-hv3zzy{position:relative;display:none;align-items:center}@media(min-width:768px){.header__user-menu.svelte-hv3zzy{display:flex}}.header__user-name.svelte-hv3zzy{display:flex;align-items:center;gap:.25rem;font-weight:500;font-size:.875rem;color:#171717;white-space:nowrap}@media(min-width:1024px){.header__user-name.svelte-hv3zzy{font-size:1rem}}.header__user-name.svelte-hv3zzy:hover{color:#daa726}.header__user-dropdown.svelte-hv3zzy{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #E5E5E5;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:180px;z-index:50;animation:svelte-hv3zzy-fadeIn .2s ease-out;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.header__user-dropdown.svelte-hv3zzy:before{content:"";position:absolute;top:-.5rem;left:0;right:0;height:.5rem}.header__user-dropdown-item.svelte-hv3zzy{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#4f4f4f;text-decoration:none;font-size:.875rem;font-weight:400;font-family:Montserrat,sans-serif;transition:all .2s ease-in-out;white-space:nowrap;border-radius:.25rem;background:none;border:none;cursor:pointer;text-align:left;width:100%}.header__user-dropdown-item.svelte-hv3zzy svg:where(.svelte-hv3zzy){width:16px;height:16px;flex-shrink:0}.header__user-dropdown-item.svelte-hv3zzy:hover{background:#f9fafb;color:#171717}@keyframes svelte-hv3zzy-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.container.svelte-7lfk2o{max-width:1280px;margin:0 auto;padding:0 .75rem}@media(min-width:768px){.container.svelte-7lfk2o{padding:0 1rem}}.footer.svelte-7lfk2o{position:relative;padding:3rem 0 2rem;background:linear-gradient(180deg,#daa72600,#daa7263d);border-top:1px solid #DAA726}@media(min-width:768px){.footer.svelte-7lfk2o{padding:5rem 0}}@media(min-width:1024px){.footer.svelte-7lfk2o{padding:7.5rem 0}}.footer__bg.svelte-7lfk2o{position:absolute;bottom:0;left:0;width:100%;height:323px;object-fit:cover;z-index:-1}.footer__grid.svelte-7lfk2o{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__grid.svelte-7lfk2o{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}}@media(min-width:1024px){.footer__grid.svelte-7lfk2o{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}}.footer__logo.svelte-7lfk2o{display:block}.footer__description.svelte-7lfk2o{font-size:.875rem;line-height:1.8;color:#9ca3af;margin:1rem 0}@media(min-width:768px){.footer__description.svelte-7lfk2o{margin:1.25rem 0;max-width:422px}}.footer__links.svelte-7lfk2o{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.footer__links.svelte-7lfk2o{gap:1.25rem}}.footer__title.svelte-7lfk2o{font-size:1rem;font-weight:500;margin:0 0 .5rem}@media(min-width:768px){.footer__title.svelte-7lfk2o{margin:0 0 .75rem}}.footer__contact.svelte-7lfk2o .footer__title:where(.svelte-7lfk2o){font-weight:600;margin-bottom:.75rem}@media(min-width:768px){.footer__contact.svelte-7lfk2o .footer__title:where(.svelte-7lfk2o){margin-bottom:1rem}}.footer__link.svelte-7lfk2o{font-size:.875rem;color:#9ca3af;text-decoration:underline;cursor:pointer;transition:all .2s ease-in-out}.footer__link.svelte-7lfk2o:hover{color:#daa726}.footer__contact-item.svelte-7lfk2o{font-size:.875rem;line-height:1.8;color:#9ca3af;text-decoration:underline;display:flex;align-items:flex-start;gap:.5rem;margin:0 0 .5rem}@media(min-width:768px){.footer__contact-item.svelte-7lfk2o{gap:.75rem}}.footer__contact-item.svelte-7lfk2o .footer__icon{flex-shrink:0;margin-top:2px}.footer__bottom.svelte-7lfk2o{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding-top:1.5rem;border-top:1px solid #DAA726;text-align:center}@media(min-width:768px){.footer__bottom.svelte-7lfk2o{gap:3rem;padding-top:2rem}}@media(min-width:1024px){.footer__bottom.svelte-7lfk2o{gap:3.75rem}}.footer__bottom-content.svelte-7lfk2o{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.footer__bottom-content.svelte-7lfk2o{flex-direction:row;justify-content:space-between;margin-bottom:2rem}}.footer__copyright.svelte-7lfk2o{font-size:.75rem;color:#737373;margin:0}@media(min-width:768px){.footer__copyright.svelte-7lfk2o{font-size:.875rem}}.footer__socials.svelte-7lfk2o{display:flex;align-items:center;justify-content:center;gap:.75rem}@media(min-width:768px){.footer__socials.svelte-7lfk2o{gap:1rem}}.footer__social-icon.svelte-7lfk2o{width:36px;height:auto;transition:all .2s ease-in-out}@media(min-width:768px){.footer__social-icon.svelte-7lfk2o{width:48px}}.footer__social-icon.svelte-7lfk2o:hover{transform:scale(1.1)}.footer__payments.svelte-7lfk2o{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;justify-items:center}@media(min-width:640px){.footer__payments.svelte-7lfk2o{grid-template-columns:repeat(4,1fr);gap:1rem}}@media(min-width:768px){.footer__payments.svelte-7lfk2o{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media(min-width:1024px){.footer__payments.svelte-7lfk2o{gap:2.25rem}}.footer__payment-icon.svelte-7lfk2o{width:48px;height:auto;transition:all .2s ease-in-out}@media(min-width:768px){.footer__payment-icon.svelte-7lfk2o{width:56px}}@media(min-width:1024px){.footer__payment-icon.svelte-7lfk2o{width:64px}}.footer__payment-icon.svelte-7lfk2o:hover{transform:scale(1.05)}.promo-banner.svelte-eo3ct4{background:#daa726;color:#fff;padding:.5rem 0;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;min-height:48px}@media(min-width:768px){.promo-banner.svelte-eo3ct4{padding:.75rem 0;min-height:56px}}.promo-banner__container.svelte-eo3ct4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;flex:1;padding:0 40px;max-width:800px}@media(min-width:640px){.promo-banner__container.svelte-eo3ct4{padding:0 48px}}@media(min-width:768px){.promo-banner__container.svelte-eo3ct4{flex-direction:row;gap:1rem;padding:0 60px}}@media(min-width:1024px){.promo-banner__container.svelte-eo3ct4{padding:0 1rem}}.promo-banner__nav.svelte-eo3ct4{position:absolute;background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;z-index:10;top:50%;transform:translateY(-50%);min-width:32px;min-height:32px}@media(min-width:768px){.promo-banner__nav.svelte-eo3ct4{padding:.5rem;min-width:40px;min-height:40px}}.promo-banner__nav.svelte-eo3ct4:hover{background:#ffffff1a}.promo-banner__nav.svelte-eo3ct4:active{transform:translateY(-50%) scale(.95)}.promo-banner__nav.svelte-eo3ct4 svg:where(.svelte-eo3ct4){width:18px;height:18px}@media(min-width:768px){.promo-banner__nav.svelte-eo3ct4 svg:where(.svelte-eo3ct4){width:24px;height:24px}.promo-banner__nav.svelte-eo3ct4:hover{transform:translateY(-50%) scale(1.1)}}.promo-banner__nav--prev.svelte-eo3ct4{left:4px}@media(min-width:640px){.promo-banner__nav--prev.svelte-eo3ct4{left:8px}}@media(min-width:768px){.promo-banner__nav--prev.svelte-eo3ct4{left:10%}}@media(min-width:1024px){.promo-banner__nav--prev.svelte-eo3ct4{left:15%}}.promo-banner__nav--next.svelte-eo3ct4{right:4px}@media(min-width:640px){.promo-banner__nav--next.svelte-eo3ct4{right:8px}}@media(min-width:768px){.promo-banner__nav--next.svelte-eo3ct4{right:10%}}@media(min-width:1024px){.promo-banner__nav--next.svelte-eo3ct4{right:15%}}.promo-banner__text.svelte-eo3ct4{font-size:.75rem;margin:0;line-height:1.4;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){.promo-banner__text.svelte-eo3ct4{font-size:.875rem}}@media(min-width:768px){.promo-banner__text.svelte-eo3ct4{white-space:nowrap}}.promo-banner__link.svelte-eo3ct4{font-size:.75rem;color:#fff;text-decoration:underline;transition:all .2s ease-in-out;font-weight:600;white-space:nowrap;flex-shrink:0}@media(min-width:640px){.promo-banner__link.svelte-eo3ct4{font-size:.875rem}}.promo-banner__link.svelte-eo3ct4:hover{color:#f3f4f6;text-decoration-thickness:2px}.cart-sidebar__overlay.svelte-1mnxqvt{position:fixed;inset:0;background:#00000080;z-index:60;cursor:pointer;border:none;padding:0}.cart-sidebar.svelte-1mnxqvt{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;background:#fff;z-index:70;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(min-width:640px){.cart-sidebar.svelte-1mnxqvt{width:480px}}.cart-sidebar--open.svelte-1mnxqvt{transform:translate(0)}.cart-sidebar__header.svelte-1mnxqvt{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #E5E5E5}.cart-sidebar__title.svelte-1mnxqvt{font-size:1.875rem;font-weight:500;font-family:Playfair Display,serif;color:#171717;margin:0}.cart-sidebar__close.svelte-1mnxqvt{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#616161;cursor:pointer;transition:all .2s ease-in-out}.cart-sidebar__close.svelte-1mnxqvt:hover{background:#f3f4f6;color:#171717}.cart-sidebar__select-all.svelte-1mnxqvt{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #E5E5E5}.cart-sidebar__checkout-notice.svelte-1mnxqvt{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#fbf9e5;border-bottom:1px solid #E5E5E5;color:#171717;font-size:.875rem;line-height:1.5}.cart-sidebar__delete-selected.svelte-1mnxqvt{padding:.5rem .75rem;background:transparent;border:none;color:#b33d3d;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.cart-sidebar__delete-selected.svelte-1mnxqvt:hover:not(:disabled){color:#a00d0d;text-decoration:underline}.cart-sidebar__delete-selected.svelte-1mnxqvt:disabled{color:#9ca3af;cursor:not-allowed}.cart-sidebar__items.svelte-1mnxqvt{flex:1;overflow-y:auto;padding:1rem 0}.cart-sidebar__empty.svelte-1mnxqvt{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;color:#737373}.cart-item.svelte-1mnxqvt{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid #f3f4f6;position:relative}.cart-item.svelte-1mnxqvt:last-child{border-bottom:none}.cart-item--locked.svelte-1mnxqvt{background:#f9fafb;opacity:.7}.cart-item--locked.svelte-1mnxqvt .cart-item__content:where(.svelte-1mnxqvt){pointer-events:none}.cart-item__locked-badge.svelte-1mnxqvt{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#fbf9e5;color:#daa726;font-size:.75rem;font-weight:500;border-radius:4px;margin-bottom:.5rem;width:fit-content}.cart-item__checkbox-wrapper.svelte-1mnxqvt{display:flex;align-items:flex-start}.cart-item__content.svelte-1mnxqvt{flex:1;display:flex;flex-direction:column;gap:.75rem}.cart-item__main.svelte-1mnxqvt{display:flex;gap:.75rem}.cart-item__image-btn.svelte-1mnxqvt{padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0;transition:all .2s ease-in-out}.cart-item__image-btn.svelte-1mnxqvt:hover{opacity:.8}.cart-item__image.svelte-1mnxqvt{width:80px;height:80px;object-fit:cover;background:#f3f4f6;display:block}.cart-item__info.svelte-1mnxqvt{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item__name-btn.svelte-1mnxqvt{padding:0;border:none;background:transparent;cursor:pointer;text-align:left;transition:all .2s ease-in-out}.cart-item__name-btn.svelte-1mnxqvt:hover .cart-item__name:where(.svelte-1mnxqvt){color:#daa726}.cart-item__name.svelte-1mnxqvt{font-size:.875rem;font-weight:500;font-family:Montserrat,sans-serif;color:#171717;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:all .2s ease-in-out}.cart-item__type.svelte-1mnxqvt{font-size:.75rem;color:#616161;margin:0}.cart-item__price-row.svelte-1mnxqvt{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-item__pricing.svelte-1mnxqvt{display:flex;flex-direction:column;gap:.25rem}.cart-item__price.svelte-1mnxqvt{font-size:1rem;font-weight:700;color:#171717;margin:0}.cart-item__discount-info.svelte-1mnxqvt{display:flex;align-items:center;gap:.5rem}.cart-item__price--original.svelte-1mnxqvt{font-size:.75rem;color:#737373;margin:0;text-decoration:line-through}.cart-item__discount-badge.svelte-1mnxqvt{font-size:.75rem;font-weight:500;color:#b33d3d;background:#f5e7e7;padding:2px 6px;border-radius:4px}.cart-item__note-wrapper.svelte-1mnxqvt{position:relative;display:flex;flex-direction:column}.cart-item__clear-note.svelte-1mnxqvt{position:absolute;top:8px;right:8px;background:#fff;border:none;color:#737373;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.cart-item__clear-note.svelte-1mnxqvt:hover{color:#171717;background:#f9fafb}.cart-item__textarea.svelte-1mnxqvt{width:100%;min-height:60px;padding:.75rem;padding-right:40px;border:1px solid #d1d5db;font-size:.875rem;font-family:inherit;resize:vertical;transition:all .2s ease-in-out}.cart-item__textarea.svelte-1mnxqvt:focus{outline:none;border-color:#daa726;box-shadow:0 0 0 3px #daa7261a}.cart-item__add-note.svelte-1mnxqvt{font-size:.75rem;color:#616161;background:transparent;border:none;cursor:pointer;text-decoration:underline;text-align:start;padding:0;transition:color .2s}.cart-item__add-note.svelte-1mnxqvt:hover{color:#daa726}.cart-sidebar__content.svelte-1mnxqvt{border-top:1px solid #E5E5E5;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#fff}.cart-sidebar__savings.svelte-1mnxqvt{display:flex;align-items:center;gap:.5rem;padding:14px;background:#624f4c;color:#fff;font-size:.875rem}.cart-sidebar__subtotal.svelte-1mnxqvt{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-sidebar__subtotal-label.svelte-1mnxqvt{font-size:1rem;color:#171717}.cart-sidebar__subtotal-value.svelte-1mnxqvt{font-size:1.25rem;font-weight:600;color:#171717}.cart-sidebar__checkout.svelte-1mnxqvt{width:100%;padding:.75rem 1rem;background:#daa726;color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.cart-sidebar__checkout.svelte-1mnxqvt:hover:not(:disabled){background:#af861e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.cart-sidebar__checkout.svelte-1mnxqvt:active:not(:disabled){transform:translateY(0)}.cart-sidebar__checkout.svelte-1mnxqvt:disabled{background:#d1d5db;color:#737373;cursor:not-allowed}.snackbar.svelte-aycins{position:fixed;bottom:1rem;left:1rem;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:4px;color:#fff;font-size:.875rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;animation:svelte-aycins-slideIn .3s ease-out;min-width:300px;max-width:500px}@media(max-width:640px){.snackbar.svelte-aycins{left:.75rem;right:.75rem;min-width:auto}}.snackbar--black.svelte-aycins{background:#000}.snackbar--red.svelte-aycins{background:#ef4444}.snackbar__message.svelte-aycins{flex:1;line-height:1.5}.snackbar__close.svelte-aycins{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0;opacity:.8}.snackbar__close.svelte-aycins:hover{opacity:1;background:#ffffff1a}@keyframes svelte-aycins-slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.snackbar-container.svelte-1x8a9w9{position:fixed;bottom:1rem;left:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}@media(max-width:640px){.snackbar-container.svelte-1x8a9w9{left:.75rem;right:.75rem}}.snackbar-container.svelte-1x8a9w9 .snackbar{pointer-events:auto}.navigation-loader.svelte-tew7wq{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;animation:svelte-tew7wq-fadeIn .2s ease-out}.navigation-loader__backdrop.svelte-tew7wq{position:absolute;inset:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navigation-loader__content.svelte-tew7wq{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.navigation-loader__spinner.svelte-tew7wq{width:48px;height:48px;border:4px solid #E5E5E5;border-top-color:#daa726;border-radius:50%;animation:svelte-tew7wq-spin .8s linear infinite}@media(min-width:768px){.navigation-loader__spinner.svelte-tew7wq{width:56px;height:56px;border-width:5px}}.navigation-loader__text.svelte-tew7wq{font-size:1rem;font-weight:500;color:#4f4f4f;margin:0}@media(min-width:768px){.navigation-loader__text.svelte-tew7wq{font-size:1.125rem}}@keyframes svelte-tew7wq-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-tew7wq-spin{to{transform:rotate(360deg)}}body{margin:0;padding:0;font-family:Montserrat,sans-serif}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main-content.svelte-12qhfyh{flex:1}*{box-sizing:border-box}
