.nsg-collections-explorer{background:var(--nsg-ce-bg, #ffffff);color:var(--nsg-ce-text, #2f261f);padding-top:var(--nsg-ce-padding-top, 80px);padding-bottom:var(--nsg-ce-padding-bottom, 80px)}.nsg-collections-explorer *{box-sizing:border-box}.nsg-collections-explorer__inner{width:min(var(--nsg-ce-max-width, 1250px),calc(100% - 32px));margin:0 auto}.nsg-collections-explorer__header{max-width:860px;margin-bottom:56px}.nsg-collections-explorer--align-center .nsg-collections-explorer__header{margin-left:auto;margin-right:auto;text-align:center}.nsg-collections-explorer--align-left .nsg-collections-explorer__header{margin-left:0;margin-right:auto;text-align:left}.nsg-collections-explorer__eyebrow{margin:0 0 14px;color:var(--nsg-ce-accent, #b8895b);font-size:12px;line-height:1.4;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.nsg-collections-explorer__heading{margin:0;color:var(--nsg-ce-text, #2f261f);font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.035em}.nsg-collections-explorer__text{margin-top:22px;color:var(--nsg-ce-muted, #76685d);font-size:clamp(18px,1.6vw,21px);line-height:1.68}.nsg-collections-explorer__text p,.nsg-collections-explorer__group-text p,.nsg-collections-explorer__description p{margin:0}.nsg-collections-explorer__group+.nsg-collections-explorer__group{margin-top:96px}.nsg-collections-explorer__group-header{max-width:850px;margin-bottom:34px}.nsg-collections-explorer--align-center .nsg-collections-explorer__group-header{margin-left:auto;margin-right:auto;text-align:center}.nsg-collections-explorer__group-title{margin:0;color:var(--nsg-ce-text, #2f261f);font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.03em}.nsg-collections-explorer__group-text{margin-top:15px;color:var(--nsg-ce-muted, #76685d);font-size:clamp(16px,1.35vw,19px);line-height:1.65}.nsg-collections-explorer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--nsg-ce-gap, 28px);align-items:stretch}.nsg-collections-explorer--columns-2 .nsg-collections-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nsg-collections-explorer--columns-3 .nsg-collections-explorer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nsg-collections-explorer--columns-4 .nsg-collections-explorer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (min-width:1200px){.nsg-collections-explorer--mode-destinations .nsg-collections-explorer__group--active .nsg-collections-explorer__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(18px,1.7vw,24px)}.nsg-collections-explorer--mode-destinations .nsg-collections-explorer__group--active .nsg-collections-explorer__content{padding-left:20px;padding-right:20px}.nsg-collections-explorer--mode-destinations .nsg-collections-explorer__group--active .nsg-collections-explorer__card-title{font-size:clamp(22px,1.7vw,27px)}}.nsg-collections-explorer__card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:100%;background:#fff;border-radius:var(--nsg-ce-radius, 24px);overflow:hidden;color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.nsg-collections-explorer--shadow .nsg-collections-explorer__card{box-shadow:0 18px 52px #2f261f14}.nsg-collections-explorer__card:hover{transform:translateY(-5px)}.nsg-collections-explorer--shadow .nsg-collections-explorer__card:hover{box-shadow:0 28px 76px #2f261f21}.nsg-collections-explorer__card:focus-visible,.nsg-collections-explorer__interest:focus-visible{outline:3px solid rgba(184,137,91,.42);outline-offset:4px}.nsg-collections-explorer__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f4e7da}.nsg-collections-explorer__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .52s ease,filter .3s ease,opacity .3s ease}.nsg-collections-explorer__card:hover .nsg-collections-explorer__image{transform:scale(1.035)}.nsg-collections-explorer__placeholder{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.72),transparent 34%),linear-gradient(135deg,#efe1d3,#d8b99a 48%,#9a6a47);color:#ffffffdb;font-size:clamp(56px,7vw,96px);line-height:1;font-weight:700;text-transform:uppercase}.nsg-collections-explorer__content{display:flex;flex-direction:column;flex:1;padding:28px 26px 30px}.nsg-collections-explorer__country{margin:0 0 10px;color:var(--nsg-ce-accent, #b8895b);font-size:11px;line-height:1.35;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.nsg-collections-explorer__card-title{margin:0;color:var(--nsg-ce-text, #2f261f);font-size:clamp(24px,2vw,31px);line-height:1.1;letter-spacing:-.035em;overflow-wrap:anywhere}.nsg-collections-explorer__description{margin-top:14px;color:var(--nsg-ce-muted, #76685d);font-size:15.5px;line-height:1.62}.nsg-collections-explorer__link{position:relative;display:inline-flex;align-items:center;width:fit-content;gap:8px;margin-top:auto;padding:24px 0 0;border:0;background:transparent;color:var(--nsg-ce-accent, #b8895b);font:inherit;font-size:15px;line-height:1.2;font-weight:800;text-align:left;text-decoration:none;cursor:pointer}.nsg-collections-explorer__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1.5px;background:currentColor;transition:width .26s ease}.nsg-collections-explorer__arrow{display:inline-block;transition:transform .26s ease}.nsg-collections-explorer__card:hover .nsg-collections-explorer__link:after,.nsg-collections-explorer__interest:hover:after{width:100%}.nsg-collections-explorer__card:hover .nsg-collections-explorer__arrow,.nsg-collections-explorer__interest:hover .nsg-collections-explorer__arrow{transform:translate(4px)}.nsg-collections-explorer__status{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;min-height:29px;padding:7px 11px;border:1px solid rgba(255,255,255,.42);border-radius:999px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:10px;line-height:1;font-weight:900;letter-spacing:.12em}.nsg-collections-explorer__status--active{background:#2f261fc7;color:#fff}.nsg-collections-explorer__status--upcoming{background:#ffffffe0;color:#6f4d31}.nsg-collections-explorer__card--upcoming .nsg-collections-explorer__image{filter:saturate(.72) contrast(.95);opacity:.92}.nsg-collections-explorer__card--upcoming .nsg-collections-explorer__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#2f261f05,#2f261f24);pointer-events:none}.nsg-collections-explorer__card--upcoming .nsg-collections-explorer__status{z-index:3}.nsg-collections-explorer__card--upcoming .nsg-collections-explorer__interest{color:var(--nsg-ce-accent, #b8895b)}@media screen and (max-width:1100px){.nsg-collections-explorer--columns-4 .nsg-collections-explorer__grid,.nsg-collections-explorer--columns-3 .nsg-collections-explorer__grid,.nsg-collections-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.nsg-collections-explorer{padding-top:calc(var(--nsg-ce-padding-top, 80px) * .72);padding-bottom:calc(var(--nsg-ce-padding-bottom, 80px) * .72)}.nsg-collections-explorer__inner{width:calc(100% - 28px)}.nsg-collections-explorer__header{margin-bottom:40px}.nsg-collections-explorer__heading{font-size:clamp(34px,9vw,43px);line-height:1.08}.nsg-collections-explorer__text{margin-top:18px;font-size:18px;line-height:1.58}.nsg-collections-explorer__group+.nsg-collections-explorer__group{margin-top:68px}.nsg-collections-explorer__group-header{margin-bottom:28px}.nsg-collections-explorer__group-title{font-size:32px}.nsg-collections-explorer__group-text{font-size:17px;line-height:1.58}.nsg-collections-explorer__grid,.nsg-collections-explorer--columns-2 .nsg-collections-explorer__grid,.nsg-collections-explorer--columns-3 .nsg-collections-explorer__grid,.nsg-collections-explorer--columns-4 .nsg-collections-explorer__grid{grid-template-columns:1fr;gap:24px}.nsg-collections-explorer__content{padding:26px 22px 28px}.nsg-collections-explorer__card-title{font-size:28px;line-height:1.12}.nsg-collections-explorer__description{font-size:16px;line-height:1.62}}@media screen and (max-width:420px){.nsg-collections-explorer__inner{width:calc(100% - 24px)}.nsg-collections-explorer__content{padding:24px 20px 26px}.nsg-collections-explorer__status{top:12px;left:12px}}@media(prefers-reduced-motion:reduce){.nsg-collections-explorer__card,.nsg-collections-explorer__image,.nsg-collections-explorer__arrow,.nsg-collections-explorer__link:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nsg-collections-explorer.css.map */
