.ctb{--ctb-crumb-size: var(--ctb-crumb-size-mobile);--ctb-heading-size: var(--ctb-heading-size-mobile);--ctb-rating-size: var(--ctb-rating-size-mobile);--ctb-extra-size: var(--ctb-extra-size-mobile);--ctb-overlay-gap: 12px;--ctb-overlay-pad-y: 20px;--ctb-overlay-pad-x: 20px;position:relative}.ctb .ctb__media{position:relative;display:block;overflow:hidden}.ctb .ctb__image{display:block;width:100%;height:auto}.ctb .ctb__image--desktop{display:none}.ctb .ctb__overlay{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);padding:var(--ctb-overlay-pad-y) var(--ctb-overlay-pad-x);pointer-events:none}.ctb .ctb__overlay--floating{position:absolute;top:0;right:0;bottom:0;left:0}.ctb .ctb__overlay--static{position:relative;grid-template-rows:auto;background-color:#171411}.ctb .ctb__overlay--desktop{display:none}.ctb .ctb__cell{display:flex;flex-direction:column;gap:var(--ctb-overlay-gap);max-width:100%;pointer-events:auto}.ctb .ctb__cell--row{flex-direction:row;flex-wrap:wrap;align-items:baseline}.ctb .ctb__cell--row .ctb__crumbs,.ctb .ctb__cell--row .ctb__heading{flex:0 1 auto;min-width:0}.ctb .ctb__cell--top-left{grid-area:1 / 1;align-self:start;justify-self:start;text-align:left}.ctb .ctb__cell--top-center{grid-area:1 / 2;align-self:start;justify-self:center;text-align:center}.ctb .ctb__cell--top-right{grid-area:1 / 3;align-self:start;justify-self:end;text-align:right}.ctb .ctb__cell--middle-left{grid-area:2 / 1;align-self:center;justify-self:start;text-align:left}.ctb .ctb__cell--middle-center{grid-area:2 / 2;align-self:center;justify-self:center;text-align:center}.ctb .ctb__cell--middle-right{grid-area:2 / 3;align-self:center;justify-self:end;text-align:right}.ctb .ctb__cell--bottom-left{grid-area:3 / 1;align-self:end;justify-self:start;text-align:left}.ctb .ctb__cell--bottom-center{grid-area:3 / 2;align-self:end;justify-self:center;text-align:center}.ctb .ctb__cell--bottom-right{grid-area:3 / 3;align-self:end;justify-self:end;text-align:right}.ctb .ctb__overlay--static .ctb__cell{grid-area:auto;grid-column:1 / -1}.ctb .ctb__crumbs{font-size:var(--ctb-crumb-size);line-height:1.4;color:var(--ctb-crumb-color)}@media(max-width:767px){.ctb__cell:has(.ctb__crumbs){width:70vw}}.ctb .ctb__crumbs a,.ctb .ctb__crumb-current,.ctb .ctb__crumb-sep{color:var(--ctb-crumb-color);font-size:inherit}.ctb .ctb__crumbs a{text-decoration:none}.ctb .ctb__crumbs a:hover{text-decoration:underline}.ctb .ctb__crumb-sep{margin:0 4px}.ctb .ctb__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--ctb-heading-size);line-height:1.05;color:var(--ctb-heading-color)}.ctb .ctb__heading>*{margin:0;font-size:inherit;line-height:inherit;color:inherit}.ctb .ctb__ratings{background-color:var(--ctb-rating-bg);padding:12px var(--ctb-overlay-pad-x)}.ctb .ctb__ratings-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:var(--ctb-rating-size);color:var(--ctb-rating-color)}.ctb .ctb__ratings-inner>*{margin:0}.ctb .ctb__stars{display:inline-flex;align-items:center;gap:4px;line-height:0}.ctb .ctb__star{width:1.2em;height:1.2em;flex:0 0 auto;fill:var(--ctb-rating-star-color)}.ctb .ctb__rating-text>*{margin:0;font-size:inherit;color:inherit}.ctb .ctb__extra{background-color:var(--ctb-extra-bg);padding:18px var(--ctb-overlay-pad-x)}.ctb .ctb__extra-inner{font-size:var(--ctb-extra-size);line-height:1.5;display:flex;justify-content:center}.ctb .ctb__extra-inner>*{max-width:600px;margin:0;font-size:inherit}.ctb .ctb__extra-collapsed,.ctb .ctb__extra-toggle[data-ctb-toggle=less]{display:none}.ctb .ctb__extra-toggle{-webkit-appearance:none;appearance:none;background:none;border:0;padding:0;margin-left:4px;font:inherit;font-weight:600;color:inherit;text-decoration:underline;cursor:pointer}@media screen and (max-width:749px){.ctb .ctb__cell--row{flex-wrap:nowrap}.ctb .ctb__align-mobile--left{text-align:left}.ctb .ctb__align-mobile--center{text-align:center}.ctb .ctb__align-mobile--right{text-align:right}.ctb .ctb__justify-mobile--left{justify-content:flex-start}.ctb .ctb__justify-mobile--center{justify-content:center}.ctb .ctb__justify-mobile--right{justify-content:flex-end}.ctb .ctb__extra-inner.ctb--truncate-mobile .ctb__extra-toggle[data-ctb-toggle=less]{display:inline-block}.ctb .ctb__extra-inner.ctb--truncate-mobile:not(.is-expanded) .ctb__extra-full{display:none}.ctb .ctb__extra-inner.ctb--truncate-mobile:not(.is-expanded) .ctb__extra-collapsed--mobile{display:block}}@media screen and (min-width:750px){.ctb{--ctb-crumb-size: var(--ctb-crumb-size-desktop);--ctb-heading-size: var(--ctb-heading-size-desktop);--ctb-rating-size: var(--ctb-rating-size-desktop);--ctb-extra-size: var(--ctb-extra-size-desktop);--ctb-overlay-gap: 24px;--ctb-overlay-pad-y: 32px;--ctb-overlay-pad-x: 5rem}.ctb .ctb__image--desktop{display:block}.ctb .ctb__image--mobile,.ctb .ctb__overlay--mobile{display:none}.ctb .ctb__overlay--desktop{display:grid}.ctb .ctb__ratings{padding:16px var(--ctb-overlay-pad-x)}.ctb .ctb__extra{padding:26px var(--ctb-overlay-pad-x)}.ctb .ctb__align-desktop--left{text-align:left}.ctb .ctb__align-desktop--center{text-align:center}.ctb .ctb__align-desktop--right{text-align:right}.ctb .ctb__justify-desktop--left{justify-content:flex-start}.ctb .ctb__justify-desktop--center{justify-content:center}.ctb .ctb__justify-desktop--right{justify-content:flex-end}.ctb .ctb__extra-inner.ctb--truncate-desktop .ctb__extra-toggle[data-ctb-toggle=less]{display:inline-block}.ctb .ctb__extra-inner.ctb--truncate-desktop:not(.is-expanded) .ctb__extra-full{display:none}.ctb .ctb__extra-inner.ctb--truncate-desktop:not(.is-expanded) .ctb__extra-collapsed--desktop{display:block}}
/*# sourceMappingURL=/cdn/shop/t/801/assets/collection-banner-with-text.css.map */
