.page-with-images{background-color:var(--section-background, rgb(var(--color-custom-white)))}.page-with-images__container{width:100%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-gap-xl)}.page-with-images__hero{display:flex;flex-direction:column;gap:var(--spacing-gap-lg)}.page-with-images__content{min-width:0;display:flex;flex-direction:column;gap:var(--spacing-gap-lg)}.page-with-images__title{margin-bottom:0}.page-with-images__image-wrapper{overflow:hidden;order:-1}.page-with-images__image{width:100%;height:auto;object-fit:cover;display:block}@media screen and (min-width:990px){.page-with-images__hero--with-image{flex-direction:row;align-items:flex-start;gap:var(--spacing-gap-xl)}.page-with-images__hero--with-image .page-with-images__content{flex:1 1 55%}.page-with-images__hero--with-image .page-with-images__image-wrapper{order:0;position:sticky;top:13rem;flex:0 0 40%}.page-with-images__hero--with-image .page-with-images__image{height:100%;max-height:36rem}.page-with-images__hero--with-image .page-with-images__content{flex:1 1 53%}.page-with-images__hero--with-image .page-with-images__image-wrapper{flex:0 0 43%}}.page-with-images__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-gap-xs)}.page-with-images__gallery-item{overflow:hidden;border-radius:1rem}.page-with-images__gallery-image{width:100%;object-fit:cover;display:block;transition:transform .5s ease;aspect-ratio:3 / 4}.page-with-images__gallery-item:hover .page-with-images__gallery-image{transform:scale(1.03)}@media screen and (min-width:750px){.page-with-images__gallery{grid-template-columns:repeat(3,1fr);gap:var(--spacing-gap-sm)}}@media screen and (min-width:990px){.page-with-images__gallery{grid-template-columns:repeat(4,1fr)}}.page-with-images__rte{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);word-wrap:break-word;min-width:0;color:rgb(var(--color-custom-paragraph));overflow-wrap:break-word}.page-with-images__rte h1,.page-with-images__rte h2,.page-with-images__rte h3,.page-with-images__rte h4,.page-with-images__rte h5,.page-with-images__rte h6{font-family:var(--font-family-heading);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-heading);margin:0;color:rgb(var(--color-custom-dark))}.page-with-images__rte h1{font-size:var(--font-size-h1);margin-top:var(--spacing-gap-xl);margin-bottom:var(--spacing-gap-sm)}.page-with-images__rte h2{font-size:var(--font-size-h2);margin-top:var(--spacing-gap-xl);margin-bottom:var(--spacing-gap-sm)}.page-with-images__rte h3{font-size:clamp(1.25rem,1vw + .9rem,1.75rem);margin-top:var(--spacing-gap-lg);margin-bottom:var(--spacing-gap-xs)}.page-with-images__rte h4{font-size:var(--font-size-card-title);margin-top:var(--spacing-gap-md);margin-bottom:var(--spacing-gap-xs)}.page-with-images__rte h5{font-size:1.0625rem;font-weight:var(--font-weight-semibold);margin-top:var(--spacing-gap-md);margin-bottom:.5rem}.page-with-images__rte h6{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:var(--letter-spacing-caption);margin-top:var(--spacing-gap-md);margin-bottom:.5rem;color:rgb(var(--color-custom-secondary))}.page-with-images__rte>*:first-child{margin-top:0}.page-with-images__rte p{margin:0 0 1.25em}.page-with-images__rte p:last-child{margin-bottom:0}.page-with-images__rte a{text-decoration:underline;color:rgb(var(--color-custom-primary));transition:color var(--transition-base);text-underline-offset:3px;text-decoration-thickness:1px}.page-with-images__rte a:hover{color:rgb(var(--color-custom-secondary))}.page-with-images__rte strong,.page-with-images__rte b{font-weight:var(--font-weight-bold);color:rgb(var(--color-custom-dark))}.page-with-images__rte em,.page-with-images__rte i{font-style:italic}.page-with-images__rte ul,.page-with-images__rte ol{list-style-position:outside;margin:0 0 1.25em;padding-left:1.5em}.page-with-images__rte li{margin-bottom:.5em}.page-with-images__rte li:last-child{margin-bottom:0}.page-with-images__rte ul li{list-style-type:disc}.page-with-images__rte ol li{list-style-type:decimal}.page-with-images__rte li>ul,.page-with-images__rte li>ol{margin-top:.5em;margin-bottom:0}.page-with-images__rte blockquote{font-style:italic;font-family:var(--font-family-heading);font-size:clamp(1.125rem,.5vw + 1rem,1.375rem);line-height:1.6;margin:var(--spacing-gap-md) 0;padding:var(--spacing-gap-sm) var(--spacing-gap-md);background-color:rgb(var(--color-custom-bg-light));color:rgb(var(--color-custom-dark));border-left:3px solid rgb(var(--color-custom-secondary));display:block}.page-with-images__rte blockquote p:last-child{margin-bottom:0}.page-with-images__rte hr{margin:var(--spacing-gap-lg) 0;border:none;border-top:1px solid rgb(var(--color-custom-gray-light))}.page-with-images__rte img{max-width:100%;height:auto;margin:var(--spacing-gap-md) 0;display:block}.page-with-images__rte img:first-child{margin-top:0}.page-with-images__rte table{font-size:.9375rem;width:100%;margin:var(--spacing-gap-md) 0;border-collapse:collapse;table-layout:auto}.page-with-images__rte th,.page-with-images__rte td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid rgb(var(--color-custom-gray-light))}.page-with-images__rte th{font-family:var(--font-family-body);font-weight:var(--font-weight-bold);background-color:rgb(var(--color-custom-bg-light));color:rgb(var(--color-custom-dark))}.page-with-images__rte tr:last-child td{border-bottom:none}@media screen and (max-width:749px){.page-with-images__rte table{overflow-x:auto;display:block;-webkit-overflow-scrolling:touch}}.page-with-images__rte iframe,.page-with-images__rte video{max-width:100%;margin:var(--spacing-gap-md) 0}@media(prefers-reduced-motion:reduce){.page-with-images__gallery-image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-custom-page-with-images.css.map */
