:root{--page-width: 1600px;--color-white: #fff;--color-white-rgb: 255, 255, 255;--color-white-100: #fafafa;--color-white-100-rgb: 250, 250, 250;--color-black: #0a0406;--color-black-rgb: 10, 4, 6;--color-gold: #b9965b;--color-gold-rgb: 185, 150, 91;--color-gold-100: #fbf9f6;--color-gold-100-rgb: 251, 249, 246;--color-grey: #a4a0a1;--color-grey-rgb: 164, 160, 161;--color-green: #00bfb3;--color-green-rgb: 0, 191, 179;--color-lightgrey: #dfdadc;--color-lightgrey-rgb: 223, 218, 220;--color-darkgrey: #827e80;--color-darkgrey-rgb: 130, 126, 128;--color-success: #00bfb3;--color-success-rgb: 0, 191, 179;--color-lightsuccess: #e7f9f8;--color-lightsuccess-rgb: 231, 249, 248;--color-warning: #ffb81c;--color-warning-rgb: 255, 184, 28;--color-lightwarning: #fff8e9;--color-lightwarning-rgb: 255, 248, 233;--color-error: #de1c22;--color-error-rgb: 222, 28, 34;--color-lighterror: #fce8e8;--color-lighterror-rgb: 252, 232, 232;--color-darkgold: #4a3c24;--color-darkgold-rgb: 74, 60, 36;--color-red: #a83b3b;--color-red-rgb: 168, 59, 59;--color-darkred: #420a0a;--color-darkred-rgb: 66, 10, 10;--color-richblack: #2c282a;--color-richblack-rgb: 44, 40, 42;--color-blue: #2985c2;--color-blue-rgb: 41, 133, 194;--color-darkblue: #072b42;--color-darkblue-rgb: 7, 43, 66;--color-oxfordblue: #071D49;--color-oxfordblue-rgb: 7, 29, 73;--color-junglegreen: #1D3C34;--color-junglegreen-rgb: 29, 60, 52;--color-violet: #3C1053;--color-violet-rgb: 60, 16, 83;--color-mauve: #6A2C3E;--color-mauve-rgb: 106, 44, 62;--color-focuscolor: #4c90d0;--color-focuscolor-rgb: 76, 144, 208;--color-red-badge: #de1c22;--color-red-badge-rgb: 222, 28, 34}.c-collection-hero{display:grid;grid-template-areas:"content";background-size:cover;background-position:center right}.c-collection-hero--color-white{--c-collection-hero-title-color: var(--color-white);--c-collection-hero-text-color: var(--color-white)}.c-collection-hero--color-black{--c-collection-hero-title-color: var(--color-black);--c-collection-hero-text-color: var(--color-black)}.c-collection-hero__media{grid-area:content;height:100%}.c-collection-hero__image{grid-area:content}.c-collection-hero__image--mobile{display:block}@media (min-width: 990px){.c-collection-hero__image--mobile{display:none}}.c-collection-hero__image--desktop{display:none}@media (min-width: 990px){.c-collection-hero__image--desktop{display:block}}.c-collection-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.c-collection-hero__wrapper{max-width:var(--page-width);margin:0 auto;padding-left:16px;padding-right:16px}@media (min-width: 768px){.c-collection-hero__wrapper{padding-left:24px;padding-right:24px}}@media (min-width: 990px){.c-collection-hero__wrapper{padding-left:48px;padding-right:48px}}.c-collection-hero__wrapper{grid-area:content;display:flex;align-items:center;width:100%;padding-bottom:32px;padding-top:32px}@media (min-width: 990px){.c-collection-hero__wrapper{display:grid;align-items:center;row-gap:16px;padding-bottom:64px;padding-top:64px}}@media (min-width: 1200px){.c-collection-hero__wrapper{display:grid;grid-template-columns:45% 45%;column-gap:10%}}.c-collection-hero__wrapper--full{display:flex;align-items:center;grid-template-columns:100%;gap:0}.c-collection-hero__header{display:flex;flex-direction:column;row-gap:24px}.c-collection-hero__title{color:var(--c-collection-hero-title-color);font-size:48px;line-height:1.08;letter-spacing:3.48px;margin:0;text-transform:uppercase}@media (min-width: 1200px){.c-collection-hero__title{font-size:72px}}.c-collection-hero__description{display:none}@media (min-width: 1200px){.c-collection-hero__description{display:block;color:var(--c-collection-hero-text-color);font-size:18px;line-height:1.56;text-align:right}}
