/* SL 组件版心：内容区最大 1400px，与站点其它模块一致。全屏开关保持通栏。 */

.brand-list > .page-width,
.featured-collection-list__wrapper > .page-width,
.image-with-text-section > .page-width,
.image-banner-section .page-width,
.text-columns-with-image-section > .page-width,
.text-with-image-section > .page-width,
.shopping-image__image.page-width,
.shopping-video-section.page-width,
.slideshow.page-width,
.count-down.page-width:not(.count-down__full),
theme-before-after.before-after,
.section-ingredient-display > .section-ingredient-display__inner,
.media-promotion,
.section-video,
.rich-text > .rich-text__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

theme-before-after.before-after {
  display: flex;
}

.count-down__full {
  max-width: none;
}
