.cart-page{min-height:60vh;padding:2rem 0}.cart-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-page__header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.cart-page__header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.cart-page__item-count{color:#666;font-size:.95rem}.cart-page__content{display:grid;grid-template-columns:1fr;gap:2rem}.cart-page__items{display:flex;flex-direction:column;gap:1.5rem}.cart-page__item{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:1.25rem;padding:1.25rem 3rem 1.25rem 1.25rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;position:relative}.cart-page__item-image{grid-row:1 / 2;grid-column:1 / 2;margin:0;width:80px;height:80px;flex-shrink:0;overflow:hidden;border-radius:6px;background:#f8f8f8}.cart-page__item-image img{width:100%;height:100%;object-fit:cover}.cart-page__item-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:#ccc}.cart-page__item-details{grid-row:1 / 3;grid-column:2 / 3;display:flex;flex-direction:column;gap:.75rem;min-width:0;padding-right:.5rem}.cart-page__item-title{font-size:1.1rem;font-weight:600;margin:0;line-height:1.3}.cart-page__item-title a{color:#1a1a1a;text-decoration:none}.cart-page__item-title a:hover{text-decoration:underline}.cart-page__item-variant{font-size:.875rem;color:#666}.cart-page__item-vendor{font-size:.875rem;color:#999;margin:0}.cart-page__item-subscription{font-size:.875rem;color:#06c;margin:.25rem 0 0}.cart-page__item-properties{list-style:none;padding:0;margin:.5rem 0 0;font-size:.875rem;color:#666}.cart-page__item-properties li{margin-bottom:.25rem}.cart-page__quantity-minus,.cart-page__quantity-plus{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;transition:background-color .2s}.cart-page__quantity-minus:hover,.cart-page__quantity-plus:hover{background-color:#f5f5f5}.cart-page__quantity-input{width:50px;height:36px;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;font-size:.95rem;-moz-appearance:textfield}.cart-page__quantity-input::-webkit-outer-spin-button,.cart-page__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__item-price-column{display:none}.cart-page__item-total{grid-row:2 / 3;grid-column:1 / 3;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.cart-page__item-price,.cart-page__item-sale-price,.cart-page__item-total-price{font-weight:600;color:#1a1a1a}.cart-page__item-original-price{text-decoration:line-through;color:#999;font-size:.875rem}.cart-page__item-sale-price{color:#e74c3c}.cart-page__item-discounts{list-style:none;padding:0;margin:.25rem 0 0}.cart-page__item-discounts li{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#06c}.cart-page__item-remove{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;background:#fff;border:1px solid #e5e5e5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;z-index:10}.cart-page__item-remove:hover{background:#f5f5f5;border-color:#999;color:#333}.cart-page__item-remove svg{width:16px;height:16px}.cart-page__item-quantity{display:flex;align-items:center;gap:0;border:1px solid #e5e5e5;border-radius:4px;height:36px;width:fit-content;margin-top:.5rem}.cart-page__attribute{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.cart-page__attribute label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a}.cart-page__attribute label span{color:#b93867}.cart-page__attribute-input{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.95rem;background:#fff}.cart-page__attribute-input:focus{outline:none;border-color:#b93867;box-shadow:0 0 0 3px #b938671f}.cart-page__attribute-help{margin:.5rem 0 0;color:#666;font-size:.85rem}.cart-page__attribute-error{margin:.4rem 0 0;color:#b00020;font-size:.85rem;font-weight:600}.cart-page__note{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.cart-page__note label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a}.cart-page__note-input{width:100%;min-height:100px;padding:.75rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.95rem;resize:vertical}.cart-page__summary{position:sticky;top:2rem;height:fit-content}.cart-page__summary-wrapper{padding:1.5rem;background:#f8f8f8;border-radius:8px}.cart-page__summary h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.cart-page__summary-lines{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-page__summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.cart-page__summary-line--discount{color:#06c}.cart-page__summary-line--discount svg{display:inline-block;vertical-align:middle;margin-right:.25rem}.cart-page__summary-line--shipping{padding-top:1rem;border-top:1px solid #e5e5e5}.cart-page__shipping-note{font-size:.875rem;color:#666}.cart-page__summary-line--total{padding-top:1rem;border-top:1px solid #e5e5e5;font-size:1.1rem}.button{display:inline-block;padding:1rem 2rem;background:#b93867;color:#fff;text-decoration:none;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.button:hover{background:#a02d56}.button--full-width{width:100%}.cart-page__continue-shopping{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:#666;text-decoration:none;font-size:.95rem}.cart-page__continue-shopping:hover{color:#1a1a1a}.cart-page__payment-icons{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.cart-page__payment-icon{height:32px;width:auto}.cart-page__dynamic-checkout{margin-top:1rem}.cart-page__dynamic-checkout-note{margin-top:1rem;font-size:.85rem;color:#666}.cart-page__empty{display:flex;justify-content:center;align-items:center;min-height:50vh}.cart-page__empty-content{text-align:center;max-width:400px}.cart-page__empty-content svg{color:#ccc;margin-bottom:2rem}.cart-page__empty-content h1{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.cart-page__empty-content p{color:#666;margin-bottom:2rem}.cart-page__loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:9999}.cart-page__spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #B93867;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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}@media (min-width: 768px){.cart-page__container{padding:0 2rem}.cart-page__header h1{font-size:2.5rem}.cart-page__content{display:flex;gap:2rem;max-width:1400px;margin:0 auto}.cart-page__items-wrapper{flex:1;min-width:0}.cart-page__item{display:grid;grid-template-columns:70px 1fr 110px 120px;grid-template-rows:auto;align-items:center;gap:1.25rem;padding:1.5rem 3.5rem 1.5rem 1.5rem}.cart-page__item-image{grid-row:1 / 2;grid-column:1 / 2;width:70px;height:70px}.cart-page__item-details{grid-row:1 / 2;grid-column:2 / 3;min-width:0;padding-right:1rem}.cart-page__item-quantity{margin-top:1rem}.cart-page__item-price-column{grid-row:1 / 2;grid-column:3 / 4;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;text-align:center;font-size:.95rem}.cart-page__item-total{grid-row:1 / 2;grid-column:4 / 5;display:block;text-align:right;padding-top:0;border-top:none;justify-content:flex-end;font-size:1rem}.cart-page__summary{flex-shrink:0;width:340px}}@media (min-width: 900px){.cart-page__content{gap:2rem}.cart-page__item{grid-template-columns:70px 1fr 100px 110px;gap:1.25rem;padding:1.75rem 3.5rem 1.75rem 1.75rem}.cart-page__item-image{width:70px;height:70px}.cart-page__summary{width:320px}}@media (min-width: 1200px){.cart-page__content{gap:2.5rem}.cart-page__item{grid-template-columns:80px 1fr 120px 140px;gap:1.75rem;padding:2rem 4rem 2rem 2rem}.cart-page__item-image{width:80px;height:80px}.cart-page__item-price-column{font-size:1rem}.cart-page__item-total{font-size:1.1rem}.cart-page__summary{width:340px}}@media (min-width: 1400px){.cart-page__item{grid-template-columns:100px 1fr 150px 180px;gap:2.5rem;padding:2.25rem 5rem 2.25rem 2.25rem}.cart-page__item-image{width:100px;height:100px}.cart-page__item-price-column{font-size:1.05rem}.cart-page__item-total{font-size:1.15rem}.cart-page__summary{width:400px}}.collection{width:100%;overflow:hidden;padding-top:2rem;padding-bottom:2rem}.collection__wrapper{width:100%;position:relative}.collection__header,.collection__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.collection__header,.collection__wrapper{padding:0 2rem}}.collection__header{margin-bottom:2rem;border-bottom:1px solid var(--light-gray)}.collection__header-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding-bottom:1rem}@media (min-width: 600px){.collection__header-wrapper{margin-left:auto;margin-right:auto;padding-bottom:1.5rem}}.collection__header-details{width:100%}.collection__header-details h1{font-size:2rem;margin-bottom:1rem;color:var(--primary-color);text-align:center}.collection__pagination{grid-column:1 / -1;margin-top:2rem;font-family:var(--body-font-family);text-align:center}.collection__pagination a:hover,.collection__pagination a:active,.collection__pagination .current{color:var(--primary-color)}.products-grid__list{width:100%;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.collection .products-grid-item__footer .button{width:100%;display:inline-block;border:1px solid var(--primary-color-darkened);background-color:transparent;color:var(--primary-color-darkened);opacity:1!important;visibility:visible!important}@media (max-width: 599px){.products-grid__list{margin:0;padding:0}}@media (min-width: 600px){.products-grid__list{flex:1;grid-template-columns:repeat(4,1fr);gap:16px}}@media (min-width: 1200px){.products-grid__list{grid-template-columns:repeat(5,1fr)}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.page-request-item{width:100%;padding:2.4rem 0 3.2rem;background:linear-gradient(180deg,#f5689b12,#fff0 45%)}.page-request-item__wrapper{max-width:980px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.page-request-item__wrapper{padding:0 2rem}}.page-request-item__header{text-align:center;margin-bottom:1.7rem}.page-request-item__header h1{margin:0 0 .7rem;color:var(--primary-color-darkened);font-size:clamp(2rem,5.5vw,2.85rem);letter-spacing:.01em}.page-request-item__header p{margin:0;color:#333333bd}.page-request-item__panel{border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}@media (min-width: 600px){.page-request-item__panel{padding:0}}.page-request-item__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 700px){.page-request-item__grid{grid-template-columns:1fr 1fr;gap:1.05rem}}.page-request-item__field{display:flex;flex-direction:column;gap:.35rem}.page-request-item__field--full{grid-column:1 / -1}.page-request-item__contact-row{display:grid;grid-template-columns:1fr;gap:.9rem}@media (min-width: 740px){.page-request-item__contact-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;align-items:end}}.page-request-item__field label{font-family:var(--body-font-family);font-size:.8rem;color:#1d1d1de6;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.page-request-item__field label span{color:var(--primary-color-darkened)}.page-request-item__field input,.page-request-item__field textarea{width:100%;border:1px solid #d6d6d6;border-radius:10px;padding:.72rem .82rem;font-family:var(--body-font-family);font-size:.95rem;line-height:1.35;background:#fffefc;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.page-request-item__field textarea{resize:vertical;min-height:96px}.page-request-item__field input:focus,.page-request-item__field textarea:focus{outline:none;border-color:#f5689bc7;box-shadow:0 0 0 3px #f5689b29;background:#fff}.page-request-item__items-header h2{margin:0;color:#1f1f1f;font-size:1.1rem;letter-spacing:.01em}.page-request-item__items-header p{margin:.32rem 0 0;color:#333333b3;font-size:.9rem}.page-request-item__items{margin-top:.95rem;display:grid;gap:.75rem}.page-request-item__item{border:1px solid rgba(245,104,155,.2);border-radius:12px;padding:.82rem;background:linear-gradient(180deg,#fffffff5,#fff8fcf2)}.page-request-item__item-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.page-request-item__item-title{margin:0;color:#2c2c2c;font-size:.86rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.page-request-item__item-remove{border:1px solid rgba(173,31,79,.24);border-radius:999px;background:#ffffffd9;color:#9b1a46;font-family:var(--body-font-family);font-size:.75rem;font-weight:700;line-height:1;padding:.42rem .68rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.page-request-item__item-remove:hover{background:#ad1f4f1a}.page-request-item__item-row{display:grid;grid-template-columns:1fr;gap:.62rem}@media (min-width: 860px){.page-request-item__item-row{grid-template-columns:minmax(0,1fr) 95px minmax(205px,.65fr);gap:.66rem;align-items:end}}.page-request-item__field--item-description input,.page-request-item__field--item-qty input,.page-request-item__field--item-photo input{min-height:44px}.page-request-item__field--item-qty input{text-align:center}.page-request-item__field--item-photo input{font-size:.87rem;padding:.5rem}.page-request-item__field--item-photo input::file-selector-button{margin-right:.58rem;border:1px solid rgba(245,104,155,.35);border-radius:999px;background:#f5689b1f;color:#8f1b43;font-family:var(--body-font-family);font-size:.78rem;font-weight:700;padding:.35rem .72rem;cursor:pointer}.page-request-item__add-item{margin-top:.8rem;border:1px solid rgba(245,104,155,.55);background:#ffffffdb;color:#9f234d;border-radius:999px;padding:.56rem 1rem;font-family:var(--body-font-family);font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}.page-request-item__add-item:hover{background:#f5689b1f;transform:translateY(-1px)}.page-request-item__feedback{margin:.92rem 0 0;border:1px solid rgba(176,0,32,.32);border-radius:10px;background:#b000200f;color:#8e0520;font-size:.88rem;font-weight:700;padding:.66rem .72rem}.page-request-item__submit{width:100%;margin-top:1.2rem;border:1px solid rgba(245,104,155,.8);border-radius:999px;background:linear-gradient(120deg,var(--primary-color) 0%,var(--primary-color-darkened) 100%);color:#fff;font-family:var(--body-font-family);font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.88rem 1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}.page-request-item__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #f5689b47}.page-request-item__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.page-request-item__success{margin-bottom:.9rem;border-radius:16px;border:1px solid rgba(15,118,110,.3);background:linear-gradient(155deg,#0f766e24,#fffffff0 62%);color:#0f4f49;padding:1.16rem 1.16rem 1.08rem;box-shadow:0 14px 28px #0f766e1f;text-align:center}.page-request-item__success-icon{width:52px;height:52px;margin:0 auto .55rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 25%,#ffffffd9,#0f766e2e);box-shadow:inset 0 1px #ffffff9e,0 8px 16px #0f766e26}.page-request-item__success-icon svg{width:29px;height:29px;stroke:#0d6b63;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.page-request-item__success-kicker{margin:0 0 .42rem;font-size:.75rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#0f4f49b8}.page-request-item__success h2{margin:0 auto;max-width:36ch;font-size:1.18rem;line-height:1.35;color:#0e4d46}.page-request-item__success p{margin:.58rem auto 0;max-width:56ch;font-size:.94rem;line-height:1.5;color:#0f4f49e0}.page-request-item__success-ref{margin-top:.7rem;padding-top:.55rem;border-top:1px solid rgba(15,118,110,.2);font-size:.84rem;color:#0f4f49d1}@media (max-width: 540px){.page-request-item__panel{padding:0}.page-request-item__item{padding:.74rem}.page-request-item__submit{letter-spacing:.03em}}.page-contact{width:100%;padding:3rem 0}.page-contact__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.page-contact__wrapper{padding:0 2rem}}.page-contact__header{text-align:center;max-width:700px;margin:0 auto 3rem}.page-contact__header h1{margin-bottom:1rem;font-size:2.5rem;letter-spacing:-.02em}@media (min-width: 900px){.page-contact__header h1{font-size:3rem}}.page-contact__description{color:#666;font-size:1.125rem}.page-contact__description p{margin:0}.page-contact__form-container{max-width:700px;margin:0 auto;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000000d}@media (min-width: 600px){.page-contact__form-container{padding:3rem}}.page-contact__success{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;padding:1rem;margin-bottom:2rem;text-align:center}.page-contact__success p{margin:0;color:#155724}.page-contact__errors{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:1rem;margin-bottom:2rem}.page-contact__errors p{margin:0 0 .5rem;color:#721c24;font-weight:600}.page-contact__errors ul{margin:0;padding-left:1.5rem;color:#721c24}.page-contact__errors li{margin:.25rem 0}.page-contact__form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 600px){.page-contact__form-grid{grid-template-columns:1fr 1fr}}.page-contact__form-field{display:flex;flex-direction:column}.page-contact__form-field--full{grid-column:1 / -1}.page-contact__form-field label{margin-bottom:.5rem;font-weight:500;font-family:var(--body-font-family);font-size:.9375rem;color:#333}.page-contact__required{color:#dc3545}.page-contact__form-field input[type=text],.page-contact__form-field input[type=email],.page-contact__form-field input[type=tel],.page-contact__form-field select,.page-contact__form-field textarea{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:var(--body-font-family);transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.page-contact__form-field input:focus,.page-contact__form-field select:focus,.page-contact__form-field textarea:focus{outline:none;border-color:#666;box-shadow:0 0 0 3px #6666661a}.page-contact__form-field select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:3rem}.page-contact__form-field textarea{resize:vertical;min-height:120px}.page-contact__form-footer{margin-top:2rem;text-align:center}.page-contact__submit{display:inline-block;font-size:18px;font-family:var(--body-font-family);padding:10px 40px;text-align:center;text-transform:uppercase;border-radius:100px;border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--white);cursor:pointer;transition:background-color .3s ease-in-out,color .3s ease-in-out}.page-contact__submit:hover{background-color:var(--primary-color-darkened);color:var(--white)}.page-about{position:relative;width:100%;overflow:hidden;padding:3.5rem 0 5rem}.page-about__ambient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(65% 50% at 10% 12%,#f5689b24,#f5689b00 72%),radial-gradient(58% 48% at 92% 86%,#f5689b1a,#f5689b00 72%),linear-gradient(180deg,#fffafc,#fff6fb 45%,#fffaff)}.page-about__ambient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background:repeating-linear-gradient(135deg,rgba(209,66,119,.06) 0 1px,transparent 1px 19px)}.page-about__wrapper{position:relative;z-index:1;max-width:1160px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.page-about__wrapper{padding:0 2rem}}.page-about__hero{text-align:center;max-width:760px;margin:0 auto 2.25rem}.page-about__eyebrow{margin:0;color:var(--primary-color-darkened);font-size:.78rem;letter-spacing:.2em;font-weight:700;text-transform:uppercase}.page-about__hero h1{margin:.5rem 0 .9rem;color:var(--primary-color-darkened);font-size:clamp(2rem,6vw,3.4rem);font-style:italic;line-height:1.05}.page-about__hero-copy{margin:0;color:#333333db;font-size:clamp(1.02rem,2.2vw,1.25rem);line-height:1.65}.page-about__layout{display:grid;grid-template-columns:1fr;gap:1.6rem;align-items:start}@media (min-width: 900px){.page-about__layout{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:2rem}}.page-about__founder{position:relative}@media (min-width: 900px){.page-about__founder{position:sticky;top:1.8rem}}.page-about__portrait-shell{padding:.75rem;border-radius:24px;border:1px solid rgba(245,104,155,.3);background:#ffffffd9;box-shadow:0 10px 34px #33333314}.page-about__portrait{position:relative;width:100%;aspect-ratio:4 / 5;min-height:300px;border-radius:20px;overflow:hidden;background:linear-gradient(170deg,#f5689bd1,#d14277f2),radial-gradient(circle at 10% 15%,#ffffff40,#fff0)}.page-about__portrait img{width:100%;height:100%;object-fit:cover;display:block}.page-about__portrait-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fffffff5;font-family:var(--header-font-family);font-size:clamp(5rem,14vw,8rem);font-style:italic;line-height:1;text-shadow:0 14px 32px rgba(0,0,0,.18)}.page-about__founder-meta{text-align:center;margin-top:.95rem}.page-about__founder-label,.page-about__founder-name,.page-about__founder-note{margin:0}.page-about__founder-label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#3333338c;font-weight:700}.page-about__founder-name{margin-top:.45rem;color:var(--primary-color-darkened);font-size:1.55rem;font-family:var(--header-font-family);font-style:italic;line-height:1.1}.page-about__founder-note{margin-top:.45rem;font-size:.94rem;line-height:1.5;color:#333333b8}.page-about__story{display:flex;flex-direction:column;background:#ffffffe6;border:1px solid rgba(245,104,155,.24);border-radius:26px;padding:1.4rem 1.2rem 1.6rem;box-shadow:0 14px 44px #33333314}@media (min-width: 700px){.page-about__story{padding:2rem 1.75rem 2.1rem}}@media (min-width: 1100px){.page-about__story{padding:2.2rem 2.1rem 2.35rem}}.page-about__quote{margin:0;padding:.3rem 0 1.1rem 1.05rem;border-left:3px solid rgba(245,104,155,.5)}.page-about__quote p{margin:0;color:#333333e0;font-family:var(--accent-font-family);font-size:clamp(1.16rem,2.2vw,1.45rem);line-height:1.4}.page-about__prose{margin-top:.9rem}.page-about__prose p{margin:0;color:var(--black);font-size:clamp(1rem,1.6vw,1.14rem);line-height:1.8}.page-about__prose p+p{margin-top:1.3rem}.page-about__pillars{display:flex;flex-wrap:wrap;gap:.52rem;margin-top:1.5rem}.page-about__pillars span{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(245,104,155,.35);background:#fffffff0;color:var(--primary-color-darkened);font-size:.84rem;letter-spacing:.02em;padding:.48rem .78rem}.page-about__closing{margin-top:1.65rem;background:linear-gradient(110deg,#f5689b26,#f5689b14);border:1px solid rgba(245,104,155,.3);border-radius:18px;padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.page-about__closing p{margin:0;color:#333333e6;font-size:clamp(.98rem,1.8vw,1.07rem);line-height:1.65}.page-about__chat{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--primary-color-darkened);padding:.56rem 1.05rem;background:#ffffffeb;color:var(--primary-color-darkened);font-size:.9rem;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.page-about__chat:hover{background:var(--primary-color);color:var(--white);border-color:var(--primary-color)}.page-about__signature{margin-top:1.45rem;margin-bottom:0;color:var(--primary-color-darkened);font-family:var(--header-font-family);font-size:clamp(1.8rem,3vw,2.4rem);font-style:italic;letter-spacing:.01em}.page-default{width:100%;padding:3rem 0}.page-default__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.page-default__wrapper{padding:0 2rem}}.page-default h1{margin-bottom:2rem}.product-hero{width:100%;position:relative;padding-top:2rem}.product-hero__wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 600px){.product-hero__wrapper{padding:0 2rem;display:flex;gap:3rem}}.product-hero__media{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 600px){.product-hero__media{position:sticky;top:1rem;flex:0 0 50%;max-width:50%;margin-bottom:0;flex-direction:row}}.product-hero__slider-main{width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:20px;order:1}@media (min-width: 600px){.product-hero__slider-main{flex:1;order:2;aspect-ratio:4 / 5}}.product-hero__slider-main .swiper-slide{width:100%;aspect-ratio:4 / 5}.product-hero__slider-main .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px}.product-hero__slider-nav{width:100%;height:100px;order:2;overflow:hidden}@media (min-width: 600px){.product-hero__slider-nav{width:100px;height:550px;order:1}}.product-hero__slider-nav .swiper-wrapper{display:flex}@media (max-width: 599px){.product-hero__slider-nav .swiper-wrapper{flex-direction:row;align-items:center}}@media (min-width: 600px){.product-hero__slider-nav .swiper-wrapper{flex-direction:column}}.product-hero__slider-nav .swiper-slide{aspect-ratio:4 / 5;opacity:.6;transition:opacity .3s ease;cursor:pointer;border-radius:12px;overflow:hidden}@media (max-width: 599px){.product-hero__slider-nav .swiper-slide{width:80px!important;height:100px!important}}@media (min-width: 600px){.product-hero__slider-nav .swiper-slide{width:auto!important;height:auto!important}}.product-hero__slider-nav .swiper-slide-thumb-active{opacity:1;border:2px solid var(--primary-color)}.product-hero__slider-nav .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:10px}.product-hero__content{width:100%;display:flex;flex-direction:column;gap:2rem}@media (min-width: 600px){.product-hero__content{flex:0 0 calc(50% - 3rem);max-width:calc(50% - 3rem)}}.product-hero__header{width:100%;margin-bottom:2rem;text-align:center}@media (min-width: 600px){.product-hero__header{text-align:left}}.product-hero__header h1{font-family:var(--header-font-family);font-size:2.2rem;color:var(--primary-color);margin:0}@media (min-width: 600px){.product-hero__header h1{font-size:2.8rem}}@media (min-width: 1200px){.product-hero__header h1{font-size:3.2rem}}.product-hero__header h1 .is-product-name{font-style:italic}.product-hero__preorder-pill{display:inline-block;margin:.75rem 0 0;padding:.3rem .7rem;border-radius:999px;background:var(--preorder-color);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.product-hero__footer{width:100%;display:flex;flex-direction:column;gap:1.5rem}.product-hero__description{text-align:center}@media (min-width: 600px){.product-hero__description{text-align:left}}.product-hero__quantity{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--light-gray)}@media (max-width: 599px){.product-hero__quantity{flex-wrap:wrap}}.product-hero__quantity header{flex:0 0 auto}.product-hero__quantity header h2{font-size:1.3rem;font-style:italic;color:var(--black);margin:0}.product-hero__quantity-input{width:60px;height:36px;text-align:center;font-size:1rem;font-weight:600;border:2px solid var(--gray-300);border-radius:8px;background:#fff;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product-hero__quantity-input::-webkit-outer-spin-button,.product-hero__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-hero__quantity-input:focus{outline:none;border-color:var(--primary-color)}.product-hero__quantity-controls{display:flex;align-items:center;gap:.5rem}.product-hero__quantity-minus,.product-hero__quantity-plus{width:32px;height:32px;border:1px solid var(--primary-color);border-radius:100px;background:#fff;color:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.product-hero__quantity-minus:hover,.product-hero__quantity-plus:hover{background:var(--primary-color);color:#fff}.product-hero__quantity-minus:active,.product-hero__quantity-plus:active{transform:scale(.95)}.product-hero__attribute{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--light-gray);position:relative}@media (max-width: 599px){.product-hero__attribute{flex-direction:column;align-items:flex-start;gap:1rem}}.product-hero__attribute header{flex:0 0 auto;display:flex;flex-direction:column;gap:.25rem}.product-hero__attribute header h2{font-size:1.3rem;font-style:italic;text-transform:capitalize;color:var(--black)}.product-hero__attribute header p{font-size:.9rem;color:var(--primary-color);font-weight:500;margin:0}.product-hero__attribute-nav-container{position:absolute;top:.5rem;right:0;display:flex;gap:.5rem;z-index:3}.product-hero__attribute--color{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header nav" "slider slider";align-items:center;column-gap:.75rem;row-gap:.85rem}.product-hero__attribute--color>header{grid-area:header;min-width:0}.product-hero__attribute--color .product-hero__attribute-nav-container{grid-area:nav;position:static;justify-self:end;align-self:center;padding:.2rem;border:1px solid var(--gray-300);border-radius:999px;background:#fffffff5;box-shadow:0 4px 10px #0000000f}.product-hero__attribute--color .product-hero__attribute-slider-wrapper{grid-area:slider;margin-left:auto}@media (max-width: 599px){.product-hero__attribute--color{grid-template-columns:minmax(0,1fr) auto;width:100%}.product-hero__attribute--color .product-hero__attribute-slider-wrapper{width:100%;max-width:100%;margin-left:0}}.product-hero__attribute-slider-wrapper{flex:1;position:relative;display:flex;align-items:center;gap:.5rem;max-width:280px}@media (max-width: 599px){.product-hero__attribute-slider-wrapper{max-width:100%}}.product-hero__attribute-nav{width:32px;height:32px;border:1px solid var(--primary-color);background:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;color:var(--primary-color)}.product-hero__attribute-nav:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.product-hero__attribute-nav:active:not(:disabled){transform:scale(.95)}.product-hero__attribute-nav:disabled{opacity:.3;cursor:not-allowed}.product-hero__attribute-nav svg{width:16px;height:16px;color:currentColor}.product-hero__attribute-choices{flex:1;overflow:hidden;position:relative}.product-hero__attribute-track{display:flex;gap:.5rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94);will-change:transform}.product-hero__attribute-track button{font-family:var(--body-font-family);text-align:center}.product-hero__attribute-item{flex:0 0 60px;width:60px;height:60px;cursor:pointer;border-radius:12px;overflow:hidden;border:2px solid transparent;transition:border-color .3s ease,transform .2s ease;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:var(--light);color:var(--black);font-size:.85rem;font-weight:500;position:relative}.product-hero__attribute-item.is-selected{border-color:var(--primary-color)}.product-hero__attribute-item:hover:not(:disabled){transform:scale(1.05)}.product-hero__attribute-item:disabled{opacity:.5;cursor:not-allowed}.product-hero__attribute-item img{width:100%;height:100%;object-fit:cover}.product-hero__attribute-item:not(:has(img)){background:var(--light);color:var(--black);font-size:.85rem;font-weight:500}@media (max-width: 599px){.product-hero__attribute-choices{overflow:hidden}.product-hero__attribute-track{padding:0 .25rem}}.product-hero__action{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-hero__add-to-cart{width:100%;margin:0;padding:.75rem 2rem;font-family:var(--body-font-family);font-weight:400;font-size:1.1rem;text-transform:uppercase;text-align:center;cursor:pointer;border:none;border-radius:100px;background:var(--primary-color);color:#fff;transition:all .3s ease}.product-hero__add-to-cart:hover:not(:disabled){background:var(--primary-color-darkened);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.product-hero__add-to-cart:active{transform:translateY(0)}.product-hero__add-to-cart:disabled{background:var(--gray)}.product-hero__add-to-cart .is-total-price{font-weight:700}.product-hero__message{text-align:center}.product-hero__message p{margin:0;font-size:.9rem;color:var(--black);font-weight:500}.product-hero__preorder-estimate,.product-hero__preorder-note,.product-hero__preorder-batch,.product-hero__preorder-limit{margin:0;font-size:.9rem;line-height:1.45}.product-hero__preorder-estimate{font-weight:700;color:var(--preorder-color-darkened)}.product-hero__preorder-note{color:var(--black)}.product-hero__preorder-batch,.product-hero__preorder-limit{color:#333333c7}.product-hero__reasons{width:100%;padding:1rem 0;border-top:1px solid var(--light-gray)}.product-hero__reasons h2{font-size:1.3rem;font-style:italic;color:var(--black);margin:0 0 1rem}.product-hero__reasons>p{color:var(--gray-700);font-size:1rem;margin:0 0 1.5rem}.product-hero__reasons ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.product-hero__reasons li{display:flex;align-items:center;gap:.75rem}.product-hero__reasons li .product-hero__check-icon{width:24px;height:24px;flex-shrink:0;color:var(--primary-color)}.product-hero__reasons li p{margin:0;color:var(--gray-700);font-size:.95rem}.product-hero__personalized-comment h2{font-size:1.3rem;font-style:italic;color:var(--black);margin:0 0 1rem}.product-hero__testimonials{width:100%;padding:1rem 0;border-top:1px solid var(--light-gray)}.product-hero__testimonials h2{font-size:1.3rem;font-style:italic;color:var(--black);margin:0 0 1.5rem}.product-hero__testimonials-slider{width:100%;overflow:hidden}.product-hero__testimonials-slider .swiper-slide{width:100%;border-radius:12px;overflow:hidden}.product-hero__testimonials-slider video{width:100%;height:auto;object-fit:cover;border-radius:12px}.product-hero-cart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-hero-cart-modal[aria-hidden=false],.product-hero-cart-modal--open{opacity:1;visibility:visible}.product-hero-cart-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .3s ease}.product-hero-cart-modal__container{position:relative;background-color:#fff;border-radius:16px;max-width:480px;width:90%;margin:1rem;box-shadow:0 20px 60px #0000004d;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.product-hero-cart-modal--open .product-hero-cart-modal__container{transform:scale(1)}.product-hero-cart-modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background-color:#0000000d;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.product-hero-cart-modal__close:hover{background-color:#0000001a;transform:rotate(90deg)}.product-hero-cart-modal__close svg{width:18px;height:18px;color:#000}.product-hero-cart-modal__content{padding:3rem 2rem 2rem;text-align:center}@media (max-width: 599px){.product-hero-cart-modal__content{padding:2.5rem 1.5rem 1.5rem}}.product-hero-cart-modal__icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.product-hero-cart-modal__icon svg{width:32px;height:32px;color:#fff;stroke-width:3}.product-hero-cart-modal__title{font-family:var(--header-font-family);font-size:26px;font-weight:400;font-style:italic;margin:0 0 1.5rem;color:#000;letter-spacing:.5px}@media (max-width: 599px){.product-hero-cart-modal__title{font-size:22px}}.product-hero-cart-modal__product{display:flex;align-items:center;gap:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:left}.product-hero-cart-modal__product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-hero-cart-modal__product-info{flex:1;min-width:0}.product-hero-cart-modal__product-title{font-family:var(--body-font-family);font-size:16px;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-hero-cart-modal__product-price{font-family:var(--body-font-family);font-size:18px;margin:0;color:var(--black)}.product-hero-cart-modal__actions{display:flex;gap:.75rem;flex-direction:column}@media (min-width: 600px){.product-hero-cart-modal__actions{flex-direction:row}}.product-hero-cart-modal__button{flex:1;padding:.875rem 1.5rem;border-radius:100px;font-family:var(--body-font-family);font-size:15px;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center}.product-hero-cart-modal__button--primary{background-color:var(--primary-color);color:#fff}.product-hero-cart-modal__button--primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-hero-cart-modal__button--secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.product-hero-cart-modal__button--secondary:hover{background-color:var(--primary-color);color:#fff}.search-page{width:100%;padding:2rem 0}.search-page__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.search-page__header{border-bottom:1px solid var(--light-gray);margin-bottom:1.5rem;padding-bottom:1rem}.search-page__header h1{margin:0 0 1rem;font-size:2rem;color:var(--primary-color);text-align:center}.search-page__summary,.search-page__empty{margin:0 0 1.5rem;text-align:center;font-size:1rem}.search-result .products-grid-item__header h3{margin-bottom:.4rem}.search-result .products-grid-item__header h3 a{color:inherit;text-decoration:none}.search-result .products-grid-item__header h3 a:hover{text-decoration:underline}.search-result--generic .products-grid-item__content{justify-content:space-between}.search-result__type{margin:0 0 .4rem;color:var(--gray);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.search-page__pagination{margin-top:1rem;text-align:center}.search-page__pagination a:hover,.search-page__pagination a:active,.search-page__pagination .current{color:var(--primary-color)}@media (min-width: 600px){.search-page__wrapper{padding:0 2rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
