:root{--color-cream: #faf7f2;--color-latte: #e8ddd0;--color-blush: #f2c4b0;--color-sage: #c5d4c0;--color-butter: #f5e6a3;--color-terracotta: #c97a5a;--color-brand-dark: #2c2416;--color-brand-mid: #7a6a58;--color-brand-light: #b8a898;--color-sand: #f5f0e8;--font-serif: "Cormorant Garamond", ui-serif, Georgia, serif;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--page-width: 1100px;--section-padding-x: 2rem;--section-padding-y: 4rem;--radius-card: 20px;--radius-button: 9999px;--header-height: 72px;--color-background: var(--color-cream);--color-foreground: var(--color-brand-dark);--color-accent: var(--color-terracotta)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;font-weight:400;line-height:1.6;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{max-width:var(--page-width);margin:0 auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.25rem;background:var(--color-brand-dark);color:var(--color-cream)}.skip-to-content:focus{left:1rem;top:1rem}.font-serif{font-family:var(--font-serif)}.text-label{font-size:.75rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--color-terracotta)}.text-heading{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.15;color:var(--color-brand-dark)}.text-body{font-size:1.05rem;font-weight:300;line-height:1.8;color:var(--color-brand-mid)}.text-muted{color:var(--color-brand-light)}.text-accent{color:var(--color-terracotta)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2.25rem;border:none;border-radius:var(--radius-button);font-size:.85rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.btn--primary{background:var(--color-brand-dark);color:var(--color-cream)}.btn--primary:hover{background:var(--color-terracotta);transform:scale(1.03)}.btn--secondary{background:transparent;color:var(--color-brand-dark);border:1px solid rgba(200,180,160,.5)}.btn--secondary:hover{border-color:var(--color-terracotta);color:var(--color-terracotta)}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);padding:1rem 1.25rem;border-bottom:1px solid rgba(232,221,208,.5);background:#faf7f2d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width:768px){.site-header{padding:1.2rem 3rem}}.site-header__logo{font-family:var(--font-serif);font-size:1.6rem;font-weight:600;letter-spacing:.05em;color:var(--color-brand-dark);flex-shrink:0}.site-header__logo img{width:auto;height:auto}.site-header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__link{font-size:.82rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-mid);transition:color .2s ease}.site-header__link:hover,.site-header__link.is-active{color:var(--color-terracotta)}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__search{display:none}@media(min-width:900px){.site-header__search{display:block}}.search-form{display:flex;align-items:center;gap:.5rem}.search-form__input{width:100%;min-width:0;padding:.55rem .9rem;border:1px solid rgba(232,221,208,.9);border-radius:9999px;background:#ffffffa6;color:var(--color-brand-dark);font-size:.85rem}.search-form__input::placeholder{color:var(--color-brand-light)}.search-form__input:focus{outline:2px solid rgba(201,122,90,.35);outline-offset:2px}.search-form--header .search-form__input{width:9.5rem}.search-form__button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:none;color:var(--color-brand-mid);cursor:pointer;transition:color .2s ease}.search-form__button:hover{color:var(--color-terracotta)}.search-form--page{max-width:36rem}.search-form--page .search-form__input{flex:1}.search-form__submit{flex-shrink:0}.site-header__account,.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--color-brand-mid);transition:color .2s ease}.site-header__account:hover,.site-header__cart:hover{color:var(--color-terracotta)}.site-header__cart-count{position:absolute;top:0;right:0;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:9999px;background:var(--color-terracotta);color:var(--color-cream);font-size:.65rem;font-weight:500;line-height:1.125rem;text-align:center}.site-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;background:none;color:var(--color-brand-dark);cursor:pointer}@media(min-width:768px){.site-header__menu-toggle{display:none}}.mobile-nav{display:none;flex-direction:column;gap:1.25rem;padding:1.5rem 1.25rem 2rem;border-bottom:1px solid rgba(232,221,208,.5);background:var(--color-cream)}.mobile-nav.is-open{display:flex}.mobile-nav__search{padding-bottom:.5rem;border-bottom:1px solid rgba(232,221,208,.5)}.mobile-nav__search .search-form__input{flex:1}.mobile-nav__link{font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-mid)}.mobile-nav__label{margin:.5rem 0 0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand-mid);opacity:.7}.mobile-nav__link--category{padding-left:.75rem}.collection-category-nav{padding:.5rem 0 0}.template-index .collection-category-nav{padding-top:2.5rem}.collection-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:0 0 2rem}.collection-nav__link{display:inline-flex;align-items:center;padding:.55rem 1.25rem;border:1px solid rgba(232,221,208,.9);border-radius:9999px;background:#ffffff73;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-mid);transition:background .2s ease,border-color .2s ease,color .2s ease}.collection-nav__link:hover,.collection-nav__link.is-active{border-color:var(--color-terracotta);background:var(--color-terracotta);color:var(--color-cream)}.site-footer{border-top:1px solid rgba(232,221,208,.6);background:var(--color-cream);padding:3rem var(--section-padding-x)}.site-footer__inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.site-footer__brand{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--color-brand-dark)}.site-footer__tagline{margin-top:.25rem;font-size:.8rem;color:var(--color-brand-light)}.site-footer__links{display:flex;flex-wrap:wrap;align-items:center;gap:1.75rem}.site-footer__link{font-size:.8rem;letter-spacing:.02em;color:var(--color-brand-mid);transition:color .2s ease}.site-footer__link:hover{color:var(--color-terracotta)}.site-footer__social{display:flex;align-items:center;gap:.75rem}.site-footer__social-link{transition:opacity .2s ease}.site-footer__social-link:hover{opacity:.7}.site-footer__social-link img{height:1.5rem;width:auto}.site-footer__copy{font-size:.75rem;color:var(--color-brand-light)}.site-footer__policies{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(232,221,208,.5)}.site-footer__policies-inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem}.site-footer__policy-link{font-size:.75rem;color:var(--color-brand-light);transition:color .2s ease}.site-footer__policy-link:hover{color:var(--color-terracotta)}.petithee-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height));padding:6rem var(--section-padding-x) 4rem;text-align:center;overflow:hidden}.petithee-hero__label{margin-bottom:1.25rem;font-size:.78rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--color-terracotta)}.petithee-hero__title{margin:0;font-family:var(--font-serif);font-size:clamp(3.5rem,10vw,7.5rem);font-weight:300;line-height:.92;letter-spacing:-.02em;color:var(--color-brand-dark)}.petithee-hero__title em{font-style:italic;color:var(--color-terracotta)}.petithee-hero__text{max-width:440px;margin:1.75rem auto 0;font-size:1rem;font-weight:300;line-height:1.7;color:var(--color-brand-mid)}.petithee-hero__cta{margin-top:2.5rem}.petithee-marquee{overflow:hidden;background:var(--color-brand-dark);padding:.875rem 0}.petithee-marquee__track{display:flex;width:max-content;animation:petithee-marquee 18s linear infinite}.petithee-marquee__group{display:flex;flex-shrink:0;align-items:center;gap:3rem;padding-right:3rem}.petithee-marquee__item{display:flex;align-items:center;flex-shrink:0}.petithee-marquee__text{font-family:var(--font-serif);font-size:1rem;font-weight:300;font-style:italic;letter-spacing:.02em;color:var(--color-latte)}.petithee-marquee__dot{margin:0 1rem;color:var(--color-terracotta)}@keyframes petithee-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.petithee-story{padding:var(--section-padding-y) var(--section-padding-x)}.petithee-story__grid{display:grid;gap:1.5rem}@media(min-width:768px){.petithee-story__grid{grid-template-columns:repeat(3,1fr)}}.petithee-story__card{position:relative;overflow:hidden;padding:2rem;border:1px solid rgba(200,180,160,.3);border-radius:var(--radius-card);background:#fff;transition:transform .25s ease,box-shadow .25s ease}.petithee-story__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--radius-card) var(--radius-card) 0 0}.petithee-story__card--blush:before{background:var(--color-blush)}.petithee-story__card--sage:before{background:var(--color-sage)}.petithee-story__card--butter:before{background:var(--color-butter)}.petithee-story__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2c241614}.petithee-story__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1.25rem;border-radius:14px;font-size:1.25rem}.petithee-story__card--blush .petithee-story__icon{background:#fef0ea}.petithee-story__card--sage .petithee-story__icon{background:#eef5ec}.petithee-story__card--butter .petithee-story__icon{background:#fdfbea}.petithee-story__card-title{margin:0 0 .625rem;font-family:var(--font-serif);font-size:1.3rem;font-weight:600;color:var(--color-brand-dark)}.petithee-story__card-text{margin:0;font-size:.88rem;font-weight:300;line-height:1.7;color:var(--color-brand-mid)}.section-header{margin-bottom:3rem;max-width:560px}.section-header--center{margin-left:auto;margin-right:auto;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;margin:0;padding:0}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;border-radius:var(--radius-card);overflow:hidden;background:#fff;border:1px solid rgba(200,180,160,.25);transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #2c24160f}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-sand)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .625rem;border-radius:9999px;font-size:.7rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;background:var(--color-brand-dark);color:var(--color-cream)}.product-card__badge--sold-out{background:var(--color-brand-mid)}.product-card__badge--limited{left:auto;right:.5rem;background:var(--color-terracotta)}.product-card__info{padding:1rem 1.125rem 1.25rem}.product-card__title{margin:0 0 .25rem;font-size:.9rem;font-weight:500;color:var(--color-brand-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:.875rem;color:var(--color-brand-mid)}.price--compare{text-decoration:line-through;opacity:.6;margin-right:.375rem}.price--sale{color:var(--color-terracotta)}.collection-banner{padding:4rem var(--section-padding-x) 2rem;text-align:center}.collection-banner__title{margin:.5rem 0 0}.collection-banner__desc{max-width:540px;margin:1rem auto 0}.featured-collection{padding:var(--section-padding-y) var(--section-padding-x)}.featured-collection__footer{margin-top:2.5rem;text-align:center}.product-page{padding:2rem var(--section-padding-x) var(--section-padding-y)}.product-page__grid{display:grid;gap:2.5rem;max-width:var(--page-width);margin:0 auto}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-card);overflow:hidden;background:var(--color-sand)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumb{width:4.5rem;height:4.5rem;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--color-sand)}.product-gallery__thumb.is-active{border-color:var(--color-terracotta)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{margin:0 0 .75rem;font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.15;color:var(--color-brand-dark)}.product-info__price{font-size:1.125rem;color:var(--color-brand-mid);margin-bottom:1.5rem}.product-info__description{font-size:.95rem;font-weight:300;line-height:1.75;color:var(--color-brand-mid);margin-bottom:1.75rem}.product-form__variants{margin-bottom:1.25rem}.product-form__label{display:block;margin-bottom:.5rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-mid)}.product-form__select{width:100%;padding:.75rem 1rem;border:1px solid rgba(200,180,160,.5);border-radius:12px;background:#fff;color:var(--color-brand-dark)}.product-form__quantity{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.product-form__qty-input{width:4rem;padding:.625rem;text-align:center;border:1px solid rgba(200,180,160,.5);border-radius:12px}.cart-page{padding:2rem var(--section-padding-x) var(--section-padding-y);max-width:var(--page-width);margin:0 auto}.cart-page__title{margin-bottom:2rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{padding:.75rem 0;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-align:left;color:var(--color-brand-mid);border-bottom:1px solid rgba(200,180,160,.4)}.cart-table td{padding:1.25rem 0;vertical-align:middle;border-bottom:1px solid rgba(200,180,160,.25)}.cart-item__product{display:flex;align-items:center;gap:1rem}.cart-item__image{width:5rem;height:5rem;border-radius:12px;overflow:hidden;background:var(--color-sand);flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:500;color:var(--color-brand-dark)}.cart-item__variant{font-size:.85rem;color:var(--color-brand-light)}.cart-item__remove{font-size:.8rem;color:var(--color-brand-mid);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.cart-item__remove:hover{color:var(--color-terracotta)}.cart-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(200,180,160,.4);display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-footer__subtotal{font-size:1.125rem;color:var(--color-brand-dark)}.cart-footer__note{font-size:.85rem;color:var(--color-brand-light)}.cart-empty{text-align:center;padding:4rem 0}.cart-empty__text{margin-bottom:1.5rem;color:var(--color-brand-mid)}.error-404{padding:var(--section-padding-y) 0}.error-404__inner{text-align:center}.error-404__title{margin-top:.75rem}.error-404__text{max-width:32rem;margin:1rem auto 2rem;color:var(--color-brand-mid)}.error-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.search-page{padding:var(--section-padding-y) 0}.search-page__header{margin-bottom:2.5rem}.search-page__title{margin-bottom:1.25rem}.search-page__count{margin-bottom:1.5rem;font-size:.9rem;color:var(--color-brand-mid)}.search-page__empty{text-align:center;padding:3rem 0}.search-page__empty-text{max-width:32rem;margin:0 auto 1.5rem;color:var(--color-brand-mid)}.pagination{margin-top:2.5rem;text-align:center}.pagination .page{display:inline-block;margin:0 .35rem;color:var(--color-brand-mid)}.pagination .page.current{color:var(--color-terracotta)}.pagination a{text-decoration:underline}.page-content{padding:var(--section-padding-y) var(--section-padding-x);max-width:720px;margin:0 auto}.page-content__title{margin-bottom:1.5rem}.page-content__body{font-weight:300;line-height:1.8;color:var(--color-brand-mid)}.page-content__body h2,.page-content__body h3{font-family:var(--font-serif);color:var(--color-brand-dark);font-weight:500}.page-content__body a{color:var(--color-terracotta);text-decoration:underline}.section-spacer{padding:var(--section-padding-y) 0}@media(prefers-reduced-motion:reduce){.petithee-marquee__track{animation:none}.btn--primary:hover,.product-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/petithee.css.map */
