:root{--white: #FFFFFF;--black: #1E1E1E;--gold: #D4AF37;--cream: #FAF9F7;--border: #E5E5E5;--focus-ring: 2px solid var(--gold);--focus-offset: 2px;--padding-desktop: 80px;--padding-tablet: 40px;--padding-mobile: 20px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--space-3xl: 80px;--section-spacing-desktop: var(--space-3xl);--section-spacing-mobile: var(--space-xl);--text-xs: clamp(.75rem, .7rem + .25vw, .8125rem);--text-sm: clamp(.8125rem, .75rem + .3vw, .9375rem);--text-base: clamp(.9375rem, .875rem + .3vw, 1rem);--text-lg: clamp(1.125rem, 1rem + .5vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);--text-3xl: clamp(1.75rem, 1.3rem + 2.25vw, 2.5rem);--text-4xl: clamp(2rem, 1.5rem + 2.5vw, 3rem);--text-5xl: clamp(2.5rem, 1.75rem + 3.75vw, 4rem);--font-heading: "Lora", serif;--font-body: "DM Sans", sans-serif;--z-dropdown: 100;--z-header: 900;--z-overlay: 950;--z-drawer: 1000}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;background-color:var(--black);color:var(--white);padding:12px 24px;font-family:var(--font-body);font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.skip-to-content:focus{top:8px;outline:var(--focus-ring);outline-offset:var(--focus-offset)}body{background-color:var(--cream);font-family:var(--font-body);color:var(--black);margin:0;padding:0;overflow-x:hidden;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}button,a,input[type=submit],input[type=button],select,[role=button]{min-height:44px}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word;overflow-wrap:break-word}img,svg,video{max-width:100%;height:auto}h1,h2,h3{font-family:var(--font-heading)}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}:focus:not(:focus-visible){outline:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{max-width:1280px;width:100%;margin-left:auto;margin-right:auto;padding-left:var(--padding-desktop);padding-right:var(--padding-desktop)}@media(max-width:1024px){.container{padding-left:var(--padding-tablet);padding-right:var(--padding-tablet)}}@media(max-width:767px){.container{padding-left:var(--padding-mobile);padding-right:var(--padding-mobile)}}.shopify-section{margin-top:var(--section-spacing-desktop);margin-bottom:var(--section-spacing-desktop)}#shopify-section-header{margin-top:0;margin-bottom:0}body.template-page,body.template-product,body.template-collection,body.template-list-collections,body.template-cart,body.template-blog,body.template-article,body.template-search,body.template-404{background-color:var(--white)}.template-page .shopify-section,.template-product .shopify-section,.template-collection .shopify-section,.template-list-collections .shopify-section,.template-cart .shopify-section,.template-blog .shopify-section,.template-article .shopify-section,.template-search .shopify-section,.template-404 .shopify-section{margin-top:0;margin-bottom:0}@media(max-width:767px){.shopify-section{margin-top:var(--section-spacing-mobile);margin-bottom:var(--section-spacing-mobile)}.template-page .shopify-section,.template-product .shopify-section,.template-collection .shopify-section,.template-list-collections .shopify-section,.template-cart .shopify-section,.template-blog .shopify-section,.template-article .shopify-section,.template-search .shopify-section,.template-404 .shopify-section{margin-top:0;margin-bottom:0}}.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}.pc{display:flex;flex-direction:column}.pc__img-wrap{position:relative;overflow:hidden;aspect-ratio:1 / 1;background-color:#e0e0e0}.pc__img-link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.pc__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.pc__img--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.pc__discount-tag{font-family:var(--font-body);font-weight:600;font-size:13px;color:var(--white, #FFFFFF);background-color:var(--gold, #D4AF37);padding:3px 8px;line-height:1;white-space:nowrap}.pc__actions{position:absolute;top:12px;right:12px;z-index:3;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.pc__img-wrap:hover .pc__actions{opacity:1;transform:translate(0);pointer-events:auto}.pc__action{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease;flex-shrink:0;padding:0;line-height:0;background-color:var(--white, #FFFFFF);color:var(--black, #1E1E1E);border:.5px solid var(--black, #1E1E1E)}.pc__action:hover,.pc__action:active{background-color:var(--black, #1E1E1E);color:var(--white, #FFFFFF);border-color:var(--black, #1E1E1E)}.pc__action:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.pc__cart-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;background-color:var(--black, #1E1E1E);color:var(--white, #FFFFFF);font-family:var(--font-body);font-weight:400;font-size:13px;letter-spacing:.1em;text-align:center;text-transform:uppercase;text-decoration:none;padding:12px 16px;border:none;cursor:pointer;width:100%;opacity:0;transform:translateY(100%);transition:opacity .25s ease,transform .25s ease;display:block;min-height:0;box-sizing:border-box}.pc__img-wrap:hover .pc__cart-bar{opacity:1;transform:translateY(0)}.pc__cart-bar--disabled{cursor:default;opacity:.5}.pc__cart-bar:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.pc__info{padding:16px 0 0;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:nowrap}.pc__product-title{font-family:var(--font-body);font-weight:700;font-size:20px;color:var(--black, #1E1E1E);margin:0;line-height:1;flex:1;min-width:0}.pc__product-title a{text-decoration:none;color:inherit}.pc__product-title a:hover{opacity:.75}.pc__price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end}.pc__price{font-family:var(--font-body);font-weight:700;font-size:20px;color:var(--black, #1E1E1E);line-height:1}.pc__compare-price{font-family:var(--font-body);font-weight:400;font-size:16px;color:var(--black, #1E1E1E);opacity:.5;text-decoration:line-through;line-height:1}@media(max-width:1024px){.pc__actions{opacity:1;transform:translate(0);pointer-events:auto}.pc__cart-bar{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
