.panel-text{padding:20rem 0}.panel-text .wrapper{max-width:22em}@media(max-width:700px){.panel-text{padding:8rem 0}}@media(max-width:700px){.panel-text.panel-text--full-height{min-height:calc(100dvh - 21rem)}}@media(max-width:700px){.panel-heading{padding-top:4rem}}.panel-heading__col{border-top:1px solid var(--color-text);padding-top:var(--gap)}@media(max-width:700px){.panel-heading__col{padding-top:1.1rem}.panel-heading__col h2{font-size:2rem}}@media(min-width:701px){.panel-heading.with-text{display:flex;gap:var(--gap)}.panel-heading.with-text .panel-heading__col{flex:1 1 0}.panel-heading.with-text .panel-heading__col:first-child{flex:0 0 calc((100% - var(--gap)) / 3)}.panel-heading.with-text .text{max-width:42rem;font-size:2.4rem}}@media(max-width:700px){.panel-heading.with-text .panel-heading__col+.panel-heading__col{border-top:none;padding-top:0;margin-top:1.5rem}}.panel-text-with-image{padding-top:var(--gap)}.panel-text-with-image img{display:block;width:100%}@media(max-width:1000px){.panel-text-with-image .text{margin:1rem 0 4rem}}@media(min-width:1001px){.panel-text-with-image{display:flex;align-items:flex-start;gap:var(--gap)}.panel-text-with-image .text{max-width:42rem;font-size:2.4rem}.panel-text-with-image .panel-text-with-image__col{flex:1 1 0;min-width:0}.panel-text-with-image.image-width-half .panel-text-with-image__col:last-child{flex:0 0 calc((100% - var(--gap)) / 2)}.panel-text-with-image.image-width-two-thirds .panel-text-with-image__col:last-child{flex:0 0 calc((100% - var(--gap)) * 2 / 3)}.panel-text-with-image.image-width-one-third .panel-text-with-image__col:last-child{flex:0 0 calc((100% - var(--gap) * 2) / 3)}.panel-text-with-image.image-side-left{flex-direction:row-reverse}}.panel-text-with-image.with-top-borders .panel-text-with-image__col{border-top:1px solid var(--color-text);padding-top:var(--gap)}@media(max-width:1000px){.panel-text-with-image.with-top-borders .panel-text-with-image__col+.panel-text-with-image__col{border-top:none;padding-top:0}}@media(min-width:1001px){.panel-text-with-image.with-top-borders .text{max-width:none}}@media(min-width:1001px){.panel-text-with-image.text-right .text{text-align:right;margin:2.5rem .5rem 0 auto}}.panel-html{padding-top:0}@media(min-width:701px){.panel-html.layout-side-left{padding-right:40vw}.panel-html.layout-side-center{padding-left:25vw;padding-right:25vw}.panel-html.layout-side-right{padding-left:40vw}}.panel-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media(max-width:700px){.panel-collection-grid{grid-template-columns:1fr}}.panel-collections .product-card{text-decoration:none;display:block;position:relative;overflow:hidden}.panel-collections .product-card img{aspect-ratio:8 / 9;object-fit:cover;width:100%;display:block}.panel-collections .product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--gap);text-align:center;padding:2rem;opacity:0;transition:opacity .3s;font-size:2.4rem}.panel-collections .product-card__overlay h3{font-size:inherit;font-weight:400}.panel-collections .product-card__overlay p{margin:0}@media(max-width:700px){.panel-collections .product-card__overlay{font-size:1.8rem;gap:1.5rem}}.panel-collections .product-card:hover .product-card__overlay{opacity:1}@media(hover:none){.panel-collections .product-card__overlay{opacity:1}}.panel-collections .product-card__bar{display:none}@media(max-width:700px){.panel-collections .product-card img{aspect-ratio:auto;height:55rem}.panel-collections .product-card__overlay{background:#00000059;flex-direction:row;justify-content:space-between;align-items:flex-end;opacity:1;padding:4rem 2rem}.panel-collections .product-card__bar{display:none}}.panel-collections-nav{position:sticky;top:0;z-index:1;background:var(--color-background);display:flex;align-items:center;gap:2rem;padding:2rem 0}.panel-collections-nav a{text-decoration:none}@media(max-width:1000px){.panel-collections-nav{position:static;flex-direction:column;align-items:stretch;gap:4rem}}.panel-collections-nav__links{display:contents}@media(max-width:1000px){.panel-collections-nav__links{display:flex;gap:2rem}.panel-collections-nav__links a{flex:1 1 0;font-size:1.4rem;padding-bottom:1rem;border-bottom:1px solid var(--color-text-light)}}.panel-collections-nav__logos{margin-left:auto;display:flex;align-items:center;gap:calc(var(--gap) * 1.5)}.panel-collections-nav__logos img{display:block;height:3rem;width:auto}@media(max-width:1000px){.panel-collections-nav__logos{margin-left:0;opacity:.75;gap:1.8rem}.panel-collections-nav__logos img{height:2.5rem}}.panel-collections-group{padding:8rem 0}.panel-collections-group h2{border-top:1px solid var(--color-text);padding-top:var(--gap);margin-bottom:7rem}.panel-collections-group+.panel-collections-group{margin-top:var(--panel-vertical-padding-desktop)}@media(max-width:700px){.panel-collections-group{padding:4rem 0}.panel-collections-group h2{font-size:2rem;padding-top:1.1rem;margin-bottom:3rem}}.panel-product table,.panel-product form{font-family:var(--font-sans);font-weight:300}.panel-product table,.panel-product form{max-width:52rem;width:100%}.panel-product table{margin-top:3rem;font-size:1.7rem;text-transform:uppercase}.panel-product td{padding:0;border-top:1px solid rgb(0 0 0 / 30%);border-bottom:1px solid rgb(0 0 0 / 30%)}.panel-product td:last-child{text-align:right}.panel-product form{display:flex;align-items:center;font-size:2rem;gap:3rem;margin-top:4rem}.panel-product form+form{margin-top:2rem}.panel-product .variant-title{flex-grow:1}.panel-product label{font-size:1.4rem;text-transform:uppercase}.panel-product .quantity input{width:3.5em;margin-left:.25em}.panel-product input,.panel-product button{font-size:1.6rem}.panel-product .image{margin-bottom:3rem}@media(min-width:701px){.panel-product{display:flex}.panel-product .image{width:30vw;margin:0 10dvw 0 0}.panel-product .text{flex:1 0 0}}@media(max-width:520px){.panel-product form{flex-direction:column;gap:.5rem}.panel-product form+form{margin-top:3rem}.panel-product button{margin-top:1rem}}.panel-related-products{padding-top:5rem}@media(max-width:700px){.panel-related-products{padding-top:8rem}}.panel-related-products .panel-related-products__heading{display:none}@media(max-width:700px){.panel-related-products .panel-related-products__heading{display:block;margin-bottom:5rem}.panel-related-products .panel-related-products__heading h3{font-size:1.6rem;font-weight:700;margin:1rem 0 0}}.panel-related-products .panel-related-products__divider{border-top:1px solid var(--color-text-light)}.panel-related-products .panel-related-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}@media(max-width:700px){.panel-related-products .panel-related-products__grid{display:flex;gap:4.9rem;overflow-x:auto;-webkit-overflow-scrolling:touch}}.panel-related-products .panel-related-products__card{display:flex;flex-direction:column}@media(max-width:700px){.panel-related-products .panel-related-products__card{flex:0 0 20rem;width:20rem}}.panel-related-products .panel-related-products__image{display:block}.panel-related-products .panel-related-products__image img,.panel-related-products .panel-related-products__image svg{width:100%;aspect-ratio:5 / 8;object-fit:cover;display:block}@media(max-width:700px){.panel-related-products .panel-related-products__image img,.panel-related-products .panel-related-products__image svg{aspect-ratio:1 / 1;width:20rem;height:20rem}}.panel-related-products .panel-related-products__title{padding-top:2.5rem;font-size:2.4rem;font-weight:300;letter-spacing:-.01em}.panel-related-products .panel-related-products__description{padding-top:1rem;font-size:1.4rem;line-height:1.4;opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/4/assets/panels.css.map */
