.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color)50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color)50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4,0,.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration)var(--rdp-animation_timing)forwards}
.fashionCollection-module__zROdtq__indexList{flex-direction:column;gap:3rem;width:100%;padding:1.5rem 0 3rem;display:flex}@media (min-width:768px){.fashionCollection-module__zROdtq__indexList{gap:4rem;padding:2rem 0 4rem}}.fashionCollection-module__zROdtq__indexInner{width:100%;max-width:42rem;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.fashionCollection-module__zROdtq__indexInner{max-width:56rem;padding-inline:1.5rem}}@media (min-width:1024px){.fashionCollection-module__zROdtq__indexInner{max-width:64rem}}.fashionCollection-module__zROdtq__cardLink{color:inherit;outline:none;text-decoration:none;display:block}.fashionCollection-module__zROdtq__cardLink:focus-visible{outline-offset:4px;outline:2px solid}.fashionCollection-module__zROdtq__cardImageWrap{aspect-ratio:4/5;background:#f5f5f5;width:100%;position:relative;overflow:hidden}@media (min-width:640px){.fashionCollection-module__zROdtq__cardImageWrap{aspect-ratio:16/10}}.fashionCollection-module__zROdtq__cardImage{object-fit:cover;width:100%;height:100%;display:block}.fashionCollection-module__zROdtq__cardImageDesktop{display:none}.fashionCollection-module__zROdtq__cardImageMobile{display:block}@media (min-width:640px){.fashionCollection-module__zROdtq__cardImageDesktop{display:block}.fashionCollection-module__zROdtq__cardImageMobile{display:none}}.fashionCollection-module__zROdtq__cardMeta{letter-spacing:.02em;color:#6b6b6b;margin-top:.625rem;font-size:.75rem;font-weight:400;line-height:1.4}:is([data-typography=phine][lang=en] .fashionCollection-module__zROdtq__cardMeta,[data-typography=phine][lang=en] .fashionCollection-module__zROdtq__cardTitle){letter-spacing:.04em;text-transform:uppercase}:is([data-typography=phine][lang=th] .fashionCollection-module__zROdtq__cardMeta,[data-typography=phine][lang=th] .fashionCollection-module__zROdtq__cardTitle){letter-spacing:normal;text-transform:none}.fashionCollection-module__zROdtq__cardTitle{color:#111;margin-top:.375rem;font-size:1.125rem;font-weight:500;line-height:1.35}@media (min-width:768px){.fashionCollection-module__zROdtq__cardTitle{font-size:1.25rem}}.fashionCollection-module__zROdtq__cardSummary{color:#555;max-width:40rem;margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:1.55}[data-typography=phine][lang=en] .fashionCollection-module__zROdtq__cardSummary{letter-spacing:normal;text-transform:none}.fashionCollection-module__zROdtq__emptyState{text-align:center;max-width:28rem;margin-inline:auto;padding:4rem 1rem}.fashionCollection-module__zROdtq__emptyTitle{color:#111;font-size:1rem;font-weight:500}.fashionCollection-module__zROdtq__emptyBody{color:#6b6b6b;margin-top:.5rem;font-size:.875rem;font-weight:400;line-height:1.5}.fashionCollection-module__zROdtq__detailIntro{width:100%;padding:1.5rem 0 .5rem}.fashionCollection-module__zROdtq__detailIntroInner{width:100%;max-width:42rem;margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.fashionCollection-module__zROdtq__detailIntroInner{max-width:40rem;padding-inline:1.5rem}}.fashionCollection-module__zROdtq__detailEyebrow{color:#6b6b6b;font-size:.75rem;font-weight:400;line-height:1.4}.fashionCollection-module__zROdtq__detailTitle{color:#111;margin-top:.5rem;font-size:1.5rem;font-weight:500;line-height:1.3}@media (min-width:768px){.fashionCollection-module__zROdtq__detailTitle{font-size:1.75rem}}.fashionCollection-module__zROdtq__detailDescription{color:#333;margin-top:1rem;font-size:.9375rem;font-weight:400;line-height:1.65}:is([data-typography=phine][lang=en] .fashionCollection-module__zROdtq__detailEyebrow,[data-typography=phine][lang=en] .fashionCollection-module__zROdtq__detailTitle){letter-spacing:.04em;text-transform:uppercase}:is([data-typography=phine][lang=th] .fashionCollection-module__zROdtq__detailEyebrow,[data-typography=phine][lang=th] .fashionCollection-module__zROdtq__detailTitle,[data-typography=phine][lang=th] .fashionCollection-module__zROdtq__detailDescription){letter-spacing:normal;text-transform:none}[data-typography=phine][lang=en] .fashionCollection-module__zROdtq__detailDescription{letter-spacing:normal;text-transform:none}.fashionCollection-module__zROdtq__editorialFeed{width:100%;padding:1rem 0 3rem}.fashionCollection-module__zROdtq__editorialFeedInner{flex-direction:column;gap:1.25rem;width:100%;max-width:42rem;margin-inline:auto;padding-inline:1rem;display:flex}@media (min-width:768px){.fashionCollection-module__zROdtq__editorialFeedInner{gap:1.5rem;max-width:56rem;padding-inline:1.5rem}}@media (min-width:1024px){.fashionCollection-module__zROdtq__editorialFeedInner{max-width:64rem}}.fashionCollection-module__zROdtq__feedImage{background:#f5f5f5;width:100%;position:relative;overflow:hidden}.fashionCollection-module__zROdtq__feedImage img{width:100%;height:auto;display:block}.fashionCollection-module__zROdtq__feedCaption{color:#6b6b6b;margin-top:.5rem;font-size:.75rem;font-weight:400;line-height:1.4}@media (prefers-reduced-motion:reduce){.fashionCollection-module__zROdtq__cardLink{transition:none}}
.fashionStoryEditorial-module__GonhBG__section{width:100%;padding:1.5rem 0 2.5rem}.fashionStoryEditorial-module__GonhBG__inner{flex-direction:column;width:100%;max-width:42rem;margin-inline:auto;padding-inline:1.25rem;display:flex}@media (min-width:768px){.fashionStoryEditorial-module__GonhBG__section{padding:2.5rem 0 4rem}.fashionStoryEditorial-module__GonhBG__inner{max-width:40rem;padding-inline:1.5rem}}@media (min-width:1024px){.fashionStoryEditorial-module__GonhBG__inner{max-width:42rem}}.fashionStoryEditorial-module__GonhBG__eyebrow{color:#6b6b6b;margin:0 0 .5rem;font-size:.75rem;font-weight:400;line-height:1.4}.fashionStoryEditorial-module__GonhBG__title{color:#111;margin:0;font-size:1.375rem;font-weight:500;line-height:1.3}@media (min-width:768px){.fashionStoryEditorial-module__GonhBG__title{font-size:1.625rem}}.fashionStoryEditorial-module__GonhBG__divider{background-color:#111;border:0;width:2rem;height:1px;margin-top:.875rem;margin-bottom:1.25rem;display:block}.fashionStoryEditorial-module__GonhBG__body{flex-direction:column;gap:1rem;display:flex}.fashionStoryEditorial-module__GonhBG__paragraph{color:#333;letter-spacing:normal;margin:0;font-size:.9375rem;font-weight:400;line-height:1.65}.fashionStoryEditorial-module__GonhBG__cta{color:#111;text-underline-offset:4px;margin-top:.5rem;font-size:.875rem;font-weight:400;text-decoration:underline}.fashionStoryEditorial-module__GonhBG__cta:focus-visible{outline-offset:2px;outline:2px solid}.fashionStoryEditorial-module__GonhBG__media{width:100%;margin-top:1.75rem}@media (min-width:768px){.fashionStoryEditorial-module__GonhBG__media{margin-top:2.25rem}.fashionStoryEditorial-module__GonhBG__mediaWider{width:calc(100% + 2*min(2rem,4vw));max-width:none;margin-inline:calc(-1*min(2rem,4vw))}}@media (min-width:1024px){.fashionStoryEditorial-module__GonhBG__mediaWider{width:calc(100% + 2*min(4rem,6vw));margin-inline:calc(-1*min(4rem,6vw))}}.fashionStoryEditorial-module__GonhBG__imageWrap{background:#f5f5f5;width:100%;position:relative;overflow:hidden}.fashionStoryEditorial-module__GonhBG__image{width:100%;height:auto;display:block}.fashionStoryEditorial-module__GonhBG__imageMobile{display:block}.fashionStoryEditorial-module__GonhBG__imageDesktop{display:none}@media (min-width:640px){.fashionStoryEditorial-module__GonhBG__imageDesktop{display:block}.fashionStoryEditorial-module__GonhBG__imageMobile{display:none}}:is([data-typography=phine][lang=en] .fashionStoryEditorial-module__GonhBG__eyebrow,[data-typography=phine][lang=en] .fashionStoryEditorial-module__GonhBG__title){letter-spacing:.04em;text-transform:uppercase}:is([data-typography=phine][lang=th] .fashionStoryEditorial-module__GonhBG__eyebrow,[data-typography=phine][lang=th] .fashionStoryEditorial-module__GonhBG__title,[data-typography=phine][lang=th] .fashionStoryEditorial-module__GonhBG__paragraph){letter-spacing:normal;text-transform:none}[data-typography=phine][lang=en] .fashionStoryEditorial-module__GonhBG__paragraph{letter-spacing:normal;text-transform:none}
.fashionFeedHero-module__PkJkmq__track{width:100%;height:clamp(420px,var(--fashion-hero-mobile-vh,70svh),720px);min-height:420px;position:relative}@media (max-width:767px){.fashionFeedHero-module__PkJkmq__track{height:clamp(760px,calc(100svh - var(--fashion-announcement-height,32px)),920px);min-height:760px;max-height:none}}@media (min-width:640px){.fashionFeedHero-module__PkJkmq__track{height:clamp(520px,var(--fashion-hero-desktop-vh,80vh),900px);min-height:520px}}.fashionFeedHero-module__PkJkmq__bleed{width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.fashionFeedHero-module__PkJkmq__fullWidth{width:100%;position:relative;overflow:hidden}
.fashionSplitEditorial-module__AJCw0W__section{--fashion-split-label-pad:.25rem;--fashion-split-label-to-media:clamp(10px,2.5vw,14px);--fashion-split-section-pad-top:clamp(32px,6vw,44px);--fashion-split-section-pad-bottom:clamp(8px,2vw,12px);--fashion-split-label-line-height:1.25;--fashion-split-label-font-size:.625rem;box-sizing:border-box;width:100%;padding:var(--fashion-split-section-pad-top)clamp(16px,4vw,24px)var(--fashion-split-section-pad-bottom)}@media (min-width:768px){.fashionSplitEditorial-module__AJCw0W__section{--fashion-split-label-to-media:clamp(10px,1.25vw,14px);--fashion-split-section-pad-top:clamp(40px,4.5vw,56px);--fashion-split-section-pad-bottom:clamp(10px,1.25vw,14px);padding:var(--fashion-split-section-pad-top)clamp(24px,2vw,40px)var(--fashion-split-section-pad-bottom)}}.fashionSplitEditorial-module__AJCw0W__grid{column-gap:var(--fashion-split-gap,12px);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;width:100%;display:grid}@media (max-width:767px){.fashionSplitEditorial-module__AJCw0W__section{padding-left:16px;padding-right:16px}.fashionSplitEditorial-module__AJCw0W__grid{column-gap:clamp(8px,2.5vw,12px)}.fashionSplitEditorial-module__AJCw0W__panel{aspect-ratio:1/1.15}}.fashionSplitEditorial-module__AJCw0W__tileLink,.fashionSplitEditorial-module__AJCw0W__tileStatic{gap:var(--fashion-split-label-to-media);flex-direction:column;min-width:0;min-height:0;display:flex}.fashionSplitEditorial-module__AJCw0W__tileLink{color:inherit;cursor:pointer;outline:none;text-decoration:none}.fashionSplitEditorial-module__AJCw0W__tileLink:focus-visible{outline-offset:4px;outline:2px solid}.fashionSplitEditorial-module__AJCw0W__labelWrap{box-sizing:border-box;width:fit-content;max-width:100%;padding-bottom:var(--fashion-split-label-pad);border-bottom:1px solid #111;align-self:start}.fashionSplitEditorial-module__AJCw0W__sectionLabel{font-size:var(--fashion-split-label-font-size);font-weight:700;line-height:var(--fashion-split-label-line-height);letter-spacing:.12em;text-transform:uppercase;color:#111;margin:0;display:block}.fashionSplitEditorial-module__AJCw0W__panel{aspect-ratio:3/2;background:#e8e8e8;width:100%;height:auto;min-height:0;max-height:none;margin-top:0;position:relative;overflow:hidden}.fashionSplitEditorial-module__AJCw0W__mediaInner{object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .15s;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.fashionSplitEditorial-module__AJCw0W__mediaInner{transition:none}}@media (hover:hover) and (pointer:fine){.fashionSplitEditorial-module__AJCw0W__tileLink:hover .fashionSplitEditorial-module__AJCw0W__mediaInner{opacity:.97}}
