:root{--pm-black: #0A0A0A;--pm-taupe: #8A857D;--pm-bronze: #8E6B3A;--pm-sage: #7A8A7A;--pm-sand: #D8D2C4;--pm-white: #FFFFFF;--pm-color-bg: var(--pm-off-white);--pm-color-bg-dark: var(--pm-navy);--pm-color-text: var(--pm-charcoal);--pm-color-text-muted: var(--pm-gray);--pm-color-text-inverse: var(--pm-white);--pm-color-accent: var(--pm-gold);--pm-color-border: var(--pm-silver);--pm-font-primary: "Montserrat", var(--font-heading-family, sans-serif);--pm-font-secondary: "Lora", Georgia, serif;--pm-font-body: var(--pm-font-primary);--pm-text-xs: clamp(.6875rem, .65rem + .15vw, .75rem);--pm-text-sm: clamp(.8125rem, .78rem + .15vw, .875rem);--pm-text-base: clamp(.9375rem, .9rem + .2vw, 1rem);--pm-text-lg: clamp(1.0625rem, 1rem + .3vw, 1.125rem);--pm-text-xl: clamp(1.25rem, 1.1rem + .5vw, 1.5rem);--pm-text-2xl: clamp(1.5rem, 1.25rem + .8vw, 2rem);--pm-text-3xl: clamp(1.875rem, 1.5rem + 1.2vw, 2.5rem);--pm-text-4xl: clamp(2.25rem, 1.75rem + 1.8vw, 3.25rem);--pm-container: min(var(--pm-container-max, 1280px), 92vw);--pm-container-wide: min(1440px, 96vw);--pm-section-spacing: clamp(3rem, 5vw + 1rem, 6rem);--pm-section-spacing-sm: clamp(2rem, 3vw + .5rem, 3.5rem);--pm-gap: clamp(1rem, 2vw, 1.5rem);--pm-radius-sm: 2px;--pm-radius-md: 4px;--pm-radius-lg: 8px;--pm-shadow-soft: 0 2px 20px rgba(13, 27, 42, .06);--pm-shadow-medium: 0 8px 32px rgba(13, 27, 42, .1);--pm-transition: .25s ease;--pm-transition-slow: .4s ease;--pm-focus-ring: 0 0 0 2px var(--pm-white), 0 0 0 4px var(--pm-gold)}@media(prefers-reduced-motion:reduce){:root{--pm-transition: .01ms;--pm-transition-slow: .01ms}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.pm-font-primary{font-family:var(--pm-font-primary)}.pm-font-secondary{font-family:var(--pm-font-secondary)}.pm-heading{font-family:var(--pm-font-primary);font-weight:600;letter-spacing:.02em;color:var(--pm-charcoal);line-height:1.2}.pm-heading--editorial{font-family:var(--pm-font-secondary);font-weight:400;letter-spacing:0}.pm-eyebrow{font-family:var(--pm-font-primary);font-size:var(--pm-text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--pm-gold)}.pm-section-heading{font-family:var(--pm-font-primary);font-size:var(--pm-text-2xl);font-weight:600;letter-spacing:.02em;color:var(--pm-charcoal);margin-bottom:var(--pm-gap)}.pm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:44px;padding:.75em 1.75em;font-family:var(--pm-font-primary);font-size:var(--pm-text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;border-radius:var(--radius-button, 30px);cursor:pointer;transition:background-color var(--pm-transition),color var(--pm-transition),border-color var(--pm-transition),box-shadow var(--pm-transition)}.pm-btn:focus-visible{outline:none;box-shadow:var(--pm-focus-ring)}.pm-btn--primary{background-color:var(--pm-navy);color:var(--pm-white);border-color:var(--pm-navy)}.pm-btn--primary:hover{background-color:var(--pm-gold);border-color:var(--pm-gold);color:var(--pm-navy)}.pm-btn--secondary{background-color:transparent;color:var(--pm-navy);border-color:var(--pm-navy)}.pm-btn--secondary:hover{background-color:var(--pm-navy);color:var(--pm-white)}.pm-btn--outline-light{background-color:transparent;color:var(--pm-white);border-color:var(--pm-white)}.pm-btn--outline-light:hover{background-color:var(--pm-white);color:var(--pm-navy)}.pm-btn--ghost{background-color:transparent;color:var(--pm-navy);border-color:transparent;padding-inline:.5em;min-height:auto}.pm-btn--ghost:hover{color:var(--pm-gold)}.pm-badge{display:inline-flex;align-items:center;padding:.25em .6em;font-family:var(--pm-font-primary);font-size:var(--pm-text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--pm-radius-sm);line-height:1.2}.pm-badge--new{background-color:var(--pm-gold);color:var(--pm-navy)}.pm-badge--sale{background-color:var(--pm-charcoal);color:var(--pm-white)}.pm-badge--bestseller{background-color:var(--pm-navy);color:var(--pm-gold);border:1px solid var(--pm-gold)}.pm-card{background-color:var(--pm-white);border-radius:var(--pm-radius-md);box-shadow:var(--pm-shadow-soft);overflow:hidden;transition:box-shadow var(--pm-transition)}.pm-card:hover{box-shadow:var(--pm-shadow-medium)}.pm-input{width:100%;min-height:44px;padding:.75em 1em;font-family:var(--pm-font-primary);font-size:var(--pm-text-base);color:var(--pm-navy);background-color:var(--pm-white);border:1px solid var(--pm-silver);border-radius:var(--radius-input, 30px);transition:border-color var(--pm-transition),box-shadow var(--pm-transition)}.pm-input:focus{outline:none;border-color:var(--pm-gold);box-shadow:0 0 0 1px var(--pm-gold);color:var(--pm-navy);background-color:var(--pm-white)}.pm-input::placeholder{color:var(--pm-gray)}.pm-section{padding-block:var(--pm-section-spacing)}.pm-section--dark{background-color:var(--pm-navy);color:var(--pm-white)}.pm-section--off-white{background-color:var(--pm-off-white)}.pm-container{width:var(--pm-container);max-width:100%;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.pm-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1.5rem,4vw,3rem);padding-block:1.25rem;border-block:1px solid var(--pm-silver);background-color:var(--pm-white)}.pm-trust-bar__item{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;font-family:var(--pm-font-primary);font-size:var(--pm-text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--pm-charcoal)}.pm-announcement{background-color:var(--pm-navy);color:var(--pm-white);font-family:var(--pm-font-primary);font-size:var(--pm-text-sm);letter-spacing:.04em}.pm-footer{background-color:var(--pm-navy);color:rgb(var(--color-foreground))}.pm-footer a{color:rgb(var(--color-foreground));transition:color var(--pm-transition)}.pm-footer a:hover{color:var(--pm-gold)}.pm-accent-line{display:block;width:2.5rem;height:1px;background-color:var(--pm-gold);margin-block:1rem}.hdt-btn:not(.hdt-btn-outline):not(.hdt-btn-outline-secondary):not(.hdt-btn-outline-accent):not(.hdt-btn-outline-tertiary):not(.hdt-btn-secondary):not(.hdt-btn-tertiary):hover,.hdt-btn-solid:hover{--hdt-btn-hover-color: 13 27 42;--hdt-btn-hover-bg: 201 162 74;--hdt-btn-hover-border-color: 201 162 74}.hdt-btn-accent,.hdt-btn-hover-accent{--hdt-btn-color: 255 255 255;--hdt-btn-bg: 13 27 42;--hdt-btn-border-color: 13 27 42;--hdt-btn-hover-color: 13 27 42;--hdt-btn-hover-bg: 201 162 74;--hdt-btn-hover-border-color: 201 162 74}.hdt-btn-outline:hover,.hdt-btn-outline-hover-secondary:hover{--hdt-btn-hover-color: 255 255 255;--hdt-btn-hover-bg: 13 27 42;--hdt-btn-hover-border-color: 13 27 42}.hdt-btn:focus-visible,.hdt-input:focus-visible,.hdt-textarea:focus-visible,.hdt-select:focus-visible,input.hdt-input:focus-visible,textarea.hdt-input:focus-visible,select.hdt-input:focus-visible{outline:2px solid var(--pm-gold);outline-offset:2px}.hdt-badge__shape-rectangle .hdt-badge,.hdt-badge__shape-rectangle .hdt-product-badge{border-radius:var(--pm-radius-sm);letter-spacing:.04em;font-weight:600}.hdt-card-product{box-shadow:none}.hdt-card-product:hover{box-shadow:var(--pm-shadow-soft)}.hdt-link:hover,a.hdt-link-primary:hover{color:rgb(var(--color-accent))}:where(.hdt-input,.hdt-textarea,.hdt-select):not(.hdt-search-input):not(.hdt-drawer-search .hdt-input),.hdt-newsletter__email,.hdt-customer input.hdt-input,.hdt-customer select.hdt-input,.hdt-customer textarea.hdt-input,.hdt-page-cart input:not([type=submit]):not([type=checkbox]):not([type=number]),.hdt-page-cart select,.hdt-page-cart textarea,.hdt-mini-cart__tool-wrap input:not([type=submit]):not([type=checkbox]),.hdt-mini-cart__tool-wrap select,.hdt-mini-cart__tool-wrap textarea,#Cart-note,.hdt-contact_form_wrap .hdt-input{--color-input-background: 255 255 255;background-color:rgb(var(--color-input-background));color:var(--pm-navy);border-radius:var(--radius-input)}:where(.hdt-input,.hdt-textarea,.hdt-select):not(.hdt-search-input)::placeholder,.hdt-newsletter__email::placeholder,.hdt-customer input.hdt-input::placeholder,.hdt-page-cart input::placeholder,.hdt-page-cart textarea::placeholder,.hdt-mini-cart__tool-wrap input::placeholder,.hdt-mini-cart__tool-wrap textarea::placeholder,#Cart-note::placeholder,.hdt-contact_form_wrap .hdt-input::placeholder{color:var(--pm-gray);opacity:1}:where(.hdt-input,.hdt-textarea,.hdt-select):not(.hdt-search-input):focus,.hdt-newsletter__email:focus,.hdt-customer input.hdt-input:focus,.hdt-page-cart input:focus,.hdt-page-cart textarea:focus,.hdt-mini-cart__tool-wrap input:focus,.hdt-mini-cart__tool-wrap textarea:focus,#Cart-note:focus,.hdt-contact_form_wrap .hdt-input:focus{color:var(--pm-navy);background-color:var(--pm-white);border-color:var(--pm-gold);outline:none;box-shadow:0 0 0 1px var(--pm-gold)}:where(.hdt-input,.hdt-textarea,.hdt-select):disabled,.hdt-customer input.hdt-input:disabled,.hdt-page-cart input:disabled,.hdt-page-cart textarea:disabled,#Cart-note:disabled{opacity:.55;color:var(--pm-gray);background-color:var(--pm-off-white);cursor:not-allowed}:where(.hdt-input,.hdt-textarea,input[type=text],input[type=search],input[type=email],input[type=tel],input[type=number],input[type=password],textarea):-webkit-autofill,:where(.hdt-input,.hdt-textarea,input[type=text],input[type=search],input[type=email],input[type=tel],input[type=number],input[type=password],textarea):-webkit-autofill:hover,:where(.hdt-input,.hdt-textarea,input[type=text],input[type=search],input[type=email],input[type=tel],input[type=number],input[type=password],textarea):-webkit-autofill:focus{-webkit-text-fill-color:var(--pm-navy);caret-color:var(--pm-navy);box-shadow:0 0 0 1000px var(--pm-white) inset;transition:background-color 99999s ease-out 0s}.hdt-contact_form_wrap .hdt-input{--color-input-text: 13 27 42;color:var(--pm-navy)}.hdt-customer .hdt-field label{color:var(--pm-gray)}[style*=--f_family_3],.hdt-font-family-3{font-family:var(--pm-font-secondary)}.hdt-card-product hdt-wishlist:not([action=add]) svg{color:var(--pm-gold)}#hdt-nav-ul>li>.hdt-menu-link.hdt-menu-link--active,#hdt-nav-ul>li>.hdt-menu-link[aria-current=page],#hdt-nav-ul>li>hdt-header-menu>details>summary.hdt-menu-link--active,#hdt-nav-ul>li>hdt-header-menu>details>.hdt-menu-link.hdt-menu-link--active{color:var(--pm-white)}#hdt-nav-ul>li>.hdt-menu-link:hover,#hdt-nav-ul>li>hdt-header-menu>details>summary:hover{color:var(--pm-gold)}#hdt-nav-ul>li>.hdt-menu-link.hdt-menu-link--active:after,#hdt-nav-ul>li>.hdt-menu-link[aria-current=page]:after,#hdt-nav-ul>li>.hdt-menu-link:hover:after,#hdt-nav-ul>li>hdt-header-menu>details>summary:hover:after{transform:scaleX(1);background:var(--pm-gold)}.hdt-header-menu-mobile .hdt-menu-link.hdt-menu-link--active,.hdt-header-menu-mobile .hdt-menu-link[aria-current=page]{color:var(--pm-gold)}.shopify-section-group-header-group [color-scheme=scheme-fe88a2ec-47a1-478d-8953-54da0178e18c] .hdt-header-icon,.shopify-section-group-header-group [color-scheme=scheme-fe88a2ec-47a1-478d-8953-54da0178e18c] .hdt-menu-bar{color:rgb(var(--color-foreground))}.scrolled-past-header.shopify-section-header-sticky .hdt-main-header{background-color:rgb(var(--color-background))}.shopify-section-group-footer-group .hdt-footer,.shopify-section-group-footer-group footer.hdt-section-footer{background-color:var(--pm-navy)}.hdt-footer-logo-link{display:inline-flex;margin-bottom:.25rem}.hdt-footer-logo:not(.pm-brand-logo){width:156px;height:auto}.shopify-section-group-footer-group .pm-footer-logo-block{width:100%;box-sizing:border-box;padding-inline:clamp(.75rem,2vw,1rem)}.shopify-section-group-footer-group .pm-footer-logo-block .hdt-footer-logo-link{display:block;width:100%;margin-bottom:.25rem}.shopify-section-group-footer-group .pm-footer-logo-block .pm-brand-logo,.shopify-section-group-footer-group .hdt-footer-logo .pm-brand-logo{width:100%!important;max-width:100%!important;height:auto!important;display:block}.shopify-section-group-footer-group footer,.shopify-section-group-footer-group footer .hdt-text-secondary,.shopify-section-group-footer-group footer .hdt-s-text2,.shopify-section-group-footer-group .pm-footer-tagline,.shopify-section-group-footer-group .pm-footer-nav a{color:rgb(var(--color-foreground))}.shopify-section-group-footer-group footer a{color:rgb(var(--color-foreground))}.shopify-section-group-footer-group footer a:hover{color:var(--pm-gold)}.hdt-header-menu-mobile .hdt-menu-link,.hdt-header-menu-mobile summary.hdt-menu-link{min-height:44px}.shopify-section-group-header-group .hdt-main-header #hdt-nav-ul{--spacing-menu-item: 32px;justify-content:center}@media(min-width:1150px)and (max-width:1499px){.shopify-section-group-header-group .hdt-main-header #hdt-nav-ul{column-gap:min(2rem,var(--spacing-menu-item, 32px))}}@media(max-width:1149px){.shopify-section-group-header-group .hdt-main-header #hdt-nav-ul{column-gap:min(1.25rem,var(--spacing-menu-item, 32px))}}.hdt-mega-shop .hdt-mega-heading,.hdt-mega-shop .hdt-menu-link-text,.hdt-mega-shop .hdt-mega-menu-list .hdt-menu-link-text{white-space:normal;line-height:1.35}.hdt-mega-shop .hdt-menu-link:focus-visible,.hdt-mega-shop .hdt-mega-heading:focus-visible{outline:2px solid var(--pm-gold);outline-offset:2px}.shopify-section-group-header-group .hdt-header-logo_left .hdt-header-col.lg\:hdt-block{flex:1 1 auto;min-width:0}.shopify-section-group-header-group .hdt-header-logo_left .hdt-header-col .hdt-navigation{width:100%}.shopify-section-group-header-group .hdt-main-header #hdt-nav-ul{flex-wrap:nowrap}@media(min-width:768px){.shopify-section-group-header-group .hdt-header-logo_left .hdt-header-col.lg\:hdt-block.hdt-hidden{display:block!important}.shopify-section-group-header-group .hdt-header-logo_left [data-header-height]>.lg\:hdt-hidden.hdt-custom-col-3:first-child,.shopify-section-group-header-group .hdt-header-logo_left [data-header-height]>.lg\:hdt-hidden:has(.hdt-push-menu-btn){display:none!important}}@media(min-width:768px)and (max-width:1149px){.shopify-section-group-header-group .hdt-main-header #hdt-nav-ul{--spacing-menu-item: 20px;column-gap:min(1.25rem,var(--spacing-menu-item, 20px))}}.shopify-section-group-header-group .hdt-push-menu-btn.hdt-menu-bar{min-width:44px;min-height:44px;color:rgb(var(--color-foreground))}.shopify-section-group-header-group .hdt-header-menu-mobile[color-scheme=scheme-fe88a2ec-47a1-478d-8953-54da0178e18c]{--color-foreground: 255 255 255;--color-foreground2: 191 195 199;--color-background: 13 27 42}.shopify-section-group-header-group .hdt-header-menu-mobile .hdt-dialog-drawer__inner{background-color:var(--pm-navy)}#shopify-section-group-footer-group,.shopify-section-group-footer-group{display:block!important;visibility:visible!important;width:100%}@media(max-width:1024px){.hdt-toolbar-mobile .hdt-toolbar{width:100%;max-width:100vw;left:0;right:0;box-sizing:border-box}.hdt-toolbar-mobile .hdt-toolbar-item{flex:1 1 0;min-width:0}}.shopify-section-group-footer-group>.shopify-section:nth-last-child(2) footer.hdt-section-footer{border-bottom:1px solid rgba(247,247,247,.24)!important;margin-bottom:0!important}.shopify-section-group-footer-group>.shopify-section:last-child{position:relative}.shopify-section-group-footer-group>.shopify-section:last-child:before{content:"";position:absolute;top:0;left:clamp(1rem,3vw,2.5rem);right:clamp(1rem,3vw,2.5rem);border-top:1px solid rgba(247,247,247,.24);pointer-events:none}.shopify-section-group-footer-group>.shopify-section:last-child footer.hdt-section-footer{border-top:none!important}@media(max-width:767px){.shopify-section-group-footer-group .hdt-footer-collapse-true .hdt-footer-heading{min-height:34px;padding-block:2px;font-size:13px;align-items:center}.shopify-section-group-footer-group .hdt-footer-col-block{margin-block-end:0}.shopify-section-group-footer-group .hdt-footer-col-block+.hdt-footer-col-block{margin-block-start:0}.shopify-section-group-footer-group .hdt-footer-col-block .hdt-footer-heading+.hdt-collapse-content{margin-block-start:0;padding-bottom:2px}.shopify-section-group-footer-group>.shopify-section:nth-last-child(2) footer.hdt-section-footer .hdt-section-spacing{padding-top:8px!important;padding-bottom:4px!important}.shopify-section-group-footer-group>.shopify-section:last-child footer.hdt-section-footer .hdt-section-spacing{padding-top:6px!important;padding-bottom:6px!important}.shopify-section-group-footer-group .pm-footer-tagline,.shopify-section-group-footer-group .hdt-footer-col-block:first-child .hdt-socials{display:none}.shopify-section-group-footer-group .pm-footer-nav a{font-size:12px;line-height:1.35}.shopify-section-group-footer-group .hdt-payments-wrap img{height:15px}.shopify-section-group-footer-group>.shopify-section:last-child .hdt-text-secondary{font-size:10px}}@media(min-width:768px){.shopify-section-group-footer-group>.shopify-section:nth-last-child(2) footer.hdt-section-footer .hdt-section-spacing{padding-top:12px!important;padding-bottom:10px!important}.shopify-section-group-footer-group>.shopify-section:last-child footer.hdt-section-footer .hdt-section-spacing{padding-top:6px!important;padding-bottom:6px!important}.shopify-section-group-footer-group .hdt-footer-heading,.shopify-section-group-footer-group .hdt-footer-heading-text{margin-bottom:6px;font-size:15px!important;font-weight:600!important;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground))}.shopify-section-group-footer-group .pm-footer-tagline{display:none}.shopify-section-group-footer-group .pm-footer-nav__list{gap:3px}.shopify-section-group-footer-group .pm-footer-nav a{font-size:11px;line-height:1.35}.shopify-section-group-footer-group .hdt-footer-col-block{row-gap:.2rem}.shopify-section-group-footer-group .hdt-payments-wrap img{height:17px}.shopify-section-group-footer-group>.shopify-section:last-child .hdt-text-secondary{font-size:10px}}.shopify-section-group-footer-group .pm-footer-company{gap:9px}.shopify-section-group-footer-group .pm-footer-nav__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.shopify-section-group-footer-group .pm-footer-nav a{color:rgb(var(--color-foreground));text-decoration:none;font-size:14px;line-height:1.45}.shopify-section-group-footer-group .pm-footer-nav a:hover{color:var(--pm-gold, #C9A24A)}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__inner{border:1px solid var(--pm-silver);background-color:var(--pm-white);border-radius:var(--radius-input);padding:2px}.shopify-section-group-footer-group .hdt-newsletter_1 .hdt-newsletter__email,.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email{background-color:transparent;color:var(--pm-navy);border:none;border-radius:0;box-shadow:none}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email::placeholder{color:var(--pm-gray);opacity:1}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email:focus{color:var(--pm-navy);background-color:transparent;border:none;outline:none;box-shadow:none}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email:-webkit-autofill,.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email:-webkit-autofill:hover,.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email:-webkit-autofill:focus{-webkit-text-fill-color:var(--pm-navy);caret-color:var(--pm-navy);box-shadow:0 0 0 1000px var(--pm-white) inset}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email:disabled{opacity:.55;color:var(--pm-gray);background-color:var(--pm-off-white)}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__submit{background-color:var(--pm-gold);color:var(--pm-navy);border-color:var(--pm-gold);border-radius:var(--radius-button)}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__submit:hover{filter:brightness(1.05)}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__submit:focus-visible{outline:2px solid var(--pm-white);outline-offset:2px}.shopify-section-group-footer-group .hdt-newsletter-parent .hdt-newsletter__success{color:var(--pm-gold)}.shopify-section-group-footer-group .hdt-newsletter-parent .hdt-newsletter__error{color:#f5b8b8}.template-index #shopify-section-pm_hero #Slider-pm_hero{--aspect-ratioapt: 410px}.template-index #shopify-section-pm_hero .hdt-slider__viewport{max-height:430px}.template-index #shopify-section-pm_hero .hdt-section-spacing{--section-padding-top: 0;--section-padding-bottom: clamp(.75rem, 1.5vw, 1.25rem)}@media(min-width:768px){.template-index #shopify-section-pm_hero #Slider-pm_hero{--aspect-ratioapt-md: 480px}.template-index #shopify-section-pm_hero .hdt-slider__viewport{max-height:500px}.template-index .hdt-slideshow .hdt-media-wrapper img{object-fit:cover;object-position:55% center}}@media(min-width:1024px){.template-index #shopify-section-pm_hero #Slider-pm_hero{--aspect-ratioapt-md: 520px}.template-index #shopify-section-pm_hero .hdt-slider__viewport{max-height:540px}}@media(min-width:1440px){.template-index #shopify-section-pm_hero #Slider-pm_hero{--aspect-ratioapt-md: 540px}.template-index #shopify-section-pm_hero .hdt-slider__viewport{max-height:560px}}@media(max-width:767px){.template-index .hdt-slideshow .hdt-object-pos-mb,.template-index .hdt-slideshow .hdt-media-wrapper img{object-fit:cover;object-position:50% 30%}.template-index .hdt-slideshow .hdt-content-inner{max-width:92%}.template-index #shopify-section-pm_hero .hdt-slideshow .hdt-media-wrapper img,.template-index .hdt-slideshow .hdt-object-pos-mb{object-position:65% 35%}}.template-index .pm-hero-eyebrow{color:var(--pm-gold);letter-spacing:.14em;text-transform:uppercase;font-weight:600}.template-index .hdt-slideshow .hdt-slideshow_item[color-scheme=scheme-77e4ef58-56a9-4631-876a-12098ba7d57d]{background-color:var(--pm-navy)}.template-index .hdt-slideshow .hdt-slideshow_item .hdt-content-inner .hdt-btn-outline-hover-accent{--color-button: 255 255 255;--color-button-text: 255 255 255;border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.template-index .hdt-slideshow .hdt-slideshow_item .hdt-content-inner .hdt-btn-outline-hover-accent:hover{color:var(--pm-navy);background-color:var(--pm-gold);border-color:var(--pm-gold)}.template-index .hdt-section-spacing{--section-padding-top: clamp(2.5rem, 4vw, 4rem);--section-padding-bottom: clamp(2.5rem, 4vw, 4rem)}.template-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__inner,.hdt-page-type-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__inner{border:1px solid var(--pm-silver);background-color:var(--pm-white);border-radius:var(--radius-input);padding:2px}.template-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__email,.hdt-page-type-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__email{background-color:transparent;color:var(--pm-navy);border:none;border-radius:0;box-shadow:none}.template-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__email::placeholder{color:var(--pm-gray);opacity:1}.template-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__email:focus,.hdt-page-type-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__email:focus{border:none;box-shadow:none;outline:none}.template-index .hdt-newsletter[color-scheme=scheme-c9476b69-abc7-454f-a946-2d5a9f5f3a37] .hdt-newsletter-main .hdt-newsletter__submit{background-color:var(--pm-gold);color:var(--pm-navy);border-color:var(--pm-gold);border-radius:var(--radius-button)}.template-index .hdt-collection-manual-item .hdt-collection-manual-title{letter-spacing:.02em}.template-index .hdt-banner-item[color-scheme=scheme-77e4ef58-56a9-4631-876a-12098ba7d57d]{background-color:var(--pm-navy)}.shopify-section-group-header-group{position:relative;z-index:100}.shopify-section-group-header-group .hdt-section-header.hdt-header-inline{top:0!important;transform:none!important;position:sticky!important;z-index:200!important}.shopify-section-group-header-group .hdt-section-header.shopify-section-header-hidden{top:0!important;transform:none!important}.shopify-section-group-header-group hdt-sticky-header.hdt-main-header{display:block!important;visibility:visible!important;min-height:var(--header-height, 70px)}.shopify-section-group-header-group .hdt-col-logo,.shopify-section-group-header-group [data-header-height]>.hdt-col-logo{display:flex!important;visibility:visible!important;flex-shrink:0;min-width:0}.shopify-section-group-header-group .hdt-logo,.shopify-section-group-header-group .hdt-logo a{display:inline-flex!important;visibility:visible!important;align-items:center}.shopify-section-group-header-group .hdt-header-col .hdt-navigation,.shopify-section-group-header-group .hdt-top-bar,.shopify-section-group-header-group .hdt-announcement-bar{display:block!important;visibility:visible!important}.pm-top-bar-links{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem 1.25rem}.pm-top-bar-links a{color:rgb(var(--color-foreground));text-decoration:none;font-size:inherit;white-space:nowrap}.pm-top-bar-links a:hover{color:var(--pm-gold)}.shopify-section-group-header-group .hdt-section-header{z-index:100}.shopify-section-group-header-group .hdt-main-header.hdt-header-tranparent-false,.shopify-section-group-header-group hdt-sticky-header.is-sticky,.shopify-section-group-header-group hdt-sticky-header{background-color:var(--pm-navy)!important}.shopify-section-group-header-group .hdt-header-icon,.shopify-section-group-header-group .hdt-menu-bar,.shopify-section-group-header-group #hdt-nav-ul .hdt-menu-link{visibility:visible;opacity:1}.shopify-section-group-header-group .hdt-logo a img,.shopify-section-group-header-group .hdt-logo a .pm-brand-logo{opacity:1;visibility:visible}@media(max-width:767px){.shopify-section-group-header-group .hdt-logo .hdt-logo-default,.shopify-section-group-header-group .hdt-logo .hdt-logo-sticky{display:none!important}.shopify-section-group-header-group .hdt-logo .hdt-logo-mobile{display:inline-flex!important}}@media(min-width:768px){.shopify-section-group-header-group .hdt-logo .hdt-logo-default{display:inline-flex!important}.shopify-section-group-header-group .hdt-logo .hdt-logo-mobile{display:none!important}}.hdt-drawer-search .hdt-search-input,.hdt-drawer-search .hdt-search-inner .hdt-input,.hdt-drawer-search .hdt-search__categories .hdt-search-input{color:#1a3350!important;-webkit-text-fill-color:#1a3350;caret-color:#1a3350}.hdt-drawer-search .hdt-search-input::placeholder,.hdt-drawer-search .hdt-search-inner .hdt-input::placeholder{color:var(--pm-gray, #6B6F76)!important;opacity:1}.hdt-drawer-search .hdt-search-inner{background-color:#fff}html[scroll-lock]:has(#drawer-search-form[open]),html[scroll-lock]:has(#drawer-search-form-full[open]),html.no-scroll:has(#drawer-search-form[open]),html.no-scroll:has(#drawer-search-form-full[open]),body:has(#drawer-search-form[open]),body:has(#drawer-search-form-full[open]){margin-inline-end:0!important;padding-inline-end:0!important}body:has(#drawer-search-form[open]),body:has(#drawer-search-form-full[open]){overflow:hidden!important}#drawer-search-form.hdt-dialog-drawer,#drawer-search-form-full.hdt-dialog-drawer,.hdt-drawer-search .hdt-dialog-drawer[pos=right]{position:fixed!important;top:0!important;bottom:0!important;right:0!important;left:auto!important;inset-inline-end:0!important;inset-inline-start:auto!important;margin:0!important;transform:none!important;max-height:100dvh!important;height:100dvh!important}@media(max-width:767px){#drawer-search-form.hdt-dialog-drawer,#drawer-search-form-full.hdt-dialog-drawer,.hdt-drawer-search .hdt-dialog-drawer[pos=right]{width:100%!important;max-width:100%!important}.hdt-drawer-search .hdt-search-sticky{padding-inline:1rem}}@media(min-width:768px){#drawer-search-form.hdt-dialog-drawer,.hdt-drawer-search .hdt-dialog-drawer[pos=right]{width:min(34rem,90vw)!important;max-width:min(34rem,90vw)!important}}.hdt-drawer-search .hdt-search-input,.hdt-drawer-search .hdt-search-inner .hdt-input,.hdt-search_form .hdt-search_input{border:none!important;box-shadow:none!important;outline:none!important;background-color:transparent!important;border-radius:0!important}.hdt-drawer-search .hdt-search-input:focus,.hdt-drawer-search .hdt-search-inner .hdt-input:focus,.hdt-search_form .hdt-search_input:focus{border:none!important;box-shadow:none!important;outline:none!important}.hdt-drawer-search .hdt-search-inner:focus-within{border-color:rgb(var(--color-line-border));box-shadow:none}.hdt-search_form .hdt-search_inner:focus-within{border-color:rgb(var(--color-line-border));box-shadow:none}.shopify-section-group-footer-group .hdt-newsletter-main .hdt-newsletter__email,.hdt-page-type-index .hdt-newsletter-main .hdt-newsletter__email,.template-index .hdt-newsletter-main .hdt-newsletter__email{border:none!important;box-shadow:none!important;background-color:transparent!important}#shopify-section-group-header-group,.shopify-section-group-header-group{display:block!important;visibility:visible!important;position:relative;z-index:200!important}.shopify-section-group-header-group .hdt-announcement-bar,.shopify-section-group-header-group .hdt-top-bar{min-height:2.5rem}.shopify-section-group-header-group hdt-sticky-header.hdt-main-header{position:relative!important;background-color:var(--pm-navy)!important;color:#fff!important;width:100%}.shopify-section-group-header-group [data-header-height]{min-height:var(--header-height, 70px)}.shopify-section-group-header-group .hdt-header-col.lg\:hdt-block.hdt-hidden{display:none!important}@media(min-width:768px){.shopify-section-group-header-group .hdt-header-col.lg\:hdt-block.hdt-hidden{display:block!important;visibility:visible!important}.shopify-section-group-header-group #hdt-nav-ul{display:inline-flex!important;visibility:visible!important}}@media(max-width:767px){.shopify-section-group-header-group .hdt-header-col.lg\:hdt-block.hdt-hidden,.shopify-section-group-header-group #hdt-nav-ul,.shopify-section-group-header-group .hdt-navigation{display:none!important}.shopify-section-group-header-group [data-header-height]{flex-wrap:nowrap;max-width:100%;overflow:hidden}.shopify-section-group-header-group .hdt-header-col.hdt-flex,.shopify-section-group-header-group [data-header-height]>.hdt-custom-col-6,.shopify-section-group-header-group [data-header-height]>.hdt-custom-col-3{min-width:0;flex-shrink:1}.shopify-section-group-header-group .hdt-header-icon,.shopify-section-group-header-group .hdt-menu-bar{min-width:36px;width:36px;padding:0}.shopify-section-group-header-group .hdt-header-icon svg{width:20px;height:20px}}.shopify-section-group-header-group #hdt-nav-ul .hdt-menu-link,.shopify-section-group-header-group #hdt-nav-ul .hdt-menu-link-text{color:rgb(var(--color-foreground))!important}.shopify-section-group-header-group .pm-brand-logo{max-width:100%;height:auto;object-fit:contain}.shopify-section-group-header-group .pm-header-bar-section,.shopify-section-group-header-group .pm-header-bar,.shopify-section-group-header-group .hdt-header-inline{display:block!important;visibility:visible!important}@media(min-width:1024px){.template-index #shopify-section-pm_trust_strip .hdt-section-spacing{--section-padding-top: clamp(1rem, 2vw, 1.5rem)}}.shopify-section-group-header-group .hdt-top-bar__wrap{min-height:30px!important;padding-block:0!important;font-size:1.1rem;font-weight:500;line-height:1.2}@media(max-width:767px){.shopify-section-group-header-group .hdt-top-bar__wrap{min-height:28px!important;font-size:1rem}.pm-top-bar-links{display:none}}.shopify-section-group-header-group .hdt-top-bar{border-bottom:1px solid rgba(191,195,199,.12)}.shopify-section-group-header-group hdt-sticky-header.hdt-main-header,.shopify-section-group-header-group [data-header-height]{min-height:60px}@media(min-width:768px){.shopify-section-group-header-group hdt-sticky-header.hdt-main-header,.shopify-section-group-header-group [data-header-height]{min-height:76px}}.shopify-section-group-header-group hdt-sticky-header.is-sticky{min-height:65px!important}.shopify-section-group-header-group hdt-sticky-header.is-sticky [data-header-height]{min-height:65px!important}@media(min-width:768px){.shopify-section-group-header-group hdt-sticky-header.is-sticky .hdt-logo .pm-brand-logo,.shopify-section-group-header-group hdt-sticky-header.is-sticky .hdt-logo a img{max-width:190px;width:190px}}.shopify-section-group-header-group .hdt-logo .pm-brand-logo,.shopify-section-group-header-group .hdt-logo a img.hdt-logo-default{width:155px;max-width:42vw;height:auto;object-fit:contain}@media(min-width:768px){.shopify-section-group-header-group .hdt-logo .pm-brand-logo,.shopify-section-group-header-group .hdt-logo a img.hdt-logo-default{width:215px;max-width:215px}}@media(min-width:768px){.shopify-section-group-header-group #hdt-nav-ul .hdt-menu-link,.shopify-section-group-header-group #hdt-nav-ul .hdt-menu-link-text{font-size:12px;font-weight:600;letter-spacing:.02em}.shopify-section-group-header-group #hdt-nav-ul>li>.hdt-menu-link.hdt-menu-link--active:after,.shopify-section-group-header-group #hdt-nav-ul>li>.hdt-menu-link[aria-current=page]:after{height:2px;background:var(--pm-gold)}}.shopify-section-group-header-group .hdt-header-icon svg,.shopify-section-group-header-group .hdt-menu-bar svg{width:21px;height:21px}.shopify-section-group-header-group .hdt-header-icon{min-width:44px;min-height:44px}.shopify-section-group-header-group .hdt-header-icon:hover,.shopify-section-group-header-group .hdt-menu-bar:hover{color:var(--pm-gold)}.shopify-section-group-header-group .hdt-header-icon .hdt-count-box,.shopify-section-group-header-group .hdt-header-icon .hdt-cart-count{background-color:var(--pm-gold)!important;color:var(--pm-navy)!important}.pm-newsletter-bar{background-color:var(--pm-off-white);border-block:1px solid rgba(191,195,199,.35)}.pm-newsletter-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;min-height:80px;padding:1rem clamp(1rem,3vw,2.5rem)}.pm-newsletter-bar__icon svg{width:24px;height:24px}.pm-newsletter-bar__content{display:flex;align-items:flex-start;gap:.875rem;flex:1 1 280px;min-width:0}.pm-newsletter-bar__icon{flex:0 0 auto;color:var(--pm-navy);margin-top:.15rem}.pm-newsletter-bar__heading{margin:0;font-family:var(--pm-font-primary);font-size:1.375rem;font-weight:600;line-height:1.25;color:var(--pm-navy)}.pm-newsletter-bar__subtext{margin:.35rem 0 0;font-family:var(--pm-font-primary);font-size:.9375rem;line-height:1.45;color:var(--pm-gray)}.pm-newsletter-bar__form-wrap{flex:1 1 320px;max-width:520px}.pm-newsletter-bar__form .hdt-newsletter__inner{border:1px solid var(--pm-silver);background-color:var(--pm-white);border-radius:var(--radius-input);padding:0;overflow:hidden}.pm-newsletter-bar__form .hdt-newsletter__email{min-height:46px;padding-inline:1rem;background-color:var(--pm-white);color:var(--pm-navy);border:none;box-shadow:none}.pm-newsletter-bar__form .hdt-newsletter__email::placeholder{color:var(--pm-gray);opacity:1}.pm-newsletter-bar__form .hdt-newsletter__email:focus{outline:none;box-shadow:none}.pm-newsletter-bar__form .hdt-newsletter__submit{min-height:46px;padding-inline:1.25rem;background-color:var(--pm-gold);color:var(--pm-navy);border:none;font-family:var(--pm-font-primary);font-weight:600;border-radius:0 var(--radius-input) var(--radius-input) 0}.pm-newsletter-bar__form .hdt-newsletter__submit:hover{filter:brightness(.97)}.pm-newsletter-bar__form .hdt-newsletter__submit:focus-visible{outline:2px solid var(--pm-navy);outline-offset:2px}@media(max-width:767px){.shopify-section-group-footer-group .pm-newsletter-bar-section{max-height:150px;overflow:hidden}.pm-newsletter-bar{border-block:1px solid rgba(191,195,199,.2);background-color:var(--pm-off-white);max-height:150px}.pm-newsletter-bar__inner{min-height:0;max-height:150px;padding:.5rem .75rem;gap:.375rem;flex-direction:column;align-items:stretch;justify-content:center}.pm-newsletter-bar__icon,.pm-newsletter-bar__icon--desktop{display:none!important}.pm-newsletter-bar__content{gap:0;flex:none;width:100%}.pm-newsletter-bar__copy{display:flex;flex-direction:column;gap:.125rem;min-width:0}.pm-newsletter-bar__heading{font-size:1.1875rem;font-weight:600;line-height:1.2;color:var(--pm-navy)}.pm-newsletter-bar__subtext{font-size:.8125rem;line-height:1.3;margin:0;color:var(--pm-gray);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-newsletter-bar__form-wrap{max-width:none;width:100%;flex:0 0 auto}.pm-newsletter-bar__form .hdt-newsletter__inner{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;border:1px solid var(--pm-silver)!important;border-radius:var(--radius-input)!important;background:var(--pm-white)!important;padding:0!important;overflow:hidden;min-height:42px;max-height:42px}.pm-newsletter-bar__form .hdt-newsletter__email{min-height:42px!important;height:42px!important;padding:0 .625rem!important;font-size:13px!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;border:none!important;box-shadow:none!important;background:var(--pm-white)!important;color:var(--pm-navy)!important;border-radius:0!important}.pm-newsletter-bar__form .hdt-newsletter__submit{min-height:42px!important;height:42px!important;width:auto!important;flex:0 0 auto!important;padding:0 .875rem!important;font-size:11px!important;font-weight:600!important;letter-spacing:.02em;white-space:nowrap;border:none!important;border-radius:0!important;background-color:var(--pm-gold)!important;color:var(--pm-navy)!important}.pm-newsletter-bar__form .hdt-newsletter__fields{width:100%}.pm-newsletter-bar__form .hdt-newsletter__response{margin-top:.125rem;font-size:.75rem;line-height:1.2}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/prime-montaire.css.map */
