@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #F7EFE2);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f4e9d8);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #f0e1c9);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #ba8633);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #590002);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #810002);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #ab0003);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #ff2b2f);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #8D0B13);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #af0d18);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #d1101d);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #f35963);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #351B18);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #532a25);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #713933);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #bc7269);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #FFFFFF);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.6);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 20);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1440px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, right);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 4, theme.scss */
:root {
  --shoko-wine: #590002;
  --shoko-wine-deep: #330000;
  --shoko-wine-bright: #8d0b13;
  --shoko-cream: #f7efe2;
  --shoko-paper: #fffaf2;
  --shoko-gold: #e1b66e;
  --shoko-gold-light: #f1d49c;
  --shoko-ink: #351b18;
  --shoko-muted: #75615a;
  --shoko-line: #d8c9b9;
  --shoko-white: #fffdf8;
  --shoko-display: "Arial Narrow", "PT Sans Narrow", Impact, sans-serif;
  --shoko-serif: Georgia, "Times New Roman", serif;
  --shoko-sans: "PT Root UI", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shoko-shadow: 0 26px 70px rgba(38, 0, 0, .22); }

/* line 22, theme.scss */
*, *::before, *::after {
  box-sizing: border-box; }

/* line 23, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 24, theme.scss */
body {
  min-width: 320px;
  margin: 0;
  background: var(--shoko-cream);
  color: var(--shoko-ink);
  font-family: var(--shoko-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 33, theme.scss */
body img {
  max-width: 100%; }

/* line 34, theme.scss */
body a, body button, body input, body textarea, body select {
  font: inherit; }

/* line 35, theme.scss */
body a {
  text-underline-offset: .18em; }

/* line 36, theme.scss */
body button, body .button, body .btn {
  border-radius: 0; }

/* line 37, theme.scss */
body :focus-visible {
  outline: 3px solid var(--shoko-gold);
  outline-offset: 3px; }

/* line 39, theme.scss */
.outside-widgets .delete-widget-link,
.outside-widgets .add-widget-link,
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* line 43, theme.scss */
.shoko-shell {
  width: min(calc(100% - 72px), 1440px);
  margin-inline: auto; }

/* line 44, theme.scss */
.shoko-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--shoko-gold);
  color: var(--shoko-wine-deep);
  transform: translateY(-160%); }

/* line 54, theme.scss */
.shoko-skip-link:focus {
  transform: translateY(0); }

/* Header and persistent InSales chrome */
/* line 57, theme.scss */
header {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid var(--shoko-line);
  background: var(--shoko-paper);
  transition: box-shadow .2s ease; }

/* line 64, theme.scss */
header.shoko-header--scrolled {
  box-shadow: 0 12px 34px rgba(44, 0, 0, 0.12); }

/* line 65, theme.scss */
body[data-theme-template="index"] header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: var(--shoko-wine-deep);
  color: #fff; }

/* line 70, theme.scss */
body[data-theme-template="index"] header .header,
body[data-theme-template="index"] header .header-top,
body[data-theme-template="index"] header .header__top,
body[data-theme-template="index"] header .header-main,
body[data-theme-template="index"] header .header__main {
  background: transparent !important;
  color: #fff; }

/* line 75, theme.scss */
body[data-theme-template="index"] header a,
body[data-theme-template="index"] header button,
body[data-theme-template="index"] header [class*="icon-"] {
  color: #fff; }

/* line 78, theme.scss */
.shoko-trust-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--shoko-wine-deep);
  color: rgba(255, 255, 255, 0.78); }

/* line 79, theme.scss */
body[data-theme-template="index"] .shoko-trust-bar {
  display: none; }

/* line 80, theme.scss */
.shoko-trust-bar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 58px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em; }

/* line 81, theme.scss */
.shoko-trust-bar span, .shoko-trust-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

/* line 82, theme.scss */
.shoko-trust-bar a {
  margin-left: auto;
  color: #fff;
  text-decoration: none; }

/* line 83, theme.scss */
.shoko-trust-bar svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7; }

/* Shared campaign type and controls */
/* line 86, theme.scss */
.shoko-campaign-kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase; }

/* line 94, theme.scss */
.shoko-campaign-kicker--dark {
  color: var(--shoko-wine); }

/* line 95, theme.scss */
.shoko-campaign-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 28px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }

/* line 110, theme.scss */
.shoko-campaign-button:hover {
  transform: translateY(-3px); }

/* line 111, theme.scss */
.shoko-campaign-button--gold {
  background: var(--shoko-gold);
  box-shadow: 0 16px 34px rgba(20, 0, 0, 0.18);
  color: var(--shoko-wine-deep); }

/* line 112, theme.scss */
.shoko-campaign-button--gold:hover {
  background: var(--shoko-gold-light);
  color: var(--shoko-wine-deep); }

/* line 113, theme.scss */
.shoko-campaign-button svg, .shoko-arrow-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7; }

/* line 114, theme.scss */
.shoko-campaign-link {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 700; }

/* line 115, theme.scss */
.shoko-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--shoko-wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase; }

/* Hero */
/* line 118, theme.scss */
.shoko-campaign-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 17% 23%, rgba(153, 16, 22, 0.8), rgba(0, 0, 0, 0) 35%), linear-gradient(135deg, #4d0000 0%, #6d0004 55%, #3d0000 100%);
  color: #fff;
  isolation: isolate; }

/* line 127, theme.scss */
.shoko-campaign-hero::before {
  position: absolute;
  z-index: -1;
  top: 26px;
  left: -2vw;
  color: rgba(225, 182, 110, 0.06);
  content: "ШОКОЛАД";
  font: 900 clamp(150px, 22vw, 390px)/0.75 var(--shoko-display);
  letter-spacing: -.06em;
  white-space: nowrap; }

/* line 138, theme.scss */
.shoko-campaign-hero__grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(370px, 0.78fr) minmax(560px, 1.22fr);
  align-items: stretch;
  gap: clamp(30px, 5vw, 80px); }

/* line 145, theme.scss */
.shoko-campaign-hero__copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(62px, 7vw, 104px); }

/* line 146, theme.scss */
.shoko-campaign-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--shoko-display);
  font-size: clamp(64px, 6.3vw, 108px);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .83;
  text-transform: uppercase; }

/* line 157, theme.scss */
.shoko-campaign-hero h1 em {
  color: var(--shoko-gold);
  font-style: normal; }

/* line 158, theme.scss */
.shoko-campaign-hero__lead {
  max-width: 530px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.62; }

/* line 159, theme.scss */
.shoko-campaign-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 30px; }

/* line 160, theme.scss */
.shoko-campaign-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 161, theme.scss */
.shoko-campaign-hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none; }

/* line 162, theme.scss */
.shoko-campaign-hero__visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, var(--shoko-wine) 0%, rgba(89, 0, 2, 0.78) 9%, transparent 42%), linear-gradient(0deg, rgba(38, 0, 0, 0.42), transparent 36%);
  content: ""; }

/* line 171, theme.scss */
.shoko-campaign-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 65%;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.11);
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }

/* line 180, theme.scss */
.shoko-campaign-hero__visual:hover img {
  transform: scale(1.15); }

/* line 181, theme.scss */
.shoko-campaign-hero__visual-tag {
  position: absolute;
  z-index: 3;
  top: 42px;
  right: 30px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase; }

/* line 182, theme.scss */
.shoko-campaign-hero__visual-note {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 34px;
  padding-left: 22px;
  border-left: 1px solid var(--shoko-gold);
  color: #fff;
  font: italic 18px/1.25 var(--shoko-serif);
  text-align: right; }

/* line 183, theme.scss */
.shoko-campaign-hero__ticker {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(44, 0, 0, 0.58);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase; }

/* line 184, theme.scss */
.shoko-campaign-hero__ticker i {
  color: var(--shoko-gold);
  font-style: normal; }

/* Mood collection */
/* line 187, theme.scss */
.shoko-moods {
  padding-block: clamp(84px, 8vw, 132px);
  background: var(--shoko-cream); }

/* line 188, theme.scss */
.shoko-moods__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px); }

/* line 189, theme.scss */
.shoko-moods__intro h2,
.shoko-life__heading h2,
.shoko-personalize__heading h2,
.shoko-real-shop__heading h2,
.shoko-faq__heading h2 {
  margin: 0;
  color: var(--shoko-ink);
  font: 400 clamp(42px, 4.1vw, 67px)/0.97 var(--shoko-serif);
  letter-spacing: -.045em;
  text-transform: uppercase; }

/* line 200, theme.scss */
.shoko-moods__intro h2 em,
.shoko-life__heading h2 em,
.shoko-personalize__heading h2 em,
.shoko-real-shop__heading h2 em,
.shoko-faq__heading h2 em {
  color: var(--shoko-wine);
  font-weight: 400; }

/* line 205, theme.scss */
.shoko-moods__intro > p:not(.shoko-campaign-kicker) {
  max-width: 370px;
  margin: 28px 0;
  color: var(--shoko-muted);
  line-height: 1.7; }

/* line 206, theme.scss */
.shoko-moods__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--shoko-line); }

/* line 207, theme.scss */
.shoko-mood-card {
  min-width: 0;
  border-right: 1px solid var(--shoko-line);
  background: var(--shoko-white);
  color: var(--shoko-ink);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease; }

/* line 208, theme.scss */
.shoko-mood-card:last-child {
  border-right: 0; }

/* line 209, theme.scss */
.shoko-mood-card:hover {
  position: relative;
  z-index: 2;
  box-shadow: var(--shoko-shadow);
  transform: translateY(-8px); }

/* line 210, theme.scss */
.shoko-mood-card__image {
  display: block;
  aspect-ratio: .68;
  overflow: hidden;
  background: #eadbce; }

/* line 211, theme.scss */
.shoko-mood-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  transition: transform .6s ease; }

/* line 212, theme.scss */
.shoko-mood-card__image--right img {
  object-position: 84% 48%;
  transform: scale(1.15); }

/* line 213, theme.scss */
.shoko-mood-card:hover .shoko-mood-card__image img {
  transform: scale(1.05); }

/* line 214, theme.scss */
.shoko-mood-card:hover .shoko-mood-card__image--right img {
  transform: scale(1.2); }

/* line 215, theme.scss */
.shoko-mood-card__content {
  display: block;
  min-height: 148px;
  padding: 22px 20px; }

/* line 216, theme.scss */
.shoko-mood-card__content small, .shoko-mood-card__content strong, .shoko-mood-card__content b {
  display: block; }

/* line 217, theme.scss */
.shoko-mood-card__content small {
  font: 400 20px/1.1 var(--shoko-serif);
  text-transform: uppercase; }

/* line 218, theme.scss */
.shoko-mood-card__content strong {
  margin-top: 10px;
  color: var(--shoko-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45; }

/* line 219, theme.scss */
.shoko-mood-card__content b {
  margin-top: 15px;
  color: var(--shoko-wine);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* Lifestyle campaign */
/* line 222, theme.scss */
.shoko-life {
  padding-block: clamp(76px, 8vw, 124px);
  background: linear-gradient(145deg, #4a0000, #720307 65%, #3a0000);
  color: #fff; }

/* line 223, theme.scss */
.shoko-life__heading {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px; }

/* line 224, theme.scss */
.shoko-life__heading .shoko-campaign-kicker {
  grid-column: 1 / -1;
  margin-bottom: -20px; }

/* line 225, theme.scss */
.shoko-life__heading h2 {
  color: #fff; }

/* line 226, theme.scss */
.shoko-life__heading h2 em {
  color: var(--shoko-gold); }

/* line 227, theme.scss */
.shoko-life__heading > p:last-child {
  max-width: 470px;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65; }

/* line 228, theme.scss */
.shoko-life__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; }

/* line 229, theme.scss */
.shoko-life-card {
  color: #fff;
  text-decoration: none; }

/* line 230, theme.scss */
.shoko-life-card > span {
  display: block;
  aspect-ratio: 1.35;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16); }

/* line 231, theme.scss */
.shoko-life-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
  transition: transform .65s ease; }

/* line 232, theme.scss */
.shoko-life-card__crop-right img {
  object-position: 82% 55%;
  transform: scale(1.08); }

/* line 233, theme.scss */
.shoko-life-card:hover img {
  transform: scale(1.05); }

/* line 234, theme.scss */
.shoko-life-card:hover .shoko-life-card__crop-right img {
  transform: scale(1.13); }

/* line 235, theme.scss */
.shoko-life-card strong {
  display: block;
  margin-top: 18px;
  font: 400 20px/1 var(--shoko-serif);
  text-transform: uppercase; }

/* line 236, theme.scss */
.shoko-life-card small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px; }

/* Personalization steps */
/* line 239, theme.scss */
.shoko-personalize {
  padding-block: clamp(72px, 7vw, 108px);
  border-bottom: 1px solid var(--shoko-line);
  background: var(--shoko-paper); }

/* line 240, theme.scss */
.shoko-personalize__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px); }

/* line 241, theme.scss */
.shoko-personalize__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 242, theme.scss */
.shoko-personalize__steps li {
  position: relative;
  display: flex;
  min-height: 225px;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  border-right: 1px solid var(--shoko-line);
  text-align: center; }

/* line 243, theme.scss */
.shoko-personalize__steps li:last-child {
  border-right: 0; }

/* line 244, theme.scss */
.shoko-personalize__steps li > span {
  position: absolute;
  top: 0;
  left: 18px;
  color: var(--shoko-wine);
  font: italic 20px/1 var(--shoko-serif); }

/* line 245, theme.scss */
.shoko-personalize__steps i {
  display: grid;
  width: 74px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--shoko-line);
  border-radius: 50%;
  color: var(--shoko-wine);
  font: 400 30px/1 var(--shoko-serif); }

/* line 246, theme.scss */
.shoko-personalize__steps svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2; }

/* line 247, theme.scss */
.shoko-personalize__steps strong {
  margin-top: 25px;
  color: var(--shoko-wine);
  font: 400 20px/1 var(--shoko-serif);
  text-transform: uppercase; }

/* line 248, theme.scss */
.shoko-personalize__steps small {
  max-width: 160px;
  margin-top: 8px;
  color: var(--shoko-muted);
  line-height: 1.45; }

/* Real InSales catalog */
/* line 251, theme.scss */
.shoko-real-shop {
  padding: clamp(82px, 8vw, 128px) 0 clamp(56px, 6vw, 94px);
  background: var(--shoko-cream); }

/* line 252, theme.scss */
.shoko-real-shop__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px; }

/* line 253, theme.scss */
.shoko-system-sections {
  background: transparent; }

/* line 254, theme.scss */
body[data-theme-template="index"] .shoko-system-sections .layout {
  width: min(calc(100% - 72px), 1440px); }

/* line 255, theme.scss */
.product-preview, .product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--shoko-line);
  border-radius: 0;
  background: var(--shoko-white);
  transition: box-shadow .25s ease, transform .25s ease; }

/* line 263, theme.scss */
.product-preview:hover, .product-card:hover {
  box-shadow: var(--shoko-shadow);
  transform: translateY(-7px); }

/* line 264, theme.scss */
.product-preview__photo, .product-card__photo, .product-preview__image {
  overflow: hidden;
  background: #eaded1; }

/* line 265, theme.scss */
.product-preview__photo img, .product-card__photo img, .product-preview__image img {
  transition: transform .55s ease; }

/* line 266, theme.scss */
.product-preview:hover .product-preview__photo img, .product-card:hover .product-card__photo img {
  transform: scale(1.04); }

/* line 267, theme.scss */
.product-preview__title, .product-card__title {
  color: var(--shoko-ink);
  font: 400 20px/1.18 var(--shoko-serif); }

/* line 268, theme.scss */
.product-preview__price, .product-card__price {
  color: var(--shoko-wine);
  font-weight: 800; }

/* line 269, theme.scss */
.sticker, .product-preview__sticker {
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase; }

/* Corporate photo panel */
/* line 272, theme.scss */
.shoko-corporate-campaign {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  place-items: center;
  background: var(--shoko-wine-deep);
  color: #fff;
  isolation: isolate; }

/* line 273, theme.scss */
.shoko-corporate-campaign > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* line 274, theme.scss */
.shoko-corporate-campaign::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(45, 0, 0, 0.96) 0%, rgba(70, 0, 1, 0.88) 37%, rgba(70, 0, 1, 0.35) 70%, rgba(40, 0, 0, 0.18));
  content: ""; }

/* line 275, theme.scss */
.shoko-corporate-campaign__content {
  width: min(calc(100% - 72px), 1440px); }

/* line 276, theme.scss */
.shoko-corporate-campaign__content h2,
.shoko-cherry-cta__content h2 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font: 900 clamp(54px, 6vw, 94px)/0.92 var(--shoko-display);
  letter-spacing: -.04em;
  text-transform: uppercase; }

/* line 278, theme.scss */
.shoko-corporate-campaign__content h2 em,
.shoko-cherry-cta__content h2 em {
  color: var(--shoko-gold);
  font-style: normal; }

/* line 280, theme.scss */
.shoko-corporate-campaign__content > p:not(.shoko-campaign-kicker) {
  max-width: 560px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.65; }

/* FAQ */
/* line 283, theme.scss */
.shoko-faq {
  padding-block: clamp(76px, 8vw, 124px);
  background: var(--shoko-paper); }

/* line 284, theme.scss */
.shoko-faq__grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(46px, 8vw, 126px); }

/* line 285, theme.scss */
.shoko-faq__items {
  border-top: 1px solid var(--shoko-line); }

/* line 286, theme.scss */
.shoko-faq details {
  border-bottom: 1px solid var(--shoko-line); }

/* line 287, theme.scss */
.shoko-faq summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none; }

/* line 288, theme.scss */
.shoko-faq summary::-webkit-details-marker {
  display: none; }

/* line 289, theme.scss */
.shoko-faq summary::after {
  margin-left: auto;
  color: var(--shoko-wine);
  content: "+";
  font: 400 28px/1 var(--shoko-serif); }

/* line 290, theme.scss */
.shoko-faq details[open] summary::after {
  content: "−"; }

/* line 291, theme.scss */
.shoko-faq summary span {
  color: var(--shoko-wine);
  font: italic 15px/1 var(--shoko-serif); }

/* line 292, theme.scss */
.shoko-faq details p {
  max-width: 760px;
  margin: -4px 44px 26px;
  color: var(--shoko-muted);
  line-height: 1.65; }

/* Closing cherry campaign */
/* line 295, theme.scss */
.shoko-cherry-cta {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  place-items: center;
  background: #520000;
  color: #fff;
  isolation: isolate; }

/* line 296, theme.scss */
.shoko-cherry-cta > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center; }

/* line 297, theme.scss */
.shoko-cherry-cta::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(61, 0, 0, 0.98) 0%, rgba(86, 0, 0, 0.9) 34%, rgba(80, 0, 0, 0.18) 72%);
  content: ""; }

/* line 298, theme.scss */
.shoko-cherry-cta__content {
  width: min(calc(100% - 72px), 1440px); }

/* line 299, theme.scss */
.shoko-cherry-cta__content > p {
  max-width: 480px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65; }

/* Internal system pages */
/* line 302, theme.scss */
.page_layout main {
  min-width: 0; }

/* line 303, theme.scss */
body:not([data-theme-template="index"]) main {
  padding-block: clamp(20px, 3vw, 44px); }

/* line 304, theme.scss */
body[data-theme-template="product"], body[data-theme-template="collection"], body[data-theme-template="cart"], body[data-theme-template="page"], body[data-theme-template="search"], body[data-theme-template="favorite"], body[data-theme-template="compare"], body[data-theme-template="blog"], body[data-theme-template="article"] {
  background: var(--shoko-cream); }

/* line 305, theme.scss */
body:not([data-theme-template="index"]) main .layout {
  width: min(calc(100% - 72px), 1440px); }

/* line 306, theme.scss */
.breadcrumb, .breadcrumbs {
  color: var(--shoko-muted);
  font-size: 12px;
  letter-spacing: .03em; }

/* line 307, theme.scss */
.breadcrumb a, .breadcrumbs a {
  color: var(--shoko-muted); }

/* line 308, theme.scss */
.collection-title, .page-title, .product-title, .cart-title, .search-title, .co-title {
  color: var(--shoko-ink);
  font-family: var(--shoko-serif);
  font-weight: 400;
  letter-spacing: -.04em; }

/* line 314, theme.scss */
.filter, .collection-filter, .sorting, .collection-sorting {
  border-color: var(--shoko-line); }

/* line 315, theme.scss */
.pagination a, .pagination span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 0; }

/* line 316, theme.scss */
.product-gallery, .product__gallery, .product-info, .product__info, .cart-items, .cart__items {
  border-color: var(--shoko-line); }

/* line 317, theme.scss */
.product-gallery img, .product__gallery img {
  border-radius: 0;
  background: var(--shoko-white); }

/* line 318, theme.scss */
.product-info, .product__info {
  padding: clamp(24px, 3vw, 44px);
  background: var(--shoko-white); }

/* line 319, theme.scss */
.product-info .price, .product__info .price, .product-price {
  color: var(--shoko-wine);
  font-weight: 800; }

/* line 320, theme.scss */
body [data-product-add], body .add-cart-counter__btn, body .product-buy__button {
  min-height: 54px;
  border-radius: 0;
  background: var(--shoko-wine);
  color: #fff;
  font-weight: 800; }

/* line 321, theme.scss */
.cart-item, .cart__item {
  border-color: var(--shoko-line);
  background: var(--shoko-white); }

/* line 322, theme.scss */
.cart-total, .cart__total {
  padding: 24px;
  background: var(--shoko-white); }

/* line 323, theme.scss */
body[data-theme-template="page"] .page-content,
body[data-theme-template="page"] [class*="page-content"],
body[data-theme-template="article"] .article-content {
  max-width: 900px;
  margin-inline: auto;
  color: var(--shoko-muted);
  font-size: 17px;
  line-height: 1.75;
  overflow-wrap: anywhere; }

/* line 326, theme.scss */
body[data-theme-template="page"] main table {
  display: block;
  max-width: 100%;
  overflow-x: auto; }

/* Feedback, captcha and cookie remain native InSales */
/* line 329, theme.scss */
[data-feedback-form-wrapper] {
  color: var(--shoko-ink); }

/* line 330, theme.scss */
[data-feedback-form-wrapper] input:not([type="checkbox"]):not([type="radio"]),
[data-feedback-form-wrapper] textarea,
[data-feedback-form-wrapper] select {
  min-height: 52px;
  width: 100%;
  border: 1px solid var(--shoko-line);
  border-radius: 0;
  background: var(--shoko-white);
  color: var(--shoko-ink); }

/* line 333, theme.scss */
[data-feedback-form-wrapper] textarea {
  min-height: 110px;
  resize: vertical; }

/* line 334, theme.scss */
[data-feedback-form-wrapper] input:focus,
[data-feedback-form-wrapper] textarea:focus,
[data-feedback-form-wrapper] select:focus {
  border-color: var(--shoko-wine);
  box-shadow: 0 0 0 3px rgba(89, 0, 2, 0.09); }

/* line 337, theme.scss */
[data-feedback-form-field-error] {
  color: #a3102c;
  font-size: 12px; }

/* line 338, theme.scss */
[data-feedback-form-success] {
  border-radius: 0; }

/* line 339, theme.scss */
.cookie-widget, .cookie-modal, .modal-cookie, .cookie-notice {
  max-width: min(560px, calc(100vw - 32px));
  border: 1px solid var(--shoko-line);
  border-radius: 0;
  background: var(--shoko-white);
  box-shadow: var(--shoko-shadow);
  color: var(--shoko-ink); }

/* line 340, theme.scss */
.cookie-widget a, .cookie-modal a, .modal-cookie a, .cookie-notice a {
  color: var(--shoko-wine); }

/* Footer and checkout */
/* line 343, theme.scss */
footer {
  background: #250000;
  color: rgba(255, 255, 255, 0.7); }

/* line 344, theme.scss */
footer a, footer h1, footer h2, footer h3, footer h4, footer strong {
  color: #fff; }

/* line 345, theme.scss */
footer a:hover {
  color: var(--shoko-gold); }

/* line 346, theme.scss */
footer input {
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff; }

/* line 347, theme.scss */
[data-fixed-panels="bottom"] {
  z-index: 60; }

/* line 348, theme.scss */
.co-section--checkout_header, .co-checkout-block, .co-sidebar, .co-basket, .co-order {
  border-color: var(--shoko-line); }

/* line 349, theme.scss */
.co-button, .co-button--checkout {
  border-radius: 0;
  background: var(--shoko-wine);
  font-weight: 800; }

/* line 350, theme.scss */
.co-button:hover, .co-button--checkout:hover {
  background: var(--shoko-wine-bright); }

/* Progressive enhancement */
/* line 353, theme.scss */
.js .shoko-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1); }

/* line 354, theme.scss */
.js .shoko-reveal.is-visible {
  opacity: 1;
  transform: none; }

@media (max-width: 1180px) {
  /* line 357, theme.scss */
  .shoko-campaign-hero__grid {
    min-height: 660px;
    grid-template-columns: minmax(350px, 0.86fr) minmax(470px, 1.14fr);
    gap: 24px; }

  /* line 358, theme.scss */
  .shoko-campaign-hero h1 {
    font-size: clamp(62px, 7.5vw, 88px); }

  /* line 359, theme.scss */
  .shoko-moods__layout {
    grid-template-columns: 1fr; }

  /* line 360, theme.scss */
  .shoko-moods__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 14px 50px; }

  /* line 361, theme.scss */
  .shoko-moods__intro .shoko-campaign-kicker, .shoko-moods__intro h2 {
    grid-column: 1; }

  /* line 362, theme.scss */
  .shoko-moods__intro > p:not(.shoko-campaign-kicker), .shoko-moods__intro .shoko-arrow-link {
    grid-column: 2; }

  /* line 363, theme.scss */
  .shoko-moods__intro > p:not(.shoko-campaign-kicker) {
    grid-row: 1 / 3;
    align-self: end;
    margin-bottom: 54px; }

  /* line 364, theme.scss */
  .shoko-moods__intro .shoko-arrow-link {
    margin-bottom: 8px; }

  /* line 365, theme.scss */
  .shoko-personalize__layout {
    grid-template-columns: minmax(0, 1fr); }

  /* line 366, theme.scss */
  .shoko-personalize__heading, .shoko-personalize__steps {
    min-width: 0; }

  /* line 367, theme.scss */
  .shoko-personalize__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px; } }
@media (max-width: 900px) {
  /* line 371, theme.scss */
  .shoko-shell {
    width: min(calc(100% - 40px), 1440px); }

  /* line 372, theme.scss */
  .shoko-campaign-hero__grid {
    grid-template-columns: 1fr;
    gap: 0; }

  /* line 373, theme.scss */
  .shoko-campaign-hero__copy {
    min-height: 610px;
    padding-block: 58px; }

  /* line 374, theme.scss */
  .shoko-campaign-hero h1 {
    max-width: 720px;
    font-size: clamp(66px, 12vw, 94px); }

  /* line 375, theme.scss */
  .shoko-campaign-hero__visual {
    min-height: 540px;
    margin-inline: -20px; }

  /* line 376, theme.scss */
  .shoko-campaign-hero__visual::before {
    background: linear-gradient(180deg, var(--shoko-wine) 0%, transparent 28%, rgba(38, 0, 0, 0.34)); }

  /* line 377, theme.scss */
  .shoko-campaign-hero__visual img {
    object-position: 50% 66%;
    transform: scale(1.05); }

  /* line 378, theme.scss */
  .shoko-moods__grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 379, theme.scss */
  .shoko-mood-card:nth-child(2) {
    border-right: 0; }

  /* line 380, theme.scss */
  .shoko-mood-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--shoko-line); }

  /* line 381, theme.scss */
  .shoko-life__heading {
    grid-template-columns: 1fr; }

  /* line 382, theme.scss */
  .shoko-life__heading .shoko-campaign-kicker {
    grid-column: auto;
    margin-bottom: 0; }

  /* line 383, theme.scss */
  .shoko-life__heading > p:last-child {
    max-width: 640px; }

  /* line 384, theme.scss */
  .shoko-life__grid {
    grid-template-columns: 1fr;
    gap: 34px; }

  /* line 385, theme.scss */
  .shoko-life-card > span {
    aspect-ratio: 1.7; }

  /* line 386, theme.scss */
  .shoko-personalize__steps {
    grid-template-columns: repeat(2, 1fr); }

  /* line 387, theme.scss */
  .shoko-personalize__steps li {
    margin-top: 30px; }

  /* line 388, theme.scss */
  .shoko-personalize__steps li:nth-child(2) {
    border-right: 0; }

  /* line 389, theme.scss */
  .shoko-real-shop__heading {
    align-items: flex-start;
    flex-direction: column; }

  /* line 390, theme.scss */
  body[data-theme-template="index"] .shoko-system-sections .layout,
  body:not([data-theme-template="index"]) main .layout {
    width: min(calc(100% - 40px), 1440px); }

  /* line 392, theme.scss */
  .shoko-corporate-campaign__content,
  .shoko-cherry-cta__content {
    width: min(calc(100% - 40px), 1440px); }

  /* line 394, theme.scss */
  .shoko-faq__grid {
    grid-template-columns: 1fr;
    gap: 26px; } }
@media (max-width: 768px) {
  /* line 398, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 399, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 400, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; }

  /* line 401, theme.scss */
  .shoko-campaign-hero__copy {
    min-height: 560px; }

  /* line 402, theme.scss */
  .shoko-campaign-hero h1 {
    font-size: clamp(60px, 15vw, 84px); }

  /* line 403, theme.scss */
  .shoko-campaign-hero__ticker {
    justify-content: flex-start;
    padding-inline: 20px;
    overflow: hidden;
    white-space: nowrap; }

  /* line 404, theme.scss */
  .shoko-campaign-hero__ticker span:nth-of-type(n+3), .shoko-campaign-hero__ticker i:nth-of-type(n+3) {
    display: none; }

  /* line 405, theme.scss */
  .shoko-moods {
    padding-block: 74px; }

  /* line 406, theme.scss */
  .shoko-moods__intro {
    display: block; }

  /* line 407, theme.scss */
  .shoko-moods__intro > p:not(.shoko-campaign-kicker) {
    margin: 24px 0; }

  /* line 408, theme.scss */
  .shoko-mood-card__content {
    min-height: 132px;
    padding: 18px 16px; }

  /* line 409, theme.scss */
  .shoko-mood-card__content small {
    font-size: 18px; }

  /* line 410, theme.scss */
  .shoko-life {
    padding-block: 72px; }

  /* line 411, theme.scss */
  .shoko-personalize__heading {
    display: block; }

  /* line 412, theme.scss */
  .shoko-personalize__steps li {
    min-height: 210px;
    padding-inline: 12px; }

  /* line 413, theme.scss */
  .shoko-personalize__steps li > span {
    left: 10px; }

  /* line 414, theme.scss */
  .shoko-corporate-campaign, .shoko-cherry-cta {
    min-height: 600px; }

  /* line 415, theme.scss */
  .shoko-corporate-campaign__content h2, .shoko-cherry-cta__content h2 {
    font-size: clamp(52px, 13vw, 76px); }

  /* line 416, theme.scss */
  .shoko-corporate-campaign::after, .shoko-cherry-cta::after {
    background: linear-gradient(90deg, rgba(56, 0, 0, 0.97), rgba(66, 0, 0, 0.78)); }

  /* line 417, theme.scss */
  body {
    padding-bottom: 66px; }

  /* line 418, theme.scss */
  footer {
    padding-bottom: 18px; }

  /* line 419, theme.scss */
  body[data-theme-template="page"] .page-content,
  body[data-theme-template="page"] [class*="page-content"],
  body[data-theme-template="article"] .article-content {
    font-size: 16px;
    line-height: 1.7; } }
@media (max-width: 480px) {
  /* line 425, theme.scss */
  .shoko-shell {
    width: min(calc(100% - 28px), 1440px); }

  /* line 426, theme.scss */
  .shoko-trust-bar__inner {
    min-height: 36px;
    gap: 18px;
    overflow-x: auto; }

  /* line 427, theme.scss */
  .shoko-trust-bar span:nth-child(2) {
    display: none; }

  /* line 428, theme.scss */
  .shoko-campaign-hero__copy {
    min-height: 545px;
    padding-block: 42px; }

  /* line 429, theme.scss */
  .shoko-campaign-hero h1 {
    font-size: clamp(55px, 16vw, 72px); }

  /* line 430, theme.scss */
  .shoko-campaign-hero__lead {
    margin-top: 22px;
    font-size: 15px; }

  /* line 431, theme.scss */
  .shoko-campaign-actions {
    display: grid;
    width: 100%;
    gap: 15px;
    margin-top: 24px; }

  /* line 432, theme.scss */
  .shoko-campaign-button {
    width: 100%;
    min-height: 56px; }

  /* line 433, theme.scss */
  .shoko-campaign-link {
    justify-self: start; }

  /* line 434, theme.scss */
  .shoko-campaign-hero__meta {
    display: none; }

  /* line 435, theme.scss */
  .shoko-campaign-hero__visual {
    min-height: 390px;
    margin-inline: -14px; }

  /* line 436, theme.scss */
  .shoko-campaign-hero__visual img {
    object-position: 50% 68%;
    transform: scale(1.1); }

  /* line 437, theme.scss */
  .shoko-campaign-hero__visual-tag {
    top: 18px;
    right: 14px; }

  /* line 438, theme.scss */
  .shoko-campaign-hero__visual-note {
    right: 14px;
    bottom: 18px;
    font-size: 14px; }

  /* line 439, theme.scss */
  .shoko-moods__intro h2, .shoko-life__heading h2, .shoko-personalize__heading h2, .shoko-real-shop__heading h2, .shoko-faq__heading h2 {
    font-size: clamp(38px, 12vw, 52px); }

  /* line 440, theme.scss */
  .shoko-personalize__heading h2 {
    font-size: clamp(32px, 9vw, 38px);
    letter-spacing: -.055em; }

  /* line 441, theme.scss */
  .shoko-moods__grid {
    grid-template-columns: 1fr; }

  /* line 442, theme.scss */
  .shoko-mood-card {
    border-right: 0;
    border-bottom: 1px solid var(--shoko-line); }

  /* line 443, theme.scss */
  .shoko-mood-card:last-child {
    border-bottom: 0; }

  /* line 444, theme.scss */
  .shoko-mood-card__image {
    aspect-ratio: 1.05; }

  /* line 445, theme.scss */
  .shoko-mood-card__content {
    min-height: 0; }

  /* line 446, theme.scss */
  .shoko-life-card > span {
    aspect-ratio: 1.05; }

  /* line 447, theme.scss */
  .shoko-personalize__steps {
    grid-template-columns: 1fr; }

  /* line 448, theme.scss */
  .shoko-personalize__steps li {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--shoko-line);
    padding-block: 28px; }

  /* line 449, theme.scss */
  .shoko-personalize__steps li:last-child {
    border-bottom: 0; }

  /* line 450, theme.scss */
  .shoko-personalize__steps li > span {
    top: 28px; }

  /* line 451, theme.scss */
  body[data-theme-template="index"] .shoko-system-sections .layout,
  body:not([data-theme-template="index"]) main .layout {
    width: min(calc(100% - 28px), 1440px); }

  /* line 453, theme.scss */
  .shoko-corporate-campaign__content,
  .shoko-cherry-cta__content {
    width: min(calc(100% - 28px), 1440px); }

  /* line 455, theme.scss */
  .shoko-corporate-campaign, .shoko-cherry-cta {
    min-height: 650px; }

  /* line 456, theme.scss */
  .shoko-corporate-campaign > img {
    object-position: 66% center; }

  /* line 457, theme.scss */
  .shoko-cherry-cta > img {
    object-position: 62% center; }

  /* line 458, theme.scss */
  .shoko-corporate-campaign__content h2, .shoko-cherry-cta__content h2 {
    font-size: clamp(49px, 14vw, 66px); }

  /* line 459, theme.scss */
  .shoko-faq summary {
    gap: 12px;
    font-size: 16px; }

  /* line 460, theme.scss */
  .shoko-faq details p {
    margin-inline: 0; }

  /* line 461, theme.scss */
  .cookie-widget, .cookie-modal, .modal-cookie, .cookie-notice {
    bottom: 76px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 465, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 466, theme.scss */
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important; }

  /* line 467, theme.scss */
  .js .shoko-reveal {
    opacity: 1;
    transform: none; } }
