*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:400;color:#1a2744;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.skip-to-content{position:absolute;top:-100px;left:0;z-index:9999;background:#1a2744;color:#fff;padding:8px 16px;font-size:1.4rem}.skip-to-content:focus{top:0}:root{--navy: #1a2744;--navy-dark: #0f1829;--navy-hover: #243460;--gold: #c9973a;--gold-dark: #b5852d;--cream: #faf7f0;--cream-dark: #f0ebe0;--white: #ffffff;--grey-light: #f5f5f5;--grey-mid: #e0e0e0;--grey-dark: #999;--text: #1a2744;--text-muted: #5c6880;--radius: 4px;--transition: .25s ease;--max-width: 1280px;--gutter: 2rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}@media(min-width:768px){:root{--gutter: 3rem}}@media(min-width:1200px){:root{--gutter: 4rem}}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;color:var(--navy);line-height:1.2}h1{font-size:clamp(2.8rem,5vw,5rem)}h2{font-size:clamp(2.2rem,3.5vw,3.6rem)}h3{font-size:clamp(1.8rem,2.5vw,2.4rem)}h4{font-size:2rem}h5{font-size:1.6rem}p{line-height:1.75;color:var(--text-muted);font-size:1.5rem}.section-label{display:block;font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1.3rem 2.8rem;border-radius:var(--radius);border:2px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition);white-space:nowrap;cursor:pointer}.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--primary:hover{background:var(--navy-hover);border-color:var(--navy-hover)}.btn--secondary{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--secondary:hover{background:var(--navy);color:var(--white)}.btn--gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn--gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn--outline-white{background:transparent;color:var(--white);border-color:var(--white)}.btn--outline-white:hover{background:var(--white);color:var(--navy)}.btn--full{width:100%}.btn--sm{padding:.9rem 1.8rem;font-size:1.2rem}.announcement-bar{background:var(--navy);color:var(--white);text-align:center;padding:10px 0}.announcement-bar__text{font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.announcement-bar__text a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.header-wrapper{background:var(--white);border-bottom:1px solid var(--grey-mid);position:fixed;top:0;left:0;right:0;width:100%;z-index:500;transition:box-shadow .25s ease}.header-wrapper.is-scrolled{box-shadow:0 2px 16px #1a27441a;border-bottom-color:transparent}body{padding-top:80px}.header{display:flex;align-items:center;min-height:80px;gap:1.6rem}.header__logo{flex-shrink:0}.header__logo img{display:block;height:auto}.header__logo-text{font-size:2rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.header__nav{display:none;flex:1;justify-content:center}.header__icons{flex-shrink:0;margin-left:auto}@media(min-width:1024px){.header__nav{display:flex;align-items:center}}.nav-item{position:relative}.nav-item__link{display:block;padding:1rem 1.2rem;font-size:1.3rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--navy);transition:color var(--transition);white-space:nowrap}.nav-item__link:hover,.nav-item:hover>.nav-item__link{color:var(--gold)}.nav-item--has-dropdown>.nav-item__link:after{content:"";display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-left:5px;vertical-align:middle}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--grey-mid);border-top:3px solid var(--navy);min-width:220px;box-shadow:0 8px 24px #1a27441f;z-index:600}.nav-item--has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown__item a{display:block;padding:1rem 1.8rem;font-size:1.3rem;color:var(--navy);transition:background var(--transition),color var(--transition);white-space:nowrap}.nav-dropdown__item a:hover{background:var(--cream);color:var(--gold)}.nav-dropdown__item--has-sub{position:relative}.nav-dropdown__item--has-sub>a:after{content:"\203a";position:absolute;right:1.4rem;font-size:1.4rem}.nav-sub{display:none;position:absolute;top:0;left:100%;background:var(--white);border:1px solid var(--grey-mid);min-width:200px;box-shadow:4px 8px 20px #1a27441a}.nav-dropdown__item--has-sub:hover .nav-sub{display:block}.nav-sub__item a{display:block;padding:1rem 1.8rem;font-size:1.3rem;color:var(--navy);transition:background var(--transition)}.nav-sub__item a:hover{background:var(--cream);color:var(--gold)}.header__icons{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--navy);transition:background var(--transition);position:relative}.header__icon-btn:hover{background:var(--grey-light)}.header__icon-btn svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.cart-count{position:absolute;top:2px;right:2px;background:var(--gold);color:var(--white);font-size:1rem;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--navy)}.header__mobile-toggle svg{width:24px;height:24px;stroke:var(--navy);stroke-width:2;fill:none}@media(min-width:1024px){.header__mobile-toggle{display:none}}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;max-width:360px;height:100vh;background:var(--white);z-index:1000;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #00000026}.mobile-nav.is-open{display:block;transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2rem;border-bottom:1px solid var(--grey-mid);background:var(--navy)}.mobile-nav__title{color:var(--white);font-size:1.6rem;font-weight:600}.mobile-nav__close{color:var(--white);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.mobile-nav__close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.mobile-nav__list{padding:1rem 0}.mobile-nav__item{border-bottom:1px solid var(--grey-mid)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--navy)}.mobile-nav__toggle{font-size:1.8rem;color:var(--text-muted)}.mobile-sub{display:none;background:var(--cream)}.mobile-sub.is-open{display:block}.mobile-sub__item a{display:block;padding:1.1rem 3rem;font-size:1.3rem;color:var(--navy);border-bottom:1px solid var(--cream-dark)}.mobile-sub__item a:hover{color:var(--gold)}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.mobile-overlay.is-open{display:block}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:700}.cart-overlay.is-open{display:block}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:var(--white);z-index:800;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:1px solid var(--grey-mid)}.cart-drawer__title{font-size:1.8rem;font-weight:700}.cart-drawer__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--navy)}.cart-drawer__close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.cart-drawer__body{flex:1;overflow-y:auto;padding:2rem 2.4rem;display:flex;flex-direction:column;gap:1.6rem}.cart-drawer__empty{text-align:center;padding:4rem 0;color:var(--text-muted)}.cart-item{display:flex;gap:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid var(--grey-mid)}.cart-item__image-wrap img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius)}.cart-item__details{flex:1}.cart-item__name{font-size:1.4rem;font-weight:600;color:var(--navy);display:block;margin-bottom:.4rem}.cart-item__variant{font-size:1.2rem;color:var(--text-muted);display:block;margin-bottom:.8rem}.cart-item__price-row{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-weight:600;font-size:1.4rem}.cart-item__remove{font-size:1.2rem;color:var(--text-muted);text-decoration:underline}.cart-item__remove:hover{color:#e53e3e}.cart-drawer__footer{padding-top:2rem;border-top:1px solid var(--grey-mid);display:flex;flex-direction:column;gap:1rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.6rem;margin-bottom:.8rem}.search-modal{display:none;position:fixed;top:0;left:0;right:0;background:var(--white);padding:2rem;box-shadow:0 8px 24px #0000001a;z-index:600}.search-modal.is-open{display:block}.search-modal__inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:1rem}.search-modal__input{flex:1;padding:1.2rem 1.6rem;border:2px solid var(--navy);border-radius:var(--radius);font-size:1.5rem;font-family:inherit;outline:none}.search-modal__input:focus{border-color:var(--gold)}.search-modal__close{font-size:1.4rem;color:var(--text-muted);white-space:nowrap;align-self:center}.hero{position:relative;overflow:hidden;min-height:560px;display:flex;align-items:center}.hero--large{min-height:680px}.hero--medium{min-height:480px}.hero--small{min-height:340px}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__content{position:relative;z-index:2;padding:4rem 0}.hero__text-box{max-width:580px;background:#1a2744bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4rem;border-radius:4px}.hero__text-box.text-center{margin:0 auto}.hero__title{font-size:clamp(2.8rem,5vw,5.2rem);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:1.6rem}.hero__subtitle{font-size:1.7rem;font-weight:300;color:#ffffffe6;margin-bottom:2.8rem;line-height:1.6}.hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}@media(max-width:767px){.hero{min-height:480px}.hero__text-box{padding:2.4rem}.hero__title{font-size:2.8rem}}.section{padding:64px 0}.section--cream{background:var(--cream)}.section--navy{background:var(--navy)}.section--navy *{color:var(--white)!important}.section--navy .btn--primary{background:var(--gold);border-color:var(--gold)}.section--navy .btn--secondary{border-color:var(--white);color:var(--white)}.section--navy .btn--secondary:hover{background:var(--white);color:var(--navy)!important}.section__header{text-align:center;margin-bottom:4rem}.section__header .section-label{margin-bottom:1rem}.section__header h2{margin-bottom:1.2rem}.section__header p{max-width:60rem;margin:0 auto}@media(max-width:767px){.section{padding:48px 0}}.rich-text{max-width:80rem;margin:0 auto}.rich-text h2,.rich-text p{margin-bottom:1.6rem}.rich-text .btn{margin-top:.8rem}.rich-text-section{position:relative}.rich-text-section__bg-image,.rich-text-section__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.rich-text-section__bg-image img,.rich-text-section__video-el{width:100%;height:100%;object-fit:cover;display:block}.rich-text-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.rich-text--on-image h2,.rich-text--on-image .section-label{color:var(--white)}.rich-text--on-image p{color:#ffffffe6}.rich-text--on-image .btn--primary{background:var(--white);color:var(--navy)}.rich-text--on-image .btn--primary:hover{background:var(--cream)}.collection-grid{display:grid;gap:2rem}.collection-grid--3{grid-template-columns:repeat(3,1fr)}.collection-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1023px){.collection-grid--3,.collection-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.collection-grid--3,.collection-grid--4{grid-template-columns:1fr}}.collection-card{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:1;display:block}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__image{transform:scale(1.04)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,39,68,.7) 0%,rgba(26,39,68,.1) 60%,transparent 100%);display:flex;align-items:flex-end;padding:2.4rem}.collection-card__title{font-size:2rem;font-weight:700;color:var(--white);line-height:1.2}.product-grid{display:grid;gap:2rem}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:1023px){.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.product-grid--4,.product-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.product-grid--4{grid-template-columns:repeat(2,1fr)}}.product-card{display:flex;flex-direction:column}.product-card__image-wrap{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:1;background:var(--grey-light);display:block}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-card__image-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.product-card__image-wrap:hover .product-card__image{opacity:0}.product-card__image-wrap:hover .product-card__image-alt{opacity:1}.product-card__info{padding:1.2rem .4rem;flex:1;display:flex;flex-direction:column;gap:.4rem}.product-card__title{font-size:1.4rem;font-weight:600;color:var(--navy);line-height:1.35;transition:color var(--transition)}.product-card__title:hover{color:var(--gold)}.product-card__rating{display:flex;align-items:center;gap:.4rem;font-size:1.2rem}.stars{color:var(--gold);letter-spacing:1px}.rating-count{color:var(--text-muted)}.product-card__price{font-size:1.5rem;font-weight:700;color:var(--navy);margin-top:auto;padding-top:.4rem}.product-card__price s{color:var(--text-muted);font-weight:400;font-size:1.3rem;margin-right:.4rem}.product-card__price .sale{color:var(--gold)}.product-card__cta{margin-top:1rem}.featured-collection__grid-wrap{position:relative}.featured-collection__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.featured-collection__nav h2{margin:0}.featured-collection__view-all{font-size:1.3rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;color:var(--navy);white-space:nowrap}.featured-collection__view-all:hover{color:var(--gold)}.multicolumn-grid{display:grid;gap:2.4rem}.multicolumn-grid--3{grid-template-columns:repeat(3,1fr)}.multicolumn-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1023px){.multicolumn-grid--3,.multicolumn-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.multicolumn-grid--3{grid-template-columns:1fr}.multicolumn-grid--4{grid-template-columns:repeat(2,1fr)}}.multicolumn-card{background:var(--white);border:1px solid var(--grey-mid);border-radius:8px;padding:2.8rem 2.4rem;transition:box-shadow var(--transition)}.multicolumn-card:hover{box-shadow:0 6px 20px #1a274414}.multicolumn-card--borderless{border:none;box-shadow:none;background:transparent}.multicolumn-card__icon{font-size:3.2rem;margin-bottom:1.6rem}.multicolumn-card__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.multicolumn-card__text p{font-size:1.4rem;line-height:1.7}.multicolumn-card__link{display:inline-block;margin-top:1.4rem;font-size:1.3rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;color:var(--navy)}.multicolumn-card__link:hover{color:var(--gold)}.image-with-text{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.image-with-text--reverse .image-with-text__media{order:2}.image-with-text--reverse .image-with-text__content{order:1}.image-with-text__media{overflow:hidden;min-height:400px}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__content{padding:5rem;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}.image-with-text__content h2{margin-bottom:1.6rem}.image-with-text__content p{margin-bottom:2rem}@media(max-width:767px){.image-with-text{grid-template-columns:1fr}.image-with-text--reverse .image-with-text__media,.image-with-text--reverse .image-with-text__content{order:unset}.image-with-text__content{padding:3.2rem 2.4rem}}.newsletter{text-align:center}.newsletter h2{color:var(--white);margin-bottom:1.2rem}.newsletter p{color:#fffc;margin-bottom:2.8rem}.newsletter-form{display:flex;gap:0;max-width:48rem;margin:0 auto}.newsletter-form__input{flex:1;padding:1.3rem 1.8rem;font-size:1.5rem;font-family:inherit;border:2px solid rgba(255,255,255,.3);border-right:none;background:#ffffff1a;color:var(--white);border-radius:var(--radius) 0 0 var(--radius);outline:none;transition:border-color var(--transition)}.newsletter-form__input::placeholder{color:#ffffff80}.newsletter-form__input:focus{border-color:#fff9}.newsletter-form__btn{border-radius:0 var(--radius) var(--radius) 0;flex-shrink:0}@media(max-width:479px){.newsletter-form{flex-direction:column}.newsletter-form__input{border-right:2px solid rgba(255,255,255,.3);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0}.newsletter-form__btn{border-radius:0 0 var(--radius) var(--radius)}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;padding:4rem 0 6rem}@media(max-width:1023px){.product-page{grid-template-columns:1fr;gap:3.2rem;padding:2.4rem 0 4rem}}.product-gallery{position:sticky;top:90px}@media(max-width:1023px){.product-gallery{position:static}}.product-gallery__main{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--grey-light);aspect-ratio:1;margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.product-gallery__main:hover img{transform:scale(1.03)}.product-gallery__counter{position:absolute;bottom:1rem;right:1rem;background:#00000080;color:#fff;font-size:1.2rem;padding:.3rem .8rem;border-radius:20px}.product-gallery__thumbs{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:thin}.product-gallery__thumb{flex:0 0 80px;height:80px;overflow:hidden;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:border-color var(--transition);background:var(--grey-light)}.product-gallery__thumb.is-active{border-color:var(--navy)}.product-gallery__thumb:hover{border-color:var(--gold)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.6rem}.product-info__title{font-size:clamp(2rem,3vw,2.8rem);font-weight:700;line-height:1.25;margin:0}.product-info__rating{display:flex;align-items:center;gap:.8rem}.product-info__stars{color:var(--gold);font-size:1.6rem;letter-spacing:2px}.product-info__review-link{font-size:1.3rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.product-info__review-link:hover{color:var(--navy)}.product-info__price-wrap{display:flex;flex-direction:column;gap:.4rem}.product-info__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-info__current-price{font-size:2.6rem;font-weight:700;color:var(--navy)}.product-info__compare-price{font-size:1.8rem;font-weight:400;color:var(--text-muted);text-decoration:line-through}.product-info__price .sale-badge{font-size:1.3rem;background:var(--gold);color:var(--white);padding:.2rem .8rem;border-radius:20px}.product-info__tax-note{font-size:1.2rem;color:var(--text-muted);margin:0}.product-trust-badges{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem 0;border-top:1px solid var(--grey-mid);border-bottom:1px solid var(--grey-mid)}.trust-badge{display:flex;align-items:center;gap:1rem;font-size:1.3rem;font-weight:600;color:var(--navy)}.trust-badge svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:2;flex-shrink:0}.product-share-btn{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color var(--transition)}.product-share-btn:hover{color:var(--navy)}.product-share-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.product-info__urgency-wrap{display:flex;flex-direction:column;gap:.6rem}.product-info__urgency--stock strong{color:#e53e3e}.product-form__field{margin-bottom:1.6rem}.product-form__label{display:block;font-size:1.3rem;font-weight:600;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.05em}.product-form__select{width:100%;padding:1.1rem 1.6rem;border:2px solid var(--grey-mid);border-radius:var(--radius);font-size:1.4rem;font-family:inherit;color:var(--navy);background:var(--white);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a2744' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;cursor:pointer;transition:border-color var(--transition)}.product-form__select:focus{outline:none;border-color:var(--navy)}.product-form__personalization{width:100%;padding:1.1rem 1.6rem;border:2px solid var(--grey-mid);border-radius:var(--radius);font-size:1.4rem;font-family:inherit;resize:vertical;min-height:80px;transition:border-color var(--transition)}.product-form__personalization:focus{outline:none;border-color:var(--navy)}.product-form__file-upload{margin-bottom:1.6rem}.file-upload-area{position:relative;border:2px dashed var(--grey-mid);border-radius:var(--radius);padding:2.8rem 2rem;text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition);overflow:hidden}.file-upload-area:hover,.file-upload-area.has-file{border-color:var(--gold);background:var(--cream)}.file-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%;z-index:2}.file-upload-icon{font-size:3.2rem;display:block;margin-bottom:.8rem}.file-upload-prompt{font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.file-upload-types{font-size:1.2rem;color:var(--text-muted);margin:0}.file-upload-filename{margin-top:1.2rem;font-size:1.3rem;font-weight:600;color:var(--gold);display:none}.file-upload-filename.is-visible{display:block}.product-form__help{font-size:1.2rem;color:var(--text-muted);margin-top:.6rem}.product-form__qty-wrap{display:flex;align-items:center;gap:0;border:2px solid var(--grey-mid);border-radius:var(--radius);width:fit-content;overflow:hidden}.product-form__qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:300;color:var(--navy);transition:background var(--transition)}.product-form__qty-btn:hover{background:var(--grey-light)}.product-form__qty-input{width:52px;height:44px;text-align:center;font-size:1.5rem;font-weight:600;border:none;outline:none;font-family:inherit;color:var(--navy);border-left:1px solid var(--grey-mid);border-right:1px solid var(--grey-mid)}.product-form__add-to-cart{width:100%;font-size:1.5rem;padding:1.5rem 2.8rem}.product-info__urgency{font-size:1.3rem;color:var(--text-muted);display:flex;gap:.6rem;align-items:center}.product-info__urgency strong{color:#e53e3e}.product-accordion{margin-top:.8rem;border-top:1px solid var(--grey-mid)}.accordion-item{border-bottom:1px solid var(--grey-mid)}.accordion-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;font-size:1.45rem;font-weight:600;color:var(--navy);background:none;border:none;cursor:pointer;text-align:left;gap:1rem}.accordion-item__icon{font-size:2rem;font-weight:300;transition:transform .25s ease;flex-shrink:0}.accordion-item__trigger[aria-expanded=true] .accordion-item__icon{transform:rotate(45deg)}.accordion-item__content{display:none;padding-bottom:1.8rem}.accordion-item__content.is-open{display:block}.accordion-item__content p{font-size:1.4rem;line-height:1.75;color:var(--text-muted);margin-bottom:.8rem}.accordion-item__content p:last-child{margin-bottom:0}.accordion-item__content strong{color:var(--navy)}.product-description{padding:5rem 0;border-top:1px solid var(--grey-mid);max-width:80rem}.product-description h2{font-size:2.2rem;margin-bottom:2rem}.product-description .rte{font-size:1.5rem;line-height:1.8;color:var(--text-muted)}.product-description .rte ul{list-style:disc;padding-left:2rem;margin-bottom:1.6rem}.product-description .rte li{margin-bottom:.6rem}.product-reviews{padding:5rem 0;border-top:1px solid var(--grey-mid)}.product-reviews__title{font-size:2.4rem;margin-bottom:2rem}.product-reviews__summary{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.product-reviews__stars{font-size:2.4rem;color:var(--gold);letter-spacing:2px}.product-reviews__count{font-size:1.4rem;color:var(--text-muted)}.product-reviews__write-btn{flex-shrink:0}.product-reviews__list{display:grid;gap:2rem}@media(min-width:768px){.product-reviews__list{grid-template-columns:repeat(3,1fr)}}.product-review{background:var(--cream);border-radius:var(--radius);padding:2rem}.product-review__stars{font-size:1.6rem;color:var(--gold);margin-bottom:1rem;letter-spacing:1px}.product-review__text{font-size:1.4rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem;font-style:italic}.product-review__author{font-size:1.3rem;color:var(--navy)}.product-related{padding:5rem 0;border-top:1px solid var(--grey-mid)}.product-related__title{font-size:2.4rem;margin-bottom:2.4rem}.product-reviews{padding-top:4rem;border-top:1px solid var(--grey-mid);margin-top:2rem}.product-reviews__header{margin-bottom:2.4rem}.product-reviews__summary{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.product-reviews__avg{font-size:4rem;font-weight:700;line-height:1}.product-reviews__stars{font-size:2.2rem;color:var(--gold);letter-spacing:2px}.product-reviews__count{font-size:1.3rem;color:var(--text-muted)}.review-card{padding:2rem 0;border-bottom:1px solid var(--grey-mid)}.review-card__stars{font-size:1.4rem;color:var(--gold);margin-bottom:.6rem}.review-card__title{font-size:1.5rem;font-weight:600;margin-bottom:.6rem}.review-card__body{font-size:1.4rem;color:var(--text-muted);line-height:1.7;margin-bottom:.8rem}.review-card__meta{font-size:1.2rem;color:var(--grey-dark)}.collection-page{padding:3.2rem 0 6rem}.collection-header{margin-bottom:3.2rem}.collection-header__breadcrumb{font-size:1.3rem;color:var(--text-muted);margin-bottom:1.2rem}.collection-header__breadcrumb a:hover{color:var(--navy)}.collection-header__title{margin-bottom:.8rem}.collection-header__count{font-size:1.4rem;color:var(--text-muted)}.collection-header__desc{margin-top:1.2rem;max-width:72rem;font-size:1.5rem}.filter-bar{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;background:var(--grey-light);border-radius:var(--radius);margin-bottom:2.8rem;gap:1.2rem;flex-wrap:wrap}.filter-bar__filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-btn{padding:.7rem 1.4rem;border:1px solid var(--grey-mid);border-radius:20px;font-size:1.3rem;font-weight:500;background:var(--white);color:var(--navy);cursor:pointer;transition:all var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.sort-select{padding:.7rem 1.4rem;border:1px solid var(--grey-mid);border-radius:var(--radius);font-size:1.3rem;font-family:inherit;background:var(--white);color:var(--navy);cursor:pointer}.cart-page{padding:4rem 0 6rem}.cart-page__title{margin-bottom:3.2rem}.cart-page__grid{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}@media(max-width:1023px){.cart-page__grid{grid-template-columns:1fr}}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;padding:1rem 1.6rem;font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--grey-mid)}.cart-table td{padding:1.6rem;border-bottom:1px solid var(--grey-mid);vertical-align:middle;font-size:1.4rem}.cart-table__product{display:flex;align-items:center;gap:1.6rem}.cart-table__product img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius)}.cart-summary{background:var(--cream);border-radius:8px;padding:2.8rem;position:sticky;top:100px}.cart-summary__title{font-size:1.8rem;margin-bottom:2rem}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:1.2rem;font-size:1.4rem}.cart-summary__total{font-size:1.8rem;font-weight:700;border-top:2px solid var(--grey-mid);padding-top:1.2rem;margin-top:1.2rem}.cart-summary__cta{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.error-page{text-align:center;padding:8rem 0}.error-page__code{font-size:10rem;font-weight:700;color:var(--grey-mid);line-height:1}.error-page__msg{font-size:2rem;margin-bottom:1.2rem}.error-page p{margin-bottom:2.4rem}.page-content{padding:4rem 0 6rem;max-width:80rem;margin:0 auto}.page-content h1{margin-bottom:2.4rem}.page-content p,.page-content li{margin-bottom:1.2rem;font-size:1.5rem}.search-page{padding:4rem 0 6rem}.search-page__form{display:flex;max-width:56rem;margin:0 auto 4rem;gap:0}.search-page__input{flex:1;padding:1.3rem 1.8rem;border:2px solid var(--navy);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-size:1.5rem;font-family:inherit;outline:none}.search-page__btn{border-radius:0 var(--radius) var(--radius) 0;flex-shrink:0}.blog-page{padding:4rem 0 6rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media(max-width:767px){.blog-grid{grid-template-columns:1fr}}.blog-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--grey-mid)}.blog-card__image{aspect-ratio:16/9;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image img{transform:scale(1.04)}.blog-card__body{padding:2rem}.blog-card__title{font-size:1.7rem;margin-bottom:.8rem}.blog-card__excerpt{font-size:1.4rem;color:var(--text-muted);margin-bottom:1.4rem}.blog-card__meta{font-size:1.2rem;color:var(--grey-dark)}.article-page{padding:4rem 0 6rem;max-width:80rem;margin:0 auto}.article-page__header{margin-bottom:3.2rem}.article-page__title{margin-bottom:1.2rem}.article-page__meta{font-size:1.3rem;color:var(--text-muted)}.article-page__body p{margin-bottom:1.6rem;font-size:1.5rem;line-height:1.8}.pagination{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:4rem}.pagination__item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);border:1px solid var(--grey-mid);font-size:1.4rem;font-weight:500;color:var(--navy);transition:all var(--transition)}.pagination__item:hover,.pagination__item.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.pagination__item--prev,.pagination__item--next{font-size:1.8rem}.footer{background:var(--navy);color:var(--white)}.footer__top{padding:6rem 0 4rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem}@media(max-width:1023px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.footer__grid{grid-template-columns:1fr}}.footer__col-title{font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1.8rem}.footer__links{display:flex;flex-direction:column;gap:.8rem}.footer__link{font-size:1.4rem;color:#ffffffb3;transition:color var(--transition)}.footer__link:hover{color:var(--gold)}.footer__about-text{font-size:1.4rem;color:#ffffffb3;line-height:1.7}.footer__logo{margin-bottom:1.6rem}.footer__logo img{max-height:120px;width:auto;display:block;filter:brightness(0) invert(1)}.footer__social{display:flex;gap:1.2rem;margin-top:2rem}.footer__social-link{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fffc;transition:all var(--transition)}.footer__social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.footer__social-link svg{width:18px;height:18px;fill:currentColor}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2.4rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem}.footer__copyright{font-size:1.3rem;color:#ffffff80}.footer__payments{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.footer__payments img{height:24px;width:auto;border-radius:3px;opacity:.75}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.mt-4{margin-top:1.6rem}.mt-6{margin-top:2.4rem}.mb-4{margin-bottom:1.6rem}.no-js-hide{display:none}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy)}.password-page__inner{text-align:center;padding:4rem 2rem;max-width:48rem}.password-page__logo{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:2rem}.password-page__heading{font-size:2.4rem;color:var(--white);margin-bottom:1.2rem}.password-page__text{color:#ffffffb3;margin-bottom:2.4rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
