
  .iceomg-standalone,
  .iceomg-standalone * {
    box-sizing: border-box;
  }

  .iceomg-standalone {
    --iceomg-gap: 28px;
    --iceomg-card-width: 420px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 46px 0 68px;
    background:
      linear-gradient(180deg, #fff 0%, #fff 58%, #fafafa 100%);
    color: #111;
    overflow: hidden;
  }

  .iceomg-standalone::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 330px;
    background:
      radial-gradient(circle at 15% 22%, rgba(228, 198, 91, .13), transparent 28%),
      linear-gradient(180deg, rgba(246, 244, 238, .9) 0%, rgba(255, 255, 255, .4) 58%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .iceomg-standalone::after {
    display: none;
  }

  .iceomg-standalone.iceomg-chain-theme::before {
    background:
      radial-gradient(circle at 15% 22%, rgba(228, 198, 91, .13), transparent 28%),
      linear-gradient(180deg, rgba(246, 244, 238, .9) 0%, rgba(255, 255, 255, .4) 58%, rgba(255, 255, 255, 0) 100%);
  }

  .iceomg-standalone.iceomg-chain-theme::after {
    background: linear-gradient(90deg, transparent, rgba(5, 5, 5, .22), rgba(228, 198, 91, .52), rgba(5, 5, 5, .12), transparent);
  }

  .iceomg-standalone a {
    color: inherit;
    text-decoration: none;
  }

  .iceomg-wrap {
    position: relative;
    z-index: 1;
    width: min(1680px, calc(100vw - 176px));
    margin: 0 auto;
  }

  .iceomg-heading {
    margin: 0 0 30px;
    text-align: left;
  }

  .iceomg-heading-with-feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(420px, 1fr);
    align-items: center;
    gap: 48px;
    margin-bottom: 34px;
    padding-top: 32px;
  }

  .iceomg-heading-with-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(430px, 46vw);
    height: 3px;
    background: linear-gradient(90deg, #050505 0 104px, #e4c65b 104px 272px, rgba(5, 5, 5, .12) 272px 100%);
  }

  .iceomg-heading-main {
    min-width: 0;
  }

  .iceomg-mobile-shop-link {
    display: none;
  }

  .iceomg-kicker,
  .iceomg-title {
    display: block;
    margin: 0;
    padding: 0;
    color: #050505;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  .iceomg-kicker {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 400;
  }

  .iceomg-title {
    margin-top: 6px;
    font-size: 72px;
    line-height: .96;
    font-weight: 900;
  }

  .iceomg-category-note {
    position: relative;
    min-width: 0;
    padding: 24px 26px 24px 30px;
    border: 1px solid rgba(5, 5, 5, .1);
    border-left: 4px solid #e4c65b;
    background:
      linear-gradient(135deg, rgba(228, 198, 91, .1), rgba(255, 255, 255, 0) 42%),
      rgba(255, 255, 255, .68);
    box-shadow: 0 18px 40px rgba(5, 5, 5, .045);
  }

  .iceomg-category-note::before {
    content: "CHAIN";
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 5px 10px;
    background: #050505;
    color: #e4c65b;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
  }

  .iceomg-chain-theme .iceomg-category-note::before {
    content: "CHAIN";
  }

  .iceomg-category-note strong {
    display: block;
    margin: 0 0 7px;
    color: #050505;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
  }

  .iceomg-category-note p {
    max-width: 620px;
    margin: 0;
    color: #333;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
  }

  .iceomg-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
  }

  .iceomg-category-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(5, 5, 5, .12);
    background: rgba(255, 255, 255, .78);
    color: #111;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .iceomg-carousel {
    position: relative;
    width: 100%;
    overflow: visible;
  }

  .iceomg-viewport {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .iceomg-track {
    display: flex;
    align-items: flex-start;
    gap: var(--iceomg-gap);
    transform: translate3d(0, 0, 0);
    transition: transform .36s ease;
    will-change: transform;
  }

  .iceomg-standalone.is-dragging .iceomg-viewport {
    cursor: grabbing;
  }

  .iceomg-standalone.is-dragging .iceomg-track {
    transition: none;
  }

  .iceomg-standalone.is-dragging img {
    pointer-events: none;
  }

  .iceomg-card {
    flex: 0 0 var(--iceomg-card-width);
    width: var(--iceomg-card-width);
    min-width: 0;
    padding-bottom: 10px;
    text-align: left;
  }

  .iceomg-image-link {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
    overflow: hidden;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .iceomg-image-link img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    object-position: center center;
    transition: transform .45s ease;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .iceomg-card:hover .iceomg-image-link img {
    transform: scale(1.035);
  }

  .iceomg-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 12px;
    background: #e4c65b;
    color: #050505;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .iceomg-info {
    padding-top: 14px;
  }

  .iceomg-name {
    display: -webkit-box;
    min-height: 46px;
    max-height: 46px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #171717;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .iceomg-price {
    color: #111;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
  }

  .iceomg-card.is-placeholder .iceomg-image-link {
    background: #f5f5f5;
  }

  .iceomg-card.is-placeholder .iceomg-name,
  .iceomg-card.is-placeholder .iceomg-price {
    display: block;
    color: transparent;
    background: #eeeeee;
    border-radius: 2px;
  }

  .iceomg-card.is-placeholder .iceomg-name {
    width: 82%;
  }

  .iceomg-card.is-placeholder .iceomg-price {
    width: 38%;
    min-height: 24px;
  }


  .iceomg-arrow {
    position: absolute;
    top: 39%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(34, 34, 38, .88);
    color: #e4c65b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
  }

  .iceomg-arrow-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }

  .iceomg-arrow-next {
    right: 0;
    transform: translate(50%, -50%);
  }

  .iceomg-arrow[disabled] {
    opacity: .32;
    cursor: default;
  }

  .iceomg-progress {
    position: relative;
    width: min(340px, 42vw);
    height: 4px;
    margin: 42px auto 0;
    background: #e2e2e2;
    overflow: hidden;
  }

  .iceomg-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: #050505;
    transition: width .28s ease;
  }

  .iceomg-more-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .iceomg-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 54px;
    padding: 0 34px;
    border: 3px solid #050505;
    border-radius: 999px;
    background: #050505 !important;
    color: #e4c65b !important;
    font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  }

  .iceomg-more-link:hover,
  .iceomg-more-link:focus-visible {
    border-color: #050505;
    background: #e4c65b !important;
    color: #050505 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
  }

  .iceomg-more-link:visited {
    color: #e4c65b !important;
  }

  .iceomg-more-link:hover:visited,
  .iceomg-more-link:focus-visible:visited {
    color: #050505 !important;
  }

  @media screen and (max-width: 1200px) {
    .iceomg-wrap { width: calc(100vw - 64px); }
    .iceomg-heading-with-feature { grid-template-columns: 1fr; gap: 22px; }
    .iceomg-title { font-size: 58px; }
  }

  @media screen and (max-width: 750px) {
    .iceomg-standalone {
      --iceomg-gap: 12px;
      padding: 14px 0 32px;
    }
    .iceomg-wrap { width: calc(100vw - 28px); }
    .iceomg-heading-with-feature {
      display: block;
      min-height: 58px;
      margin-bottom: 10px;
      padding: 10px 0 8px;
      border-bottom: 1px solid rgba(5, 5, 5, .08);
    }
    .iceomg-heading-with-feature::before { height: 2px; background: linear-gradient(90deg, #050505 0 46px, #e4c65b 46px 132px, rgba(5, 5, 5, .1) 132px 100%); }
    .iceomg-heading-with-feature::after {
      content: "";
      position: absolute;
      top: 17px;
      right: 104px;
      width: 36px;
      height: 24px;
      border-left: 2px solid rgba(228, 198, 91, .68);
      background: repeating-linear-gradient(135deg, rgba(228, 198, 91, .2) 0 1px, transparent 1px 8px);
      opacity: .9;
      pointer-events: none;
    }
    .iceomg-heading-main { padding-right: 0; }
    .iceomg-mobile-shop-link {
      position: absolute;
      top: 17px;
      right: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 96px;
      min-height: 24px;
      padding: 0 9px;
      border: 1px solid #050505;
      background: #e4c65b;
      color: #050505;
      font-family: Montserrat, OpenSans-Bold, Arial, Helvetica, sans-serif;
      font-size: 9px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
      box-shadow: inset 0 -3px 0 rgba(5, 5, 5, .12);
      clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
      text-decoration: none;
    }
    .iceomg-mobile-shop-link::after {
      content: "";
      width: 13px;
      height: 1px;
      margin-left: 6px;
      background: currentColor;
    }
    .iceomg-category-note { display: none; }
    .iceomg-heading { margin-bottom: 10px; }
    .iceomg-kicker { font-size: 15px; line-height: 1; }
    .iceomg-title { margin-top: 3px; font-size: 23px; line-height: .98; }
    .iceomg-name { min-height: 34px; max-height: 34px; font-size: 13px; line-height: 1.28; }
    .iceomg-price { font-size: 16px; }
    .iceomg-arrow { width: 36px; height: 36px; font-size: 22px; }
    .iceomg-arrow-prev { transform: translate(-22%, -50%); }
    .iceomg-arrow-next { transform: translate(22%, -50%); }
    .iceomg-progress { width: 58vw; margin-top: 28px; }
    .iceomg-more-row { margin-top: 16px; }
    .iceomg-more-link { min-width: 156px; min-height: 42px; padding: 0 24px; border-width: 2px; font-size: 12px; }
  }
