/* One server-rendered section: catalogue, B2B and catalogue-by-SMS. */
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row.SGGLOVES-home-promo-row--unified {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 20px !important;
  border: 1px solid #e9e1db;
  border-radius: 24px;
  background: #f8f6f3;
  align-items: stretch !important;
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified.SGGLOVES-home-promo-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified > :is(article, .sgsmscatalog) {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #dfe5eb !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
  grid-column: auto !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified > article {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sg-home-studio-art {
  aspect-ratio: 3 / 2 !important;
  flex: 0 0 auto;
  width: 100% !important;
  height: auto !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified > article > img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  position: static !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified :is(.SGGLOVES-home-catalog__copy, .SGGLOVES-home-b2b__copy) {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  padding: 22px !important;
  min-width: 0;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified :is(h2, h3) {
  font-family: var(--SGGLOVES-heading-font, 'Roboto Condensed', sans-serif) !important;
  font-size: clamp(23px, 1.8vw, 28px) !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
  overflow-wrap: break-word;
  word-break: normal !important;
  text-align: left !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified :is(.SGGLOVES-home-catalog__copy, .SGGLOVES-home-b2b__copy) p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .SGGLOVES-home-btn {
  width: 100% !important;
  min-height: 48px !important;
  justify-content: center !important;
  border-radius: 12px !important;
  white-space: normal !important;
  margin-top: auto !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .SGGLOVES-home-catalog > .SGGLOVES-home-btn {
  width: calc(100% - 44px) !important;
  margin: auto 22px 22px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified > .sgsmscatalog {
  display: flex !important;
  flex-direction: column !important;
  padding: 22px !important;
  gap: 14px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__icon {
  width: 48px !important;
  height: 48px !important;
  flex-shrink: 0;
  border-radius: 12px;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  width: 100%;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__content > p:not(.sgsmscatalog__eyebrow) {
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 0 14px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__form {
  display: flex !important;
  flex-direction: column !important;
  flex: 1;
  gap: 12px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__form :is(input[type='tel'], input[type='email']) {
  height: 46px !important;
  border-radius: 10px;
  min-width: 0;
  font-size: 16px !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified :is(.sgsmscatalog__consent, .sgsmscatalog__privacy, .sgsmscatalog__gdpr) {
  font-size: 12px !important;
  line-height: 1.5 !important;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog button[type='submit'] {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  margin-top: auto;
  border-radius: 12px;
  padding: 12px 16px;
}
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified .sgsmscatalog__message:empty { display: none; }
body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row--unified > article:only-child { grid-column: 1 / -1 !important; }
@media (max-width: 991px) {
  body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row.SGGLOVES-home-promo-row--unified {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 14px !important;
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row.SGGLOVES-home-promo-row--unified.SGGLOVES-mobile-hidden,
  body :is(#sg-home-studio#sg-home-studio, .SGGLOVES-home) .SGGLOVES-home-promo-row.SGGLOVES-home-promo-row--unified > .SGGLOVES-mobile-hidden { display: none !important; }
}
