@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FBF8F3);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f2e8);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #f3e9da);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #ba8c3e);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #941D2B);
  --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, #b12333);
  --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, #cc283c);
  --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, #e47582);
  --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, #941D2B);
  --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, #b12333);
  --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, #cc283c);
  --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, #e47582);
  --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, #111318);
  --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, #242933);
  --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, #383e4f);
  --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, #76819e);
  --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, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 4px);
  --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.45);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 24);
  --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, 1520px);
  --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 */
.outside-widgets .delete-widget-link,
.outside-widgets .add-widget-link,
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 11, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 13, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 16, theme.scss */
:root {
  --irokl-ink: #111318;
  --irokl-burgundy: #941d2b;
  --irokl-burgundy-dark: #761522;
  --irokl-navy: #102a49;
  --irokl-cream: #f7efe6;
  --irokl-paper: #fbf8f3;
  --irokl-line: rgba(17, 19, 24, 0.12); }

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

/* line 27, theme.scss */
body {
  background: var(--irokl-paper);
  color: var(--irokl-ink);
  -webkit-font-smoothing: antialiased; }

/* line 32, theme.scss */
body, button, input, textarea, select {
  font-family: "PT Root UI", Arial, sans-serif; }

/* line 33, theme.scss */
a {
  text-underline-offset: .16em; }

/* line 34, theme.scss */
:focus-visible {
  outline: 2px solid var(--irokl-burgundy);
  outline-offset: 3px; }

/* line 36, theme.scss */
.irokl-shell {
  width: min(1520px, calc(100% - 64px));
  margin-inline: auto; }

/* line 41, theme.scss */
body[data-theme-template="index"] .page_layout > main {
  overflow: hidden; }

/* line 42, theme.scss */
body[data-theme-template="index"] .page_layout > header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 239, 230, 0.96);
  border-bottom: 1px solid rgba(17, 19, 24, 0.06);
  backdrop-filter: blur(10px); }

/* line 51, theme.scss */
.irokl-hero,
.irokl-size-guide,
.irokl-values {
  position: relative; }

/* line 55, theme.scss */
.irokl-homepage h1,
.irokl-homepage h2,
.irokl-homepage h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.04em; }

/* line 63, theme.scss */
.irokl-hero {
  min-height: 760px;
  background: var(--irokl-cream);
  isolation: isolate; }

/* line 68, theme.scss */
.irokl-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2; }

/* line 73, theme.scss */
.irokl-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 239, 230, 0.98) 0%, rgba(247, 239, 230, 0.96) 38%, rgba(247, 239, 230, 0.45) 58%, rgba(247, 239, 230, 0) 75%); }

/* line 79, theme.scss */
.irokl-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

/* line 85, theme.scss */
.irokl-hero__inner {
  min-height: inherit;
  display: grid;
  align-items: center; }

/* line 90, theme.scss */
.irokl-hero__content {
  width: min(540px, 100%);
  padding: 80px 0; }

/* line 94, theme.scss */
.irokl-hero h1 {
  margin: 0;
  font-size: clamp(72px, 8vw, 122px);
  line-height: .88;
  text-transform: uppercase; }

/* line 100, theme.scss */
.irokl-hero__lead {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1;
  color: var(--irokl-burgundy);
  text-transform: uppercase; }

/* line 108, theme.scss */
.irokl-hero__contexts {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.5vw, 28px);
  text-transform: uppercase; }

/* line 114, theme.scss */
.irokl-hero__sizes {
  margin: 34px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 120, theme.scss */
.irokl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px; }

/* line 126, theme.scss */
.irokl-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: 1px solid var(--irokl-burgundy);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease; }

/* line 141, theme.scss */
.irokl-btn:hover {
  transform: translateY(-1px); }

/* line 142, theme.scss */
.irokl-btn--primary {
  background: var(--irokl-burgundy);
  color: #fff; }

/* line 143, theme.scss */
.irokl-btn--primary:hover {
  background: var(--irokl-burgundy-dark);
  border-color: var(--irokl-burgundy-dark);
  color: #fff; }

/* line 144, theme.scss */
.irokl-btn--ghost {
  background: transparent;
  color: var(--irokl-burgundy); }

/* line 145, theme.scss */
.irokl-btn--ghost:hover {
  background: #fff;
  color: var(--irokl-burgundy); }

/* line 146, theme.scss */
.irokl-watch {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--irokl-ink);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

/* line 157, theme.scss */
.irokl-watch__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center; }

/* line 163, theme.scss */
.irokl-watch__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round; }

/* line 172, theme.scss */
.irokl-arc {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 4px solid var(--irokl-navy);
  border-radius: 50%;
  opacity: .98;
  pointer-events: none; }

/* line 181, theme.scss */
.irokl-arc::before,
.irokl-arc::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 4px solid var(--irokl-navy);
  border-radius: 50%; }

/* line 189, theme.scss */
.irokl-arc::after {
  inset: 46px; }

/* line 190, theme.scss */
.irokl-arc--left {
  left: -250px;
  bottom: -190px; }

/* line 191, theme.scss */
.irokl-arc--right {
  right: -235px;
  top: 150px; }

/* line 193, theme.scss */
.irokl-occasions,
.irokl-products {
  padding: 34px 0 52px;
  background: var(--irokl-paper); }

/* line 198, theme.scss */
.irokl-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px; }

/* line 205, theme.scss */
.irokl-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 46px);
  line-height: .95;
  text-transform: uppercase; }

/* line 211, theme.scss */
.irokl-section-head > a {
  color: var(--irokl-ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

/* line 218, theme.scss */
.irokl-occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px; }

/* line 223, theme.scss */
.irokl-occasion-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.95;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #ddd3c7; }

/* line 232, theme.scss */
.irokl-occasion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.2, 0.65, 0.25, 1); }

/* line 238, theme.scss */
.irokl-occasion-card:hover img {
  transform: scale(1.03); }

/* line 239, theme.scss */
.irokl-occasion-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 18, 31, 0.7) 100%); }

/* line 244, theme.scss */
.irokl-occasion-card__label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 256, theme.scss */
.irokl-occasion-card__label svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
  stroke-linecap: round; }

/* line 266, theme.scss */
.irokl-size-guide {
  background: #f3e9df;
  border-top: 1px solid rgba(17, 19, 24, 0.06);
  border-bottom: 1px solid rgba(17, 19, 24, 0.06); }

/* line 271, theme.scss */
.irokl-size-guide__grid {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 60px;
  align-items: center;
  padding: 48px 0; }

/* line 279, theme.scss */
.irokl-size-guide__copy,
.irokl-size-guide__picker {
  position: relative;
  z-index: 1; }

/* line 281, theme.scss */
.irokl-size-guide h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 60px);
  line-height: .98;
  text-transform: uppercase; }

/* line 287, theme.scss */
.irokl-size-guide h2 em {
  color: var(--irokl-burgundy);
  font-style: normal; }

/* line 288, theme.scss */
.irokl-size-guide__copy > p {
  max-width: 420px;
  margin: 16px 0 24px;
  font-size: 18px; }

/* line 293, theme.scss */
.irokl-size-guide__picker > p {
  margin: 0 0 16px;
  color: var(--irokl-burgundy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 300, theme.scss */
.irokl-size-chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px; }

/* line 306, theme.scss */
.irokl-size-chips span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(148, 29, 43, 0.35);
  background: rgba(255, 255, 255, 0.3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  color: var(--irokl-burgundy); }

/* line 316, theme.scss */
.irokl-size-guide__picker > a {
  color: var(--irokl-burgundy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

/* line 323, theme.scss */
.irokl-size-guide__lion {
  position: absolute;
  right: 30px;
  bottom: -24px;
  z-index: 0;
  font-size: 220px;
  line-height: 1;
  color: rgba(16, 42, 73, 0.09);
  pointer-events: none; }

/* line 334, theme.scss */
.irokl-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px; }

/* line 339, theme.scss */
.irokl-product-card {
  position: relative;
  min-width: 0; }

/* line 341, theme.scss */
.irokl-product-card__sale {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  min-width: 48px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 3px;
  background: var(--irokl-burgundy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 360, theme.scss */
.irokl-product-card__fav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); }

/* line 371, theme.scss */
.irokl-product-card__fav::before {
  content: "♡";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--irokl-ink);
  font-size: 16px; }

/* line 380, theme.scss */
.irokl-product-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #f1ebe3; }

/* line 387, theme.scss */
.irokl-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease; }

/* line 394, theme.scss */
.irokl-product-card__image:hover img {
  transform: scale(1.02); }

/* line 395, theme.scss */
.irokl-product-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee6dc; }

/* line 396, theme.scss */
.irokl-product-card__body {
  padding-top: 10px; }

/* line 397, theme.scss */
.irokl-product-card__title {
  display: block;
  color: var(--irokl-ink);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase; }

/* line 405, theme.scss */
.irokl-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px; }

/* line 411, theme.scss */
.irokl-product-card__price strong {
  font-size: 16px; }

/* line 412, theme.scss */
.irokl-product-card__price s {
  color: #777;
  font-size: 13px; }

/* line 414, theme.scss */
.irokl-values {
  background: var(--irokl-paper);
  border-top: 1px solid var(--irokl-line);
  border-bottom: 1px solid var(--irokl-line); }

/* line 419, theme.scss */
.irokl-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* line 423, theme.scss */
.irokl-value {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  border-right: 1px solid var(--irokl-line); }

/* line 431, theme.scss */
.irokl-value:first-child {
  border-left: 1px solid var(--irokl-line); }

/* line 432, theme.scss */
.irokl-value__icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--irokl-ink);
  font-size: 21px; }

/* line 441, theme.scss */
.irokl-value__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 450, theme.scss */
.irokl-value p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase; }

/* line 458, theme.scss */
.irokl-footer-home {
  overflow: hidden;
  padding: 46px 0 40px;
  background: var(--irokl-navy);
  color: #fff; }

/* line 464, theme.scss */
.irokl-footer-home::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 20px transparent, 0 0 0 24px rgba(255, 255, 255, 0.9), 0 0 0 42px transparent, 0 0 0 46px rgba(255, 255, 255, 0.9); }

/* line 475, theme.scss */
.irokl-footer-home__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 30px; }

/* line 482, theme.scss */
.irokl-footer-home h3 {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: 0; }

/* line 487, theme.scss */
.irokl-footer-home ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 492, theme.scss */
.irokl-footer-home li,
.irokl-footer-home p,
.irokl-footer-home a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none; }

/* line 500, theme.scss */
.irokl-footer-home a:hover {
  color: #fff; }

/* line 501, theme.scss */
.irokl-footer-home__logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: .9;
  letter-spacing: -.04em; }

/* line 507, theme.scss */
.irokl-footer-home__brand p {
  margin: 14px 0 0; }

/* line 508, theme.scss */
.irokl-footer-home__socials {
  display: flex;
  gap: 12px;
  margin-top: 18px; }

/* line 513, theme.scss */
.irokl-footer-home__socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 11px;
  text-transform: uppercase; }

/* line 523, theme.scss */
.irokl-subscribe {
  display: grid;
  grid-template-columns: 1fr 52px;
  margin-top: 16px; }

/* line 528, theme.scss */
.irokl-subscribe input {
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 0;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff; }

/* line 537, theme.scss */
.irokl-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.75); }

/* line 538, theme.scss */
.irokl-subscribe button {
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--irokl-burgundy);
  color: #fff;
  font-size: 18px; }

@media (max-width: 1200px) {
  /* line 547, theme.scss */
  .irokl-occasion-grid,
  .irokl-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* line 549, theme.scss */
  .irokl-footer-home__grid {
    grid-template-columns: 1.4fr 1fr 1fr; } }
@media (max-width: 960px) {
  /* line 553, theme.scss */
  .irokl-shell {
    width: calc(100% - 32px); }

  /* line 554, theme.scss */
  .irokl-hero {
    min-height: 700px; }

  /* line 555, theme.scss */
  .irokl-hero__media::after {
    background: linear-gradient(180deg, rgba(247, 239, 230, 0.98) 0%, rgba(247, 239, 230, 0.9) 30%, rgba(247, 239, 230, 0.3) 55%, rgba(247, 239, 230, 0) 74%); }

  /* line 558, theme.scss */
  .irokl-hero__media img {
    object-position: 62% center; }

  /* line 559, theme.scss */
  .irokl-hero__content {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 320px; }

  /* line 560, theme.scss */
  .irokl-size-guide__grid {
    grid-template-columns: 1fr;
    gap: 28px; }

  /* line 561, theme.scss */
  .irokl-size-guide__lion {
    font-size: 170px;
    right: 10px;
    bottom: -10px; }

  /* line 562, theme.scss */
  .irokl-values__grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 563, theme.scss */
  .irokl-footer-home__grid {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  /* line 567, theme.scss */
  .irokl-hero {
    min-height: 640px; }

  /* line 568, theme.scss */
  .irokl-hero__content {
    padding-bottom: 300px; }

  /* line 569, theme.scss */
  .irokl-actions {
    gap: 10px; }

  /* line 570, theme.scss */
  .irokl-btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 12px; }

  /* line 571, theme.scss */
  .irokl-watch {
    font-size: 12px; }

  /* line 572, theme.scss */
  .irokl-arc {
    width: 220px;
    height: 220px;
    border-width: 3px; }

  /* line 573, theme.scss */
  .irokl-arc::before, .irokl-arc::after {
    border-width: 3px; }

  /* line 574, theme.scss */
  .irokl-arc--right {
    right: -160px;
    top: 350px; }

  /* line 575, theme.scss */
  .irokl-arc--left {
    left: -150px;
    bottom: -120px; }

  /* line 576, theme.scss */
  .irokl-occasions, .irokl-products {
    padding: 28px 0 38px; }

  /* line 577, theme.scss */
  .irokl-occasion-grid,
  .irokl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px; }

  /* line 579, theme.scss */
  .irokl-occasion-card {
    aspect-ratio: .84; }

  /* line 580, theme.scss */
  .irokl-occasion-card__label {
    left: 12px;
    right: 12px;
    bottom: 11px;
    font-size: 14px; }

  /* line 581, theme.scss */
  .irokl-occasion-card__label svg {
    width: 20px;
    height: 20px; }

  /* line 582, theme.scss */
  .irokl-size-chips {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }

  /* line 583, theme.scss */
  .irokl-size-chips span {
    min-height: 58px;
    font-size: 22px; }

  /* line 584, theme.scss */
  .irokl-values__grid {
    grid-template-columns: 1fr 1fr; }

  /* line 585, theme.scss */
  .irokl-value {
    min-height: 92px;
    border-bottom: 1px solid var(--irokl-line); }

  /* line 586, theme.scss */
  .irokl-value:nth-child(2n) {
    border-right: 0; }

  /* line 587, theme.scss */
  .irokl-value:last-child {
    grid-column: 1 / -1; }

  /* line 588, theme.scss */
  .irokl-footer-home {
    padding: 36px 0; }

  /* line 589, theme.scss */
  .irokl-footer-home__grid {
    grid-template-columns: 1fr;
    gap: 22px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 593, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 594, theme.scss */
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; } }
/* ---------- IROKL V4: system pages + functional chrome ---------- */
/* line 603, theme.scss */
.page_layout > header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 248, 243, 0.94) !important;
  border-bottom: 1px solid rgba(17, 19, 24, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow .22s ease, background .22s ease; }

/* line 613, theme.scss */
body.irokl-scrolled .page_layout > header {
  background: rgba(251, 248, 243, 0.98) !important;
  box-shadow: 0 7px 30px rgba(17, 19, 24, 0.07); }

/* line 617, theme.scss */
.page_layout > header a,
.page_layout > header button {
  color: var(--irokl-ink); }

/* line 621, theme.scss */
.page_layout > header a:hover {
  color: var(--irokl-burgundy); }

/* line 622, theme.scss */
.page_layout > header img {
  object-fit: contain; }

/* line 624, theme.scss */
.page_layout > footer {
  position: relative;
  overflow: hidden;
  background: var(--irokl-navy) !important;
  color: #fff !important;
  border-top: 0 !important; }

/* line 631, theme.scss */
.page_layout > footer::before {
  content: "";
  position: absolute;
  left: -185px;
  bottom: -315px;
  width: 540px;
  height: 540px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 18px transparent, 0 0 0 21px rgba(255, 255, 255, 0.7), 0 0 0 39px transparent, 0 0 0 42px rgba(255, 255, 255, 0.7);
  pointer-events: none; }

/* line 643, theme.scss */
.page_layout > footer > * {
  position: relative;
  z-index: 1; }

/* line 644, theme.scss */
.page_layout > footer,
.page_layout > footer a,
.page_layout > footer p,
.page_layout > footer span,
.page_layout > footer li,
.page_layout > footer h1,
.page_layout > footer h2,
.page_layout > footer h3,
.page_layout > footer h4,
.page_layout > footer label {
  color: #fff !important; }

/* line 654, theme.scss */
.page_layout > footer a {
  opacity: .88;
  text-decoration: none; }

/* line 655, theme.scss */
.page_layout > footer a:hover {
  opacity: 1; }

/* line 656, theme.scss */
.page_layout > footer input,
.page_layout > footer textarea,
.page_layout > footer select {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important; }

/* line 663, theme.scss */
.page_layout > footer img {
  filter: brightness(0) invert(1); }

/* line 665, theme.scss */
.irokl-inner-page {
  --irokl-inner-width: 1520px;
  min-height: 60vh;
  background: var(--irokl-paper); }

/* line 670, theme.scss */
.irokl-inner-page h1,
.irokl-inner-page h2,
.irokl-inner-page h3 {
  letter-spacing: -.025em; }

/* line 675, theme.scss */
.irokl-inner-page h1,
.irokl-inner-page [class*="page-title"] h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-transform: uppercase; }

/* line 681, theme.scss */
.irokl-inner-page button,
.irokl-inner-page .button,
.irokl-inner-page [class*="button"] {
  border-radius: 4px; }

/* line 686, theme.scss */
.irokl-inner-page input,
.irokl-inner-page select,
.irokl-inner-page textarea {
  border-radius: 3px; }

/* Product cards: editorial 4:5, left-aligned information, restrained chrome. */
/* line 693, theme.scss */
.irokl-inner-page [class*="product-preview"],
.irokl-inner-page [class*="product-card"] {
  border-radius: 4px !important;
  box-shadow: none !important; }

/* line 698, theme.scss */
.irokl-inner-page [class*="product-preview"] img,
.irokl-inner-page [class*="product-card"] img {
  border-radius: 4px !important;
  transition: transform 0.32s cubic-bezier(0.2, 0.65, 0.25, 1), opacity 0.25s ease; }

/* line 703, theme.scss */
.irokl-inner-page [class*="product-preview"]:hover img,
.irokl-inner-page [class*="product-card"]:hover img {
  transform: scale(1.018); }

/* line 707, theme.scss */
.irokl-inner-page [class*="product-preview"] [class*="title"],
.irokl-inner-page [class*="product-card"] [class*="title"] {
  text-align: left !important;
  letter-spacing: .01em; }

/* line 712, theme.scss */
.irokl-inner-page [class*="product-preview"] [class*="price"],
.irokl-inner-page [class*="product-card"] [class*="price"] {
  text-align: left !important;
  font-weight: 700; }

/* Collection/filter controls. */
/* line 719, theme.scss */
.irokl-collection-page [class*="filter"],
.irokl-collection-page [class*="sort"] {
  border-color: rgba(17, 19, 24, 0.14) !important; }

/* line 723, theme.scss */
.irokl-collection-page [class*="filter"] button,
.irokl-collection-page [class*="sort"] button {
  background: transparent;
  color: var(--irokl-ink); }

/* line 728, theme.scss */
.irokl-collection-page [class*="filter"] button:hover,
.irokl-collection-page [class*="sort"] button:hover {
  color: var(--irokl-burgundy); }

/* Product detail page: quieter surfaces and stronger buying action. */
/* line 734, theme.scss */
.irokl-product-page [class*="product"] img {
  border-radius: 4px !important; }

/* line 735, theme.scss */
.irokl-product-page [class*="product"] [class*="price"] {
  color: var(--irokl-ink); }

/* line 736, theme.scss */
.irokl-product-page [class*="product"] [class*="button"],
.irokl-product-page [class*="product"] button[type="submit"] {
  min-height: 50px; }

/* line 740, theme.scss */
.irokl-product-page [class*="product"] button[type="submit"] {
  background: var(--irokl-burgundy) !important;
  border-color: var(--irokl-burgundy) !important;
  color: #fff !important; }

/* line 745, theme.scss */
.irokl-product-page [class*="product"] button[type="submit"]:hover {
  background: var(--irokl-burgundy-dark) !important;
  border-color: var(--irokl-burgundy-dark) !important; }

/* Search, favorites and cart retain native logic but share the same visual system. */
/* line 751, theme.scss */
.irokl-search-page input[type="search"],
.irokl-search-page input[type="text"] {
  min-height: 50px;
  background: #fff;
  border-color: rgba(17, 19, 24, 0.15); }

/* line 757, theme.scss */
.irokl-cart-page [class*="cart"] img {
  border-radius: 4px !important; }

/* line 758, theme.scss */
.irokl-cart-page [class*="total"] {
  font-weight: 700; }

/* Scroll reveal: progressive enhancement, disabled for reduced motion. */
/* line 761, theme.scss */
.irokl-js .irokl-homepage > section.irokl-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.2, 0.65, 0.25, 1); }

/* line 766, theme.scss */
.irokl-js .irokl-homepage > section.irokl-reveal-ready.irokl-reveal-visible {
  opacity: 1;
  transform: none; }

@media (max-width: 768px) {
  /* line 772, theme.scss */
  .page_layout > header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }

  /* line 773, theme.scss */
  .page_layout > footer::before {
    left: -260px;
    bottom: -350px; }

  /* line 774, theme.scss */
  .irokl-inner-page [class*="product-preview"]:hover img,
  .irokl-inner-page [class*="product-card"]:hover img {
    transform: none; } }
@media (prefers-reduced-motion: reduce) {
  /* line 779, theme.scss */
  .irokl-js .irokl-homepage > section.irokl-reveal-ready,
  .irokl-js .irokl-homepage > section.irokl-reveal-ready.irokl-reveal-visible {
    opacity: 1;
    transform: none;
    transition: none; } }
