.about{display:grid;gap:1rem}.about__content{max-width:60ch}.about__magazines{margin-top:1.5rem;display:grid;gap:.75rem}.cart-page{max-width:720px;margin:0 auto;padding:3rem 2rem}.cart-page--empty{text-align:center;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-page__heading{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 2.5rem}.cart-page__empty-text{font-size:.875rem;color:#666;margin:0 0 2rem}.cart-page__continue-btn{display:inline-block;background:var(--color-foreground);color:var(--color-background);text-decoration:none;padding:1rem 2.5rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:background .2s}.cart-page__continue-btn:hover{background:#8b1a1a;color:#fff}.cart-page__items{display:flex;flex-direction:column}.cart-page__item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #e5e5e5}.cart-page__item:first-child{border-top:1px solid #e5e5e5}.cart-page__image{width:100px;height:100px;flex-shrink:0;background:#f5f5f5;display:block}.cart-page__image img{width:100%;height:100%;object-fit:cover}.cart-page__details{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.cart-page__item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-page__item-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;line-height:1.4;flex:1;min-width:0}.cart-page__item-title:hover{color:#8b1a1a}.cart-page__item-price{font-size:.875rem;font-weight:400;white-space:nowrap}.cart-page__variant{font-size:.75rem;color:#666;margin:0;text-transform:uppercase;letter-spacing:.02em}.cart-page__item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-page__quantity{display:flex;align-items:center;border:1px solid #e5e5e5}.cart-page__qty-btn{background:none;border:none;cursor:pointer;padding:.4rem .75rem;font-size:1rem;color:var(--color-foreground);line-height:1;transition:color .2s}.cart-page__qty-btn:hover{color:#8b1a1a}.cart-page__qty-input{width:40px;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;font-size:.875rem;padding:.4rem 0;-moz-appearance:textfield}.cart-page__qty-input::-webkit-outer-spin-button,.cart-page__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__remove{color:#999;padding:.5rem;transition:color .2s;text-decoration:none;display:flex}.cart-page__remove:hover{color:#8b1a1a}.cart-page__footer{padding-top:2rem;margin-top:.5rem}.cart-page__total{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.cart-page__total-price{font-size:1.125rem;font-weight:700}.cart-page__tax-note{font-size:.75rem;color:#666;margin:.5rem 0 0;text-align:right}.cart-page__checkout-btn{width:100%;margin-top:1.5rem;background:var(--color-foreground);color:var(--color-background);border:none;padding:1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s}.cart-page__checkout-btn:hover{background:#8b1a1a}@media(max-width:768px){.cart-page{padding:2rem 1rem}.cart-page__image{width:80px;height:80px}.cart-page__item{gap:1rem}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 9rem)}.contact-info{padding:3rem;display:flex;flex-direction:column;gap:.5rem}.contact-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0}.contact-intro{font-size:.875rem;line-height:1.6;max-width:60ch;margin:.5rem 0 1rem}.contact-form{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:1rem;max-width:100%}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--color-foreground);font-size:.875rem}.contact-form textarea{resize:vertical;min-height:8rem}.contact-success{color:#2e7d32;font-size:.875rem}.contact-error{color:#8b1a1a;font-size:.875rem}.btn-submit{margin-top:.5rem;background:var(--color-foreground);color:var(--color-background);border:none;padding:1rem 2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s}.btn-submit:hover{background:#8b1a1a}.contact-details{margin-top:1.5rem;border-top:1px solid #ddd}.contact-details summary{padding:1rem 0;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.contact-details summary:after{content:"+";font-size:1.25rem;font-weight:400}.contact-details[open] summary:after{content:"\2212"}.contact-details-content{padding-bottom:1rem;font-size:.875rem;line-height:1.6}.contact-details-content p{margin:.25rem 0}.contact-details-content a{color:#8b1a1a}@media(max-width:960px){.contact-page{grid-template-columns:1fr}.contact-info{padding:2rem 1.5rem}}.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{height:3.5rem;display:flex;align-items:center;justify-content:center;border-top:1px solid #8b1a1a;font-size:.75rem}.footer--no-border{border-top:none}.footer__content{display:flex;gap:1.5rem;align-items:center}.footer a{text-decoration:none;color:#8b1a1a}.footer a:hover{color:var(--color-foreground)}.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}.hero{position:relative;width:100%;height:calc(100vh - 3.5rem);margin-top:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:#111;padding-bottom:15vh}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2}.hero-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}.hero-title{font-size:clamp(3rem,10vw,8rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0;line-height:1;background:linear-gradient(90deg,#4a1010,#8b1a1a,#c41e3a,#8b1a1a,#4a1010);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.hero-cta{display:inline-block;background:var(--color-background);color:#8b1a1a;padding:1rem 3rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none}.hero-cta:hover{background:#8b1a1a;color:#fff}.hero-links{display:flex;gap:2rem;margin-top:1rem}.hero-social{color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:color .2s}.hero-social:hover{color:#c41e3a}.hero-paypal{color:#fff}.hero-paypal:hover{color:#c41e3a}@media(max-width:768px){.hero-links{flex-direction:column;gap:1rem}}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 9rem)}.product-media{position:sticky;top:9rem;height:calc(100vh - 9rem);overflow:hidden}.product-hero{width:100%;height:100%;object-fit:cover}.product-info{padding:3rem;display:flex;flex-direction:column;gap:.5rem}.product-vendor{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin:0;color:#8b1a1a}.product-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0}.product-price{font-size:1.125rem;margin:.5rem 0}.product-tax-note{font-size:.75rem;color:#666;margin:0}.product-tax-note a{color:#8b1a1a}.product-meta{font-size:.875rem;margin:1rem 0 0;text-transform:uppercase;letter-spacing:.02em}.product-form{margin:2.5rem 0 1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.product-quantity{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.product-quantity label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-quantity input{width:100%;padding:.75rem;border:1px solid var(--color-foreground);font-size:.875rem;text-transform:uppercase;background:var(--color-background);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;height:auto;line-height:normal}.product-variants{display:flex;flex-direction:column;gap:.5rem}.product-variants label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-variants select{width:100%;padding:.75rem;border:1px solid var(--color-foreground);font-size:.875rem;text-transform:uppercase;background:var(--color-background);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;height:auto;line-height:normal}.product-variants select:disabled{opacity:.5;cursor:not-allowed}.btn-add-cart{margin-top:1.5rem;background:var(--color-foreground);color:var(--color-background);border:none;padding:1rem 2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s}.btn-add-cart:hover{background:#8b1a1a}.product-details{margin-top:1.5rem;border-top:1px solid #ddd}.product-details summary{padding:1rem 0;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.product-details summary:after{content:"+";font-size:1.25rem;font-weight:400}.product-details[open] summary:after{content:"\2212"}.product-details-content{padding-bottom:1rem;font-size:.875rem;line-height:1.6}.related-products{padding:3rem 0}.related-heading{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:0 2rem 1.5rem;margin:0}@media(max-width:960px){.product-page{grid-template-columns:1fr}.product-media{position:relative;top:0;height:auto;aspect-ratio:4 / 5}.product-info{padding:2rem 1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.shipping-ticker{overflow:hidden;white-space:nowrap;border-bottom:1px solid #8b1a1a;font-size:.875rem;font-weight:400;text-transform:uppercase;color:var(--color-foreground);padding:.4rem 0}.shipping-ticker__track{display:inline-flex;animation:ticker-scroll 40s linear infinite}.shipping-ticker__text{flex-shrink:0;padding-right:30rem}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.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}.cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;z-index:999;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5}.cart-drawer-header h2{font-size:1.25rem;font-weight:600;margin:0;text-transform:none}.cart-drawer-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-drawer-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.cart-drawer-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;flex-shrink:0;background:#f5f5f5}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start}.cart-item-title{font-size:.875rem;font-weight:400;margin:0;flex:1;line-height:1.4}.cart-item-price{font-size:.875rem;font-weight:600;margin-left:1rem}.cart-item-vendor{font-size:.75rem;color:#666;margin:0}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e5e5;padding:.25rem}.quantity-btn{background:none;border:none;cursor:pointer;padding:.25rem .5rem;font-size:1rem;color:#000;line-height:1}.quantity-input{width:40px;text-align:center;border:none;font-size:.875rem;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-remove{background:none;border:none;cursor:pointer;padding:.5rem;color:#666}.cart-drawer-empty{text-align:center;padding:3rem 1rem;color:#666}.cart-drawer-footer{border-top:1px solid #e5e5e5;padding:1.5rem 2rem}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.cart-total-price{font-size:1.125rem;font-weight:600}.cart-checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:1rem;font-size:.875rem;font-weight:600;text-transform:none;cursor:pointer;transition:background .2s}.cart-checkout-btn:hover{background:#333}@media(max-width:768px){.cart-drawer{max-width:100%}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
