.ch-wrap{box-sizing:border-box;width:100%;max-width:1184px;margin-inline:auto;padding-inline:16px}.ch-stack{display:flex;flex-direction:column;gap:24px}.ch-center{display:flex;justify-content:center}.ch-w{display:inline-block}.ch-sec{padding-block:48px;color:#241f1b}.ch-sec--ivory{background:#faf7f0}.ch-sec--white{background:#fff}.ch-pc-only{display:none!important}.ch-sp-only{display:inline}@media screen and (min-width:1000px){.ch-wrap{max-width:1280px;padding-inline:64px}.ch-sec{padding-block:88px}.ch-pc-only{display:revert!important}a.ch-pc-only{display:inline-flex!important}.ch-sp-only{display:none!important}}.ch-head{display:flex;flex-direction:column;gap:8px}.ch-head--center{align-items:center;text-align:center}.ch-head--start{align-items:flex-start;text-align:start}.ch-eyebrow{display:flex;align-items:center;gap:10px;margin:0;font-family:var(--heading-font-family);font-size:12px;line-height:1.5;letter-spacing:.12em;color:var(--color-gold-ink)}.ch-eyebrow:before{content:"";width:28px;height:1px;background:var(--color-gold);flex:none}.ch-head--dark .ch-eyebrow,.ch-band--ink .ch-eyebrow,.ch-brand .ch-eyebrow{color:#c9c9c2}.ch-en{margin:0;font-family:var(--font-display);font-optical-sizing:auto;font-weight:400;line-height:.95;letter-spacing:.01em;text-transform:none;color:inherit}.ch-en--xl{font-size:44px}.ch-en--l{font-size:36px}.ch-en--band{font-size:56px}.ch-en--m{font-size:44px}.ch-ja{margin:0;font-family:var(--heading-font-family);font-weight:400;font-size:15px;line-height:1.5;letter-spacing:.06em;color:var(--color-ink-muted)}@media screen and (min-width:1000px){.ch-eyebrow{font-size:13px}.ch-en--xl{font-size:64px}.ch-en--l{font-size:48px}.ch-en--band{font-size:88px}.ch-en--m{font-size:56px}.ch-ja{font-size:17px}}.ch-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:48px;padding-inline:24px;font-size:14px;letter-spacing:.1em;text-decoration:none;border:1px solid transparent;transition:opacity .2s,background-color .2s,color .2s}.ch-btn:hover{opacity:.85}.ch-btn--ink{background:#241f1b;color:#fff}.ch-btn--ivory{background:#faf7f0;color:#241f1b;height:52px}.ch-btn--ghost{border-color:#241f1b;color:#241f1b;background:transparent;height:44px}.ch-btn--ghost:hover{background:#241f1b;color:#faf7f0;opacity:1}.ch-btn[class*=ch-btn--w]{padding-inline:0;white-space:nowrap}.ch-btn--w160{width:160px}.ch-btn--w180{width:180px}.ch-btn--w200{width:200px}.ch-btn--w220{width:220px;height:48px}.ch-hero{display:block;background:#fff;color:#241f1b}.ch-hero__track{display:grid}.ch-hero__slide{grid-area:1 / 1;display:flex;flex-direction:column;visibility:hidden;pointer-events:none;transition:visibility 0s linear .8s}.ch-hero__slide.is-active{visibility:visible;pointer-events:auto;transition:none;z-index:1}.ch-hero__slide .ch-hero__media{opacity:0;transition:opacity 0s linear .8s}.ch-hero__slide.is-active .ch-hero__media{opacity:1;transition:opacity .8s ease}.ch-hero__slide .ch-hero__text{opacity:0;transition:opacity .3s ease}.ch-hero__slide.is-active .ch-hero__text{opacity:1;transition:opacity .45s ease .35s}.ch-hero__media{position:relative;background:#ede4d3}.ch-hero__img{display:block;width:100%;height:100%;object-fit:cover}.ch-hero__text{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 16px 24px;text-align:center}.ch-hero__en{margin:0;font-family:var(--font-display);font-optical-sizing:auto;font-size:56px;line-height:.95;letter-spacing:.01em}.ch-hero__title{margin:0;font-family:var(--heading-font-family);font-weight:400;font-size:22px;line-height:1.45;letter-spacing:.06em;text-transform:none}.ch-hero__btn{width:240px;height:52px;margin-top:6px}.ch-hero__dots{display:flex;align-items:center;gap:6px}.ch-hero__dot{position:relative;width:8px;height:2px;padding:0;border:0;background:#dad7d0;cursor:pointer}.ch-hero__dot:after{content:"";position:absolute;top:-12px;right:-2px;bottom:-12px;left:-2px}.ch-hero__dot.is-current{width:26px}.ch-hero__dot.is-current:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#241f1b;transform:scaleX(0);transform-origin:left center}.ch-hero__slide.is-active .ch-hero__dot.is-current:before{animation:ch-hero-gauge var(--ch-hero-dur, 3s) linear forwards}.ch-hero.is-static .ch-hero__dot.is-current:before{animation:none;transform:scaleX(1)}@keyframes ch-hero-gauge{to{transform:scaleX(1)}}.ch-hero__count{margin-left:8px;font-family:var(--font-display);font-size:12px;color:#6a655c}@media screen and (min-width:1000px){.ch-hero__slide{display:grid;grid-template-columns:1fr 620px}.ch-hero__media{order:2;align-self:start}.ch-hero__text{order:1;align-items:flex-start;justify-content:center;gap:22px;padding:72px 64px;text-align:start}.ch-hero__en{font-size:112px}.ch-hero__title{font-size:36px}.ch-hero__btn{width:200px;height:56px;margin-top:8px}.ch-hero__dots{margin-top:20px}}.ch-stats{background:#241f1b;color:#faf7f0;padding:32px 16px}.ch-stats__inner{max-width:1152px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:20px}.ch-stats__list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.ch-stat{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.ch-stat__value{display:flex;align-items:baseline;gap:4px;margin:0}.ch-stat__num{font-family:var(--font-display);font-optical-sizing:auto;font-size:44px;line-height:1;letter-spacing:.01em}.ch-stat__unit{font-family:var(--heading-font-family);font-size:14px}.ch-stat__label{margin:0;font-size:11px;letter-spacing:.06em;color:#c9c9c2;white-space:nowrap}.ch-stats__stores{margin:0;font-family:var(--heading-font-family);font-size:13px;line-height:1.5;letter-spacing:.08em;color:#c9c9c2;text-align:center}.ch-stats__stores:before{content:"";display:block;width:40px;height:1px;margin:0 auto 20px;background:var(--color-gold)}@media screen and (min-width:1000px){.ch-stats{padding:56px 64px}.ch-stats__inner{gap:28px}.ch-stats__list{gap:40px}.ch-stat__num{font-size:64px}.ch-stat__unit{font-size:18px}.ch-stat__label{font-size:13px}.ch-stats__stores{font-size:15px}.ch-stats__stores:before{margin-bottom:28px}}.ch-bags{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 12px}.ch-bag{display:flex;flex-direction:column;gap:10px;color:#241f1b;text-decoration:none}.ch-bag__media{position:relative;display:block;aspect-ratio:1;background:#ede4d3;overflow:hidden}.ch-bag__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s}.ch-bag:hover .ch-bag__img{transform:scale(1.03)}.ch-bag__en{position:absolute;left:0;bottom:0;padding:6px 10px;background:#241f1b;color:#faf7f0;font-family:var(--font-display);font-size:13px;letter-spacing:.08em}.ch-bag__name{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:var(--heading-font-family);font-size:14px;letter-spacing:.04em}.ch-bag__name svg{flex:none}@media screen and (min-width:1000px){.ch-bags{grid-template-columns:repeat(var(--ch-bag-cols, 3),1fr);gap:32px 24px}.ch-bag__name{font-size:16px}}.ch-row-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.ch-cats{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}.ch-cats::-webkit-scrollbar{display:none}.ch-cats>li{flex:0 0 150px;scroll-snap-align:start}.ch-cat{display:flex;flex-direction:column;gap:10px;color:#241f1b;text-decoration:none}.ch-cat__media{display:block;aspect-ratio:1;background:#ede4d3;overflow:hidden}.ch-cat__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s}.ch-cat:hover .ch-cat__img{transform:scale(1.03)}.ch-cat__label{display:flex;flex-direction:column;gap:2px}.ch-cat__no{font-family:var(--font-display);font-size:12px;letter-spacing:.1em;color:var(--color-gold-ink)}.ch-cat__name{font-family:var(--heading-font-family);font-size:13px;letter-spacing:.04em}@media screen and (min-width:1000px){.ch-cats{overflow:visible;margin-inline:0;padding-inline:0;gap:24px}.ch-cats>li{flex:1 1 0;min-width:0}.ch-cat__label{flex-direction:row;align-items:center;gap:8px}.ch-cat__name{font-size:15px;white-space:nowrap}}.ch-band--ink .ch-band__top{background:#241f1b;color:#faf7f0}.ch-band--cream .ch-band__top{background:#ede4d3;color:#241f1b}.ch-band__top{display:flex;flex-direction:column}.ch-band__text{display:flex;flex-direction:column;gap:14px;padding:32px 16px 36px}.ch-band__title{margin:0;font-family:var(--heading-font-family);font-weight:400;font-size:18px;line-height:1.5;letter-spacing:.06em;text-transform:none;color:inherit}.ch-band__colors{display:flex;flex-direction:column;gap:10px}.ch-band__colors-label{margin:0;font-family:var(--font-display);font-size:12px;letter-spacing:.16em;color:#a9a9a2}.ch-band__text .ch-btn{margin-top:6px}.ch-band__media{position:relative}.ch-band__img{display:block;width:100%;height:100%;object-fit:cover}.ch-band__products{padding-block:32px 48px}.ch-dots{display:flex;flex-wrap:wrap;gap:8px}.ch-dot{width:calc(var(--ch-dot) * 22 / 26);height:calc(var(--ch-dot) * 22 / 26);border-radius:50%;background:var(--c);box-shadow:inset 0 0 0 1px #00000014}.ch-band--ink .ch-dot{box-shadow:inset 0 0 0 1px #ffffff1f}@media screen and (min-width:1000px){.ch-band__top{display:grid;grid-template-columns:1fr 1fr}.ch-band--image-left .ch-band__media{order:-1}.ch-band__text{justify-content:center;gap:22px;padding:56px 64px}.ch-band__title{font-size:22px}.ch-band__media{align-self:start}.ch-band__products{padding-block:72px 88px}.ch-dots{gap:10px}.ch-dot{width:var(--ch-dot);height:var(--ch-dot)}}.ch-cards{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}.ch-cards::-webkit-scrollbar{display:none}.ch-cards>li{flex:0 0 179px;scroll-snap-align:start}.ch-cards .product-card__info{justify-items:start;text-align:start;padding-block-start:10px;gap:6px}.ch-cards .product-card__info .v-stack{justify-items:start}.ch-cards .cotantin-card-price,.ch-cards .product-card__info fieldset{justify-content:flex-start}@media screen and (min-width:1000px){.ch-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;overflow:visible;margin-inline:0;padding-inline:0}}.ch-sec--heading-only.ch-sec--pad-voice,.ch-sec--heading-only.ch-sec--pad-section{padding-block:48px 24px}.ch-sec--heading-only.ch-sec--pad-insta{padding-block:40px 24px}@media screen and (min-width:1000px){.ch-sec--heading-only.ch-sec--pad-voice,.ch-sec--heading-only.ch-sec--pad-section{padding-block:88px 32px}.ch-sec--heading-only.ch-sec--pad-insta{padding-block:72px 36px}}.ch-care{display:flex;flex-direction:column;gap:24px}.ch-care__text{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.ch-care__title{margin:0;font-family:var(--heading-font-family);font-weight:400;font-size:17px;letter-spacing:.06em;text-transform:none}.ch-care__text .ch-btn{margin-top:4px}.ch-cards--care{overflow:visible;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:1000px){.ch-care{display:grid;grid-template-columns:1fr auto;gap:64px;align-items:center}.ch-care__text{gap:14px}.ch-care__title{font-size:20px}.ch-cards--care{grid-template-columns:repeat(2,260px)}}.ch-brand{background:#241f1b;color:#faf7f0;padding-block:48px}.ch-brand__inner{display:flex;flex-direction:column;gap:48px}.ch-brand__about{display:flex;flex-direction:column;gap:16px}.ch-brand__lead{max-width:720px;font-family:var(--heading-font-family);font-size:16px;line-height:2;letter-spacing:.04em}.ch-brand__lead p{margin:0}.ch-brand__promise{display:flex;flex-direction:column;gap:24px}.ch-promises{display:grid;grid-template-columns:1fr;gap:20px}.ch-promise{display:flex;flex-direction:column;gap:12px;padding-top:18px;border-top:1px solid #4a433c}.ch-promise__no{font-family:var(--font-display);font-size:28px;line-height:1;color:var(--color-gold)}.ch-promise__title{margin:0;font-family:var(--heading-font-family);font-weight:400;font-size:18px;line-height:1.5;letter-spacing:.06em;color:#faf7f0;text-transform:none}.ch-promise__text{font-size:13px;line-height:1.9;color:#c9c9c2}.ch-promise__text p{margin:0}.ch-brand__history{display:flex;flex-direction:column;gap:24px}.ch-brand__history-text{display:flex;flex-direction:column;gap:16px}.ch-brand__history-lead{max-width:480px;font-size:13px;line-height:1.9;color:#c9c9c2}.ch-brand__history-lead p{margin:0}.ch-timeline{border-bottom:1px solid #4a433c;margin-top:8px}.ch-timeline__row{display:flex;gap:20px;align-items:baseline;padding:12px 0;border-top:1px solid #4a433c}.ch-timeline__date{flex:none;min-width:72px;font-family:var(--font-display);font-size:16px;letter-spacing:.04em;color:var(--color-gold)}.ch-timeline__title{font-family:var(--heading-font-family);font-size:14px;letter-spacing:.04em;color:#faf7f0}.ch-brand__history-media{height:200px}.ch-brand__img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (min-width:1000px){.ch-brand{padding-block:96px}.ch-brand__inner{gap:88px}.ch-brand__about{gap:20px}.ch-brand__lead{font-size:20px}.ch-promises{grid-template-columns:repeat(3,1fr);gap:40px}.ch-promise__title{font-size:20px}.ch-promise__text{font-size:14px}.ch-brand__history{display:grid;grid-template-columns:1fr 536px;gap:80px;align-items:start}.ch-brand__history-lead{font-size:14px}.ch-timeline__title{font-size:15px}.ch-brand__history-media{height:560px}}.shopify-section--cotantin-home-heading+.shopify-section--apps{background:#fff;padding-bottom:48px}.shopify-section--cotantin-home-heading:has(.ch-sec--pad-insta)+.shopify-section--apps{padding-bottom:32px}@media screen and (min-width:1000px){.shopify-section--cotantin-home-heading+.shopify-section--apps{padding-bottom:88px}.shopify-section--cotantin-home-heading:has(.ch-sec--pad-insta)+.shopify-section--apps{padding-bottom:56px}}.ch-sec--news{padding-block:40px}.ch-news{display:flex;flex-direction:column;gap:20px}.ch-news__head{display:flex;flex-direction:column;gap:16px}.ch-news__list{border-bottom:1px solid var(--color-line)}.ch-news-row{border-top:1px solid var(--color-line)}.ch-news-row__link{display:flex;flex-direction:column;gap:2px;padding:12px 0;color:#241f1b;text-decoration:none}.ch-news-row__link:hover .ch-news-row__title{color:var(--color-gold-ink)}.ch-news-row__date{font-family:var(--font-display);font-size:13px;letter-spacing:.04em;color:#6a655c}.ch-news-row__title{font-size:13px;line-height:1.7}.ch-news__more{align-self:center}@media screen and (min-width:1000px){.ch-sec--news{padding-block:56px}.ch-news{display:grid;grid-template-columns:240px 1fr;gap:64px;align-items:start}.ch-news-row__link{flex-direction:row;align-items:baseline;gap:24px}.ch-news-row__date{min-width:96px}.ch-news-row__title{font-size:14px}}.ch-rating{display:flex;justify-content:center;align-items:center;gap:8px;margin:12px 0 0;color:#241f1b}.ch-rating__stars{display:inline-flex;gap:2px;color:var(--color-gold, #917f5e)}.ch-rating__num{font-family:var(--font-display);font-size:18px;line-height:1}.ch-rating__count{font-size:12px;color:var(--color-ink-muted, #6a655c)}.shopify-section--cotantin-home-heading:has(.ch-sec--pad-section)+.shopify-section .section-spacing{padding-block-start:0}
/*# sourceMappingURL=/cdn/shop/t/96/assets/cotantin-home.css.map */
