:root{--custom-footer-bg: #0e0e0e;--custom-footer-text: #ffffff;--custom-footer-text-muted: #fff;--custom-footer-gold: #c5a07d;--custom-footer-gold-hover: #e0bc98;--custom-footer-border: rgba(255, 255, 255, .08)}.custom-footer{background-color:var(--custom-footer-bg);color:var(--custom-footer-text);padding:6rem 0 4rem;font-family:var(--font-body-family, sans-serif);font-size:1.4rem;line-height:1.6}.custom-footer a{color:var(--custom-footer-text-muted);text-decoration:none;transition:color .3s ease}.custom-footer__newsletter-form-wrapper .btn:not(.btn--plain):not(.btn--underline):after,.custom-footer__newsletter-form-wrapper .btn:not(.btn--plain):not(.btn--underline):before{content:"";transform:unset!important;background:#c5a07d!important}.custom-footer a:hover{color:var(--custom-footer-gold)}.custom-footer__container{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 2rem}.custom-footer__top{display:grid;grid-template-columns:1.5fr repeat(var(--menu-columns, 3),1fr);gap:4rem;padding-bottom:4rem;border-bottom:1px solid var(--custom-footer-border)}.custom-footer__top[style*="--menu-columns: 0"]{grid-template-columns:1fr}@media(max-width:1024px){.custom-footer__top{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.custom-footer__top{grid-template-columns:1fr;gap:3rem}}.custom-footer__brand{display:flex;flex-direction:column;gap:5px}.custom-footer__brand-title{font-family:var(--font-body-family, sans-serif);font-size:2.2rem;letter-spacing:.15em;text-transform:uppercase;margin:0;color:var(--custom-footer-text);font-weight:500}.custom-footer__brand-tagline{font-family:var(--font-body-family, sans-serif);font-size:14px;color:var(--custom-footer-gold);font-weight:400;letter-spacing:.05em;margin:0}.custom-footer__brand-text{color:var(--custom-footer-text-muted);font-size:1.35rem;line-height:1.7;margin:0;padding-top:20px;max-width:250px}.custom-footer__follow-us{margin-top:4rem}.custom-footer__follow-title{color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;margin:0 0 1.2rem;font-family:Archivo;padding-bottom:10px}.custom-footer__social-list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.custom-footer__social-list a{display:flex;align-items:center;justify-content:center;color:var(--custom-footer-text);transition:transform .3s ease,color .3s ease}.custom-footer__social-list a:hover{color:var(--custom-footer-gold);transform:translateY(-2px)}.custom-footer__social-list svg{width:2rem;height:2rem;fill:currentColor}.custom-footer__menu{display:flex;flex-direction:column}.custom-footer__menu-title{color:#fff;font-size:1.3rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--custom-footer-gold);align-self:flex-start;min-width:60px;font-family:Archivo}.custom-footer__menu-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.custom-footer__menu-links a{font-size:1.35rem}.custom-footer__newsletter{padding:4rem 0;border-bottom:1px solid var(--custom-footer-border)}.custom-footer__newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:4rem}@media(max-width:990px){.custom-footer__newsletter-inner{flex-direction:column;align-items:flex-start;gap:2.5rem}}.custom-footer__newsletter-info{display:flex;align-items:center;gap:2rem}.custom-footer__newsletter-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border:1px solid var(--custom-footer-gold);border-radius:50%;color:var(--custom-footer-gold);flex-shrink:0}.custom-footer__newsletter-icon svg{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:1.5}.custom-footer__newsletter-text-wrapper{display:flex;flex-direction:column;gap:.3rem}.custom-footer__newsletter-heading{font-size:17px;font-weight:500;letter-spacing:.1em;color:#fff;text-transform:uppercase;margin:0;font-family:Archivo}.custom-footer__newsletter-subheading{font-size:14px;color:#fff;margin:0;font-family:Archivo;max-width:300px;line-height:1.7}.custom-footer__newsletter-form-wrapper{width:100%;max-width:530px}.custom-footer__newsletter-form-wrapper .newsletter-form{width:100%!important}.custom-footer__newsletter-form-wrapper form{display:block!important;width:100%!important;margin:0!important;padding:0!important}.custom-footer__newsletter-form-wrapper form label{display:none!important}.custom-footer__newsletter-form-wrapper .newsletter-form__wrapper{display:flex!important;flex-direction:row!important;width:100%!important;margin:0!important;padding:0!important;align-items:stretch!important;justify-content:flex-start!important;gap:0}.custom-footer__newsletter-form-wrapper input.form-control,.custom-footer__newsletter-form-wrapper input[type=email]{flex-grow:1!important;width:100%!important;background-color:transparent!important;border:1px solid rgba(255,255,255,.15)!important;border-right:none!important;padding:1.2rem 1.6rem!important;color:#fff!important;font-size:1.35rem!important;font-family:inherit!important;outline:none!important;border-radius:0!important;height:4.8rem!important;margin:0!important;box-shadow:none!important;transition:border-color .3s ease!important}.custom-footer__newsletter-form-wrapper input.form-control:focus,.custom-footer__newsletter-form-wrapper input[type=email]:focus{border-color:var(--custom-footer-gold)!important}.custom-footer__newsletter-form-wrapper input.form-control::placeholder,.custom-footer__newsletter-form-wrapper input[type=email]::placeholder{color:#777!important}.custom-footer__newsletter-form-wrapper button.newsletter-form__submit,.custom-footer__newsletter-form-wrapper button[type=submit]{flex-shrink:0!important;background-color:var(--custom-footer-gold)!important;color:#000!important;border:none!important;padding:0 3rem!important;font-size:12px!important;font-weight:500!important;letter-spacing:.1em!important;text-transform:uppercase!important;cursor:pointer!important;border-radius:0!important;height:4.8rem!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:unset}.custom-footer__bottom{padding:3rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}@media(max-width:768px){.custom-footer__bottom{flex-direction:column;align-items:center;text-align:center}}.custom-footer__copyright-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(max-width:768px){.custom-footer__copyright-wrapper{align-items:center}}.custom-footer__copyright{font-size:1.3rem;color:var(--custom-footer-text-muted);margin:0}.custom-footer__follow-on-shop{display:inline-flex}.custom-footer__bottom-links{display:flex;gap:1.5rem;align-items:center;list-style:none;padding:0;margin:0;font-size:1.3rem;color:var(--custom-footer-text-muted)}.custom-footer__bottom-links li{display:flex;align-items:center}.custom-footer__bottom-links li:not(:last-child):after{content:"|";margin-left:1.5rem;color:#ffffff26}.custom-footer__localization{display:flex;align-items:center}.custom-footer__localization .country-switcher{margin:0}.custom-footer__localization .f-disclosure__toggle{background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--custom-footer-text-muted);padding:.8rem 1.6rem;font-size:1.3rem;display:inline-flex;align-items:center;gap:.8rem;cursor:pointer}.custom-footer__localization .f-disclosure__toggle:hover{border-color:var(--custom-footer-gold);color:#fff}.custom-footer__payments{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:1rem}.custom-footer__payments-title{font-size:1.1rem;font-weight:500;letter-spacing:.15em;color:var(--custom-footer-text-muted);text-transform:uppercase;margin:0;font-family:Archivo}.custom-footer__payment-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;list-style:none;padding:0;margin:0}.custom-footer__payment-item{display:inline-flex;align-items:center;justify-content:center;background-color:#1a1a1a;border:1px solid rgba(255,255,255,.05);padding:.4rem .8rem;border-radius:4px;height:3rem}.custom-footer__payment-item svg{width:4rem;height:auto}.custom_collectiontext{max-width:1080px;margin:50px auto;background:#fff;border:1px solid #00000036;border-radius:14px;padding:40px 60px}.custom_collectiontext .container-fluid{padding:unset}.metafield-rich_text_field *{font-family:Archivo;color:#32241a}.metafield-rich_text_field h2{font-size:24px;padding-top:20px}div#shopify-section-template--20221096591597__collection_metafield_text_4GVcmp{padding:20px}@media(max-width:767px){.metafield-rich_text_field h2{font-size:20px}.custom_collectiontext{padding:30px!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/custom-css.css.map */
