
@media (max-width: 959px) {
  @layer shopline.style.reset,shopline.style.base,shopline.style.mobile;
}

@media (min-width: 960px) {
  @layer shopline.style.mobile,shopline.style.reset,shopline.style.base;
}

.style\:size {
  width: var(--s-width);
  max-width: var(--s-max-width);
  min-width: var(--s-min-width);
  height: var(--s-height);
  max-height: var(--s-max-height);
  min-height: var(--s-min-height);
}

@layer shopline.style.reset {
  .style\:size {
    --s-width: ;
    --s-max-width: ;
    --s-min-width: ;
    --s-height: ;
    --s-max-height: ;
    --s-min-height: ;
  }
}

.style\:layout\:flex {
  display: var(--s-display);
  flex-direction: var(--s-flex-direction);
  flex-wrap: var(--s-flex-wrap);
  align-items: var(--s-align-items);
  align-content: var(--s-align-content);
  justify-content: var(--s-justify-content);
  row-gap: var(--s-row-gap);
  column-gap: var(--s-column-gap);
}

@layer shopline.style.reset {
  .style\:layout\:flex {
    --s-display: flex;
    --s-flex-direction: ;
    --s-flex-wrap: ;
    --s-row-gap: ;
    --s-column-gap: ;
    --s-align-items: ;
    --s-align-content: ;
    --s-justify-content: ;
  }
}

.style\:layout\:flex > .style\:size {
  flex-grow: var(--s-flex-grow);
  flex-basis: var(--s-flex-basis);
  flex-shrink: var(--s-flex-shrink);
}

@layer shopline.style.reset {
  .style\:layout\:flex > .style\:size {
    --s-flex-grow: 0;
    --s-flex-shrink: ;
    --s-flex-basis: ;
  }
}

.style\:spacing {
  margin-inline-start: var(--s-margin-inline-start);
  margin-inline-end: var(--s-margin-inline-end);
  margin-block-start: var(--s-margin-block-start);
  margin-block-end: var(--s-margin-block-end);
  padding-inline-start: var(--s-padding-inline-start);
  padding-inline-end: var(--s-padding-inline-end);
  padding-block-start: var(--s-padding-block-start);
  padding-block-end: var(--s-padding-block-end);
}

@layer shopline.style.reset {
  .style\:spacing {
    --s-margin-inline-start: ;
    --s-margin-inline-end: ;
    --s-margin-block-start: ;
    --s-margin-block-end: ;
    --s-padding-inline-start: ;
    --s-padding-inline-end: ;
    --s-padding-block-start: ;
    --s-padding-block-end: ;
  }
}

@layer shopline.style.base {
  .layout\:section\:map\:layout {
    --s-align-items: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:map\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:section\:map\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:map\:spacing {
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0;
  }
}

@layer shopline.style.base {
  .layout\:section\:map\:size {
    --s-height: auto;
    --s-width: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-cart\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:section\:brand-list\:layout {
    --s-justify-content: center;
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:brand-list\:layout {
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:brand-list\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:brand-list\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:brand-list\:size {
  }
}

@layer shopline.style.base {
  .layout\:section\:multilevel-filter\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-row-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:multilevel-filter\:layout {
    --s-flex-direction: column;
    --s-row-gap: 30px;
  }
}

@layer shopline.style.base {
  .layout\:section\:multilevel-filter\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:text-columns-with-image\:layout {
    --s-column-gap: 30px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:text-columns-with-image\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:text-columns-with-image\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-inline-start: 0;
    --s-padding-block-end: 80px;
    --s-padding-inline-end: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:text-columns-with-image\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:text-columns-with-image\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-recommend-products\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-row-gap: 80px;
    --s-column-gap: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-recommend-products\:layout {
    --s-flex-direction: column;
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-recommend-products\:spacing {
    --s-padding-block-start: 120px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 120px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-recommend-products\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:footer\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:footer\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:footer\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:footer\:spacing {
    --s-padding-block-end: 20px;
    --s-padding-block-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:media-promotion\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:media-promotion\:spacing {
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:header\:desktop_spacing {
    --s-padding-block-start: 8px;
    --s-padding-inline-end: 30px;
    --s-padding-block-end: 8px;
    --s-padding-inline-start: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:header\:desktop_spacing {
    --s-padding-block-start: 5px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 5px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:announcement-bar\:spacing {
    --s-padding-block-end: 10px;
    --s-padding-block-start: 10px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:announcement-bar\:spacing {
    --s-padding-block-start: 6px;
    --s-padding-block-end: 6px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-section\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 32px;
    --s-column-gap: 32px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:custom-section\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-section\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-section\:size {
    --s-height: auto;
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-login\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-login\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-sline\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 30px;
    --s-column-gap: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:custom-sline\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-sline\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:custom-sline\:spacing {
    --s-padding-block-end: 40px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-sline\:size {
    --s-height: auto;
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:section\:ingredient-display\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:ingredient-display\:layout {
    --s-row-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:section\:ingredient-display\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-start: 80px;
    --s-padding-block-end: 60px;
    --s-padding-inline-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:ingredient-display\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-start: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:ingredient-display\:size {
    --s-height: auto;
    --s-width: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:collection-list\:layout {
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:collection-list\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:collection-list\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:collection-list\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:collection-list\:size {
  }
}

@layer shopline.style.base {
  .layout\:section\:faq\:layout {
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:faq\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 30px;
  }
}

@layer shopline.style.base {
  .layout\:section\:faq\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 30px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:faq\:spacing {
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 24px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:faq\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-collection\:layout {
    --s-flex-direction: column;
    --s-align-items: center;
    --s-row-gap: 40px;
    --s-column-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-collection\:layout {
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-collection\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-collection\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:before-after\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: wrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:section\:before-after\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 80px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:before-after\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:before-after\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-register\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-register\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-order-tracking\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-order-tracking\:spacing {
    --s-padding-block-end: 40px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-collection-list\:layout {
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-collection-list\:layout {
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-collection-list\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-collection-list\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-with-text\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 50px;
    --s-column-gap: 0;
    --s-flex-direction: row;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-with-text\:layout {
    --s-justify-content: center;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-with-text\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 30px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-with-text\:spacing {
    --s-padding-block-start: 30px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-with-text\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-search\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-product\:layout {
    --s-column-gap: 60px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-row-gap: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:featured-product\:layout {
    --s-flex-direction: column;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:featured-product\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-account\:spacing {
    --s-padding-inline-start: 0;
    --s-padding-block-start: 80px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-account\:spacing {
    --s-padding-inline-end: 0;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:shopping-video\:layout {
    --s-flex-direction: column;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:section\:shopping-video\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:shopping-video\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-page\:layout {
    --s-row-gap: 30px;
    --s-column-gap: 30px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:custom-page\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-page\:spacing {
    --s-padding-inline-start: 210px;
    --s-padding-block-start: 80px;
    --s-padding-inline-end: 210px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:custom-page\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:section\:custom-page\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-order-list\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-order-list\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:collage\:spacing {
    --s-padding-block-start: 100px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 100px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:collage\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:collage\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:rich-text\:layout {
    --s-justify-content: center;
    --s-column-gap: 28px;
    --s-row-gap: 28px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:rich-text\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-column-gap: 14px;
    --s-row-gap: 14px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:section\:rich-text\:spacing {
    --s-padding-block-start: 100px;
    --s-padding-inline-end: 30px;
    --s-padding-block-end: 100px;
    --s-padding-inline-start: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:rich-text\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:sign-up-and-save\:layout {
    --s-column-gap: 12px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 12px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:sign-up-and-save\:layout {
    --s-row-gap: 4px;
    --s-column-gap: 4px;
  }
}

@layer shopline.style.base {
  .layout\:section\:sign-up-and-save\:spacing {
    --s-padding-inline-end: 0;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 0;
    --s-padding-block-start: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:sign-up-and-save\:spacing {
    --s-padding-block-start: 30px;
    --s-padding-block-end: 30px;
  }
}

@layer shopline.style.base {
  .layout\:section\:sign-up-and-save\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:recommended-product\:layout {
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:recommended-product\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:recommended-product\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:recommended-product\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-promotion\:layout {
    --s-justify-content: center;
    --s-row-gap: 24px;
    --s-column-gap: 24px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: stretch;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-promotion\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-promotion\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 100px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 100px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-promotion\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:blog\:layout {
    --s-row-gap: 40px;
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:blog\:layout {
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:blog\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:blog\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-company\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-company\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-article\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-inline-start: 250px;
    --s-padding-block-end: 80px;
    --s-padding-inline-end: 250px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-article\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 40px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-product\:layout {
    --s-flex-wrap: nowrap;
    --s-row-gap: 20px;
    --s-column-gap: 60px;
    --s-flex-direction: column;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-product\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-product\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-product\:spacing {
    --s-padding-block-start: 10px;
    --s-padding-block-end: 10px;
  }
}

@layer shopline.style.base {
  .layout\:section\:contact-form\:spacing {
    --s-padding-block-end: 60px;
    --s-padding-block-start: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:contact-form\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:contact-form\:size {
    --s-width: 1000px;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:contact-form\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:video\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-column-gap: 28px;
    --s-row-gap: 28px;
    --s-flex-direction: column;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:video\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-column-gap: 14px;
    --s-row-gap: 14px;
  }
}

@layer shopline.style.base {
  .layout\:section\:video\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:video\:spacing {
    --s-padding-block-start: 30px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 30px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:video\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:video\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:section\:recently-viewed-product\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-row-gap: 40px;
    --s-column-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:recently-viewed-product\:layout {
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:recently-viewed-product\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-block-end: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:recently-viewed-product\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-activate-account\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-activate-account\:spacing {
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-banner\:layout {
    --s-column-gap: 0px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-banner\:layout {
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-banner\:spacing {
    --s-padding-inline-end: 30px;
    --s-padding-inline-start: 30px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-banner\:spacing {
    --s-padding-inline-end: 20px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-page\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-inline-end: 210px;
    --s-padding-block-end: 80px;
    --s-padding-inline-start: 210px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-page\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-blog\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-blog\:spacing {
    --s-padding-block-end: 40px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:count-down\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:count-down\:layout {
    --s-flex-direction: column;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:section\:count-down\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 80px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:count-down\:spacing {
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:section\:count-down\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:count-down\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:section\:customers-order-detail\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:customers-order-detail\:spacing {
    --s-padding-block-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-password\:layout {
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:section\:main-password\:spacing {
    --s-padding-inline-start: 250px;
    --s-padding-inline-end: 250px;
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:main-password\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 24px;
    --s-padding-inline-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:section\:image-floating\:spacing {
    --s-padding-block-end: 80px;
    --s-padding-inline-end: 0px;
    --s-padding-block-start: 80px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:image-floating\:spacing {
    --s-padding-block-end: 24px;
    --s-padding-inline-end: 0px;
    --s-padding-block-start: 24px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:section\:text-with-image\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:text-with-image\:layout {
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:section\:text-with-image\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:section\:text-with-image\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__group\:layout {
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: wrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-end;
    --s-row-gap: 10px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--media-promotion__group\:layout {
    --s-row-gap: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__group\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--media-promotion__group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__group\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-product__product-info\:layout {
    --s-flex-wrap: nowrap;
    --s-flex-direction: column;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-product__product-info\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-product__product-info\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-product__product-info\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__text-group\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__text-group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__text-group\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__text-group\:size {
    --s-width: 30%;
    --s-height: 100%;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__text-group\:size {
    --s-width: 100%;
    --s-height: 30%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-collection-cover__banner\:layout {
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-collection-cover__banner\:size {
    --s-height: 470px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-collection-cover__banner\:size {
    --s-height: 384px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-text-group\:layout {
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 10px;
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card-text-group\:layout {
    --s-row-gap: 4px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-text-group\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card-text-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-text-group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--rich-text__decorative-line\:size {
    --s-width: 1px;
    --s-height: 43px;
  }
}

@layer shopline.style.base {
  .layout\:block\:collection___image\:layout {
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___dialog\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___dialog\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:popup-with-text___dialog\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___dialog\:size {
    --s-width: 580px;
    --s-height: 564px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:popup-with-text___dialog\:size {
    --s-height: 480px;
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:video__video\:spacing {
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:video__video\:spacing {
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:video__video\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:heading\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__logo-list-item\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__logo-list-item\:spacing {
    --s-padding-block-start: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-product__product-media\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-product__product-media\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__additional-group\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: space-between;
    --s-row-gap: 40px;
    --s-column-gap: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__additional-group\:layout {
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__additional-group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__additional-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__additional-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:description\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:description\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--count-down__divider\:spacing {
    --s-padding-block-start: 0;
    --s-padding-block-end: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--count-down__divider\:spacing {
    --s-padding-block-start: 0;
    --s-padding-block-end: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--count-down__count-down-date\:spacing {
    --s-padding-block-start: 0;
    --s-padding-block-end: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--count-down__count-down-date\:spacing {
    --s-padding-block-start: 0;
    --s-padding-block-end: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group__group\:layout {
    --s-column-gap: 10px;
    --s-row-gap: 10px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group__group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group__group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card__card\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-row-gap: 16px;
    --s-column-gap: 16px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-card__card\:layout {
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: row;
    --s-flex-wrap: wrap;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__video-group\:layout {
    --s-flex-direction: column;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___popover\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___popover\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:popup-with-text___popover\:spacing {
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 10px;
    --s-padding-block-start: 10px;
    --s-padding-inline-end: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text___popover\:size {
    --s-width: 288px;
    --s-height: 184px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-cart__cart-items\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__container\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__container\:layout {
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__container\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__container\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__video-list-group\:layout {
    --s-flex-direction: column;
    --s-align-items: center;
    --s-column-gap: 40px;
    --s-row-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--shopping-video__video-list-group\:layout {
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__group\:layout {
    --s-justify-content: right;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: bottom;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__group\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--before-after__group\:spacing {
    --s-padding-block-start: 10px;
    --s-padding-inline-end: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__payment-icons\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__payment-icons\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__payment-icons\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:collection___title\:size {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--collage__both-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:article__card\:layout {
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:article__card\:layout {
    --s-row-gap: 15px;
    --s-column-gap: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:article__card\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:article__card\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-with-text__group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-with-text__group\:layout {
    --s-row-gap: 8px;
    --s-column-gap: 8px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-with-text__group\:spacing {
    --s-padding-block-start: 32px;
    --s-padding-inline-end: 50px;
    --s-padding-block-end: 32px;
    --s-padding-inline-start: 50px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-with-text__group\:spacing {
    --s-padding-block-start: 15px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 15px;
    --s-padding-inline-start: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-with-text__group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__line\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__line\:spacing {
    --s-padding-block-start: 0;
    --s-padding-block-end: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__line\:size {
    --s-width: auto;
    --s-height: 180px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__line\:size {
    --s-height: 32px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group___bundle\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: flex-start;
    --s-column-gap: 8px;
    --s-row-gap: 8px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-buy-button-group___bundle\:layout {
    --s-flex-direction: column;
    --s-align-items: stretch;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group___bundle\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group___bundle\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__social-media\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__social-media\:size {
    --s-width: 25%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__social-media\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___top-layer\:layout {
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___top-layer\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___top-layer\:spacing {
    --s-padding-block-start: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 10px;
    --s-padding-inline-end: 10px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-card___top-layer\:spacing {
    --s-padding-block-start: 5px;
    --s-padding-block-end: 5px;
    --s-padding-inline-start: 5px;
    --s-padding-inline-end: 5px;
  }
}

@layer shopline.style.base {
  .layout\:block\:email-subscription\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:email-subscription\:size {
    --s-width: 25%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:email-subscription\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-recommend-products__image\:size {
    --s-width: 30%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-recommend-products__image\:size {
    --s-width: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:custom-sline\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:custom-sline\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-cart__cart-footer-buttons\:spacing {
    --s-padding-block-start: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-cart__cart-footer\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 100px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-cart__cart-footer\:spacing {
    --s-padding-block-start: 24px;
    --s-padding-block-end: 24px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-image__group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--shopping-image__group\:layout {
    --s-align-items: flex-start;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-image__group\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-inline-end: 80px;
    --s-padding-block-end: 80px;
    --s-padding-inline-start: 80px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--shopping-image__group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__logo-list\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__logo-list\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-product__product-media-group\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-product__product-media-group\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-floating__text-group\:layout {
    --s-row-gap: 14px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-column-gap: 14px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-floating__text-group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 100px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 100px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-floating__text-group\:spacing {
    --s-padding-block-end: 40px;
    --s-padding-inline-end: 20px;
    --s-padding-block-start: 40px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-area\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: stretch;
    --s-justify-content: space-between;
    --s-row-gap: 40px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-area\:layout {
    --s-flex-direction: column;
    --s-row-gap: 20px;
    --s-column-gap: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-area\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-area\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-area\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__map-style\:layout {
    --s-column-gap: 20px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-justify-content: center;
    --s-row-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__map-style\:layout {
    --s-flex-direction: column;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__map-style\:spacing {
    --s-padding-inline-start: 0;
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__map-style\:size {
    --s-width: 50%;
    --s-height: 528px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__map-style\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__product-text-group\:layout {
    --s-align-items: flex-start;
    --s-row-gap: 8px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__product-text-group\:spacing {
    --s-padding-block-start: 15px;
    --s-padding-block-end: 15px;
    --s-padding-inline-start: 15px;
    --s-padding-inline-end: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text__popup-with-text\:spacing {
    --s-padding-inline-start: 8px;
    --s-padding-block-start: 4px;
    --s-padding-inline-end: 8px;
    --s-padding-block-end: 4px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-text__popup-with-text\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:button-group\:layout {
    --s-row-gap: 14px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-column-gap: 14px;
  }
}

@layer shopline.style.base {
  .layout\:block\:button-group\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 8px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:button-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___layer\:layout {
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___layer\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___layer\:spacing {
    --s-padding-inline-end: 10px;
    --s-padding-block-start: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 10px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-card___layer\:spacing {
    --s-padding-inline-end: 5px;
    --s-padding-block-start: 5px;
    --s-padding-block-end: 5px;
    --s-padding-inline-start: 5px;
  }
}

@layer shopline.style.base {
  .layout\:block\:subheading\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:button\:spacing {
    --s-padding-inline-end: 20px;
    --s-padding-block-start: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:button\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__image\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
    --s-flex-direction: row;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__image\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__image\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright-menu\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright-menu\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__button\:spacing {
    --s-padding-inline-end: 20px;
    --s-padding-block-start: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-video__button\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__container\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__container\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__collapsible-group\:layout {
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__collapsible-group\:spacing {
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--faq__collapsible-group\:spacing {
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__collapsible-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:article___info\:layout {
    --s-flex-direction: column;
    --s-align-items: center;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__text-content\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__text-content\:layout {
    --s-flex-direction: column;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__text-content\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__text-content\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__text-content\:size {
    --s-width: 50%;
    --s-height: 100%;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__text-content\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-banner__container\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-banner__container\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-banner__container\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-banner__container\:spacing {
    --s-padding-inline-end: 24px;
    --s-padding-block-end: 24px;
    --s-padding-inline-start: 24px;
    --s-padding-block-start: 24px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-banner__container\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-link\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:popup-with-link\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-collection-list__collection\:layout {
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-collection-list__collection\:spacing {
    --s-padding-inline-end: 40px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 40px;
    --s-padding-block-start: 40px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--shopping-image__image\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--shopping-image__image\:layout {
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright-text\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright-text\:size {
    --s-height: auto;
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__bottom-content\:layout {
    --s-row-gap: 0;
    --s-column-gap: 0;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-justify-content: center;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__bottom-content\:layout {
    --s-flex-direction: column;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__bottom-content\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__bottom-content\:spacing {
    --s-padding-block-start: 10px;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__bottom-content\:size {
    --s-height: 100%;
    --s-width: 100%;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__bottom-content\:size {
    --s-width: 100%;
    --s-height: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:collection__card\:layout {
    --s-align-items: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-password__content-group\:layout {
    --s-flex-direction: column;
    --s-align-items: center;
    --s-justify-content: center;
    --s-column-gap: 20px;
    --s-row-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-password__content-group\:spacing {
    --s-padding-block-start: 80px;
    --s-padding-block-end: 80px;
    --s-padding-inline-start: 35px;
    --s-padding-inline-end: 35px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-password__content-group\:spacing {
    --s-padding-block-start: 30px;
    --s-padding-block-end: 30px;
    --s-padding-inline-start: 20px;
    --s-padding-inline-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-password__content-group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product___detail-breadcrumb\:layout {
    --s-column-gap: 10px;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-row-gap: 5px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product___detail-breadcrumb\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-product__product-info\:layout {
    --s-flex-wrap: nowrap;
    --s-flex-direction: column;
    --s-align-items: stretch;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-product__product-info\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-product__product-info\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-product__product-info\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-group\:layout {
    --s-column-gap: 60px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: space-between;
    --s-row-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__contact-group\:layout {
    --s-flex-direction: column;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___info\:layout {
    --s-column-gap: 8px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-row-gap: 8px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___info\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___info\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__custom-text\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__custom-text\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-floating__heading\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--count-down__content\:layout {
    --s-column-gap: 40px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 0;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--count-down__content\:layout {
    --s-row-gap: 0;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--count-down__content\:spacing {
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 60px;
    --s-padding-block-end: 60px;
    --s-padding-inline-start: 60px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--count-down__content\:spacing {
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:rich-text\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:rich-text\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__text-group\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__text-group\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__text-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright\:layout {
    --s-justify-content: flex-start;
    --s-row-gap: 20px;
    --s-column-gap: 10px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__copyright\:spacing {
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__copyright\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__information-group\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__information-group\:layout {
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
    --s-flex-direction: column;
    --s-flex-wrap: wrap;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__information-group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__information-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__information-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-product__product-info-group\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__email-subscribe\:size {
    --s-width: 30%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__email-subscribe\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-recommend-products__group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-row-gap: 40px;
    --s-column-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-recommend-products__group\:layout {
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-recommend-products__group\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-recommend-products__group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-promotion__group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
    --s-column-gap: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-promotion__group\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 40px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 40px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card\:layout {
    --s-align-items: center;
    --s-justify-content: flex-start;
    --s-row-gap: 0px;
    --s-column-gap: 20px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card\:layout {
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card\:size {
    --s-height: auto;
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-logo-list\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-logo-list\:size {
    --s-height: auto;
    --s-width: 50%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-columns-with-image__card\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
    --s-row-gap: 16px;
    --s-column-gap: 16px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--text-columns-with-image__card\:layout {
    --s-row-gap: 8px;
    --s-column-gap: 8px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product___detail-buy-button-group\:layout {
    --s-align-items: center;
    --s-justify-content: flex-start;
    --s-column-gap: 14px;
    --s-row-gap: 14px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}

@layer shopline.style.base {
  .layout\:block\:product___detail-buy-button-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product___detail-buy-button-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:text\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:text\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:group\:layout {
    --s-justify-content: center;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:group\:spacing {
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:group\:spacing {
    --s-padding-block-start: 10px;
    --s-padding-inline-end: 10px;
    --s-padding-block-end: 10px;
    --s-padding-inline-start: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:icon__icon\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-logo-list-item\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: flex-start;
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__contact-logo-list-item\:spacing {
    --s-padding-block-start: 15px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___image\:layout {
    --s-justify-content: space-between;
  }
}

@layer shopline.style.base {
  .layout\:block\:logo__logo\:spacing {
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:logo__logo\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:image__image\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--image-floating__icon\:icon_spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 60px;
    --s-padding-inline-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--image-floating__icon\:icon_spacing {
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__product-info\:layout {
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__product-info\:spacing {
    --s-padding-inline-start: 20px;
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--media-promotion__product-info\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-inline-end: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__product-info\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__group\:layout {
    --s-justify-content: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__group\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--slideshow__group\:spacing {
    --s-padding-block-start: 30px;
    --s-padding-block-end: 30px;
    --s-padding-inline-end: 70px;
    --s-padding-inline-start: 70px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--slideshow__group\:size {
    --s-height: 100%;
    --s-width: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--collage__single-group\:spacing {
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__group\:layout {
    --s-column-gap: 40px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--faq__group\:layout {
    --s-flex-direction: column;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--faq__group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-with-image__text-group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-justify-content: center;
    --s-row-gap: 12px;
    --s-column-gap: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-with-image__text-group\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--text-with-image__text-group\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__group-title\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--before-after__group-title\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-with-image__context-group\:layout {
    --s-column-gap: 100px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--text-with-image__context-group\:layout {
    --s-flex-direction: column;
    --s-align-items: flex-start;
    --s-row-gap: 20px;
    --s-column-gap: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-with-image__context-group\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-product__product-info-group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__product-card\:spacing {
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
    --s-padding-block-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--text-with-image__image-with-product\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--text-with-image__image-with-product\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__image-group\:layout {
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: center;
    --s-row-gap: 8px;
    --s-column-gap: 8px;
    --s-flex-direction: column;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--featured-slideshow__image-group\:spacing {
    --s-padding-block-end: 40px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 40px;
    --s-padding-inline-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--featured-slideshow__image-group\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-cart__cart-footer-subtotal\:spacing {
  }
}

@layer shopline.style.base {
  .layout\:block\:section--media-promotion__media-container\:spacing {
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--media-promotion__media-container\:spacing {
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-cart__cart-header\:spacing {
    --s-padding-block-start: 40px;
    --s-padding-block-end: 40px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-cart__cart-header\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-blog__title\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--main-product__product-main\:layout {
    --s-column-gap: 60px;
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: flex-start;
    --s-row-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--main-product__product-main\:layout {
    --s-column-gap: 20px;
    --s-flex-direction: column;
    --s-row-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___description\:spacing {
    --s-padding-block-start: 4.8px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 4.8px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-card___description\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--multilevel-filter__filter-group\:layout {
    --s-align-items: flex-end;
    --s-flex-wrap: wrap;
    --s-row-gap: 20px;
    --s-column-gap: 14px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--multilevel-filter__filter-group\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__navigation\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__navigation\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:dividing-line__dividing-line\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:dividing-line__dividing-line\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-group\:layout {
    --s-flex-direction: column;
    --s-flex-wrap: nowrap;
    --s-align-items: stretch;
    --s-justify-content: flex-start;
    --s-row-gap: 20px;
    --s-column-gap: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card-group\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--ingredient-display__image-text-card-group\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-start: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--ingredient-display__image-text-card-group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:breadcrumb__breadcrumb\:layout {
    --s-flex-direction: row;
    --s-flex-wrap: nowrap;
    --s-align-items: center;
    --s-justify-content: flex-start;
    --s-row-gap: 0px;
    --s-column-gap: 5px;
  }
}

@layer shopline.style.base {
  .layout\:block\:breadcrumb__breadcrumb\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-image\:layout {
    --s-justify-content: space-between;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-buy-button-group___quantity-selector\:size {
    --s-width: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-buy-button-group___quantity-selector\:size {
    --s-width: 100%;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__btn-group\:layout {
    --s-align-items: center;
    --s-justify-content: flex-start;
    --s-column-gap: 20px;
    --s-row-gap: 20px;
    --s-flex-direction: row;
    --s-flex-wrap: wrap;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--map__btn-group\:layout {
    --s-row-gap: 10px;
    --s-column-gap: 10px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__btn-group\:spacing {
    --s-padding-block-start: 0;
    --s-padding-inline-end: 0;
    --s-padding-block-end: 0;
    --s-padding-inline-start: 0;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--map__btn-group\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-title\:spacing {
    --s-padding-block-start: 4.8px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 4.8px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-title\:size {
    --s-height: auto;
    --s-width: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-description\:spacing {
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 12px;
    --s-padding-inline-end: 12px;
    --s-padding-block-start: 20px;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:product-description\:spacing {
    --s-padding-block-start: 20px;
    --s-padding-block-end: 20px;
    --s-padding-inline-start: 0px;
    --s-padding-inline-end: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:product-description\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__market-selector\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:section--footer__market-selector\:size {
    --s-width: 50%;
    --s-height: auto;
  }
}
@layer shopline.style.mobile {
  .layout\:block\:section--footer__market-selector\:size {
    --s-width: 100%;
    --s-height: auto;
  }
}

@layer shopline.style.base {
  .layout\:block\:share\:spacing {
    --s-padding-block-start: 0px;
    --s-padding-inline-end: 0px;
    --s-padding-block-end: 0px;
    --s-padding-inline-start: 0px;
  }
}

@layer shopline.style.base {
  .layout\:block\:share\:size {
    --s-width: auto;
    --s-height: auto;
  }
}

:root{
  --style-section--map--layout__align-items: center;
  --style-section--map--layout__row-gap: 20px;
  --style-section--map--layout__column-gap: 20px;
  --style-section--map--layout__flex-direction: column;
  --style-section--map--layout__justify-content: center;
  --style-section--map--spacing__padding-top: 60px;
  --style-section--map--spacing__padding-right: 0;
  --style-section--map--spacing__padding-bottom: 0;
  --style-section--map--spacing__padding-left: 0;
  --style-section--map--size__height: auto;
  --style-section--map--size__width: auto;
  --style-section--brand-list--layout__justify-content: center;
  --style-section--brand-list--layout__row-gap: 40px;
  --style-section--brand-list--layout__column-gap: 40px;
  --style-section--brand-list--layout__flex-direction: column;
  --style-section--brand-list--layout__flex-wrap: nowrap;
  --style-section--brand-list--layout__align-items: center;
  --style-section--brand-list--spacing__padding-top: 60px;
  --style-section--brand-list--spacing__padding-bottom: 60px;
  --style-section--multilevel-filter--layout__flex-direction: column;
  --style-section--multilevel-filter--layout__flex-wrap: nowrap;
  --style-section--multilevel-filter--layout__row-gap: 40px;
  --style-section--multilevel-filter--spacing__padding-block-start: 40px;
  --style-section--multilevel-filter--spacing__padding-block-end: 40px;
  --style-section--text-columns-with-image--layout__column-gap: 30px;
  --style-section--text-columns-with-image--layout__flex-direction: column;
  --style-section--text-columns-with-image--layout__flex-wrap: nowrap;
  --style-section--text-columns-with-image--layout__align-items: center;
  --style-section--text-columns-with-image--layout__justify-content: center;
  --style-section--text-columns-with-image--layout__row-gap: 30px;
  --style-section--text-columns-with-image--spacing__padding-block-start: 80px;
  --style-section--text-columns-with-image--spacing__padding-inline-start: 0;
  --style-section--text-columns-with-image--spacing__padding-block-end: 80px;
  --style-section--text-columns-with-image--spacing__padding-inline-end: 0;
  --style-section--text-columns-with-image--size__width: 100%;
  --style-section--text-columns-with-image--size__height: auto;
  --style-section--featured-recommend-products--layout__flex-direction: row;
  --style-section--featured-recommend-products--layout__flex-wrap: nowrap;
  --style-section--featured-recommend-products--layout__row-gap: 80px;
  --style-section--featured-recommend-products--layout__column-gap: 80px;
  --style-section--featured-recommend-products--spacing__padding-top: 120px;
  --style-section--featured-recommend-products--spacing__padding-right: 0px;
  --style-section--featured-recommend-products--spacing__padding-bottom: 120px;
  --style-section--featured-recommend-products--spacing__padding-left: 0px;
  --style-section--footer--layout__flex-direction: column;
  --style-section--footer--layout__flex-wrap: nowrap;
  --style-section--footer--layout__align-items: center;
  --style-section--footer--layout__justify-content: center;
  --style-section--footer--layout__row-gap: 0px;
  --style-section--footer--layout__column-gap: 0px;
  --style-section--footer--spacing__padding-top: 40px;
  --style-section--footer--spacing__padding-bottom: 40px;
  --style-section--media-promotion--spacing__padding-block-start: 40px;
  --style-section--media-promotion--spacing__padding-inline-end: 40px;
  --style-section--media-promotion--spacing__padding-block-end: 40px;
  --style-section--media-promotion--spacing__padding-inline-start: 40px;
  --style-section--header--desktop_spacing__padding-block-start: 8px;
  --style-section--header--desktop_spacing__padding-inline-end: 30px;
  --style-section--header--desktop_spacing__padding-block-end: 8px;
  --style-section--header--desktop_spacing__padding-inline-start: 30px;
  --style-section--announcement-bar--spacing__padding-bottom: 10px;
  --style-section--announcement-bar--spacing__padding-top: 10px;
  --style-section--custom-section--layout__flex-direction: column;
  --style-section--custom-section--layout__flex-wrap: nowrap;
  --style-section--custom-section--layout__align-items: center;
  --style-section--custom-section--layout__justify-content: center;
  --style-section--custom-section--layout__row-gap: 32px;
  --style-section--custom-section--layout__column-gap: 32px;
  --style-section--custom-section--size__height: auto;
  --style-section--custom-section--size__width: 100%;
  --style-section--customers-login--spacing__padding-top: 80px;
  --style-section--customers-login--spacing__padding-bottom: 80px;
  --style-section--custom-sline--layout__flex-direction: column;
  --style-section--custom-sline--layout__flex-wrap: nowrap;
  --style-section--custom-sline--layout__align-items: center;
  --style-section--custom-sline--layout__justify-content: center;
  --style-section--custom-sline--layout__row-gap: 30px;
  --style-section--custom-sline--layout__column-gap: 30px;
  --style-section--custom-sline--spacing__padding-top: 80px;
  --style-section--custom-sline--spacing__padding-bottom: 80px;
  --style-section--custom-sline--size__height: auto;
  --style-section--custom-sline--size__width: 100%;
  --style-section--ingredient-display--layout__flex-direction: column;
  --style-section--ingredient-display--layout__flex-wrap: nowrap;
  --style-section--ingredient-display--layout__align-items: center;
  --style-section--ingredient-display--layout__justify-content: center;
  --style-section--ingredient-display--layout__row-gap: 20px;
  --style-section--ingredient-display--layout__column-gap: 0px;
  --style-section--ingredient-display--spacing__padding-block-start: 60px;
  --style-section--ingredient-display--spacing__padding-inline-start: 80px;
  --style-section--ingredient-display--spacing__padding-block-end: 60px;
  --style-section--ingredient-display--spacing__padding-inline-end: 80px;
  --style-section--ingredient-display--size__height: auto;
  --style-section--ingredient-display--size__width: auto;
  --style-section--collection-list--layout__row-gap: 40px;
  --style-section--collection-list--layout__column-gap: 40px;
  --style-section--collection-list--layout__flex-direction: column;
  --style-section--collection-list--layout__flex-wrap: nowrap;
  --style-section--collection-list--layout__align-items: center;
  --style-section--collection-list--layout__justify-content: center;
  --style-section--collection-list--spacing__padding-top: 60px;
  --style-section--collection-list--spacing__padding-bottom: 60px;
  --style-section--faq--layout__row-gap: 40px;
  --style-section--faq--layout__column-gap: 40px;
  --style-section--faq--layout__flex-direction: column;
  --style-section--faq--layout__flex-wrap: nowrap;
  --style-section--faq--layout__align-items: center;
  --style-section--faq--layout__justify-content: center;
  --style-section--faq--spacing__padding-block-start: 60px;
  --style-section--faq--spacing__padding-inline-end: 30px;
  --style-section--faq--spacing__padding-block-end: 60px;
  --style-section--faq--spacing__padding-inline-start: 30px;
  --style-section--faq--size__width: 100%;
  --style-section--faq--size__height: auto;
  --style-section--featured-collection--layout__flex-direction: column;
  --style-section--featured-collection--layout__align-items: center;
  --style-section--featured-collection--layout__row-gap: 40px;
  --style-section--featured-collection--layout__column-gap: 40px;
  --style-section--featured-collection--spacing__padding-top: 60px;
  --style-section--featured-collection--spacing__padding-bottom: 60px;
  --style-section--before-after--layout__row-gap: 20px;
  --style-section--before-after--layout__column-gap: 0px;
  --style-section--before-after--layout__flex-direction: column;
  --style-section--before-after--layout__flex-wrap: wrap;
  --style-section--before-after--layout__align-items: center;
  --style-section--before-after--layout__justify-content: center;
  --style-section--before-after--spacing__padding-top: 60px;
  --style-section--before-after--spacing__padding-right: 80px;
  --style-section--before-after--spacing__padding-bottom: 60px;
  --style-section--before-after--spacing__padding-left: 80px;
  --style-section--before-after--size__width: 100%;
  --style-section--before-after--size__height: auto;
  --style-section--customers-register--spacing__padding-top: 80px;
  --style-section--customers-register--spacing__padding-bottom: 80px;
  --style-section--main-order-tracking--spacing__padding-top: 80px;
  --style-section--main-order-tracking--spacing__padding-bottom: 80px;
  --style-section--featured-collection-list--layout__align-items: center;
  --style-section--featured-collection-list--layout__justify-content: center;
  --style-section--featured-collection-list--layout__row-gap: 40px;
  --style-section--featured-collection-list--layout__column-gap: 40px;
  --style-section--featured-collection-list--layout__flex-direction: column;
  --style-section--featured-collection-list--spacing__padding-top: 24px;
  --style-section--featured-collection-list--spacing__padding-right: 0px;
  --style-section--featured-collection-list--spacing__padding-bottom: 24px;
  --style-section--featured-collection-list--spacing__padding-left: 0px;
  --style-section--image-with-text--layout__flex-wrap: nowrap;
  --style-section--image-with-text--layout__align-items: center;
  --style-section--image-with-text--layout__justify-content: center;
  --style-section--image-with-text--layout__row-gap: 50px;
  --style-section--image-with-text--layout__column-gap: 0;
  --style-section--image-with-text--layout__flex-direction: row;
  --style-section--image-with-text--spacing__padding-block-start: 60px;
  --style-section--image-with-text--spacing__padding-inline-end: 30px;
  --style-section--image-with-text--spacing__padding-block-end: 60px;
  --style-section--image-with-text--spacing__padding-inline-start: 30px;
  --style-section--image-with-text--size__width: 100%;
  --style-section--image-with-text--size__height: auto;
  --style-section--featured-product--layout__column-gap: 60px;
  --style-section--featured-product--layout__flex-direction: row;
  --style-section--featured-product--layout__flex-wrap: nowrap;
  --style-section--featured-product--layout__row-gap: 60px;
  --style-section--featured-product--spacing__padding-inline-end: 0px;
  --style-section--featured-product--spacing__padding-block-start: 24px;
  --style-section--featured-product--spacing__padding-block-end: 24px;
  --style-section--featured-product--spacing__padding-inline-start: 0px;
  --style-section--customers-account--spacing__padding-left: 0;
  --style-section--customers-account--spacing__padding-top: 80px;
  --style-section--customers-account--spacing__padding-right: 0;
  --style-section--customers-account--spacing__padding-bottom: 80px;
  --style-section--shopping-video--layout__flex-direction: column;
  --style-section--shopping-video--layout__align-items: center;
  --style-section--shopping-video--spacing__padding-block-start: 60px;
  --style-section--shopping-video--spacing__padding-block-end: 60px;
  --style-section--custom-page--layout__row-gap: 30px;
  --style-section--custom-page--layout__column-gap: 30px;
  --style-section--custom-page--layout__flex-direction: column;
  --style-section--custom-page--layout__flex-wrap: nowrap;
  --style-section--custom-page--layout__align-items: center;
  --style-section--custom-page--layout__justify-content: center;
  --style-section--custom-page--spacing__padding-left: 210px;
  --style-section--custom-page--spacing__padding-top: 80px;
  --style-section--custom-page--spacing__padding-right: 210px;
  --style-section--custom-page--spacing__padding-bottom: 80px;
  --style-section--custom-page--size__width: 100%;
  --style-section--custom-page--size__height: auto;
  --style-section--customers-order-list--spacing__padding-top: 80px;
  --style-section--customers-order-list--spacing__padding-bottom: 80px;
  --style-section--collage--spacing__padding-top: 100px;
  --style-section--collage--spacing__padding-right: 0px;
  --style-section--collage--spacing__padding-bottom: 100px;
  --style-section--collage--spacing__padding-left: 0px;
  --style-section--collage--size__width: 100%;
  --style-section--collage--size__height: auto;
  --style-section--rich-text--layout__justify-content: center;
  --style-section--rich-text--layout__column-gap: 28px;
  --style-section--rich-text--layout__row-gap: 28px;
  --style-section--rich-text--layout__flex-direction: column;
  --style-section--rich-text--layout__flex-wrap: nowrap;
  --style-section--rich-text--layout__align-items: center;
  --style-section--rich-text--spacing__padding-top: 100px;
  --style-section--rich-text--spacing__padding-right: 30px;
  --style-section--rich-text--spacing__padding-bottom: 100px;
  --style-section--rich-text--spacing__padding-left: 30px;
  --style-section--sign-up-and-save--layout__column-gap: 12px;
  --style-section--sign-up-and-save--layout__flex-direction: column;
  --style-section--sign-up-and-save--layout__flex-wrap: nowrap;
  --style-section--sign-up-and-save--layout__align-items: center;
  --style-section--sign-up-and-save--layout__justify-content: center;
  --style-section--sign-up-and-save--layout__row-gap: 12px;
  --style-section--sign-up-and-save--spacing__padding-inline-end: 0;
  --style-section--sign-up-and-save--spacing__padding-block-end: 60px;
  --style-section--sign-up-and-save--spacing__padding-inline-start: 0;
  --style-section--sign-up-and-save--spacing__padding-block-start: 60px;
  --style-section--sign-up-and-save--size__width: 100%;
  --style-section--sign-up-and-save--size__height: auto;
  --style-section--recommended-product--layout__row-gap: 40px;
  --style-section--recommended-product--layout__column-gap: 40px;
  --style-section--recommended-product--layout__flex-direction: column;
  --style-section--recommended-product--layout__flex-wrap: nowrap;
  --style-section--recommended-product--spacing__padding-top: 60px;
  --style-section--recommended-product--spacing__padding-bottom: 60px;
  --style-section--image-promotion--layout__justify-content: center;
  --style-section--image-promotion--layout__row-gap: 24px;
  --style-section--image-promotion--layout__column-gap: 24px;
  --style-section--image-promotion--layout__flex-direction: row;
  --style-section--image-promotion--layout__flex-wrap: nowrap;
  --style-section--image-promotion--layout__align-items: stretch;
  --style-section--image-promotion--spacing__padding-right: 0px;
  --style-section--image-promotion--spacing__padding-bottom: 100px;
  --style-section--image-promotion--spacing__padding-left: 0px;
  --style-section--image-promotion--spacing__padding-top: 100px;
  --style-section--blog--layout__row-gap: 40px;
  --style-section--blog--layout__column-gap: 40px;
  --style-section--blog--layout__flex-direction: column;
  --style-section--blog--layout__flex-wrap: nowrap;
  --style-section--blog--layout__align-items: center;
  --style-section--blog--layout__justify-content: center;
  --style-section--blog--spacing__padding-top: 60px;
  --style-section--blog--spacing__padding-bottom: 60px;
  --style-section--customers-company--spacing__padding-top: 80px;
  --style-section--customers-company--spacing__padding-bottom: 80px;
  --style-section--main-article--spacing__padding-block-start: 80px;
  --style-section--main-article--spacing__padding-inline-start: 250px;
  --style-section--main-article--spacing__padding-block-end: 80px;
  --style-section--main-article--spacing__padding-inline-end: 250px;
  --style-section--main-product--layout__flex-wrap: nowrap;
  --style-section--main-product--layout__row-gap: 20px;
  --style-section--main-product--layout__column-gap: 60px;
  --style-section--main-product--layout__flex-direction: column;
  --style-section--main-product--spacing__padding-block-start: 60px;
  --style-section--main-product--spacing__padding-block-end: 60px;
  --style-section--contact-form--spacing__padding-bottom: 60px;
  --style-section--contact-form--spacing__padding-top: 60px;
  --style-section--contact-form--size__width: 1000px;
  --style-section--contact-form--size__height: auto;
  --style-section--video--layout__flex-wrap: nowrap;
  --style-section--video--layout__align-items: center;
  --style-section--video--layout__justify-content: center;
  --style-section--video--layout__column-gap: 28px;
  --style-section--video--layout__row-gap: 28px;
  --style-section--video--layout__flex-direction: column;
  --style-section--video--spacing__padding-top: 60px;
  --style-section--video--spacing__padding-right: 0px;
  --style-section--video--spacing__padding-bottom: 60px;
  --style-section--video--spacing__padding-left: 0px;
  --style-section--video--size__width: 100%;
  --style-section--video--size__height: auto;
  --style-section--recently-viewed-product--layout__flex-direction: column;
  --style-section--recently-viewed-product--layout__flex-wrap: nowrap;
  --style-section--recently-viewed-product--layout__row-gap: 40px;
  --style-section--recently-viewed-product--layout__column-gap: 40px;
  --style-section--recently-viewed-product--spacing__padding-top: 60px;
  --style-section--recently-viewed-product--spacing__padding-bottom: 60px;
  --style-section--customers-activate-account--spacing__padding-top: 80px;
  --style-section--customers-activate-account--spacing__padding-bottom: 80px;
  --style-section--image-banner--layout__column-gap: 0px;
  --style-section--image-banner--layout__flex-direction: row;
  --style-section--image-banner--layout__flex-wrap: nowrap;
  --style-section--image-banner--layout__align-items: center;
  --style-section--image-banner--layout__justify-content: center;
  --style-section--image-banner--layout__row-gap: 0px;
  --style-section--image-banner--spacing__padding-inline-end: 30px;
  --style-section--image-banner--spacing__padding-inline-start: 30px;
  --style-section--main-page--spacing__padding-top: 80px;
  --style-section--main-page--spacing__padding-right: 210px;
  --style-section--main-page--spacing__padding-bottom: 80px;
  --style-section--main-page--spacing__padding-left: 210px;
  --style-section--main-blog--spacing__padding-block-start: 80px;
  --style-section--main-blog--spacing__padding-block-end: 80px;
  --style-section--count-down--layout__flex-direction: row;
  --style-section--count-down--layout__flex-wrap: nowrap;
  --style-section--count-down--layout__justify-content: center;
  --style-section--count-down--layout__row-gap: 20px;
  --style-section--count-down--layout__column-gap: 20px;
  --style-section--count-down--spacing__padding-top: 40px;
  --style-section--count-down--spacing__padding-right: 80px;
  --style-section--count-down--spacing__padding-bottom: 40px;
  --style-section--count-down--spacing__padding-left: 80px;
  --style-section--count-down--size__width: 100%;
  --style-section--count-down--size__height: 100%;
  --style-section--customers-order-detail--spacing__padding-top: 40px;
  --style-section--customers-order-detail--spacing__padding-bottom: 40px;
  --style-section--main-password--layout__align-items: center;
  --style-section--main-password--layout__justify-content: center;
  --style-section--main-password--spacing__padding-left: 250px;
  --style-section--main-password--spacing__padding-right: 250px;
  --style-section--main-password--spacing__padding-top: 80px;
  --style-section--main-password--spacing__padding-bottom: 80px;
  --style-section--image-floating--spacing__padding-block-end: 80px;
  --style-section--image-floating--spacing__padding-inline-end: 0px;
  --style-section--image-floating--spacing__padding-block-start: 80px;
  --style-section--image-floating--spacing__padding-inline-start: 0px;
  --style-section--text-with-image--layout__flex-direction: column;
  --style-section--text-with-image--layout__flex-wrap: nowrap;
  --style-section--text-with-image--layout__align-items: center;
  --style-section--text-with-image--layout__justify-content: center;
  --style-section--text-with-image--layout__row-gap: 0px;
  --style-section--text-with-image--layout__column-gap: 0px;
  --style-section--text-with-image--spacing__padding-top: 80px;
  --style-section--text-with-image--spacing__padding-bottom: 80px;
  --style-block--section--media-promotion__group--layout__column-gap: 0px;
  --style-block--section--media-promotion__group--layout__flex-direction: column;
  --style-block--section--media-promotion__group--layout__flex-wrap: wrap;
  --style-block--section--media-promotion__group--layout__align-items: flex-start;
  --style-block--section--media-promotion__group--layout__justify-content: flex-end;
  --style-block--section--media-promotion__group--layout__row-gap: 10px;
  --style-block--section--media-promotion__group--spacing__padding-block-start: 60px;
  --style-block--section--media-promotion__group--spacing__padding-inline-end: 40px;
  --style-block--section--media-promotion__group--spacing__padding-block-end: 60px;
  --style-block--section--media-promotion__group--spacing__padding-inline-start: 40px;
  --style-block--section--media-promotion__group--size__width: 100%;
  --style-block--section--media-promotion__group--size__height: 100%;
  --style-block--section--featured-product__product-info--layout__flex-wrap: nowrap;
  --style-block--section--featured-product__product-info--layout__flex-direction: column;
  --style-block--section--featured-product__product-info--layout__row-gap: 20px;
  --style-block--section--featured-product__product-info--layout__column-gap: 20px;
  --style-block--section--featured-product__product-info--size__width: 50%;
  --style-block--section--featured-product__product-info--size__height: auto;
  --style-block--section--featured-slideshow__text-group--layout__flex-wrap: nowrap;
  --style-block--section--featured-slideshow__text-group--layout__align-items: center;
  --style-block--section--featured-slideshow__text-group--layout__justify-content: center;
  --style-block--section--featured-slideshow__text-group--layout__row-gap: 8px;
  --style-block--section--featured-slideshow__text-group--layout__column-gap: 8px;
  --style-block--section--featured-slideshow__text-group--layout__flex-direction: column;
  --style-block--section--featured-slideshow__text-group--spacing__padding-top: 40px;
  --style-block--section--featured-slideshow__text-group--spacing__padding-right: 0px;
  --style-block--section--featured-slideshow__text-group--spacing__padding-bottom: 40px;
  --style-block--section--featured-slideshow__text-group--spacing__padding-left: 0;
  --style-block--section--featured-slideshow__text-group--size__width: 30%;
  --style-block--section--featured-slideshow__text-group--size__height: 100%;
  --style-block--section--main-collection-cover__banner--layout__align-items: center;
  --style-block--section--main-collection-cover__banner--layout__justify-content: center;
  --style-block--section--main-collection-cover__banner--size__height: 470px;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__align-items: flex-start;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__justify-content: center;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__row-gap: 10px;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__column-gap: 0px;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__flex-direction: column;
  --style-block--section--ingredient-display__image-text-card-text-group--layout__flex-wrap: nowrap;
  --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-inline-end: 0px;
  --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-block-start: 0px;
  --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-inline-start: 0px;
  --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-block-end: 0px;
  --style-block--section--ingredient-display__image-text-card-text-group--size__width: auto;
  --style-block--section--ingredient-display__image-text-card-text-group--size__height: auto;
  --style-block--section--rich-text__decorative-line--size__width: 1px;
  --style-block--section--rich-text__decorative-line--size__height: 43px;
  --style-block--collection___image--layout__align-items: center;
  --style-block--collection___image--layout__justify-content: center;
  --style-block--popup-with-text___dialog--layout__flex-direction: column;
  --style-block--popup-with-text___dialog--layout__flex-wrap: nowrap;
  --style-block--popup-with-text___dialog--layout__align-items: center;
  --style-block--popup-with-text___dialog--layout__justify-content: flex-start;
  --style-block--popup-with-text___dialog--spacing__padding-top: 40px;
  --style-block--popup-with-text___dialog--spacing__padding-right: 40px;
  --style-block--popup-with-text___dialog--spacing__padding-bottom: 40px;
  --style-block--popup-with-text___dialog--spacing__padding-left: 40px;
  --style-block--popup-with-text___dialog--size__width: 580px;
  --style-block--popup-with-text___dialog--size__height: 564px;
  --style-block--video__video--spacing__padding-top: 0;
  --style-block--video__video--spacing__padding-right: 0;
  --style-block--video__video--spacing__padding-bottom: 0;
  --style-block--video__video--spacing__padding-left: 0;
  --style-block--video__video--size__width: 100%;
  --style-block--video__video--size__height: auto;
  --style-block--heading--size__width: auto;
  --style-block--heading--size__height: auto;
  --style-block--section--footer__logo-list-item--layout__flex-direction: row;
  --style-block--section--footer__logo-list-item--layout__flex-wrap: nowrap;
  --style-block--section--footer__logo-list-item--layout__align-items: flex-start;
  --style-block--section--footer__logo-list-item--layout__justify-content: flex-start;
  --style-block--section--footer__logo-list-item--layout__row-gap: 10px;
  --style-block--section--footer__logo-list-item--layout__column-gap: 10px;
  --style-block--section--footer__logo-list-item--spacing__padding-block-start: 15px;
  --style-block--section--featured-product__product-media--size__width: 50%;
  --style-block--section--featured-product__product-media--size__height: auto;
  --style-block--section--footer__additional-group--layout__flex-direction: row;
  --style-block--section--footer__additional-group--layout__flex-wrap: nowrap;
  --style-block--section--footer__additional-group--layout__align-items: flex-start;
  --style-block--section--footer__additional-group--layout__justify-content: space-between;
  --style-block--section--footer__additional-group--layout__row-gap: 40px;
  --style-block--section--footer__additional-group--layout__column-gap: 60px;
  --style-block--section--footer__additional-group--spacing__padding-top: 40px;
  --style-block--section--footer__additional-group--spacing__padding-right: 0px;
  --style-block--section--footer__additional-group--spacing__padding-bottom: 40px;
  --style-block--section--footer__additional-group--spacing__padding-left: 0px;
  --style-block--section--footer__additional-group--size__width: 100%;
  --style-block--section--footer__additional-group--size__height: auto;
  --style-block--description--spacing__padding-top: 0px;
  --style-block--description--spacing__padding-right: 0px;
  --style-block--description--spacing__padding-bottom: 0px;
  --style-block--description--spacing__padding-left: 0px;
  --style-block--description--size__width: 100%;
  --style-block--description--size__height: auto;
  --style-block--section--count-down__divider--spacing__padding-top: 0;
  --style-block--section--count-down__divider--spacing__padding-bottom: 0;
  --style-block--section--count-down__count-down-date--spacing__padding-top: 0;
  --style-block--section--count-down__count-down-date--spacing__padding-bottom: 0;
  --style-block--product-buy-button-group__group--layout__column-gap: 10px;
  --style-block--product-buy-button-group__group--layout__row-gap: 10px;
  --style-block--product-buy-button-group__group--layout__flex-direction: column;
  --style-block--product-buy-button-group__group--layout__flex-wrap: nowrap;
  --style-block--product-buy-button-group__group--layout__align-items: center;
  --style-block--product-buy-button-group__group--layout__justify-content: flex-start;
  --style-block--product-buy-button-group__group--spacing__padding-top: 0px;
  --style-block--product-buy-button-group__group--spacing__padding-right: 0px;
  --style-block--product-buy-button-group__group--spacing__padding-bottom: 0px;
  --style-block--product-buy-button-group__group--spacing__padding-left: 0px;
  --style-block--product-buy-button-group__group--size__width: 100%;
  --style-block--product-buy-button-group__group--size__height: auto;
  --style-block--product-card__card--layout__flex-direction: column;
  --style-block--product-card__card--layout__flex-wrap: nowrap;
  --style-block--product-card__card--layout__row-gap: 16px;
  --style-block--product-card__card--layout__column-gap: 16px;
  --style-block--section--shopping-video__video-group--layout__flex-direction: column;
  --style-block--section--shopping-video__video-group--layout__row-gap: 20px;
  --style-block--popup-with-text___popover--layout__flex-direction: column;
  --style-block--popup-with-text___popover--layout__flex-wrap: nowrap;
  --style-block--popup-with-text___popover--layout__align-items: center;
  --style-block--popup-with-text___popover--layout__justify-content: flex-start;
  --style-block--popup-with-text___popover--spacing__padding-top: 20px;
  --style-block--popup-with-text___popover--spacing__padding-right: 20px;
  --style-block--popup-with-text___popover--spacing__padding-bottom: 20px;
  --style-block--popup-with-text___popover--spacing__padding-left: 20px;
  --style-block--popup-with-text___popover--size__width: 288px;
  --style-block--popup-with-text___popover--size__height: 184px;
  --style-block--section--featured-slideshow__container--layout__flex-direction: row;
  --style-block--section--featured-slideshow__container--layout__flex-wrap: nowrap;
  --style-block--section--featured-slideshow__container--layout__align-items: center;
  --style-block--section--featured-slideshow__container--layout__justify-content: center;
  --style-block--section--featured-slideshow__container--layout__row-gap: 0px;
  --style-block--section--featured-slideshow__container--layout__column-gap: 0px;
  --style-block--section--featured-slideshow__container--size__width: 100%;
  --style-block--section--featured-slideshow__container--size__height: 100%;
  --style-block--section--shopping-video__video-list-group--layout__flex-direction: column;
  --style-block--section--shopping-video__video-list-group--layout__align-items: center;
  --style-block--section--shopping-video__video-list-group--layout__column-gap: 40px;
  --style-block--section--shopping-video__video-list-group--layout__row-gap: 40px;
  --style-block--section--before-after__group--layout__justify-content: right;
  --style-block--section--before-after__group--layout__row-gap: 0px;
  --style-block--section--before-after__group--layout__column-gap: 0px;
  --style-block--section--before-after__group--layout__flex-direction: column;
  --style-block--section--before-after__group--layout__flex-wrap: nowrap;
  --style-block--section--before-after__group--layout__align-items: bottom;
  --style-block--section--before-after__group--spacing__padding-top: 20px;
  --style-block--section--before-after__group--spacing__padding-right: 20px;
  --style-block--section--before-after__group--spacing__padding-bottom: 20px;
  --style-block--section--before-after__group--spacing__padding-left: 20px;
  --style-block--section--before-after__group--size__width: auto;
  --style-block--section--before-after__group--size__height: auto;
  --style-block--section--footer__payment-icons--spacing__padding-bottom: 0px;
  --style-block--section--footer__payment-icons--spacing__padding-left: 0px;
  --style-block--section--footer__payment-icons--spacing__padding-top: 0px;
  --style-block--section--footer__payment-icons--spacing__padding-right: 0px;
  --style-block--section--footer__payment-icons--size__width: 50%;
  --style-block--section--footer__payment-icons--size__height: auto;
  --style-block--section--collage__both-group--spacing__padding-top: 0px;
  --style-block--section--collage__both-group--spacing__padding-right: 0px;
  --style-block--section--collage__both-group--spacing__padding-bottom: 0px;
  --style-block--section--collage__both-group--spacing__padding-left: 0px;
  --style-block--article__card--layout__align-items: center;
  --style-block--article__card--layout__justify-content: center;
  --style-block--article__card--layout__row-gap: 20px;
  --style-block--article__card--layout__column-gap: 20px;
  --style-block--article__card--layout__flex-direction: column;
  --style-block--article__card--layout__flex-wrap: nowrap;
  --style-block--article__card--size__width: 100%;
  --style-block--section--image-with-text__group--layout__flex-direction: column;
  --style-block--section--image-with-text__group--layout__flex-wrap: nowrap;
  --style-block--section--image-with-text__group--layout__align-items: flex-start;
  --style-block--section--image-with-text__group--layout__justify-content: center;
  --style-block--section--image-with-text__group--layout__row-gap: 20px;
  --style-block--section--image-with-text__group--layout__column-gap: 20px;
  --style-block--section--image-with-text__group--spacing__padding-top: 32px;
  --style-block--section--image-with-text__group--spacing__padding-right: 50px;
  --style-block--section--image-with-text__group--spacing__padding-bottom: 32px;
  --style-block--section--image-with-text__group--spacing__padding-left: 50px;
  --style-block--section--image-with-text__group--size__width: 100%;
  --style-block--section--image-with-text__group--size__height: auto;
  --style-block--section--featured-slideshow__line--spacing__padding-top: 40px;
  --style-block--section--featured-slideshow__line--spacing__padding-right: 20px;
  --style-block--section--featured-slideshow__line--spacing__padding-bottom: 40px;
  --style-block--section--featured-slideshow__line--spacing__padding-left: 20px;
  --style-block--section--featured-slideshow__line--size__width: auto;
  --style-block--section--featured-slideshow__line--size__height: 180px;
  --style-block--product-buy-button-group___bundle--layout__flex-direction: row;
  --style-block--product-buy-button-group___bundle--layout__flex-wrap: nowrap;
  --style-block--product-buy-button-group___bundle--layout__align-items: center;
  --style-block--product-buy-button-group___bundle--layout__justify-content: flex-start;
  --style-block--product-buy-button-group___bundle--layout__column-gap: 8px;
  --style-block--product-buy-button-group___bundle--layout__row-gap: 8px;
  --style-block--product-buy-button-group___bundle--spacing__padding-right: 0px;
  --style-block--product-buy-button-group___bundle--spacing__padding-bottom: 0px;
  --style-block--product-buy-button-group___bundle--spacing__padding-left: 0px;
  --style-block--product-buy-button-group___bundle--spacing__padding-top: 0px;
  --style-block--product-buy-button-group___bundle--size__width: 100%;
  --style-block--product-buy-button-group___bundle--size__height: auto;
  --style-block--section--footer__social-media--spacing__padding-bottom: 0px;
  --style-block--section--footer__social-media--spacing__padding-left: 0px;
  --style-block--section--footer__social-media--spacing__padding-top: 0px;
  --style-block--section--footer__social-media--spacing__padding-right: 0px;
  --style-block--section--footer__social-media--size__width: 25%;
  --style-block--section--footer__social-media--size__height: auto;
  --style-block--product-card___top-layer--layout__flex-direction: column;
  --style-block--product-card___top-layer--size__width: 100%;
  --style-block--product-card___top-layer--spacing__padding-top: 10px;
  --style-block--product-card___top-layer--spacing__padding-bottom: 10px;
  --style-block--product-card___top-layer--spacing__padding-left: 10px;
  --style-block--product-card___top-layer--spacing__padding-right: 10px;
  --style-block--email-subscription--size__width: 25%;
  --style-block--email-subscription--size__height: auto;
  --style-block--section--featured-recommend-products__image--size__width: 30%;
  --style-block--section--featured-recommend-products__image--size__height: auto;
  --style-block--custom-sline--spacing__padding-top: 20px;
  --style-block--custom-sline--spacing__padding-right: 0px;
  --style-block--custom-sline--spacing__padding-bottom: 20px;
  --style-block--custom-sline--spacing__padding-left: 0px;
  --style-block--custom-sline--size__width: 100%;
  --style-block--custom-sline--size__height: auto;
  --style-block--section--main-cart__cart-footer-buttons--spacing__padding-top: 15px;
  --style-block--section--main-cart__cart-footer--spacing__padding-top: 40px;
  --style-block--section--main-cart__cart-footer--spacing__padding-bottom: 100px;
  --style-block--section--shopping-image__group--layout__flex-direction: column;
  --style-block--section--shopping-image__group--layout__flex-wrap: nowrap;
  --style-block--section--shopping-image__group--layout__align-items: flex-start;
  --style-block--section--shopping-image__group--layout__justify-content: flex-start;
  --style-block--section--shopping-image__group--layout__row-gap: 8px;
  --style-block--section--shopping-image__group--layout__column-gap: 8px;
  --style-block--section--shopping-image__group--spacing__padding-top: 80px;
  --style-block--section--shopping-image__group--spacing__padding-right: 80px;
  --style-block--section--shopping-image__group--spacing__padding-bottom: 80px;
  --style-block--section--shopping-image__group--spacing__padding-left: 80px;
  --style-block--section--footer__logo-list--spacing__padding-top: 0px;
  --style-block--section--footer__logo-list--spacing__padding-right: 0px;
  --style-block--section--footer__logo-list--spacing__padding-bottom: 0px;
  --style-block--section--footer__logo-list--spacing__padding-left: 0px;
  --style-block--section--footer__logo-list--size__width: 100%;
  --style-block--section--footer__logo-list--size__height: auto;
  --style-block--section--main-product__product-media-group--size__width: 50%;
  --style-block--section--main-product__product-media-group--size__height: auto;
  --style-block--section--image-floating__text-group--layout__row-gap: 14px;
  --style-block--section--image-floating__text-group--layout__flex-direction: column;
  --style-block--section--image-floating__text-group--layout__flex-wrap: nowrap;
  --style-block--section--image-floating__text-group--layout__align-items: flex-start;
  --style-block--section--image-floating__text-group--layout__justify-content: center;
  --style-block--section--image-floating__text-group--layout__column-gap: 14px;
  --style-block--section--image-floating__text-group--spacing__padding-block-start: 40px;
  --style-block--section--image-floating__text-group--spacing__padding-inline-end: 100px;
  --style-block--section--image-floating__text-group--spacing__padding-block-end: 40px;
  --style-block--section--image-floating__text-group--spacing__padding-inline-start: 100px;
  --style-block--section--ingredient-display__image-text-area--layout__flex-direction: row;
  --style-block--section--ingredient-display__image-text-area--layout__flex-wrap: nowrap;
  --style-block--section--ingredient-display__image-text-area--layout__align-items: stretch;
  --style-block--section--ingredient-display__image-text-area--layout__justify-content: space-between;
  --style-block--section--ingredient-display__image-text-area--layout__row-gap: 40px;
  --style-block--section--ingredient-display__image-text-area--layout__column-gap: 20px;
  --style-block--section--ingredient-display__image-text-area--spacing__padding-block-start: 0px;
  --style-block--section--ingredient-display__image-text-area--spacing__padding-inline-start: 0px;
  --style-block--section--ingredient-display__image-text-area--spacing__padding-block-end: 0px;
  --style-block--section--ingredient-display__image-text-area--spacing__padding-inline-end: 0px;
  --style-block--section--ingredient-display__image-text-area--size__width: 100%;
  --style-block--section--ingredient-display__image-text-area--size__height: auto;
  --style-block--section--map__map-style--layout__column-gap: 20px;
  --style-block--section--map__map-style--layout__flex-direction: row;
  --style-block--section--map__map-style--layout__flex-wrap: nowrap;
  --style-block--section--map__map-style--layout__justify-content: center;
  --style-block--section--map__map-style--layout__row-gap: 20px;
  --style-block--section--map__map-style--spacing__padding-left: 0;
  --style-block--section--map__map-style--spacing__padding-top: 0;
  --style-block--section--map__map-style--spacing__padding-right: 0;
  --style-block--section--map__map-style--spacing__padding-bottom: 0;
  --style-block--section--map__map-style--size__width: 50%;
  --style-block--section--map__map-style--size__height: 528px;
  --style-block--section--shopping-video__product-text-group--layout__align-items: flex-start;
  --style-block--section--shopping-video__product-text-group--layout__row-gap: 8px;
  --style-block--section--shopping-video__product-text-group--layout__flex-direction: column;
  --style-block--section--shopping-video__product-text-group--layout__flex-wrap: nowrap;
  --style-block--section--shopping-video__product-text-group--spacing__padding-block-start: 15px;
  --style-block--section--shopping-video__product-text-group--spacing__padding-block-end: 15px;
  --style-block--section--shopping-video__product-text-group--spacing__padding-inline-start: 15px;
  --style-block--section--shopping-video__product-text-group--spacing__padding-inline-end: 15px;
  --style-block--popup-with-text__popup-with-text--spacing__padding-left: 8px;
  --style-block--popup-with-text__popup-with-text--spacing__padding-top: 4px;
  --style-block--popup-with-text__popup-with-text--spacing__padding-right: 8px;
  --style-block--popup-with-text__popup-with-text--spacing__padding-bottom: 4px;
  --style-block--popup-with-text__popup-with-text--size__width: auto;
  --style-block--popup-with-text__popup-with-text--size__height: auto;
  --style-block--button-group--layout__row-gap: 14px;
  --style-block--button-group--layout__flex-direction: row;
  --style-block--button-group--layout__flex-wrap: nowrap;
  --style-block--button-group--layout__align-items: center;
  --style-block--button-group--layout__justify-content: center;
  --style-block--button-group--layout__column-gap: 14px;
  --style-block--button-group--spacing__padding-bottom: 0px;
  --style-block--button-group--spacing__padding-left: 0px;
  --style-block--button-group--spacing__padding-top: 8px;
  --style-block--button-group--spacing__padding-right: 0px;
  --style-block--button-group--size__width: 100%;
  --style-block--button-group--size__height: auto;
  --style-block--product-card___layer--size__width: 100%;
  --style-block--product-card___layer--spacing__padding-right: 10px;
  --style-block--product-card___layer--spacing__padding-top: 10px;
  --style-block--product-card___layer--spacing__padding-bottom: 10px;
  --style-block--product-card___layer--spacing__padding-left: 10px;
  --style-block--subheading--size__width: auto;
  --style-block--subheading--size__height: auto;
  --style-block--button--spacing__padding-inline-end: 20px;
  --style-block--button--spacing__padding-block-start: 10px;
  --style-block--button--spacing__padding-block-end: 10px;
  --style-block--button--spacing__padding-inline-start: 20px;
  --style-block--button--size__width: auto;
  --style-block--button--size__height: auto;
  --style-block--section--slideshow__image--layout__flex-wrap: nowrap;
  --style-block--section--slideshow__image--layout__align-items: center;
  --style-block--section--slideshow__image--layout__justify-content: center;
  --style-block--section--slideshow__image--layout__row-gap: 0px;
  --style-block--section--slideshow__image--layout__column-gap: 0px;
  --style-block--section--slideshow__image--layout__flex-direction: row;
  --style-block--section--slideshow__image--spacing__padding-top: 0px;
  --style-block--section--slideshow__image--spacing__padding-right: 0px;
  --style-block--section--slideshow__image--spacing__padding-bottom: 0px;
  --style-block--section--slideshow__image--spacing__padding-left: 0px;
  --style-block--section--slideshow__image--size__width: 100%;
  --style-block--section--slideshow__image--size__height: auto;
  --style-block--section--footer__copyright-menu--size__width: 100%;
  --style-block--section--footer__copyright-menu--size__height: auto;
  --style-block--section--shopping-video__button--spacing__padding-inline-end: 20px;
  --style-block--section--shopping-video__button--spacing__padding-block-start: 10px;
  --style-block--section--shopping-video__button--spacing__padding-block-end: 10px;
  --style-block--section--shopping-video__button--spacing__padding-inline-start: 20px;
  --style-block--section--shopping-video__button--size__width: auto;
  --style-block--section--shopping-video__button--size__height: auto;
  --style-block--section--before-after__container--spacing__padding-bottom: 0px;
  --style-block--section--before-after__container--spacing__padding-left: 0px;
  --style-block--section--before-after__container--spacing__padding-top: 0px;
  --style-block--section--before-after__container--spacing__padding-right: 0px;
  --style-block--section--before-after__container--size__width: 100%;
  --style-block--section--before-after__container--size__height: auto;
  --style-block--section--faq__collapsible-group--layout__justify-content: center;
  --style-block--section--faq__collapsible-group--layout__row-gap: 0px;
  --style-block--section--faq__collapsible-group--layout__column-gap: 0px;
  --style-block--section--faq__collapsible-group--layout__flex-direction: column;
  --style-block--section--faq__collapsible-group--layout__flex-wrap: nowrap;
  --style-block--section--faq__collapsible-group--layout__align-items: flex-start;
  --style-block--section--faq__collapsible-group--spacing__padding-top: 0;
  --style-block--section--faq__collapsible-group--spacing__padding-right: 0;
  --style-block--section--faq__collapsible-group--spacing__padding-bottom: 0;
  --style-block--section--faq__collapsible-group--spacing__padding-left: 0;
  --style-block--section--faq__collapsible-group--size__width: 100%;
  --style-block--section--faq__collapsible-group--size__height: auto;
  --style-block--article___info--layout__flex-direction: column;
  --style-block--article___info--layout__align-items: center;
  --style-block--article___info--layout__row-gap: 10px;
  --style-block--article___info--layout__column-gap: 10px;
  --style-block--section--map__text-content--layout__flex-direction: column;
  --style-block--section--map__text-content--layout__flex-wrap: nowrap;
  --style-block--section--map__text-content--layout__justify-content: center;
  --style-block--section--map__text-content--layout__row-gap: 20px;
  --style-block--section--map__text-content--layout__column-gap: 20px;
  --style-block--section--map__text-content--spacing__padding-top: 40px;
  --style-block--section--map__text-content--spacing__padding-right: 40px;
  --style-block--section--map__text-content--spacing__padding-bottom: 40px;
  --style-block--section--map__text-content--spacing__padding-left: 40px;
  --style-block--section--map__text-content--size__width: 50%;
  --style-block--section--map__text-content--size__height: 100%;
  --style-block--section--image-banner__container--layout__flex-wrap: nowrap;
  --style-block--section--image-banner__container--layout__align-items: center;
  --style-block--section--image-banner__container--layout__justify-content: center;
  --style-block--section--image-banner__container--layout__row-gap: 8px;
  --style-block--section--image-banner__container--layout__column-gap: 8px;
  --style-block--section--image-banner__container--layout__flex-direction: column;
  --style-block--section--image-banner__container--spacing__padding-block-start: 40px;
  --style-block--section--image-banner__container--spacing__padding-inline-end: 40px;
  --style-block--section--image-banner__container--spacing__padding-block-end: 40px;
  --style-block--section--image-banner__container--spacing__padding-inline-start: 40px;
  --style-block--section--image-banner__container--size__width: 100%;
  --style-block--section--image-banner__container--size__height: auto;
  --style-block--popup-with-link--spacing__padding-top: 0px;
  --style-block--popup-with-link--spacing__padding-right: 0px;
  --style-block--popup-with-link--spacing__padding-bottom: 0px;
  --style-block--popup-with-link--spacing__padding-left: 0px;
  --style-block--popup-with-link--size__width: auto;
  --style-block--popup-with-link--size__height: auto;
  --style-block--section--featured-collection-list__collection--layout__align-items: center;
  --style-block--section--featured-collection-list__collection--layout__justify-content: center;
  --style-block--section--featured-collection-list__collection--spacing__padding-right: 40px;
  --style-block--section--featured-collection-list__collection--spacing__padding-bottom: 40px;
  --style-block--section--featured-collection-list__collection--spacing__padding-left: 40px;
  --style-block--section--featured-collection-list__collection--spacing__padding-top: 40px;
  --style-block--section--shopping-image__image--layout__flex-direction: column;
  --style-block--section--shopping-image__image--layout__flex-wrap: nowrap;
  --style-block--section--shopping-image__image--layout__align-items: flex-start;
  --style-block--section--shopping-image__image--layout__justify-content: flex-start;
  --style-block--section--footer__copyright-text--size__height: auto;
  --style-block--section--footer__copyright-text--size__width: 100%;
  --style-block--section--map__bottom-content--layout__row-gap: 0;
  --style-block--section--map__bottom-content--layout__column-gap: 0;
  --style-block--section--map__bottom-content--layout__flex-direction: row;
  --style-block--section--map__bottom-content--layout__flex-wrap: nowrap;
  --style-block--section--map__bottom-content--layout__justify-content: center;
  --style-block--section--map__bottom-content--spacing__padding-top: 20px;
  --style-block--section--map__bottom-content--spacing__padding-right: 0;
  --style-block--section--map__bottom-content--spacing__padding-bottom: 0;
  --style-block--section--map__bottom-content--spacing__padding-left: 0;
  --style-block--section--map__bottom-content--size__height: 100%;
  --style-block--section--map__bottom-content--size__width: 100%;
  --style-block--collection__card--layout__align-items: center;
  --style-block--collection__card--layout__row-gap: 8px;
  --style-block--collection__card--layout__column-gap: 8px;
  --style-block--collection__card--layout__flex-direction: column;
  --style-block--collection__card--layout__flex-wrap: nowrap;
  --style-block--section--main-password__content-group--layout__flex-direction: column;
  --style-block--section--main-password__content-group--layout__align-items: center;
  --style-block--section--main-password__content-group--layout__justify-content: center;
  --style-block--section--main-password__content-group--layout__column-gap: 20px;
  --style-block--section--main-password__content-group--layout__row-gap: 20px;
  --style-block--section--main-password__content-group--spacing__padding-top: 80px;
  --style-block--section--main-password__content-group--spacing__padding-bottom: 80px;
  --style-block--section--main-password__content-group--spacing__padding-left: 35px;
  --style-block--section--main-password__content-group--spacing__padding-right: 35px;
  --style-block--section--main-password__content-group--size__width: auto;
  --style-block--section--main-password__content-group--size__height: auto;
  --style-block--product___detail-breadcrumb--layout__column-gap: 10px;
  --style-block--product___detail-breadcrumb--layout__flex-wrap: nowrap;
  --style-block--product___detail-breadcrumb--layout__align-items: flex-start;
  --style-block--product___detail-breadcrumb--layout__row-gap: 5px;
  --style-block--product___detail-breadcrumb--size__width: 100%;
  --style-block--product___detail-breadcrumb--size__height: auto;
  --style-block--section--main-product__product-info--layout__flex-wrap: nowrap;
  --style-block--section--main-product__product-info--layout__flex-direction: column;
  --style-block--section--main-product__product-info--layout__align-items: stretch;
  --style-block--section--main-product__product-info--layout__row-gap: 20px;
  --style-block--section--main-product__product-info--layout__column-gap: 20px;
  --style-block--section--main-product__product-info--size__width: 50%;
  --style-block--section--main-product__product-info--size__height: auto;
  --style-block--section--footer__contact-group--layout__column-gap: 60px;
  --style-block--section--footer__contact-group--layout__flex-direction: row;
  --style-block--section--footer__contact-group--layout__flex-wrap: nowrap;
  --style-block--section--footer__contact-group--layout__align-items: flex-start;
  --style-block--section--footer__contact-group--layout__justify-content: space-between;
  --style-block--section--footer__contact-group--layout__row-gap: 20px;
  --style-block--section--footer__contact-group--spacing__padding-top: 0px;
  --style-block--section--footer__contact-group--spacing__padding-right: 0px;
  --style-block--section--footer__contact-group--spacing__padding-bottom: 0px;
  --style-block--section--footer__contact-group--spacing__padding-left: 0px;
  --style-block--section--footer__contact-group--size__width: 100%;
  --style-block--section--footer__contact-group--size__height: auto;
  --style-block--product-card___info--layout__column-gap: 8px;
  --style-block--product-card___info--layout__flex-direction: column;
  --style-block--product-card___info--layout__flex-wrap: nowrap;
  --style-block--product-card___info--layout__row-gap: 8px;
  --style-block--product-card___info--spacing__@media(--mobile): map[padding-bottom:10px padding-left:8px padding-right:8px padding-top:10px];
  --style-block--product-card___info--size__width: 100%;
  --style-block--section--footer__custom-text--spacing__padding-top: 0px;
  --style-block--section--footer__custom-text--spacing__padding-right: 0px;
  --style-block--section--footer__custom-text--spacing__padding-bottom: 0px;
  --style-block--section--footer__custom-text--spacing__padding-left: 0px;
  --style-block--section--footer__custom-text--size__width: 100%;
  --style-block--section--footer__custom-text--size__height: auto;
  --style-block--section--image-floating__heading--size__width: auto;
  --style-block--section--image-floating__heading--size__height: auto;
  --style-block--section--count-down__content--layout__column-gap: 40px;
  --style-block--section--count-down__content--layout__flex-direction: column;
  --style-block--section--count-down__content--layout__flex-wrap: nowrap;
  --style-block--section--count-down__content--layout__align-items: flex-start;
  --style-block--section--count-down__content--layout__justify-content: center;
  --style-block--section--count-down__content--layout__row-gap: 0;
  --style-block--section--count-down__content--spacing__padding-top: 60px;
  --style-block--section--count-down__content--spacing__padding-right: 60px;
  --style-block--section--count-down__content--spacing__padding-bottom: 60px;
  --style-block--section--count-down__content--spacing__padding-left: 60px;
  --style-block--rich-text--spacing__padding-top: 0px;
  --style-block--rich-text--spacing__padding-right: 0px;
  --style-block--rich-text--spacing__padding-bottom: 0px;
  --style-block--rich-text--spacing__padding-left: 0px;
  --style-block--rich-text--size__width: 100%;
  --style-block--rich-text--size__height: auto;
  --style-block--section--before-after__text-group--layout__flex-wrap: nowrap;
  --style-block--section--before-after__text-group--layout__align-items: center;
  --style-block--section--before-after__text-group--layout__justify-content: center;
  --style-block--section--before-after__text-group--layout__row-gap: 20px;
  --style-block--section--before-after__text-group--layout__flex-direction: column;
  --style-block--section--before-after__text-group--size__width: 100%;
  --style-block--section--before-after__text-group--size__height: auto;
  --style-block--section--footer__copyright--layout__justify-content: flex-start;
  --style-block--section--footer__copyright--layout__row-gap: 20px;
  --style-block--section--footer__copyright--layout__column-gap: 10px;
  --style-block--section--footer__copyright--layout__flex-direction: column;
  --style-block--section--footer__copyright--spacing__padding-top: 20px;
  --style-block--section--footer__copyright--spacing__padding-bottom: 20px;
  --style-block--section--footer__copyright--size__width: 100%;
  --style-block--section--footer__copyright--size__height: auto;
  --style-block--section--footer__information-group--layout__flex-direction: row;
  --style-block--section--footer__information-group--layout__flex-wrap: nowrap;
  --style-block--section--footer__information-group--layout__align-items: flex-start;
  --style-block--section--footer__information-group--layout__justify-content: center;
  --style-block--section--footer__information-group--layout__row-gap: 20px;
  --style-block--section--footer__information-group--layout__column-gap: 20px;
  --style-block--section--footer__information-group--spacing__padding-top: 40px;
  --style-block--section--footer__information-group--spacing__padding-bottom: 20px;
  --style-block--section--footer__information-group--size__width: 100%;
  --style-block--section--footer__information-group--size__height: auto;
  --style-block--section--main-product__product-info-group--layout__row-gap: 20px;
  --style-block--section--main-product__product-info-group--layout__column-gap: 20px;
  --style-block--section--main-product__product-info-group--layout__flex-direction: column;
  --style-block--section--main-product__product-info-group--layout__flex-wrap: nowrap;
  --style-block--section--main-product__product-info-group--layout__align-items: center;
  --style-block--section--main-product__product-info-group--layout__justify-content: center;
  --style-block--section--footer__email-subscribe--size__width: 30%;
  --style-block--section--footer__email-subscribe--size__height: auto;
  --style-block--section--featured-recommend-products__group--layout__flex-direction: column;
  --style-block--section--featured-recommend-products__group--layout__flex-wrap: nowrap;
  --style-block--section--featured-recommend-products__group--layout__align-items: flex-start;
  --style-block--section--featured-recommend-products__group--layout__row-gap: 40px;
  --style-block--section--featured-recommend-products__group--layout__column-gap: 40px;
  --style-block--section--featured-recommend-products__group--size__width: auto;
  --style-block--section--featured-recommend-products__group--size__height: auto;
  --style-block--section--image-promotion__group--layout__flex-direction: column;
  --style-block--section--image-promotion__group--layout__flex-wrap: nowrap;
  --style-block--section--image-promotion__group--layout__align-items: center;
  --style-block--section--image-promotion__group--layout__justify-content: center;
  --style-block--section--image-promotion__group--layout__row-gap: 0px;
  --style-block--section--image-promotion__group--layout__column-gap: 0px;
  --style-block--section--image-promotion__group--spacing__padding-bottom: 0px;
  --style-block--section--image-promotion__group--spacing__padding-left: 40px;
  --style-block--section--image-promotion__group--spacing__padding-top: 0px;
  --style-block--section--image-promotion__group--spacing__padding-right: 40px;
  --style-block--section--ingredient-display__image-text-card--layout__align-items: center;
  --style-block--section--ingredient-display__image-text-card--layout__justify-content: flex-start;
  --style-block--section--ingredient-display__image-text-card--layout__row-gap: 0px;
  --style-block--section--ingredient-display__image-text-card--layout__column-gap: 20px;
  --style-block--section--ingredient-display__image-text-card--layout__flex-direction: row;
  --style-block--section--ingredient-display__image-text-card--layout__flex-wrap: nowrap;
  --style-block--section--ingredient-display__image-text-card--spacing__padding-block-start: 0px;
  --style-block--section--ingredient-display__image-text-card--spacing__padding-inline-start: 0px;
  --style-block--section--ingredient-display__image-text-card--spacing__padding-block-end: 0px;
  --style-block--section--ingredient-display__image-text-card--spacing__padding-inline-end: 0px;
  --style-block--section--ingredient-display__image-text-card--size__height: auto;
  --style-block--section--ingredient-display__image-text-card--size__width: 100%;
  --style-block--section--footer__contact-logo-list--spacing__padding-top: 0px;
  --style-block--section--footer__contact-logo-list--spacing__padding-right: 0px;
  --style-block--section--footer__contact-logo-list--spacing__padding-bottom: 0px;
  --style-block--section--footer__contact-logo-list--spacing__padding-left: 0px;
  --style-block--section--footer__contact-logo-list--size__height: auto;
  --style-block--section--footer__contact-logo-list--size__width: 50%;
  --style-block--section--text-columns-with-image__card--layout__flex-direction: column;
  --style-block--section--text-columns-with-image__card--layout__flex-wrap: nowrap;
  --style-block--section--text-columns-with-image__card--layout__align-items: flex-start;
  --style-block--section--text-columns-with-image__card--layout__justify-content: flex-start;
  --style-block--section--text-columns-with-image__card--layout__row-gap: 16px;
  --style-block--section--text-columns-with-image__card--layout__column-gap: 16px;
  --style-block--product___detail-buy-button-group--layout__align-items: center;
  --style-block--product___detail-buy-button-group--layout__justify-content: flex-start;
  --style-block--product___detail-buy-button-group--layout__column-gap: 14px;
  --style-block--product___detail-buy-button-group--layout__row-gap: 14px;
  --style-block--product___detail-buy-button-group--layout__flex-direction: column;
  --style-block--product___detail-buy-button-group--layout__flex-wrap: nowrap;
  --style-block--product___detail-buy-button-group--spacing__padding-top: 0px;
  --style-block--product___detail-buy-button-group--spacing__padding-right: 0px;
  --style-block--product___detail-buy-button-group--spacing__padding-bottom: 0px;
  --style-block--product___detail-buy-button-group--spacing__padding-left: 0px;
  --style-block--product___detail-buy-button-group--size__width: 100%;
  --style-block--product___detail-buy-button-group--size__height: auto;
  --style-block--text--spacing__padding-top: 0px;
  --style-block--text--spacing__padding-right: 0px;
  --style-block--text--spacing__padding-bottom: 0px;
  --style-block--text--spacing__padding-left: 0px;
  --style-block--text--size__width: 100%;
  --style-block--text--size__height: auto;
  --style-block--group--layout__justify-content: center;
  --style-block--group--layout__flex-direction: column;
  --style-block--group--layout__flex-wrap: nowrap;
  --style-block--group--layout__align-items: center;
  --style-block--group--spacing__padding-left: 20px;
  --style-block--group--spacing__padding-top: 20px;
  --style-block--group--spacing__padding-right: 20px;
  --style-block--group--spacing__padding-bottom: 20px;
  --style-block--icon__icon--size__width: auto;
  --style-block--icon__icon--size__height: auto;
  --style-block--section--footer__contact-logo-list-item--layout__flex-direction: row;
  --style-block--section--footer__contact-logo-list-item--layout__flex-wrap: nowrap;
  --style-block--section--footer__contact-logo-list-item--layout__align-items: flex-start;
  --style-block--section--footer__contact-logo-list-item--layout__justify-content: flex-start;
  --style-block--section--footer__contact-logo-list-item--layout__row-gap: 10px;
  --style-block--section--footer__contact-logo-list-item--layout__column-gap: 10px;
  --style-block--section--footer__contact-logo-list-item--spacing__padding-block-start: 15px;
  --style-block--product-card___image--layout__justify-content: space-between;
  --style-block--logo__logo--spacing__padding-left: 0px;
  --style-block--logo__logo--spacing__padding-top: 20px;
  --style-block--logo__logo--spacing__padding-right: 0px;
  --style-block--logo__logo--spacing__padding-bottom: 20px;
  --style-block--logo__logo--size__width: auto;
  --style-block--logo__logo--size__height: auto;
  --style-block--image__image--size__width: 100%;
  --style-block--image__image--size__height: auto;
  --style-block--section--image-floating__icon--icon_spacing__padding-block-end: 0px;
  --style-block--section--image-floating__icon--icon_spacing__padding-inline-start: 0px;
  --style-block--section--image-floating__icon--icon_spacing__padding-block-start: 60px;
  --style-block--section--image-floating__icon--icon_spacing__padding-inline-end: 0px;
  --style-block--section--media-promotion__product-info--layout__row-gap: 8px;
  --style-block--section--media-promotion__product-info--layout__column-gap: 8px;
  --style-block--section--media-promotion__product-info--layout__flex-direction: column;
  --style-block--section--media-promotion__product-info--layout__flex-wrap: nowrap;
  --style-block--section--media-promotion__product-info--spacing__padding-inline-start: 20px;
  --style-block--section--media-promotion__product-info--spacing__padding-block-start: 20px;
  --style-block--section--media-promotion__product-info--spacing__padding-inline-end: 20px;
  --style-block--section--media-promotion__product-info--spacing__padding-block-end: 20px;
  --style-block--section--media-promotion__product-info--size__width: 100%;
  --style-block--section--slideshow__group--layout__justify-content: center;
  --style-block--section--slideshow__group--layout__row-gap: 8px;
  --style-block--section--slideshow__group--layout__column-gap: 8px;
  --style-block--section--slideshow__group--layout__flex-direction: column;
  --style-block--section--slideshow__group--layout__flex-wrap: nowrap;
  --style-block--section--slideshow__group--layout__align-items: center;
  --style-block--section--slideshow__group--spacing__padding-top: 40px;
  --style-block--section--slideshow__group--spacing__padding-right: 0px;
  --style-block--section--slideshow__group--spacing__padding-bottom: 40px;
  --style-block--section--slideshow__group--spacing__padding-left: 0px;
  --style-block--section--slideshow__group--size__height: 100%;
  --style-block--section--slideshow__group--size__width: auto;
  --style-block--section--collage__single-group--spacing__padding-left: 0px;
  --style-block--section--collage__single-group--spacing__padding-top: 0px;
  --style-block--section--collage__single-group--spacing__padding-right: 0px;
  --style-block--section--collage__single-group--spacing__padding-bottom: 0px;
  --style-block--section--faq__group--layout__column-gap: 40px;
  --style-block--section--faq__group--layout__flex-direction: row;
  --style-block--section--faq__group--layout__flex-wrap: nowrap;
  --style-block--section--faq__group--layout__align-items: flex-start;
  --style-block--section--faq__group--layout__justify-content: center;
  --style-block--section--faq__group--layout__row-gap: 40px;
  --style-block--section--faq__group--spacing__padding-top: 0px;
  --style-block--section--faq__group--spacing__padding-right: 0px;
  --style-block--section--faq__group--spacing__padding-bottom: 0px;
  --style-block--section--faq__group--spacing__padding-left: 0px;
  --style-block--section--faq__group--size__width: 100%;
  --style-block--section--faq__group--size__height: auto;
  --style-block--section--text-with-image__text-group--layout__flex-direction: column;
  --style-block--section--text-with-image__text-group--layout__flex-wrap: nowrap;
  --style-block--section--text-with-image__text-group--layout__align-items: flex-start;
  --style-block--section--text-with-image__text-group--layout__justify-content: center;
  --style-block--section--text-with-image__text-group--layout__row-gap: 12px;
  --style-block--section--text-with-image__text-group--layout__column-gap: 0px;
  --style-block--section--text-with-image__text-group--size__width: 50%;
  --style-block--section--text-with-image__text-group--size__height: auto;
  --style-block--section--before-after__group-title--size__width: auto;
  --style-block--section--before-after__group-title--size__height: auto;
  --style-block--section--text-with-image__context-group--layout__column-gap: 100px;
  --style-block--section--text-with-image__context-group--layout__flex-direction: row;
  --style-block--section--text-with-image__context-group--layout__flex-wrap: nowrap;
  --style-block--section--text-with-image__context-group--layout__align-items: center;
  --style-block--section--text-with-image__context-group--layout__justify-content: center;
  --style-block--section--text-with-image__context-group--layout__row-gap: 0px;
  --style-block--section--text-with-image__context-group--size__width: 100%;
  --style-block--section--text-with-image__context-group--size__height: auto;
  --style-block--section--featured-product__product-info-group--layout__flex-direction: column;
  --style-block--section--featured-product__product-info-group--layout__flex-wrap: nowrap;
  --style-block--section--featured-product__product-info-group--layout__align-items: center;
  --style-block--section--featured-product__product-info-group--layout__justify-content: center;
  --style-block--section--featured-product__product-info-group--layout__row-gap: 20px;
  --style-block--section--featured-product__product-info-group--layout__column-gap: 20px;
  --style-block--section--media-promotion__product-card--spacing__padding-right: 0;
  --style-block--section--media-promotion__product-card--spacing__padding-bottom: 0;
  --style-block--section--media-promotion__product-card--spacing__padding-left: 0;
  --style-block--section--media-promotion__product-card--spacing__padding-top: 0;
  --style-block--section--text-with-image__image-with-product--size__width: 50%;
  --style-block--section--text-with-image__image-with-product--size__height: auto;
  --style-block--section--featured-slideshow__image-group--layout__flex-wrap: nowrap;
  --style-block--section--featured-slideshow__image-group--layout__align-items: center;
  --style-block--section--featured-slideshow__image-group--layout__justify-content: center;
  --style-block--section--featured-slideshow__image-group--layout__row-gap: 8px;
  --style-block--section--featured-slideshow__image-group--layout__column-gap: 8px;
  --style-block--section--featured-slideshow__image-group--layout__flex-direction: column;
  --style-block--section--featured-slideshow__image-group--spacing__padding-bottom: 40px;
  --style-block--section--featured-slideshow__image-group--spacing__padding-left: 0px;
  --style-block--section--featured-slideshow__image-group--spacing__padding-top: 40px;
  --style-block--section--featured-slideshow__image-group--spacing__padding-right: 0px;
  --style-block--section--media-promotion__media-container--spacing__padding-inline-end: 0px;
  --style-block--section--media-promotion__media-container--spacing__padding-block-end: 0px;
  --style-block--section--media-promotion__media-container--spacing__padding-inline-start: 0px;
  --style-block--section--media-promotion__media-container--spacing__padding-block-start: 0px;
  --style-block--section--main-cart__cart-header--spacing__padding-top: 40px;
  --style-block--section--main-cart__cart-header--spacing__padding-bottom: 40px;
  --style-block--section--main-blog__title--size__width: 100%;
  --style-block--section--main-blog__title--size__height: auto;
  --style-block--section--main-product__product-main--layout__column-gap: 60px;
  --style-block--section--main-product__product-main--layout__flex-direction: row;
  --style-block--section--main-product__product-main--layout__flex-wrap: nowrap;
  --style-block--section--main-product__product-main--layout__align-items: flex-start;
  --style-block--section--main-product__product-main--layout__row-gap: 20px;
  --style-block--product-card___description--spacing__padding-top: 4.8px;
  --style-block--product-card___description--spacing__padding-right: 0px;
  --style-block--product-card___description--spacing__padding-bottom: 4.8px;
  --style-block--product-card___description--spacing__padding-left: 0px;
  --style-block--product-card___description--size__width: auto;
  --style-block--product-card___description--size__height: auto;
  --style-block--section--multilevel-filter__filter-group--layout__align-items: flex-end;
  --style-block--section--multilevel-filter__filter-group--layout__flex-wrap: wrap;
  --style-block--section--multilevel-filter__filter-group--layout__row-gap: 20px;
  --style-block--section--multilevel-filter__filter-group--layout__column-gap: 14px;
  --style-block--section--footer__navigation--spacing__padding-top: 0px;
  --style-block--section--footer__navigation--spacing__padding-right: 0px;
  --style-block--section--footer__navigation--spacing__padding-bottom: 0px;
  --style-block--section--footer__navigation--spacing__padding-left: 0px;
  --style-block--section--footer__navigation--size__width: 100%;
  --style-block--section--footer__navigation--size__height: auto;
  --style-block--dividing-line__dividing-line--spacing__padding-top: 20px;
  --style-block--dividing-line__dividing-line--spacing__padding-bottom: 20px;
  --style-block--dividing-line__dividing-line--spacing__padding-left: 0px;
  --style-block--dividing-line__dividing-line--spacing__padding-right: 0px;
  --style-block--dividing-line__dividing-line--size__width: 100%;
  --style-block--dividing-line__dividing-line--size__height: auto;
  --style-block--section--ingredient-display__image-text-card-group--layout__flex-direction: column;
  --style-block--section--ingredient-display__image-text-card-group--layout__flex-wrap: nowrap;
  --style-block--section--ingredient-display__image-text-card-group--layout__align-items: stretch;
  --style-block--section--ingredient-display__image-text-card-group--layout__justify-content: flex-start;
  --style-block--section--ingredient-display__image-text-card-group--layout__row-gap: 20px;
  --style-block--section--ingredient-display__image-text-card-group--layout__column-gap: 20px;
  --style-block--section--ingredient-display__image-text-card-group--spacing__padding-block-start: 0px;
  --style-block--section--ingredient-display__image-text-card-group--spacing__padding-inline-start: 0px;
  --style-block--section--ingredient-display__image-text-card-group--spacing__padding-block-end: 0px;
  --style-block--section--ingredient-display__image-text-card-group--spacing__padding-inline-end: 0px;
  --style-block--section--ingredient-display__image-text-card-group--size__width: auto;
  --style-block--section--ingredient-display__image-text-card-group--size__height: auto;
  --style-block--breadcrumb__breadcrumb--layout__flex-direction: row;
  --style-block--breadcrumb__breadcrumb--layout__flex-wrap: nowrap;
  --style-block--breadcrumb__breadcrumb--layout__align-items: center;
  --style-block--breadcrumb__breadcrumb--layout__justify-content: flex-start;
  --style-block--breadcrumb__breadcrumb--layout__row-gap: 0px;
  --style-block--breadcrumb__breadcrumb--layout__column-gap: 5px;
  --style-block--breadcrumb__breadcrumb--size__width: 100%;
  --style-block--breadcrumb__breadcrumb--size__height: auto;
  --style-block--product-image--layout__justify-content: space-between;
  --style-block--product-buy-button-group___quantity-selector--size__width: auto;
  --style-block--section--map__btn-group--layout__align-items: center;
  --style-block--section--map__btn-group--layout__justify-content: flex-start;
  --style-block--section--map__btn-group--layout__column-gap: 20px;
  --style-block--section--map__btn-group--layout__row-gap: 20px;
  --style-block--section--map__btn-group--layout__flex-direction: row;
  --style-block--section--map__btn-group--layout__flex-wrap: wrap;
  --style-block--section--map__btn-group--spacing__padding-top: 0;
  --style-block--section--map__btn-group--spacing__padding-right: 0;
  --style-block--section--map__btn-group--spacing__padding-bottom: 0;
  --style-block--section--map__btn-group--spacing__padding-left: 0;
  --style-block--section--map__btn-group--size__width: auto;
  --style-block--section--map__btn-group--size__height: auto;
  --style-block--product-title--spacing__padding-top: 4.8px;
  --style-block--product-title--spacing__padding-right: 0px;
  --style-block--product-title--spacing__padding-bottom: 4.8px;
  --style-block--product-title--spacing__padding-left: 0px;
  --style-block--product-title--size__height: auto;
  --style-block--product-title--size__width: auto;
  --style-block--product-description--spacing__padding-block-end: 20px;
  --style-block--product-description--spacing__padding-inline-start: 12px;
  --style-block--product-description--spacing__padding-inline-end: 12px;
  --style-block--product-description--spacing__padding-block-start: 20px;
  --style-block--product-description--size__width: auto;
  --style-block--product-description--size__height: auto;
  --style-block--section--footer__market-selector--spacing__padding-top: 0px;
  --style-block--section--footer__market-selector--spacing__padding-right: 0px;
  --style-block--section--footer__market-selector--spacing__padding-bottom: 0px;
  --style-block--section--footer__market-selector--spacing__padding-left: 0px;
  --style-block--section--footer__market-selector--size__width: 50%;
  --style-block--section--footer__market-selector--size__height: auto;
  --style-block--share--spacing__padding-top: 0px;
  --style-block--share--spacing__padding-right: 0px;
  --style-block--share--spacing__padding-bottom: 0px;
  --style-block--share--spacing__padding-left: 0px;
  --style-block--share--size__width: auto;
  --style-block--share--size__height: auto;
  
}

@media (width <=960px) {
  :root {
    --style-section--map--layout__row-gap: 10px;
    --style-section--map--layout__column-gap: 10px;
    --style-section--map--spacing__padding-bottom: 0;
    --style-section--map--spacing__padding-left: 0;
    --style-section--map--spacing__padding-top: 40px;
    --style-section--map--spacing__padding-right: 0;
    --style-section--brand-list--layout__column-gap: 20px;
    --style-section--brand-list--layout__row-gap: 20px;
    --style-section--brand-list--spacing__padding-top: 24px;
    --style-section--brand-list--spacing__padding-bottom: 24px;
    --style-section--multilevel-filter--layout__flex-direction: column;
    --style-section--multilevel-filter--layout__row-gap: 30px;
    --style-section--text-columns-with-image--layout__row-gap: 20px;
    --style-section--text-columns-with-image--layout__column-gap: 20px;
    --style-section--text-columns-with-image--spacing__padding-block-start: 24px;
    --style-section--text-columns-with-image--spacing__padding-block-end: 24px;
    --style-section--featured-recommend-products--layout__flex-direction: column;
    --style-section--featured-recommend-products--layout__column-gap: 20px;
    --style-section--featured-recommend-products--layout__row-gap: 20px;
    --style-section--featured-recommend-products--spacing__padding-top: 40px;
    --style-section--featured-recommend-products--spacing__padding-bottom: 40px;
    --style-section--footer--layout__row-gap: 20px;
    --style-section--footer--layout__column-gap: 20px;
    --style-section--footer--spacing__padding-bottom: 20px;
    --style-section--footer--spacing__padding-top: 20px;
    --style-section--media-promotion--spacing__padding-inline-end: 20px;
    --style-section--media-promotion--spacing__padding-block-end: 40px;
    --style-section--media-promotion--spacing__padding-inline-start: 20px;
    --style-section--media-promotion--spacing__padding-block-start: 40px;
    --style-section--header--desktop_spacing__padding-block-start: 5px;
    --style-section--header--desktop_spacing__padding-inline-end: 20px;
    --style-section--header--desktop_spacing__padding-block-end: 5px;
    --style-section--header--desktop_spacing__padding-inline-start: 20px;
    --style-section--announcement-bar--spacing__padding-top: 6px;
    --style-section--announcement-bar--spacing__padding-bottom: 6px;
    --style-section--custom-section--layout__row-gap: 20px;
    --style-section--custom-section--layout__column-gap: 20px;
    --style-section--customers-login--spacing__padding-top: 40px;
    --style-section--customers-login--spacing__padding-right: 20px;
    --style-section--customers-login--spacing__padding-bottom: 40px;
    --style-section--customers-login--spacing__padding-left: 20px;
    --style-section--custom-sline--layout__row-gap: 20px;
    --style-section--custom-sline--layout__column-gap: 20px;
    --style-section--custom-sline--spacing__padding-bottom: 40px;
    --style-section--custom-sline--spacing__padding-top: 40px;
    --style-section--ingredient-display--layout__row-gap: 10px;
    --style-section--ingredient-display--spacing__padding-block-start: 40px;
    --style-section--ingredient-display--spacing__padding-inline-start: 20px;
    --style-section--ingredient-display--spacing__padding-block-end: 40px;
    --style-section--ingredient-display--spacing__padding-inline-end: 20px;
    --style-section--collection-list--layout__row-gap: 20px;
    --style-section--collection-list--layout__column-gap: 20px;
    --style-section--collection-list--spacing__padding-top: 24px;
    --style-section--collection-list--spacing__padding-bottom: 24px;
    --style-section--faq--layout__row-gap: 20px;
    --style-section--faq--layout__column-gap: 30px;
    --style-section--faq--spacing__padding-inline-start: 20px;
    --style-section--faq--spacing__padding-block-start: 24px;
    --style-section--faq--spacing__padding-inline-end: 20px;
    --style-section--faq--spacing__padding-block-end: 24px;
    --style-section--featured-collection--layout__column-gap: 20px;
    --style-section--featured-collection--layout__row-gap: 20px;
    --style-section--featured-collection--spacing__padding-top: 24px;
    --style-section--featured-collection--spacing__padding-bottom: 24px;
    --style-section--before-after--spacing__padding-top: 40px;
    --style-section--before-after--spacing__padding-right: 20px;
    --style-section--before-after--spacing__padding-bottom: 40px;
    --style-section--before-after--spacing__padding-left: 20px;
    --style-section--customers-register--spacing__padding-top: 40px;
    --style-section--customers-register--spacing__padding-right: 20px;
    --style-section--customers-register--spacing__padding-bottom: 40px;
    --style-section--customers-register--spacing__padding-left: 20px;
    --style-section--main-order-tracking--spacing__padding-bottom: 40px;
    --style-section--main-order-tracking--spacing__padding-top: 40px;
    --style-section--featured-collection-list--layout__column-gap: 20px;
    --style-section--featured-collection-list--layout__flex-direction: column;
    --style-section--featured-collection-list--layout__row-gap: 20px;
    --style-section--featured-collection-list--spacing__padding-right: 0px;
    --style-section--featured-collection-list--spacing__padding-bottom: 24px;
    --style-section--featured-collection-list--spacing__padding-left: 0px;
    --style-section--featured-collection-list--spacing__padding-top: 24px;
    --style-section--image-with-text--layout__justify-content: center;
    --style-section--image-with-text--layout__row-gap: 10px;
    --style-section--image-with-text--layout__column-gap: 10px;
    --style-section--image-with-text--layout__flex-direction: column;
    --style-section--image-with-text--layout__flex-wrap: nowrap;
    --style-section--image-with-text--layout__align-items: flex-start;
    --style-section--image-with-text--spacing__padding-block-start: 30px;
    --style-section--image-with-text--spacing__padding-inline-end: 20px;
    --style-section--image-with-text--spacing__padding-block-end: 20px;
    --style-section--image-with-text--spacing__padding-inline-start: 20px;
    --style-section--featured-product--layout__flex-direction: column;
    --style-section--featured-product--layout__row-gap: 20px;
    --style-section--featured-product--layout__column-gap: 20px;
    --style-section--customers-account--spacing__padding-right: 0;
    --style-section--customers-account--spacing__padding-bottom: 40px;
    --style-section--customers-account--spacing__padding-left: 0;
    --style-section--customers-account--spacing__padding-top: 40px;
    --style-section--shopping-video--spacing__padding-block-start: 40px;
    --style-section--shopping-video--spacing__padding-block-end: 40px;
    --style-section--custom-page--layout__row-gap: 20px;
    --style-section--custom-page--layout__column-gap: 20px;
    --style-section--custom-page--spacing__padding-top: 40px;
    --style-section--custom-page--spacing__padding-right: 0;
    --style-section--custom-page--spacing__padding-bottom: 40px;
    --style-section--custom-page--spacing__padding-left: 0;
    --style-section--customers-order-list--spacing__padding-top: 20px;
    --style-section--customers-order-list--spacing__padding-bottom: 20px;
    --style-section--collage--spacing__padding-top: 24px;
    --style-section--collage--spacing__padding-bottom: 24px;
    --style-section--collage--spacing__padding-left: 0px;
    --style-section--collage--spacing__padding-right: 0px;
    --style-section--rich-text--layout__flex-wrap: nowrap;
    --style-section--rich-text--layout__align-items: center;
    --style-section--rich-text--layout__justify-content: center;
    --style-section--rich-text--layout__column-gap: 14px;
    --style-section--rich-text--layout__row-gap: 14px;
    --style-section--rich-text--layout__flex-direction: column;
    --style-section--rich-text--spacing__padding-top: 24px;
    --style-section--rich-text--spacing__padding-right: 20px;
    --style-section--rich-text--spacing__padding-bottom: 24px;
    --style-section--rich-text--spacing__padding-left: 20px;
    --style-section--sign-up-and-save--layout__row-gap: 4px;
    --style-section--sign-up-and-save--layout__column-gap: 4px;
    --style-section--sign-up-and-save--spacing__padding-block-start: 30px;
    --style-section--sign-up-and-save--spacing__padding-block-end: 30px;
    --style-section--recommended-product--layout__row-gap: 20px;
    --style-section--recommended-product--layout__column-gap: 20px;
    --style-section--recommended-product--spacing__padding-top: 20px;
    --style-section--recommended-product--spacing__padding-bottom: 20px;
    --style-section--image-promotion--layout__row-gap: 20px;
    --style-section--image-promotion--layout__column-gap: 20px;
    --style-section--image-promotion--layout__flex-direction: column;
    --style-section--image-promotion--spacing__padding-top: 24px;
    --style-section--image-promotion--spacing__padding-bottom: 24px;
    --style-section--blog--layout__column-gap: 20px;
    --style-section--blog--layout__row-gap: 20px;
    --style-section--blog--spacing__padding-top: 24px;
    --style-section--blog--spacing__padding-bottom: 24px;
    --style-section--customers-company--spacing__padding-top: 40px;
    --style-section--customers-company--spacing__padding-right: 20px;
    --style-section--customers-company--spacing__padding-bottom: 40px;
    --style-section--customers-company--spacing__padding-left: 20px;
    --style-section--main-article--spacing__padding-block-start: 40px;
    --style-section--main-article--spacing__padding-inline-start: 0px;
    --style-section--main-article--spacing__padding-block-end: 40px;
    --style-section--main-article--spacing__padding-inline-end: 0px;
    --style-section--main-product--layout__row-gap: 10px;
    --style-section--main-product--layout__column-gap: 20px;
    --style-section--main-product--spacing__padding-block-start: 10px;
    --style-section--main-product--spacing__padding-block-end: 10px;
    --style-section--contact-form--spacing__padding-top: 40px;
    --style-section--contact-form--spacing__padding-bottom: 40px;
    --style-section--contact-form--size__width: 100%;
    --style-section--contact-form--size__height: auto;
    --style-section--video--layout__flex-direction: column;
    --style-section--video--layout__flex-wrap: nowrap;
    --style-section--video--layout__align-items: center;
    --style-section--video--layout__justify-content: center;
    --style-section--video--layout__column-gap: 14px;
    --style-section--video--layout__row-gap: 14px;
    --style-section--video--spacing__padding-top: 30px;
    --style-section--video--spacing__padding-right: 0px;
    --style-section--video--spacing__padding-bottom: 30px;
    --style-section--video--spacing__padding-left: 0px;
    --style-section--video--size__width: 100%;
    --style-section--video--size__height: auto;
    --style-section--recently-viewed-product--layout__column-gap: 20px;
    --style-section--recently-viewed-product--layout__row-gap: 20px;
    --style-section--recently-viewed-product--spacing__padding-top: 20px;
    --style-section--recently-viewed-product--spacing__padding-bottom: 20px;
    --style-section--customers-activate-account--spacing__padding-right: 20px;
    --style-section--customers-activate-account--spacing__padding-bottom: 40px;
    --style-section--customers-activate-account--spacing__padding-left: 20px;
    --style-section--customers-activate-account--spacing__padding-top: 40px;
    --style-section--image-banner--layout__justify-content: center;
    --style-section--image-banner--layout__row-gap: 0px;
    --style-section--image-banner--layout__column-gap: 0px;
    --style-section--image-banner--layout__flex-direction: row;
    --style-section--image-banner--layout__flex-wrap: nowrap;
    --style-section--image-banner--layout__align-items: center;
    --style-section--image-banner--spacing__padding-inline-end: 20px;
    --style-section--image-banner--spacing__padding-inline-start: 20px;
    --style-section--main-page--spacing__padding-top: 40px;
    --style-section--main-page--spacing__padding-right: 0;
    --style-section--main-page--spacing__padding-bottom: 40px;
    --style-section--main-page--spacing__padding-left: 0;
    --style-section--main-blog--spacing__padding-block-end: 40px;
    --style-section--main-blog--spacing__padding-block-start: 40px;
    --style-section--count-down--layout__flex-direction: column;
    --style-section--count-down--layout__row-gap: 10px;
    --style-section--count-down--layout__column-gap: 10px;
    --style-section--count-down--layout__align-items: center;
    --style-section--count-down--spacing__padding-left: 20px;
    --style-section--count-down--spacing__padding-top: 40px;
    --style-section--count-down--spacing__padding-right: 20px;
    --style-section--count-down--spacing__padding-bottom: 40px;
    --style-section--count-down--size__width: 100%;
    --style-section--count-down--size__height: 100%;
    --style-section--customers-order-detail--spacing__padding-top: 0px;
    --style-section--main-password--spacing__padding-top: 40px;
    --style-section--main-password--spacing__padding-bottom: 40px;
    --style-section--main-password--spacing__padding-left: 24px;
    --style-section--main-password--spacing__padding-right: 24px;
    --style-section--image-floating--spacing__padding-block-end: 24px;
    --style-section--image-floating--spacing__padding-inline-end: 0px;
    --style-section--image-floating--spacing__padding-block-start: 24px;
    --style-section--image-floating--spacing__padding-inline-start: 0px;
    --style-section--text-with-image--layout__row-gap: 20px;
    --style-section--text-with-image--spacing__padding-top: 40px;
    --style-section--text-with-image--spacing__padding-bottom: 40px;
    --style-block--section--media-promotion__group--layout__row-gap: 0px;
    --style-block--section--media-promotion__group--spacing__padding-block-start: 40px;
    --style-block--section--media-promotion__group--spacing__padding-inline-end: 20px;
    --style-block--section--media-promotion__group--spacing__padding-block-end: 40px;
    --style-block--section--media-promotion__group--spacing__padding-inline-start: 20px;
    --style-block--section--featured-product__product-info--layout__row-gap: 10px;
    --style-block--section--featured-product__product-info--layout__column-gap: 10px;
    --style-block--section--featured-product__product-info--size__width: 100%;
    --style-block--section--featured-slideshow__text-group--spacing__padding-top: 20px;
    --style-block--section--featured-slideshow__text-group--spacing__padding-bottom: 20px;
    --style-block--section--featured-slideshow__text-group--size__width: 100%;
    --style-block--section--featured-slideshow__text-group--size__height: 30%;
    --style-block--section--main-collection-cover__banner--size__height: 384px;
    --style-block--section--ingredient-display__image-text-card-text-group--layout__row-gap: 4px;
    --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-block-start: 0px;
    --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-inline-start: 0px;
    --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-block-end: 0px;
    --style-block--section--ingredient-display__image-text-card-text-group--spacing__padding-inline-end: 0px;
    --style-block--popup-with-text___dialog--spacing__padding-top: 20px;
    --style-block--popup-with-text___dialog--spacing__padding-right: 20px;
    --style-block--popup-with-text___dialog--spacing__padding-bottom: 20px;
    --style-block--popup-with-text___dialog--spacing__padding-left: 20px;
    --style-block--popup-with-text___dialog--size__height: 480px;
    --style-block--popup-with-text___dialog--size__width: 100%;
    --style-block--video__video--spacing__padding-block-start: 0;
    --style-block--video__video--spacing__padding-inline-end: 0;
    --style-block--video__video--spacing__padding-block-end: 0;
    --style-block--video__video--spacing__padding-inline-start: 0;
    --style-block--section--featured-product__product-media--size__width: 100%;
    --style-block--section--footer__additional-group--layout__column-gap: 20px;
    --style-block--section--footer__additional-group--layout__flex-direction: column;
    --style-block--section--footer__additional-group--layout__flex-wrap: nowrap;
    --style-block--section--footer__additional-group--layout__align-items: center;
    --style-block--section--footer__additional-group--layout__justify-content: center;
    --style-block--section--footer__additional-group--layout__row-gap: 20px;
    --style-block--section--footer__additional-group--spacing__padding-top: 0px;
    --style-block--section--footer__additional-group--spacing__padding-bottom: 0px;
    --style-block--section--count-down__divider--spacing__padding-top: 0;
    --style-block--section--count-down__divider--spacing__padding-bottom: 0;
    --style-block--section--count-down__count-down-date--spacing__padding-top: 0;
    --style-block--section--count-down__count-down-date--spacing__padding-bottom: 0;
    --style-block--product-card__card--layout__row-gap: 8px;
    --style-block--product-card__card--layout__column-gap: 8px;
    --style-block--product-card__card--layout__flex-direction: row;
    --style-block--product-card__card--layout__flex-wrap: wrap;
    --style-block--popup-with-text___popover--spacing__padding-bottom: 10px;
    --style-block--popup-with-text___popover--spacing__padding-left: 10px;
    --style-block--popup-with-text___popover--spacing__padding-top: 10px;
    --style-block--popup-with-text___popover--spacing__padding-right: 10px;
    --style-block--section--featured-slideshow__container--layout__flex-direction: column;
    --style-block--section--shopping-video__video-list-group--layout__column-gap: 20px;
    --style-block--section--shopping-video__video-list-group--layout__row-gap: 20px;
    --style-block--section--before-after__group--spacing__padding-top: 10px;
    --style-block--section--before-after__group--spacing__padding-right: 10px;
    --style-block--section--before-after__group--spacing__padding-bottom: 10px;
    --style-block--section--before-after__group--spacing__padding-left: 10px;
    --style-block--section--footer__payment-icons--size__width: auto;
    --style-block--section--footer__payment-icons--size__height: auto;
    --style-block--article__card--layout__row-gap: 15px;
    --style-block--article__card--layout__column-gap: 15px;
    --style-block--section--image-with-text__group--layout__row-gap: 8px;
    --style-block--section--image-with-text__group--layout__column-gap: 8px;
    --style-block--section--image-with-text__group--spacing__padding-top: 15px;
    --style-block--section--image-with-text__group--spacing__padding-bottom: 0px;
    --style-block--section--image-with-text__group--spacing__padding-right: 15px;
    --style-block--section--image-with-text__group--spacing__padding-left: 15px;
    --style-block--section--featured-slideshow__line--spacing__padding-top: 0;
    --style-block--section--featured-slideshow__line--spacing__padding-bottom: 0;
    --style-block--section--featured-slideshow__line--size__height: 32px;
    --style-block--product-buy-button-group___bundle--layout__flex-direction: column;
    --style-block--product-buy-button-group___bundle--layout__align-items: stretch;
    --style-block--section--footer__social-media--size__width: 100%;
    --style-block--product-card___top-layer--spacing__padding-top: 5px;
    --style-block--product-card___top-layer--spacing__padding-bottom: 5px;
    --style-block--product-card___top-layer--spacing__padding-left: 5px;
    --style-block--product-card___top-layer--spacing__padding-right: 5px;
    --style-block--email-subscription--size__width: 100%;
    --style-block--section--featured-recommend-products__image--size__width: auto;
    --style-block--section--main-cart__cart-footer--spacing__padding-top: 24px;
    --style-block--section--main-cart__cart-footer--spacing__padding-bottom: 24px;
    --style-block--section--shopping-image__group--layout__align-items: flex-start;
    --style-block--section--shopping-image__group--layout__justify-content: center;
    --style-block--section--shopping-image__group--spacing__padding-top: 40px;
    --style-block--section--shopping-image__group--spacing__padding-bottom: 40px;
    --style-block--section--shopping-image__group--spacing__padding-right: 20px;
    --style-block--section--shopping-image__group--spacing__padding-left: 20px;
    --style-block--section--main-product__product-media-group--size__width: 100%;
    --style-block--section--image-floating__text-group--spacing__padding-block-end: 40px;
    --style-block--section--image-floating__text-group--spacing__padding-inline-end: 20px;
    --style-block--section--image-floating__text-group--spacing__padding-block-start: 40px;
    --style-block--section--image-floating__text-group--spacing__padding-inline-start: 20px;
    --style-block--section--ingredient-display__image-text-area--layout__flex-direction: column;
    --style-block--section--ingredient-display__image-text-area--layout__row-gap: 20px;
    --style-block--section--ingredient-display__image-text-area--layout__column-gap: 0px;
    --style-block--section--ingredient-display__image-text-area--spacing__padding-inline-end: 0px;
    --style-block--section--ingredient-display__image-text-area--spacing__padding-block-start: 0px;
    --style-block--section--ingredient-display__image-text-area--spacing__padding-inline-start: 0px;
    --style-block--section--ingredient-display__image-text-area--spacing__padding-block-end: 0px;
    --style-block--section--map__map-style--layout__flex-direction: column;
    --style-block--section--map__map-style--layout__row-gap: 10px;
    --style-block--section--map__map-style--layout__column-gap: 10px;
    --style-block--section--map__map-style--layout__align-items: center;
    --style-block--section--map__map-style--size__width: 100%;
    --style-block--section--map__map-style--size__height: 100%;
    --style-block--product-card___layer--spacing__padding-right: 5px;
    --style-block--product-card___layer--spacing__padding-top: 5px;
    --style-block--product-card___layer--spacing__padding-bottom: 5px;
    --style-block--product-card___layer--spacing__padding-left: 5px;
    --style-block--section--faq__collapsible-group--spacing__padding-block-start: 0;
    --style-block--section--faq__collapsible-group--spacing__padding-inline-end: 0;
    --style-block--section--faq__collapsible-group--spacing__padding-block-end: 0;
    --style-block--section--faq__collapsible-group--spacing__padding-inline-start: 0;
    --style-block--section--map__text-content--layout__flex-direction: column;
    --style-block--section--map__text-content--layout__row-gap: 10px;
    --style-block--section--map__text-content--layout__column-gap: 10px;
    --style-block--section--map__text-content--spacing__padding-top: 20px;
    --style-block--section--map__text-content--spacing__padding-right: 20px;
    --style-block--section--map__text-content--spacing__padding-bottom: 0;
    --style-block--section--map__text-content--spacing__padding-left: 20px;
    --style-block--section--map__text-content--size__width: 100%;
    --style-block--section--map__text-content--size__height: 100%;
    --style-block--section--image-banner__container--layout__flex-wrap: nowrap;
    --style-block--section--image-banner__container--layout__align-items: center;
    --style-block--section--image-banner__container--layout__justify-content: center;
    --style-block--section--image-banner__container--layout__row-gap: 8px;
    --style-block--section--image-banner__container--layout__column-gap: 8px;
    --style-block--section--image-banner__container--layout__flex-direction: column;
    --style-block--section--image-banner__container--spacing__padding-inline-end: 24px;
    --style-block--section--image-banner__container--spacing__padding-block-end: 24px;
    --style-block--section--image-banner__container--spacing__padding-inline-start: 24px;
    --style-block--section--image-banner__container--spacing__padding-block-start: 24px;
    --style-block--section--shopping-image__image--layout__align-items: flex-start;
    --style-block--section--shopping-image__image--layout__justify-content: flex-start;
    --style-block--section--map__bottom-content--layout__flex-direction: column;
    --style-block--section--map__bottom-content--layout__row-gap: 20px;
    --style-block--section--map__bottom-content--layout__column-gap: 20px;
    --style-block--section--map__bottom-content--spacing__padding-top: 10px;
    --style-block--section--map__bottom-content--spacing__padding-right: 0;
    --style-block--section--map__bottom-content--spacing__padding-bottom: 0;
    --style-block--section--map__bottom-content--spacing__padding-left: 0;
    --style-block--section--map__bottom-content--size__width: 100%;
    --style-block--section--map__bottom-content--size__height: 100%;
    --style-block--section--main-password__content-group--spacing__padding-top: 30px;
    --style-block--section--main-password__content-group--spacing__padding-bottom: 30px;
    --style-block--section--main-password__content-group--spacing__padding-left: 20px;
    --style-block--section--main-password__content-group--spacing__padding-right: 20px;
    --style-block--section--main-product__product-info--layout__row-gap: 10px;
    --style-block--section--main-product__product-info--layout__column-gap: 10px;
    --style-block--section--main-product__product-info--size__width: 100%;
    --style-block--section--footer__contact-group--layout__flex-direction: column;
    --style-block--section--footer__contact-group--layout__justify-content: center;
    --style-block--section--footer__contact-group--layout__row-gap: 20px;
    --style-block--section--footer__contact-group--layout__column-gap: 20px;
    --style-block--section--count-down__content--layout__row-gap: 0;
    --style-block--section--count-down__content--layout__column-gap: 20px;
    --style-block--section--count-down__content--spacing__padding-left: 20px;
    --style-block--section--count-down__content--spacing__padding-top: 20px;
    --style-block--section--count-down__content--spacing__padding-right: 20px;
    --style-block--section--count-down__content--spacing__padding-bottom: 20px;
    --style-block--section--footer__copyright--spacing__padding-bottom: 0px;
    --style-block--section--footer__information-group--layout__justify-content: center;
    --style-block--section--footer__information-group--layout__row-gap: 0px;
    --style-block--section--footer__information-group--layout__column-gap: 0px;
    --style-block--section--footer__information-group--layout__flex-direction: column;
    --style-block--section--footer__information-group--layout__flex-wrap: wrap;
    --style-block--section--footer__information-group--layout__align-items: center;
    --style-block--section--footer__information-group--spacing__padding-top: 0px;
    --style-block--section--footer__information-group--spacing__padding-bottom: 0px;
    --style-block--section--footer__email-subscribe--size__width: 100%;
    --style-block--section--featured-recommend-products__group--layout__row-gap: 20px;
    --style-block--section--featured-recommend-products__group--layout__column-gap: 20px;
    --style-block--section--ingredient-display__image-text-card--layout__column-gap: 10px;
    --style-block--section--ingredient-display__image-text-card--spacing__padding-block-start: 0px;
    --style-block--section--ingredient-display__image-text-card--spacing__padding-inline-start: 0px;
    --style-block--section--ingredient-display__image-text-card--spacing__padding-block-end: 0px;
    --style-block--section--ingredient-display__image-text-card--spacing__padding-inline-end: 0px;
    --style-block--section--text-columns-with-image__card--layout__row-gap: 8px;
    --style-block--section--text-columns-with-image__card--layout__column-gap: 8px;
    --style-block--group--spacing__padding-top: 10px;
    --style-block--group--spacing__padding-right: 10px;
    --style-block--group--spacing__padding-bottom: 10px;
    --style-block--group--spacing__padding-left: 10px;
    --style-block--section--image-floating__icon--icon_spacing__padding-inline-start: 0px;
    --style-block--section--image-floating__icon--icon_spacing__padding-block-start: 0px;
    --style-block--section--image-floating__icon--icon_spacing__padding-inline-end: 0px;
    --style-block--section--image-floating__icon--icon_spacing__padding-block-end: 0px;
    --style-block--section--media-promotion__product-info--spacing__padding-block-start: 20px;
    --style-block--section--media-promotion__product-info--spacing__padding-inline-end: 20px;
    --style-block--section--media-promotion__product-info--spacing__padding-block-end: 20px;
    --style-block--section--media-promotion__product-info--spacing__padding-inline-start: 20px;
    --style-block--section--slideshow__group--spacing__padding-top: 30px;
    --style-block--section--slideshow__group--spacing__padding-bottom: 30px;
    --style-block--section--slideshow__group--spacing__padding-right: 70px;
    --style-block--section--slideshow__group--spacing__padding-left: 70px;
    --style-block--section--faq__group--layout__flex-direction: column;
    --style-block--section--faq__group--layout__row-gap: 20px;
    --style-block--section--faq__group--layout__column-gap: 20px;
    --style-block--section--text-with-image__text-group--size__width: 100%;
    --style-block--section--text-with-image__context-group--layout__flex-direction: column;
    --style-block--section--text-with-image__context-group--layout__align-items: flex-start;
    --style-block--section--text-with-image__context-group--layout__row-gap: 20px;
    --style-block--section--text-with-image__context-group--layout__column-gap: 0px;
    --style-block--section--text-with-image__image-with-product--size__width: 100%;
    --style-block--section--featured-slideshow__image-group--spacing__padding-top: 20px;
    --style-block--section--featured-slideshow__image-group--spacing__padding-bottom: 20px;
    --style-block--section--media-promotion__media-container--spacing__padding-block-end: 0px;
    --style-block--section--media-promotion__media-container--spacing__padding-inline-end: 0px;
    --style-block--section--media-promotion__media-container--spacing__padding-inline-start: 0px;
    --style-block--section--media-promotion__media-container--spacing__padding-block-start: 0px;
    --style-block--section--main-cart__cart-header--spacing__padding-top: 20px;
    --style-block--section--main-cart__cart-header--spacing__padding-bottom: 20px;
    --style-block--section--main-product__product-main--layout__column-gap: 20px;
    --style-block--section--main-product__product-main--layout__flex-direction: column;
    --style-block--section--main-product__product-main--layout__row-gap: 10px;
    --style-block--section--multilevel-filter__filter-group--layout__row-gap: 10px;
    --style-block--section--multilevel-filter__filter-group--layout__column-gap: 10px;
    --style-block--section--ingredient-display__image-text-card-group--layout__row-gap: 10px;
    --style-block--section--ingredient-display__image-text-card-group--layout__column-gap: 10px;
    --style-block--section--ingredient-display__image-text-card-group--spacing__padding-block-start: 0px;
    --style-block--section--ingredient-display__image-text-card-group--spacing__padding-inline-start: 0px;
    --style-block--section--ingredient-display__image-text-card-group--spacing__padding-block-end: 0px;
    --style-block--section--ingredient-display__image-text-card-group--spacing__padding-inline-end: 0px;
    --style-block--product-buy-button-group___quantity-selector--size__width: 100%;
    --style-block--section--map__btn-group--layout__row-gap: 10px;
    --style-block--section--map__btn-group--layout__column-gap: 10px;
    --style-block--product-description--spacing__padding-block-start: 20px;
    --style-block--product-description--spacing__padding-block-end: 20px;
    --style-block--product-description--spacing__padding-inline-start: 0px;
    --style-block--product-description--spacing__padding-inline-end: 0px;
    --style-block--section--footer__market-selector--size__width: 100%;
    --style-block--section--footer__market-selector--size__height: auto;
    
  }
}