:root{--color-brand-navy: #01013f;--color-brand-blue: #0026a8;--color-brand-mint: #27f6b0;--color-text: #01013f;--color-bg: #f4f4f6;--color-card: #fff;--color-muted: #d3d3da;--color-subtle: #6b6b80;--content-max: 1100px;--font-stack: "Gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-stack);color:var(--color-text);background-color:var(--color-bg);line-height:1.5;padding-bottom:6rem}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}main{display:flex;flex-direction:column}.page-title-bar{background-color:#fff;padding:14px 1.5rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.04)}.page-title{color:var(--color-brand-navy);font-size:16px;font-weight:500;letter-spacing:0;margin:0}.product-showcase{padding:2rem 1.5rem 0}.product-container{max-width:var(--content-max);margin:0 auto}.carousel{position:relative;background:var(--color-card);border-radius:12px;padding:2rem 4rem;display:flex;align-items:center;justify-content:center;width:100%;max-width:500px;aspect-ratio:1000 / 749;margin:0 auto;box-shadow:0 1px 2px #0000000a}.carousel__viewport{width:100%;height:100%;overflow:hidden}.carousel__track{list-style:none;display:flex;height:100%;transition:transform .35s ease;margin:0;padding:0}.carousel__slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;padding:0 1rem}.carousel__slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:var(--color-bg);color:var(--color-brand-navy);display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;z-index:1}.carousel__nav:hover{background-color:#e8e8ee}.carousel__nav--prev{left:1rem}.carousel__nav--next{right:1rem}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-muted);padding:0;transition:background-color .15s ease}.carousel__dot.is-active{background-color:var(--color-brand-navy)}.product-info{margin:2rem auto 0;max-width:500px;display:flex;flex-direction:column;gap:.5rem;text-align:left}.product-title{color:var(--color-brand-navy);font-size:20px;font-weight:400;margin:0}.product-price{color:var(--color-brand-navy);display:inline-flex;align-items:flex-start;gap:.125rem;margin:0;line-height:1}.product-price__currency{font-size:22px;font-weight:300;margin-top:.4rem}.product-price__amount{font-size:88px;font-weight:300;letter-spacing:-.02em;line-height:1}.product-price--sold-out{font-size:1.5rem;color:#d00}.feature-cards{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0 0;padding:0}.feature-card{background:transparent;padding:0 0 21px;display:flex;flex-direction:column;align-items:center;gap:.625rem;text-align:center}.feature-card__icon{color:var(--color-brand-navy);display:flex;align-items:center;justify-content:center;height:40px}.feature-card__label{color:var(--color-brand-navy);font-size:14px;font-weight:400}.buy-bar{position:fixed;bottom:0;left:0;right:0;background-color:var(--color-brand-blue);padding:1rem 1.5rem;z-index:10}.buy-bar__form{max-width:var(--content-max);margin:0 auto;display:flex;justify-content:center}.buy-button{background-color:var(--color-brand-mint);color:var(--color-brand-blue);border:none;border-radius:20px;padding:0 21px;height:40px;font-size:14px;font-weight:350;font-family:var(--font-stack);min-width:228px;transition:background-color .15s ease,transform .1s ease}.buy-button:hover{background-color:#1cdc9c}.buy-button:active{transform:scale(.99)}.no-products{padding:4rem 2rem;text-align:center;color:var(--color-text)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cart-page{padding:2rem 1.5rem 0}.cart-container{max-width:var(--content-max);margin:0 auto}.cart-page__title{color:var(--color-brand-navy);font-size:20px;font-weight:400;margin:0 0 1.5rem}.cart-items{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.cart-item{background:var(--color-card);border-radius:12px;padding:1rem;display:grid;grid-template-columns:96px 1fr auto auto;gap:1rem;align-items:center;box-shadow:0 1px 2px #0000000a}.cart-item__image{width:96px;height:96px;background:var(--color-bg);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item__image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item__details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item__title{color:var(--color-brand-navy);font-size:1rem;font-weight:500}.cart-item__variant{color:var(--color-subtle);font-size:.875rem;margin:0}.cart-item__remove{align-self:flex-start;background:none;border:none;color:var(--color-subtle);font-size:.875rem;text-decoration:underline;padding:0;cursor:pointer;margin-top:.25rem}.cart-item__remove:hover{color:var(--color-brand-blue)}.cart-item__qty input{width:64px;padding:.5rem;border:1px solid var(--color-muted);border-radius:6px;font-size:1rem;text-align:center;background:#fff;color:var(--color-brand-navy)}.cart-item__price{color:var(--color-brand-navy);font-size:1.125rem;font-weight:500;white-space:nowrap}.cart-summary{background:var(--color-card);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 2px #0000000a}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;color:var(--color-brand-navy);font-size:1.125rem;font-weight:500}.cart-summary__note{color:var(--color-subtle);font-size:.875rem;margin:0}.cart-update{align-self:flex-end;background:transparent;color:var(--color-brand-blue);border:1px solid var(--color-brand-blue);border-radius:20px;padding:0 1.25rem;height:36px;font-size:.875rem;font-weight:400;transition:background-color .15s ease,color .15s ease}.cart-update:hover{background-color:var(--color-brand-blue);color:#fff}.cart-empty{background:var(--color-card);border-radius:12px;padding:3rem 1.5rem;text-align:center;box-shadow:0 1px 2px #0000000a}.cart-empty__message{color:var(--color-brand-navy);font-size:1.125rem;margin:0 0 1rem}.cart-empty__link{color:var(--color-brand-blue);font-weight:500;text-decoration:underline}@media(max-width:720px){.page-title{font-size:14px;line-height:1.3}.carousel{padding:1.5rem 2.5rem}.carousel__nav{width:32px;height:32px}.carousel__nav--prev{left:.5rem}.carousel__nav--next{right:.5rem}.product-title,.product-price__currency{font-size:18px}.product-price__amount{font-size:64px}.feature-card__label{font-size:13px}.cart-item{grid-template-columns:80px 1fr;grid-template-areas:"image details" "image qty" "price price";gap:.75rem;padding:.75rem}.cart-item__image{grid-area:image;width:80px;height:80px}.cart-item__details{grid-area:details}.cart-item__qty{grid-area:qty;justify-self:start}.cart-item__price{grid-area:price;text-align:right}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
