.section-shop-by-collection{padding-top:var(--section-shop-collection-padding-top, 80px);padding-bottom:var(--section-shop-collection-padding-bottom, 80px);color:var(--section-shop-collection-text, var(--TEXT-COLOR))}.section-shop-by-collection__header{margin-bottom:32px}.section-shop-by-collection__heading{margin:0 0 6px;font-family:var(--shop-heading-font, var(--FONT-STACK-HEADING));font-weight:var(--shop-heading-weight, var(--FONT-WEIGHT-HEADING, 700));text-transform:var(--shop-heading-case, var(--HEADING-TEXT-CAPS, uppercase));letter-spacing:var(--shop-heading-ls, var(--HEADING-LETTER-SPACING, 0));font-size:var(--shop-heading-size, calc(2rem * var(--section-shop-collection-heading-scale, 1.2)));line-height:var(--shop-heading-lh, 1.05);text-align:var(--shop-heading-align, left);color:var(--shop-heading-color, currentColor);text-decoration-line:var(--shop-heading-decoration, none);text-decoration-color:var(--shop-heading-decoration-color, currentColor);border-width:var(--shop-heading-border-w, 0);border-style:solid;border-color:var(--shop-heading-border-c, currentColor);border-radius:var(--shop-heading-border-radius, 0)}.section-shop-by-collection__subheading{margin:0;font-family:var(--shop-subheading-font, var(--FONT-STACK-BODY));font-weight:var(--shop-subheading-weight, inherit);text-transform:var(--shop-subheading-case, var(--SUBHEADING-TEXT-CAPS, uppercase));letter-spacing:var(--shop-subheading-ls, 1.5px);opacity:.7;font-size:var(--shop-subheading-size, calc(.8rem * var(--section-shop-collection-subheading-scale, .9)));line-height:var(--shop-subheading-lh, 1.4);text-align:var(--shop-subheading-align, left);color:var(--shop-subheading-color, currentColor);text-decoration-line:var(--shop-subheading-decoration, none);text-decoration-color:var(--shop-subheading-decoration-color, currentColor);border-width:var(--shop-subheading-border-w, 0);border-style:solid;border-color:var(--shop-subheading-border-c, currentColor);border-radius:var(--shop-subheading-border-radius, 0)}.section-shop-by-collection__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch}.section-shop-by-collection__list{width:100%}.section-shop-by-collection--image-left .section-shop-by-collection__layout{direction:rtl}.section-shop-by-collection--image-left .section-shop-by-collection__list,.section-shop-by-collection--image-left .section-shop-by-collection__image{direction:ltr}.section-shop-by-collection__list{list-style:none;margin:0;padding:0;border-top:1px solid var(--section-shop-collection-border, currentColor)}.section-shop-by-collection__item{margin-bottom:0;border-bottom:1px solid var(--section-shop-collection-border, currentColor)}.section-shop-by-collection__row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:var(--section-shop-collection-row-padding-top, 20px);padding-bottom:var(--section-shop-collection-row-padding-bottom, 20px);padding-left:var(--section-shop-collection-row-padding-inline, 8px);padding-right:var(--section-shop-collection-row-padding-inline, 8px);color:inherit;text-decoration:none;transition:padding .25s ease,background-color .25s ease}.section-shop-by-collection__row:hover{padding-left:calc(var(--section-shop-collection-row-padding-inline, 8px) + 8px);padding-right:calc(var(--section-shop-collection-row-padding-inline, 8px) + 8px);background-color:#00000008}.section-shop-by-collection__row-text{display:flex;flex-direction:column;gap:var(--section-shop-collection-row-gap-y, 6px);min-width:0}.section-shop-by-collection__row-heading{font-family:var(--shop-row-heading-font, var(--FONT-STACK-HEADING));font-weight:var(--shop-row-heading-weight, var(--FONT-WEIGHT-HEADING, 700));text-transform:var(--shop-row-heading-case, var(--HEADING-TEXT-CAPS, uppercase));letter-spacing:var(--shop-row-heading-ls, var(--HEADING-LETTER-SPACING, .02em));font-size:var(--shop-row-heading-size, calc(1.75rem * var(--section-shop-collection-row-text-scale, 1)));line-height:var(--shop-row-heading-lh, 1);text-align:var(--shop-row-heading-align, left);color:var(--shop-row-heading-color, currentColor);text-decoration-line:var(--shop-row-heading-decoration, none);text-decoration-color:var(--shop-row-heading-decoration-color, currentColor);border-width:var(--shop-row-heading-border-w, 0);border-style:solid;border-color:var(--shop-row-heading-border-c, currentColor);border-radius:var(--shop-row-heading-border-radius, 0);display:inline-block}.section-shop-by-collection__row-description{font-family:var(--shop-row-description-font, var(--FONT-STACK-BODY));font-weight:var(--shop-row-description-weight, inherit);text-transform:var(--shop-row-description-case, var(--BODY-TEXT-CAPS, none));letter-spacing:var(--shop-row-description-ls, 0);font-size:var(--shop-row-description-size, .85rem);line-height:var(--shop-row-description-lh, 1.4);text-align:var(--shop-row-description-align, left);color:var(--shop-row-description-color, currentColor);opacity:.7;text-decoration-line:var(--shop-row-description-decoration, none);text-decoration-color:var(--shop-row-description-decoration-color, currentColor);border-width:var(--shop-row-description-border-w, 0);border-style:solid;border-color:var(--shop-row-description-border-c, currentColor);border-radius:var(--shop-row-description-border-radius, 0)}.section-shop-by-collection__row-arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:0;transform:translate(-8px);transition:opacity .25s ease,transform .25s ease}.section-shop-by-collection__row:hover .section-shop-by-collection__row-arrow,.section-shop-by-collection__row:focus-visible .section-shop-by-collection__row-arrow{opacity:1;transform:translate(0)}@media(hover:none){.section-shop-by-collection__row-arrow{opacity:1;transform:none}}.section-shop-by-collection__image{position:relative;align-self:stretch;min-height:0;overflow:hidden;border-radius:var(--RADIUS, 0)}.section-shop-by-collection__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--section-shop-collection-overlay-color, transparent);opacity:var(--section-shop-collection-overlay-opacity, 0);mix-blend-mode:var(--section-shop-collection-overlay-blend, normal);pointer-events:none;z-index:2}.section-shop-by-collection__image img,.section-shop-by-collection__image-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:var(--section-shop-collection-image-fit, contain);object-position:var(--section-shop-collection-image-position, top);opacity:0;transition:opacity .35s ease;pointer-events:none}.section-shop-by-collection__image-img[data-active=true]{opacity:1}@media(min-width:990px){.section-shop-by-collection__list{display:flex;flex-direction:column}.section-shop-by-collection__list .section-shop-by-collection__item{flex:1 1 0;display:flex}.section-shop-by-collection__list .section-shop-by-collection__item>.section-shop-by-collection__row{flex:1;width:100%}}@media(max-width:989px){.section-shop-by-collection__layout{grid-template-columns:1fr;gap:32px}.section-shop-by-collection--image-left .section-shop-by-collection__layout{direction:ltr}.section-shop-by-collection--image-left .section-shop-by-collection__image{order:-1}.section-shop-by-collection__image{display:none}.section-shop-by-collection__row-heading{font-size:calc(1.4rem * var(--section-shop-collection-row-text-scale, 1))}}@media(max-width:600px){.section-shop-by-collection{padding-top:calc(var(--section-shop-collection-padding-top, 80px) * .7);padding-bottom:calc(var(--section-shop-collection-padding-bottom, 80px) * .7)}.section-shop-by-collection__heading{font-size:calc(1.5rem * var(--section-shop-collection-heading-scale, 1.2))}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-shop-by-collection.css.map */
