@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #000000);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #1a1a1a);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #333333);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #808080);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #122035);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #1d3456);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #294877);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #5c87c7);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, circle);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Jost);
  --font-size:var(--draft-font-size, 14px);
  --font-family-heading:var(--draft-font-family-heading, Jost);
  --heading-ratio:var(--draft-heading-ratio, 1.4);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 100);
  --search_count:var(--draft-search_count, 100);
  --blog_size:var(--draft-blog_size, 50);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, right);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
.ya-pay-widget {
  width: 280px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important; }
  @media (max-width: 768px) {
    /* line 12, theme.scss */
    .ya-pay-widget {
      width: calc(100% - 0.5rem) !important; } }

/* BLOOM_CSS_START */
/* line 22, theme.scss */
.bloom-video-feature {
  max-width: 1240px;
  margin: 72px auto 28px;
  padding: 0 24px;
  text-align: center; }

/* line 22, theme.scss */
.bloom-video-feature__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #817a70; }

/* line 22, theme.scss */
.bloom-video-feature__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 500; }

/* line 22, theme.scss */
.bloom-video-feature__copy {
  max-width: 680px;
  margin: 18px auto 32px;
  color: #666;
  font-size: 16px;
  line-height: 1.55; }

/* line 22, theme.scss */
.bloom-video-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee; }

/* line 22, theme.scss */
.bloom-video-stage iframe {
  display: block!important;
  width: 100%!important;
  height: 100%!important;
  border: 0; }

/* line 22, theme.scss */
.bloom-video-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #eee; }

/* line 22, theme.scss */
.bloom-video-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center; }

/* line 22, theme.scss */
.bloom-video-cover:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.28)); }

/* line 22, theme.scss */
.bloom-video-cover__play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18); }

/* line 22, theme.scss */
.bloom-video-cover__play:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 25px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #111; }

/* line 22, theme.scss */
.bloom-video-cover__hint {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  white-space: nowrap; }

@media (max-width: 640px) {
  /* line 22, theme.scss */
  .bloom-video-feature {
    margin-top: 44px;
    padding: 0 16px; }

  /* line 22, theme.scss */
  .bloom-video-feature__title {
    font-size: 34px; }

  /* line 22, theme.scss */
  .bloom-video-feature__copy {
    font-size: 14px;
    margin-bottom: 22px; }

  /* line 22, theme.scss */
  .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* BLOOM_CSS_END */
/* KAWS_EDITORIAL_START */
/* line 26, theme.scss */
.bloom-video-feature--kaws {
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 56px;
  align-items: start;
  text-align: left;
  padding: 0 36px; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-top: 8px;
  color: #111;
  border-top: 1px solid #111;
  padding-top: 18px; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__title {
  grid-column: 1;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: .98; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 3;
  margin: 28px 0 0;
  max-width: 360px;
  font-size: 16px;
  line-height: 1.65; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-stage {
  grid-column: 2;
  grid-row: 1/4;
  aspect-ratio: 4/3; }

/* line 26, theme.scss */
.bloom-video-feature--kaws .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 26, theme.scss */
  .bloom-video-feature--kaws {
    display: block;
    padding: 0 16px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-feature__title {
    margin-top: 22px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 26, theme.scss */
  .bloom-video-feature--kaws .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* KAWS_EDITORIAL_END */
/* ARCHITEKTOR_HERO_CROP_FIX_START */
/* Полный заголовок Telegram-слайда без обрезания строк. Фото использует исходное кадрирование темы. */
/* line 32, theme.scss */
.promo-slider__item:has(img[src*="DSCF5770_04ff59a2c693e89954fe45da6ae4ac6f"]) .promo-slider__item-content__title {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important; }

/* ARCHITEKTOR_HERO_CROP_FIX_END */
/* CUBE_VIDEO_START */
/* line 42, theme.scss */
.bloom-video-feature--cube {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 54px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 51, theme.scss */
.bloom-video-feature--cube .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f3f1ed; }

/* line 57, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8c674e; }

/* line 65, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .98;
  font-weight: 500; }

/* line 73, theme.scss */
.bloom-video-feature--cube .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 350px;
  margin: 28px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.65; }

/* line 82, theme.scss */
.bloom-video-feature--cube .bloom-video-cover {
  background: #f3f1ed; }

/* line 83, theme.scss */
.bloom-video-feature--cube .bloom-video-cover img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 48px); }

/* line 87, theme.scss */
.bloom-video-feature--cube .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.22)); }

/* line 90, theme.scss */
.bloom-video-feature--cube .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 99, theme.scss */
  .bloom-video-feature--cube {
    display: block;
    padding: 0 16px; }

  /* line 100, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 101, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 102, theme.scss */
  .bloom-video-feature--cube .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 103, theme.scss */
  .bloom-video-feature--cube .bloom-video-stage {
    aspect-ratio: 4/5; }

  /* line 104, theme.scss */
  .bloom-video-feature--cube .bloom-video-cover img {
    padding: 18px; } }
/* CUBE_VIDEO_END */
/* KORA_VIDEO_START */
/* line 109, theme.scss */
.bloom-video-feature--kora {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 72px;
  align-items: end;
  padding: 0 36px;
  text-align: left; }

/* line 118, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 28px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777166; }

/* line 125, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__title {
  grid-area: title;
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.025em; }

/* line 134, theme.scss */
.bloom-video-feature--kora .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 440px;
  margin: 0 0 3px;
  color: #666;
  font-size: 16px;
  line-height: 1.65; }

/* line 142, theme.scss */
.bloom-video-feature--kora .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.7;
  background: #e9e5de; }

/* line 148, theme.scss */
.bloom-video-feature--kora .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 152, theme.scss */
.bloom-video-feature--kora .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.3)); }

/* line 155, theme.scss */
.bloom-video-feature--kora .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 164, theme.scss */
  .bloom-video-feature--kora {
    display: block;
    padding: 0 16px; }

  /* line 165, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__eyebrow {
    margin-bottom: 22px; }

  /* line 166, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__title {
    font-size: 40px; }

  /* line 167, theme.scss */
  .bloom-video-feature--kora .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 168, theme.scss */
  .bloom-video-feature--kora .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* KORA_VIDEO_END */
/* TEREKHOV_VIDEO_START */
/* line 172, theme.scss */
.bloom-video-feature--terekhov {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  grid-template-areas: "eyebrow eyebrow" "title title" "stage stage" ". copy";
  column-gap: 52px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 181, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #737373; }

/* line 188, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__title {
  grid-area: title;
  max-width: 920px;
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 197, theme.scss */
.bloom-video-feature--terekhov .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  aspect-ratio: 16/8.2;
  background: #f1f1ef; }

/* line 203, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__copy {
  display: none;
  grid-area: copy;
  max-width: 390px;
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #b8b8b3;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 214, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover {
  background: #f1f1ef; }

/* line 215, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover img {
  object-fit: cover;
  object-position: center;
  padding: 0; }

/* line 220, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover:after {
  background: linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.24)); }

/* line 223, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 232, theme.scss */
  .bloom-video-feature--terekhov {
    display: block;
    padding: 0 16px; }

  /* line 233, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__eyebrow {
    margin-bottom: 20px; }

  /* line 234, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__title {
    font-size: 44px; }

  /* line 235, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-stage {
    margin-top: 26px;
    aspect-ratio: 4/5; }

  /* line 236, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-feature__copy {
    margin: 18px 0 0; }

  /* line 237, theme.scss */
  .bloom-video-feature--terekhov .bloom-video-cover img {
    padding: 18px; } }
/* line 240, theme.scss */
.bloom-video-feature--terekhov .bloom-video-feature__title:after {
  content: 'Посмотреть, как изготавливаем';
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase; }

/* line 251, theme.scss */
.bloom-video-feature--terekhov .bloom-video-cover__hint {
  display: none; }

/* TEREKHOV_VIDEO_END */
/* PO_TWO_VIDEO_START */
/* line 254, theme.scss */
.bloom-video-feature--po-process,
.bloom-video-feature--po-object {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 56px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 264, theme.scss */
.bloom-video-feature--po-process .bloom-video-stage,
.bloom-video-feature--po-object .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f2f0ec; }

/* line 271, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__eyebrow,
.bloom-video-feature--po-object .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 280, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__title,
.bloom-video-feature--po-object .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: .98;
  font-weight: 500; }

/* line 289, theme.scss */
.bloom-video-feature--po-process .bloom-video-feature__copy,
.bloom-video-feature--po-object .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 350px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 299, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover,
.bloom-video-feature--po-object .bloom-video-cover {
  background: #f2f0ec; }

/* line 301, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover img,
.bloom-video-feature--po-object .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 306, theme.scss */
.bloom-video-feature--po-process .bloom-video-cover__hint,
.bloom-video-feature--po-object .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 315, theme.scss */
.bloom-video-feature--po-object {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  margin-top: 92px; }

/* line 319, theme.scss */
.bloom-video-feature--po-object .bloom-video-stage {
  grid-column: 2; }

/* line 320, theme.scss */
.bloom-video-feature--po-object .bloom-video-feature__eyebrow,
.bloom-video-feature--po-object .bloom-video-feature__title,
.bloom-video-feature--po-object .bloom-video-feature__copy {
  grid-column: 1; }

@media (max-width: 760px) {
  /* line 324, theme.scss */
  .bloom-video-feature--po-process,
  .bloom-video-feature--po-object {
    display: block;
    padding: 0 16px; }

  /* line 326, theme.scss */
  .bloom-video-feature--po-object {
    margin-top: 58px; }

  /* line 327, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__eyebrow,
  .bloom-video-feature--po-object .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 329, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__title,
  .bloom-video-feature--po-object .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 331, theme.scss */
  .bloom-video-feature--po-process .bloom-video-feature__copy,
  .bloom-video-feature--po-object .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 333, theme.scss */
  .bloom-video-feature--po-process .bloom-video-stage,
  .bloom-video-feature--po-object .bloom-video-stage {
    aspect-ratio: 4/5; } }
/* PO_TWO_VIDEO_END */
/* VETEROK_TWO_VIDEO_START */
/* line 338, theme.scss */
.bloom-video-feature--vet-smart {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 58px;
  align-items: start;
  padding: 0 36px;
  text-align: left; }

/* line 347, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-stage {
  grid-column: 1;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #f0f0ee; }

/* line 353, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 356, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: .96;
  font-weight: 500; }

/* line 359, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-feature__copy {
  grid-column: 2;
  grid-row: 3;
  max-width: 360px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 362, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 363, theme.scss */
.bloom-video-feature--vet-smart .bloom-video-cover__hint,
.bloom-video-feature--vet-relief .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 367, theme.scss */
.bloom-video-feature--vet-relief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  margin-top: 96px;
  padding: 0 36px;
  text-align: left; }

/* line 377, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #777; }

/* line 380, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: .94;
  font-weight: 500; }

/* line 383, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 430px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 386, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-stage {
  grid-area: stage;
  margin-top: 36px;
  aspect-ratio: 16/8.4;
  background: #111; }

/* line 389, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-cover {
  background: #111; }

/* line 390, theme.scss */
.bloom-video-feature--vet-relief .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

@media (max-width: 760px) {
  /* line 392, theme.scss */
  .bloom-video-feature--vet-smart,
  .bloom-video-feature--vet-relief {
    display: block;
    padding: 0 16px; }

  /* line 394, theme.scss */
  .bloom-video-feature--vet-relief {
    margin-top: 58px; }

  /* line 395, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__eyebrow,
  .bloom-video-feature--vet-relief .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 397, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__title,
  .bloom-video-feature--vet-relief .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 399, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-feature__copy,
  .bloom-video-feature--vet-relief .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 401, theme.scss */
  .bloom-video-feature--vet-smart .bloom-video-stage,
  .bloom-video-feature--vet-relief .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; } }
/* VETEROK_TWO_VIDEO_END */
/* BOND_VIDEO_START */
/* line 406, theme.scss */
.bloom-video-feature--bond {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 64px;
  align-items: end;
  max-width: 1240px;
  padding: 0 36px;
  background: #fff;
  text-align: left; }

/* line 417, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  width: max-content;
  margin: 0 0 26px;
  padding: 8px 14px;
  border: 1px solid #aaa49d;
  border-radius: 999px;
  color: #66615b;
  font-size: 10px; }

/* line 427, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__title {
  grid-area: title;
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.03em; }

/* line 436, theme.scss */
.bloom-video-feature--bond .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 420px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 444, theme.scss */
.bloom-video-feature--bond .bloom-video-stage {
  grid-area: stage;
  margin-top: 38px;
  overflow: hidden;
  aspect-ratio: 16/8.5;
  border-radius: 0;
  background: #ddd9d3; }

/* line 452, theme.scss */
.bloom-video-feature--bond .bloom-video-cover {
  background: #ddd9d3; }

/* line 453, theme.scss */
.bloom-video-feature--bond .bloom-video-cover img {
  object-fit: cover;
  object-position: center 54%; }

/* line 457, theme.scss */
.bloom-video-feature--bond .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

@media (max-width: 760px) {
  /* line 466, theme.scss */
  .bloom-video-feature--bond {
    display: block;
    margin-top: 44px;
    padding: 30px 16px 16px; }

  /* line 467, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__eyebrow {
    margin-bottom: 22px; }

  /* line 468, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__title {
    font-size: 42px; }

  /* line 469, theme.scss */
  .bloom-video-feature--bond .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 470, theme.scss */
  .bloom-video-feature--bond .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5;
    border-radius: 0; } }
/* BOND_VIDEO_END */
/* TRIBE_TWO_VIDEO_START */
/* line 475, theme.scss */
.bloom-video-feature--tribe-space {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  grid-template-areas: "eyebrow eyebrow" "title copy" "stage stage";
  column-gap: 66px;
  align-items: end;
  padding: 0 36px;
  text-align: left; }

/* line 484, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__eyebrow {
  grid-area: eyebrow;
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8b704f; }

/* line 487, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__title {
  grid-area: title;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 80px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.035em; }

/* line 490, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-feature__copy {
  grid-area: copy;
  max-width: 430px;
  margin: 0 0 4px;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 493, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-stage {
  grid-area: stage;
  margin-top: 36px;
  aspect-ratio: 16/8.3;
  background: #f0ebe4; }

/* line 496, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover {
  background: #f0ebe4; }

/* line 497, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

/* line 498, theme.scss */
.bloom-video-feature--tribe-space .bloom-video-cover__hint,
.bloom-video-feature--tribe-craft .bloom-video-cover__hint {
  left: 28px;
  bottom: 24px;
  transform: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px; }

/* line 502, theme.scss */
.bloom-video-feature--tribe-craft {
  display: grid;
  grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 58px;
  align-items: start;
  margin-top: 96px;
  padding: 0 36px;
  text-align: left; }

/* line 512, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 8px 0 0;
  padding-top: 18px;
  border-top: 1px solid #111;
  color: #8b704f; }

/* line 515, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__title {
  grid-column: 1;
  grid-row: 2;
  margin-top: 30px;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: .96;
  font-weight: 500; }

/* line 518, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-feature__copy {
  grid-column: 1;
  grid-row: 3;
  max-width: 360px;
  margin: 26px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65; }

/* line 521, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-stage {
  grid-column: 2;
  grid-row: 1/4;
  aspect-ratio: 4/3;
  background: #eee9e2; }

/* line 524, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-cover {
  background: #eee9e2; }

/* line 525, theme.scss */
.bloom-video-feature--tribe-craft .bloom-video-cover img {
  object-fit: cover;
  object-position: center; }

@media (max-width: 760px) {
  /* line 527, theme.scss */
  .bloom-video-feature--tribe-space,
  .bloom-video-feature--tribe-craft {
    display: block;
    padding: 0 16px; }

  /* line 529, theme.scss */
  .bloom-video-feature--tribe-craft {
    margin-top: 58px; }

  /* line 530, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__eyebrow,
  .bloom-video-feature--tribe-craft .bloom-video-feature__eyebrow {
    margin-top: 0; }

  /* line 532, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__title,
  .bloom-video-feature--tribe-craft .bloom-video-feature__title {
    margin-top: 22px;
    font-size: 40px; }

  /* line 534, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-feature__copy,
  .bloom-video-feature--tribe-craft .bloom-video-feature__copy {
    margin: 18px 0 26px; }

  /* line 536, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-stage,
  .bloom-video-feature--tribe-craft .bloom-video-stage {
    margin-top: 0;
    aspect-ratio: 4/5; }

  /* line 538, theme.scss */
  .bloom-video-feature--tribe-space .bloom-video-cover img {
    padding: 18px; } }
/* TRIBE_TWO_VIDEO_END */
