/* V27: refined retail layout, monochrome original logos and turquoise accents. */
:root {
  --ink: #202020;
  --muted: #666666;
  --line: #dedede;
  --soft: #f4f4f4;
}
body {
  font-size: 15px;
  line-height: 1.7;
}
.button {
  font-size: 14px;
  min-height: 49px;
  border-radius: 3px;
}
.text-link {
  font-size: 14px;
}
.section {
  padding: 62px 0;
}
.section-kicker,
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #676767;
}
.section-head h2 {
  font-size: 34px;
  letter-spacing: -0.045em;
}
.section-head > p {
  font-size: 14px;
}
/* Header: generous search area, readable assistance, quieter visual chrome. */
.site-header {
  box-shadow: 0 2px 0 #21212103;
}
.utility-bar {
  font-size: 12px;
  background: #f4f4f4;
}
.utility-inner {
  gap: 26px;
}
.header-row {
  height: 89px;
  gap: 24px;
}
.brand-word {
  font-size: 32px;
  letter-spacing: -0.065em;
}
.brand-descriptor {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.095em;
}
.brand-symbol {
  width: 34px;
  gap: 4px;
  transform: skewY(-8deg);
}
.brand-symbol i {
  height: 8px;
}
.catalog-toggle {
  min-height: 47px;
  padding: 11px 19px;
  font-size: 13px;
  margin-left: 12px;
}
.header-search {
  height: 47px;
  background: #ffffff;
  border-color: #c3c3c3;
}
.header-search input {
  font-size: 13px;
}
.header-search button {
  height: 45px;
}
.header-phone strong {
  font-size: 15px;
}
.header-phone small {
  font-size: 11px;
  margin-top: 2px;
}
.cart-link {
  font-size: 11px;
  gap: 5px;
}
.cart-link .icon {
  width: 25px;
  height: 25px;
}
.category-nav {
  height: 48px;
  font-size: 13px;
  gap: 31px;
}
.category-nav .icon {
  width: 18px;
  height: 18px;
}
.header-call {
  display: none;
}
.search-result {
  font-size: 12px;
  padding: 13px;
  grid-template-columns: 48px 1fr auto;
}
.search-result b {
  font-size: 12px;
}
.search-result img {
  width: 48px;
  height: 48px;
}
.search-all,
.search-no-result {
  font-size: 13px;
}
.mega-grid {
  gap: 50px;
}
.mega-grid small {
  font-size: 11px;
}
.mega-help p {
  font-size: 13px;
}
/* Main facade image: no decorative overlay; material and architecture stay visible. */
.home-hero {
  padding-top: 28px;
}
.hero-layout {
  grid-template-columns: 43% 57%;
  min-height: 490px;
  background: #f1f1f1;
  border-radius: 0;
}
.hero-copy {
  padding: 45px 40px;
  justify-content: center;
}
.hero-copy .eyebrow {
  font-size: 10px;
  letter-spacing: 0.075em;
  margin-bottom: 28px;
}
.hero-copy h1 {
  font-size: clamp(39px, 3.9vw, 56px);
  letter-spacing: -0.064em;
  line-height: 1.15;
  margin-bottom: 25px;
}
.hero-copy h1 span {
  color: #7b7b7b;
}
.hero-description {
  font-size: 14px;
  line-height: 1.8;
  color: #606060;
  margin-bottom: 30px;
  max-width: 380px;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 21px;
}
.hero-actions .button {
  font-size: 13px;
  padding: 14px 20px;
  min-height: 49px;
  gap: 14px;
}
.hero-calc {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  padding-top: 24px;
  margin-top: 35px;
  border-top: 1px solid #d3d3d3;
}
.hero-start-price small {
  font-size: 11px;
  color: #6e6e6e;
  display: block;
  margin-bottom: 3px;
}
.hero-start-price b {
  display: block;
  font-size: 31px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.hero-start-price b span {
  font-size: 21px;
}
.hero-bottom > a {
  font-size: 13px;
  line-height: 1.8;
}
.hero-bottom > a > span {
  color: #6f6f6f;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-bottom .icon {
  width: 16px;
  height: 16px;
}
.hero-visual {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #dddddd;
  overflow: hidden;
  position: relative;
}
.hero-visual > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 57px);
  object-fit: cover;
  object-position: 50% 56%;
  filter: none;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 57px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}
.hero-visual figcaption > span {
  color: #6d6d6d;
}
.hero-visual figcaption a {
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-visual figcaption .icon {
  width: 17px;
  height: 17px;
}
/* Material categories made from real product samples. */
.home-categories {
  padding: 51px 0 44px;
}
.home-categories h2 {
  font-size: 30px;
}
.category-grid {
  gap: 22px;
}
.category-tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.category-samples {
  height: 208px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 14px;
  border: 1px solid #e6e6e6;
}
.material-sample {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: none;
}
.category-title {
  margin-top: 19px;
  gap: 12px;
}
.category-title h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.category-title .icon {
  width: 18px;
  height: 18px;
}
.category-description {
  font-size: 12px;
  color: #7a7a7a;
  margin: 7px 0 12px;
}
.category-meta {
  font-size: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.category-meta b {
  font-size: 12px;
  font-weight: 700;
  color: #484848;
}
.brand-strip-inner {
  min-height: 121px;
}
.brand-strip strong {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.brand-strip span {
  font-size: 11px;
}
.brand-strip img {
  width: 135px;
  height: 55px;
  opacity: 0.85;
}
.home-products {
  padding: 53px 0;
}
.home-products .section-head {
  margin-bottom: 24px;
}
.home-products .section-head h2 {
  font-size: 34px;
}
.home-catalog-links {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 19px;
  margin-bottom: 23px;
  font-size: 13px;
}
.home-catalog-links a {
  font-weight: 700;
  color: #585858;
}
.home-catalog-links a:hover {
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-catalog-links span {
  margin-left: auto;
  color: #828282;
  font-size: 11px;
}
/* Product cards: series, actual color, color options, price and clear action. */
.product-card {
  border-color: #e3e3e3;
  border-radius: 3px;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.product-card:hover {
  border-color: #a9a9a9;
  box-shadow: 0 4px 15px #2b2b2b06;
}
.product-photo {
  height: 213px;
  background: #f4f4f4;
  padding: 30px 25px 10px;
}
.product-photo img {
  width: 170px;
  height: 170px;
  mix-blend-mode: multiply;
}
.product-card.has-hd-image .product-photo img {
  width: 210px;
  height: 185px;
}
.brand-badge {
  font-size: 11px;
  color: #636363;
  top: 13px;
  left: 17px;
  font-weight: 700;
}
.product-copy {
  padding: 19px 18px 18px;
  gap: 6px;
}
.product-series {
  font-size: 10px;
  letter-spacing: 0.035em;
  font-weight: 400;
  text-transform: none;
  color: #818181;
}
.product-name {
  font-size: 16px;
  line-height: 1.45;
  min-height: 24px;
  letter-spacing: -0.03em;
}
.card-color {
  font-size: 12px;
  line-height: 1.6;
  min-height: 20px;
  margin: 1px 0 3px;
}
.card-color > span {
  color: #848484;
}
.card-color b {
  font-weight: 400;
  color: #494949;
}
.product-spec-line {
  font-size: 10px;
  color: #828282;
  margin: 0 0 7px;
  min-height: 17px;
}
.card-palette {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0 14px;
}
.card-swatch {
  width: 27px;
  height: 27px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f9f9f9;
}
.card-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
}
.card-swatch[aria-current="true"] {
  outline: 1px solid #656565;
  outline-offset: 2px;
}
.card-swatch:hover {
  outline: 1px solid #656565;
  outline-offset: 2px;
}
.palette-more {
  font-size: 10px;
  color: #6a6a6a;
  min-width: 27px;
  min-height: 27px;
  display: grid;
  place-items: center;
}
.product-buy {
  gap: 10px;
  padding-top: 16px;
  align-items: center;
  border-top: 1px solid #e4e4e4;
}
.product-buy strong {
  font-size: 25px;
  letter-spacing: -0.05em;
}
.product-buy small {
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
}
.mini-add {
  width: auto;
  min-width: 105px;
  padding: 0 12px;
  height: 42px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  background: #2a2a2a;
  border-color: #2a2a2a;
  font-weight: 700;
}
.mini-add:hover,
.mini-add.added {
  background: #515151;
  border-color: #515151;
  color: #ffffff;
}
.catalog-more .button {
  font-size: 13px;
  min-height: 46px;
}
/* Catalog and editorial typography. */
.breadcrumbs {
  font-size: 11px;
  gap: 9px;
  line-height: 1.7;
}
.page-hero {
  padding: 26px 0 4px;
}
.page-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}
.page-hero p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 880px;
}
.sidebar-title {
  font-size: 14px;
  margin-bottom: 16px;
}
.catalog-sidebar nav a {
  font-size: 12px;
  padding: 10px 0;
}
.filter-chip {
  font-size: 12px;
  min-height: 39px;
}
.catalog-tools {
  gap: 12px;
  margin-bottom: 20px;
}
.catalog-search input,
.select-wrap select,
.sort-control select {
  font-size: 12px;
  height: 45px;
}
.sort-control {
  width: 174px;
}
.select-wrap {
  max-width: 175px;
}
.catalog-count {
  font-size: 12px;
  margin-bottom: 20px;
}
.sidebar-help b {
  font-size: 13px;
}
.sidebar-help span {
  font-size: 11px;
}
.category-seo-copy p,
.category-seo-copy li,
.retail-copy-main p {
  font-size: 14px;
  line-height: 1.9;
}
.retail-info-head > p {
  font-size: 14px;
  max-width: 430px;
}
.retail-quick-links a,
.retail-brand-list a {
  font-size: 14px;
  padding: 17px 0;
}
.retail-quick-links span,
.retail-brand-list span {
  font-size: 11px;
}
.retail-lower-grid p {
  font-size: 14px;
  line-height: 1.85;
}
.retail-lower-grid h3,
.retail-table-block h3 {
  font-size: 25px;
}
.seo-table {
  font-size: 13px;
}
.seo-table th {
  font-size: 11px;
}
.seo-table-intro {
  font-size: 13px;
}
.v19-editorial-columns {
  font-size: 14px;
  line-height: 1.85;
}
.series-hub-links a {
  font-size: 13px;
}
.series-hub-links a span {
  font-size: 11px;
}
.route-link-grid a,
.series-link-grid a {
  font-size: 14px;
}
.route-link-grid span,
.series-link-grid span {
  font-size: 12px;
}
.product-editorial-copy {
  max-width: 950px;
}
.product-editorial-copy h2 {
  font-size: 29px;
}
.product-editorial-copy p {
  font-size: 14px;
  color: var(--muted);
}
/* Gallery and buying panel. */
.product-page {
  gap: 52px;
  padding-top: 37px;
  align-items: start;
}
.product-gallery {
  top: 162px;
}
.main-product-stage {
  height: 450px;
  position: relative;
  padding: 42px;
  background: #f3f3f3;
  border-color: #e3e3e3;
}
.main-product-stage img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.main-product-stage.stage-hd img {
  width: 380px;
  height: 360px;
}
.main-product-stage[data-current-kind="facade"] {
  padding: 0;
  background: #f1f1f1;
}
.main-product-stage[data-current-kind="facade"] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-expand {
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  padding: 8px 11px;
  border-radius: 3px;
  font-size: 10px;
}
.gallery-expand .icon {
  width: 17px;
  height: 17px;
}
.gallery-expand:hover {
  background: #f1f1f1;
}
.product-intro .eyebrow {
  font-size: 11px;
  margin-bottom: 16px;
}
.product-intro h1 {
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.detail-tags span {
  font-size: 11px;
  padding: 6px 9px;
  background: #f2f2f2;
}
.color-selector {
  font-size: 13px;
  margin: 24px 0 23px;
}
.color-options {
  gap: 9px;
  margin-top: 13px;
}
.color-options a {
  width: 43px;
  height: 43px;
  border-radius: 3px;
}
.purchase-panel {
  background: #f4f4f4;
  padding: 25px;
  margin-top: 22px;
  border: 1px solid #e5e5e5;
}
.purchase-panel .big-price {
  font-size: 37px;
  margin: 0 0 7px;
  line-height: 1.25;
}
.purchase-panel .stockline {
  font-size: 12px;
}
.purchase-panel .buybox {
  margin: 20px 0 0;
  flex-wrap: nowrap;
  align-items: end;
  gap: 12px;
}
.purchase-panel .buybox .button {
  flex: 1;
  min-height: 48px;
  font-size: 13px;
  gap: 10px;
}
.product-quantity {
  font-size: 10px;
  gap: 6px;
}
.product-quantity input {
  height: 48px;
  width: 84px;
  border-color: #c9c9c9;
}
.purchase-note {
  font-size: 11px;
  color: #818181;
  line-height: 1.7;
  margin: 15px 0 0;
  max-width: 390px;
}
.product-service {
  margin-top: 23px;
  padding: 16px 0;
  gap: 16px;
  justify-content: space-between;
}
.product-service a {
  font-size: 11px;
  gap: 8px;
}
.product-service .icon {
  width: 19px;
  height: 19px;
}
.product-section-nav {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  margin-top: 24px;
  padding-bottom: 13px;
}
.product-section-nav a {
  font-weight: 700;
  white-space: nowrap;
}
.product-section-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product-text {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 22px;
}
.spec-table {
  font-size: 13px;
  margin-top: 19px;
}
.spec-table th,
.spec-table td {
  padding: 12px 0;
}
.product-lightbox {
  border: 0;
  padding: 35px;
  background: #ffffff;
  width: min(1000px, 94vw);
  max-height: 94dvh;
  border-radius: 3px;
  overflow: auto;
  color: #3f3f3f;
}
.product-lightbox::backdrop {
  background: #191919c4;
}
.product-lightbox > img {
  width: 100%;
  height: 72dvh;
  object-fit: contain;
}
.product-lightbox > p {
  font-size: 13px;
  text-align: center;
  margin: 14px 0 0;
}
.lightbox-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 37px;
  height: 37px;
  font-size: 27px;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}
.mobile-buybar {
  display: none;
}
/* Practical support, restrained reviews and footer. */
.calculation-feature {
  padding-top: 10px;
  padding-bottom: 57px;
}
.calculation-layout {
  grid-template-columns: 46% 54%;
  background: #f2f2f2;
}
.calculation-photo {
  height: 377px;
}
.calculation-photo img {
  filter: none;
}
.calculation-copy {
  padding: 37px 54px;
}
.calculation-copy h2 {
  font-size: 35px;
  line-height: 1.22;
}
.calculation-copy p:not(.section-kicker) {
  font-size: 14px;
  color: #6e6e6e;
}
.calculation-copy > .text-link {
  font-size: 12px;
}
.review-card {
  border-top: 1px solid #cccccc;
  padding: 25px 0;
}
.review-card h3 {
  font-size: 15px;
}
.review-card time {
  font-size: 11px;
}
.review-card p {
  font-size: 13px;
  line-height: 1.85;
}
.review-product {
  font-size: 12px;
}
.review-stars {
  font-size: 12px;
  color: #666666;
}
.faq summary {
  font-size: 14px;
  line-height: 1.7;
  padding-block: 24px;
}
.faq p {
  font-size: 13px;
  line-height: 1.85;
}
.visit-strip {
  border-top: 1px solid var(--line);
  padding: 45px 0 0;
  margin-top: 15px;
}
.visit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.visit-inner h2 {
  font-size: 34px;
  margin: 12px 0;
}
.visit-inner p {
  font-size: 14px;
  color: #747474;
  max-width: 540px;
  margin: 0;
}
.visit-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 7px;
}
.visit-contact > a:first-child {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.visit-contact > span {
  font-size: 12px;
  color: #818181;
}
.visit-address {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  margin-top: 11px;
}
.visit-address .icon {
  width: 18px;
  height: 18px;
}
.panel h2 {
  font-size: 30px;
}
.panel p {
  font-size: 14px;
}
.field label {
  font-size: 12px;
}
.form-status {
  font-size: 13px;
}
.cart-item-main b {
  font-size: 12px;
}
.cart-item-main small {
  font-size: 11px;
}
.line-total {
  font-size: 13px;
}
.cart-page-title h2 {
  font-size: 28px;
}
.cart-page-total {
  font-size: 13px;
}
.clear-cart {
  font-size: 11px;
}
.footer {
  margin-top: 58px;
  background: #242424;
}
.footer p {
  font-size: 12px;
}
.footer h4 {
  font-size: 13px;
}
.footer-grid > div > a:not(.wordmark),
.footer-grid > div > span {
  font-size: 12px;
}
.footer-bottom {
  font-size: 10px;
}
@media (min-width: 1500px) {
  .hero-layout {
    min-height: 516px;
  }
  .hero-copy {
    padding: 47px 40px;
  }
}
@media (max-width: 1180px) {
  .header-row {
    gap: 20px;
  }
  .catalog-toggle {
    margin-left: 2px;
    padding-inline: 16px;
  }
  .header-search input {
    font-size: 12px;
  }
  .category-nav {
    gap: 23px;
    font-size: 12px;
  }
  .hero-layout {
    grid-template-columns: 45% 55%;
    min-height: 493px;
  }
  .hero-copy {
    padding: 36px 31px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-bottom {
    gap: 18px;
    margin-top: 27px;
  }
  .hero-bottom > a {
    font-size: 12px;
  }
  .hero-bottom > a > span {
    font-size: 10px;
  }
  .hero-start-price b {
    font-size: 29px;
  }
  .category-samples {
    height: 185px;
  }
  .category-title h3 {
    font-size: 16px;
  }
  .category-description {
    font-size: 11px;
  }
  .category-meta,
  .category-meta b {
    font-size: 11px;
  }
  .product-buy strong {
    font-size: 23px;
  }
  .mini-add {
    min-width: 94px;
    padding-inline: 10px;
    font-size: 10px;
  }
  .product-copy {
    padding: 17px 15px;
  }
  .product-name {
    font-size: 15px;
  }
  .home-catalog-links {
    font-size: 12px;
    gap: 20px;
  }
  .product-page {
    gap: 35px;
  }
  .product-intro h1 {
    font-size: 30px;
  }
  .product-service {
    justify-content: start;
  }
  .calculation-copy {
    padding: 32px 35px;
  }
  .calculation-copy h2 {
    font-size: 31px;
  }
  .purchase-panel {
    padding: 22px;
  }
  .product-section-nav {
    gap: 17px;
    font-size: 11px;
  }
  .visit-contact > a:first-child {
    font-size: 24px;
  }
}
@media (max-width: 940px) {
  .header-row {
    gap: 17px;
  }
  .brand-word {
    font-size: 29px;
  }
  .brand-descriptor {
    font-size: 7px;
  }
  .hero-layout {
    grid-template-columns: 46% 54%;
    min-height: 500px;
  }
  .hero-copy {
    padding: 30px 27px;
  }
  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.19;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.035em;
  }
  .hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
  }
  .hero-calc {
    font-size: 11px;
  }
  .hero-bottom {
    gap: 10px;
    padding-top: 18px;
    margin-top: 22px;
  }
  .hero-start-price b {
    font-size: 26px;
  }
  .hero-start-price small {
    font-size: 9px;
  }
  .hero-bottom > a {
    font-size: 10px;
  }
  .hero-bottom > a > span {
    font-size: 9px;
    gap: 3px;
  }
  .hero-bottom .icon {
    width: 13px;
  }
  .hero-visual figcaption {
    padding: 11px 13px;
    display: block;
    height: 64px;
  }
  .hero-visual figcaption > span {
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
  }
  .hero-visual > img {
    height: calc(100% - 64px);
  }
  .category-grid {
    gap: 17px;
  }
  .category-samples {
    height: 158px;
  }
  .category-title {
    margin-top: 16px;
  }
  .category-title h3 {
    font-size: 13px;
    line-height: 1.5;
  }
  .category-description {
    font-size: 10px;
    min-height: 34px;
    margin: 5px 0 9px;
  }
  .category-meta {
    font-size: 10px;
  }
  .category-meta b {
    font-size: 10px;
  }
  .brand-strip strong {
    font-size: 12px;
  }
  .brand-strip span {
    font-size: 10px;
  }
  .brand-strip img {
    width: 110px;
  }
  .home-products .section-head h2 {
    font-size: 30px;
  }
  .home-catalog-links span {
    display: none;
  }
  .product-photo {
    height: 205px;
  }
  .product-copy {
    padding: 16px 14px;
  }
  .card-color {
    font-size: 11px;
  }
  .product-buy {
    gap: 8px;
  }
  .mini-add {
    min-width: 95px;
  }
  .product-buy strong {
    font-size: 22px;
  }
  .main-product-stage {
    height: 355px;
    padding: 25px;
  }
  .main-product-stage.stage-hd img {
    height: 290px;
    width: 280px;
  }
  .product-intro h1 {
    font-size: 26px;
  }
  .purchase-panel {
    padding: 19px;
  }
  .purchase-panel .big-price {
    font-size: 33px;
  }
  .purchase-panel .buybox .button {
    font-size: 11px;
    padding-inline: 13px;
  }
  .product-quantity input {
    width: 70px;
  }
  .product-service a {
    font-size: 10px;
  }
  .product-section-nav {
    font-size: 10px;
    gap: 15px;
  }
  .spec-table {
    font-size: 12px;
  }
  .color-selector {
    font-size: 12px;
  }
  .color-options {
    gap: 7px;
  }
  .color-options a {
    width: 38px;
    height: 38px;
  }
  .calculation-copy {
    padding: 30px;
  }
  .calculation-copy h2 {
    font-size: 27px;
  }
  .calculation-copy p:not(.section-kicker) {
    font-size: 13px;
  }
  .visit-inner {
    gap: 30px;
  }
  .visit-inner h2 {
    font-size: 29px;
  }
  .visit-inner p {
    font-size: 13px;
  }
  .visit-contact > a:first-child {
    font-size: 22px;
  }
  .retail-info-head > p {
    max-width: 750px;
  }
  .product-editorial-copy {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 14px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .section {
    padding: 36px 0;
  }
  .section-head {
    align-items: end;
    gap: 18px;
  }
  .section-head h2 {
    font-size: 27px;
    line-height: 1.25;
  }
  .section-head .text-link {
    font-size: 11px;
  }
  .section-kicker {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .button {
    font-size: 13px;
    min-height: 47px;
  }
  .utility-bar {
    font-size: 10px;
    height: 28px;
  }
  .utility-inner {
    gap: 10px;
  }
  .utility-inner > span {
    font-size: 9px;
  }
  .header-row {
    height: 116px;
    grid-template-columns: 1fr auto auto auto;
    gap: 0 9px;
    padding: 13px 0 12px;
  }
  .brand-word {
    font-size: 28px;
  }
  .brand-symbol {
    width: 27px;
  }
  .brand-symbol i {
    height: 6px;
  }
  .brand-descriptor {
    font-size: 6px;
    letter-spacing: 0.055em;
  }
  .header-call {
    display: grid;
    place-items: center;
    grid-column: 2;
    grid-row: 1;
    width: 31px;
    height: 35px;
  }
  .header-call .icon {
    width: 21px;
    height: 21px;
  }
  .cart-link {
    grid-column: 3;
    min-width: 31px;
    gap: 0;
  }
  .cart-link .icon {
    width: 23px;
    height: 23px;
  }
  .cart-link .cart-count {
    top: -6px;
    right: -5px;
  }
  .menu-btn {
    grid-column: 4;
    width: 32px;
    height: 35px;
    padding: 0;
  }
  .header-search {
    height: 39px;
    margin-top: 12px;
  }
  .header-search input {
    font-size: 12px;
  }
  .header-search button {
    height: 37px;
  }
  .mobile-panel a {
    font-size: 14px;
    padding-block: 14px;
  }
  .search-result {
    font-size: 11px;
    grid-template-columns: 42px 1fr auto;
    gap: 9px;
    padding: 11px;
  }
  .search-result b {
    font-size: 11px;
  }
  .search-result img {
    width: 42px;
    height: 42px;
  }
  .search-all,
  .search-no-result {
    font-size: 12px;
  }
  .home-hero {
    padding-top: 17px;
  }
  .hero-layout {
    display: flex;
    min-height: 0;
    background: #f1f1f1;
  }
  .hero-copy {
    padding: 29px 24px 25px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.045em;
    margin-bottom: 22px;
  }
  .hero-copy h1 {
    font-size: clamp(30px, 8.7vw, 40px);
    line-height: 1.18;
    margin-bottom: 21px;
    letter-spacing: -0.06em;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 23px;
    max-width: none;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
    padding: 12px 17px;
  }
  .hero-calc {
    font-size: 11px;
  }
  .hero-bottom {
    padding-top: 20px;
    margin-top: 24px;
    gap: 25px;
  }
  .hero-start-price small {
    font-size: 10px;
  }
  .hero-start-price b {
    font-size: 29px;
  }
  .hero-bottom > a {
    font-size: 12px;
  }
  .hero-bottom > a > span {
    font-size: 10px;
    gap: 5px;
  }
  .hero-bottom .icon {
    width: 15px;
  }
  .hero-visual {
    height: 287px;
    display: block;
    background: #ffffff;
  }
  .hero-visual > img {
    height: 230px;
    object-position: 50% 50%;
  }
  .hero-visual figcaption {
    height: 57px;
    display: flex;
    padding: 12px 15px;
    gap: 15px;
  }
  .hero-visual figcaption > span {
    font-size: 9px;
    max-width: 85px;
    margin: 0;
  }
  .hero-visual figcaption a {
    font-size: 10px;
    gap: 5px;
  }
  .hero-visual figcaption .icon {
    width: 15px;
  }
  .home-categories {
    padding: 34px 0;
  }
  .home-categories h2 {
    font-size: 26px;
    max-width: 240px;
  }
  .home-categories .section-head .text-link {
    max-width: 90px;
    white-space: normal;
    line-height: 1.6;
  }
  .category-grid {
    gap: 25px 14px;
  }
  .category-samples {
    height: 158px;
  }
  .category-title {
    margin-top: 14px;
    gap: 5px;
  }
  .category-title h3 {
    font-size: 14px;
    line-height: 1.4;
  }
  .category-title .icon {
    width: 15px;
  }
  .category-description {
    font-size: 11px;
    min-height: 34px;
    margin: 6px 0 10px;
    line-height: 1.6;
  }
  .category-meta,
  .category-meta b {
    font-size: 10px;
    padding-top: 10px;
  }
  .category-meta b {
    padding: 0;
  }
  .brand-strip-inner {
    padding-top: 22px;
    min-height: 0;
  }
  .brand-strip strong {
    font-size: 13px;
  }
  .brand-strip span {
    font-size: 10px;
  }
  .brand-strip img {
    height: 48px;
    width: 100px;
  }
  .home-products {
    padding: 34px 0;
  }
  .home-products .section-head {
    margin-bottom: 22px;
  }
  .home-products .section-head h2 {
    font-size: 28px;
    max-width: 270px;
  }
  .home-products .section-head .text-link {
    white-space: normal;
    max-width: 75px;
    text-align: right;
    font-size: 10px;
    gap: 5px;
  }
  .home-catalog-links {
    gap: 18px;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .home-catalog-links a {
    flex-shrink: 0;
  }
  .product-grid,
  .shop-catalog .product-grid,
  .brand-product-grid,
  .shop-catalog .brand-product-grid {
    gap: 16px 12px;
  }
  .product-photo {
    height: 147px;
    padding: 28px 11px 8px;
  }
  .product-photo img {
    width: 125px;
    height: 111px;
  }
  .product-card.has-hd-image .product-photo img {
    width: 132px;
    height: 113px;
  }
  .brand-badge {
    font-size: 10px;
    left: 12px;
    top: 10px;
  }
  .product-copy {
    padding: 13px 11px 12px;
    gap: 6px;
  }
  .product-series {
    font-size: 9px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .product-name {
    font-size: 14px;
    min-height: 40px;
    line-height: 1.45;
  }
  .card-color {
    font-size: 11px;
    margin: 0;
    min-height: 35px;
    line-height: 1.5;
  }
  .card-color b {
    font-weight: 400;
  }
  .product-spec-line {
    font-size: 9px;
    line-height: 1.6;
    min-height: 30px;
    margin-bottom: 5px;
  }
  .card-palette {
    gap: 7px;
    margin: 2px 0 13px;
    flex-wrap: wrap;
    min-height: 22px;
  }
  .card-swatch {
    width: 20px;
    height: 20px;
  }
  .palette-more {
    font-size: 9px;
    min-width: 18px;
    min-height: 20px;
  }
  .product-buy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 13px;
  }
  .product-buy strong {
    font-size: 23px;
  }
  .product-buy small {
    font-size: 10px;
    margin-top: 4px;
  }
  .mini-add {
    width: 100%;
    min-width: 0;
    font-size: 11px;
    height: 39px;
    padding: 0 6px;
    gap: 7px;
  }
  .catalog-more .button {
    font-size: 12px;
    min-height: 45px;
  }
  .breadcrumbs {
    font-size: 10px;
    line-height: 1.7;
  }
  .page-hero {
    padding-top: 23px;
  }
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .page-hero p {
    font-size: 13px;
    line-height: 1.85;
  }
  .filter-toggle {
    font-size: 12px;
    min-height: 44px;
  }
  .catalog-search input,
  .sort-control select,
  .select-wrap select {
    font-size: 11px;
    height: 43px;
  }
  .sort-control,
  .select-wrap {
    width: auto;
    max-width: none;
  }
  .catalog-count {
    font-size: 11px;
  }
  .sidebar-title {
    font-size: 14px;
  }
  .catalog-sidebar nav a {
    font-size: 13px;
  }
  .filter-chip {
    font-size: 12px;
  }
  .catalog-sidebar .filter-chips {
    grid-template-columns: 1fr 1fr;
  }
  .category-seo-copy p,
  .category-seo-copy li,
  .retail-copy-main p {
    font-size: 13px;
    line-height: 1.85;
  }
  .retail-info-head > p {
    font-size: 13px;
  }
  .retail-quick-links a,
  .retail-brand-list a {
    font-size: 13px;
  }
  .retail-quick-links span,
  .retail-brand-list span {
    font-size: 11px;
  }
  .retail-lower-grid p {
    font-size: 13px;
  }
  .seo-table {
    font-size: 12px;
  }
  .seo-table th {
    font-size: 10px;
  }
  .seo-table-intro {
    font-size: 12px;
  }
  .v19-editorial-columns {
    font-size: 13px;
  }
  .series-hub-links a {
    font-size: 13px;
  }
  .series-hub-links a span {
    font-size: 11px;
  }
  .route-link-grid a,
  .series-link-grid a {
    font-size: 13px;
  }
  .product-editorial-copy h2 {
    font-size: 26px;
  }
  .product-editorial-copy p {
    font-size: 13px;
  }
  .product-page {
    padding: 25px 0 15px;
    gap: 26px;
  }
  .main-product-stage {
    height: 300px;
    padding: 24px;
  }
  .main-product-stage img {
    width: 170px;
    height: 170px;
  }
  .main-product-stage.stage-hd img {
    width: 250px;
    height: 250px;
  }
  .main-product-stage[data-current-kind="facade"] img {
    height: 100%;
    width: 100%;
  }
  .gallery-expand {
    right: 12px;
    bottom: 12px;
    padding: 7px 9px;
    font-size: 9px;
  }
  .product-intro .eyebrow {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .product-intro h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .detail-tags span {
    font-size: 11px;
  }
  .color-selector {
    font-size: 13px;
    margin-top: 21px;
  }
  .color-options a {
    width: 40px;
    height: 40px;
  }
  .purchase-panel {
    padding: 22px 19px;
    margin-top: 23px;
  }
  .purchase-panel .big-price {
    font-size: 35px;
  }
  .purchase-panel .stockline {
    font-size: 11px;
  }
  .purchase-panel .buybox {
    gap: 11px;
  }
  .purchase-panel .buybox .button {
    font-size: 12px;
    min-height: 48px;
    flex-basis: auto;
    padding-inline: 12px;
  }
  .product-quantity input {
    width: 78px;
    font-size: 16px;
    height: 48px;
  }
  .product-quantity {
    font-size: 10px;
  }
  .purchase-note {
    font-size: 11px;
    margin-top: 16px;
  }
  .product-service {
    gap: 15px;
    padding: 17px 0;
  }
  .product-service a {
    font-size: 11px;
  }
  .product-service .icon {
    width: 18px;
  }
  .product-section-nav {
    font-size: 11px;
    gap: 22px;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 23px;
  }
  .product-text {
    font-size: 13px;
  }
  .spec-table {
    font-size: 12px;
  }
  .spec-table th {
    width: 43%;
  }
  .product-lightbox {
    padding: 40px 16px 20px;
    width: 95vw;
  }
  .product-lightbox > img {
    height: 64dvh;
  }
  .product-lightbox > p {
    font-size: 12px;
  }
  .product-view {
    padding-bottom: 83px;
  }
  .mobile-buybar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    box-shadow: 0 -3px 14px #2c2c2c09;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
  }
  .mobile-buybar > div {
    min-width: 0;
  }
  .mobile-buybar small {
    display: block;
    max-width: 160px;
    font-size: 10px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
  }
  .mobile-buybar strong {
    font-size: 22px;
    letter-spacing: -0.04em;
    display: block;
    line-height: 1.45;
  }
  .mobile-buybar .button {
    min-height: 43px;
    padding: 10px 19px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .product-view .cart-toast {
    bottom: 95px;
  }
  .calculation-feature {
    padding-top: 8px;
    padding-bottom: 37px;
  }
  .calculation-layout {
    grid-template-columns: 1fr;
  }
  .calculation-photo {
    height: 242px;
  }
  .calculation-copy {
    padding: 27px 25px 30px;
  }
  .calculation-copy h2 {
    font-size: 28px;
  }
  .calculation-copy p:not(.section-kicker) {
    font-size: 13px;
  }
  .calculation-copy > .text-link {
    font-size: 12px;
  }
  .review-card p {
    font-size: 13px;
  }
  .review-card h3 {
    font-size: 15px;
  }
  .review-card time {
    font-size: 11px;
  }
  .review-product {
    font-size: 12px;
  }
  .faq summary {
    font-size: 13px;
    padding-block: 23px;
  }
  .faq p {
    font-size: 13px;
  }
  .visit-strip {
    padding-top: 32px;
    margin-top: 7px;
  }
  .visit-inner {
    display: block;
  }
  .visit-inner h2 {
    font-size: 29px;
  }
  .visit-inner p {
    font-size: 13px;
  }
  .visit-contact {
    margin-top: 25px;
    gap: 7px;
  }
  .visit-contact > a:first-child {
    font-size: 26px;
  }
  .visit-contact > span {
    font-size: 12px;
  }
  .visit-address {
    font-size: 12px;
    margin-top: 9px;
  }
  .panel h2 {
    font-size: 27px;
  }
  .panel p {
    font-size: 13px;
  }
  .field label {
    font-size: 11px;
  }
  .cart-item-main b {
    font-size: 11px;
  }
  .cart-item-main small {
    font-size: 10px;
  }
  .drawer-item .line-total {
    font-size: 11px;
  }
  .cart-page-title h2 {
    font-size: 25px;
  }
  .cart-page-total {
    font-size: 12px;
  }
  .clear-cart {
    font-size: 11px;
  }
  .footer {
    margin-top: 39px;
  }
  .footer-grid > div > a:not(.wordmark),
  .footer-grid > div > span {
    font-size: 12px;
  }
  .footer h4 {
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 9px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 24px);
  }
  .utility-inner > a {
    font-size: 9px;
  }
  .header-row {
    gap: 0 6px;
  }
  .brand-word {
    font-size: 25px;
  }
  .brand-descriptor {
    font-size: 5.6px;
  }
  .brand-symbol {
    width: 24px;
  }
  .header-call {
    width: 29px;
  }
  .menu-btn {
    width: 29px;
  }
  .hero-copy {
    padding: 27px 20px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-bottom {
    gap: 20px;
  }
  .hero-start-price b {
    font-size: 27px;
  }
  .hero-bottom > a {
    font-size: 11px;
  }
  .hero-visual {
    height: 263px;
  }
  .hero-visual > img {
    height: 206px;
  }
  .category-samples {
    height: 144px;
  }
  .category-title h3 {
    font-size: 12px;
  }
  .category-description {
    font-size: 10px;
  }
  .product-copy {
    padding: 12px 9px;
  }
  .product-name {
    font-size: 13px;
  }
  .product-photo {
    height: 140px;
  }
  .brand-badge {
    font-size: 9px;
    left: 10px;
  }
  .product-series {
    font-size: 8px;
  }
  .card-color {
    font-size: 10px;
  }
  .card-palette {
    gap: 6px;
  }
  .card-swatch {
    width: 18px;
    height: 18px;
  }
  .product-buy strong {
    font-size: 21px;
  }
  .product-buy small {
    font-size: 9px;
  }
  .mini-add {
    font-size: 10px;
  }
  .product-intro h1 {
    font-size: 25px;
  }
  .product-section-nav {
    gap: 16px;
    font-size: 10px;
  }
  .purchase-panel {
    padding: 18px 15px;
  }
  .purchase-panel .buybox .button {
    font-size: 11px;
  }
  .product-quantity input {
    width: 68px;
  }
  .visit-contact > a:first-child {
    font-size: 24px;
  }
  .drawer-item .cart-item-main b {
    font-size: 10px;
  }
  .drawer-item .line-total {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .material-sample,
  .product-card {
    transition: none;
  }
}
/* Readable secondary information on white and light gray surfaces. */
.product-series,
.card-color > span,
.product-spec-line,
.purchase-note,
.category-description,
.category-meta,
.home-catalog-links span,
.hero-start-price small,
.hero-bottom > a > span,
.visit-contact > span {
  color: #686868;
}
@media (max-width: 680px) {
  .hero-copy .eyebrow {
    display: none;
  }
  .hero-copy {
    padding: 27px 24px 25px;
  }
  .hero-copy h1 {
    margin-bottom: 17px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 22px;
  }
  .hero-bottom {
    margin-top: 23px;
    padding-top: 18px;
  }
  .hero-visual {
    height: 242px;
  }
  .hero-visual > img {
    height: 190px;
  }
  .hero-visual figcaption {
    height: 52px;
  }
  .hero-actions .button {
    min-height: 45px;
  }
}
@media (max-width: 370px) {
  .hero-copy {
    padding: 25px 20px;
  }
  .hero-visual {
    height: 226px;
  }
  .hero-visual > img {
    height: 174px;
  }
}
@media (min-width: 681px) and (max-width: 780px) {
  .home-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-products .product-card:nth-child(n + 7) {
    display: flex;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
}

/* V26: restrained turquoise accents, supplied manufacturer artwork, readable carts. */
:root {
  --accent: #007d87;
  --accent-hover: #00636c;
  --accent-soft: #edf7f7;
  --accent-line: #a8d4d7;
}
.button-dark,
.button-rust,
.mini-add {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.button-dark:hover,
.button-rust:hover,
.mini-add:hover,
.mini-add.added {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;
}
.catalog-more .button {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent-line);
}
.catalog-more .button:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
}
.brand-symbol i:first-child {
  background: var(--accent);
}
.footer .brand-symbol i:first-child {
  background: #42bdc5;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-copy .eyebrow:before {
  content: "";
  width: 19px;
  height: 3px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-calc,
.text-link,
.nav-calc {
  color: var(--accent);
}
.hero-calc:hover,
.text-link:hover {
  color: var(--accent-hover);
}
.category-nav a:hover,
.category-nav a[aria-current="page"] {
  border-bottom-color: var(--accent);
  color: var(--accent);
}
.category-title .icon {
  color: var(--accent);
}
.category-tile:hover .category-title h3 {
  color: var(--accent);
}
.home-catalog-links a:hover,
.catalog-sidebar nav a:hover,
.product-name:hover {
  color: var(--accent);
}
.header-search:focus-within {
  border-color: var(--accent);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline-color: var(--accent);
}
.filter-chip.active {
  background: var(--accent-soft);
  border-color: var(--accent-line);
  color: var(--accent-hover);
}
.catalog-sidebar .filter-chip.active:before {
  border-color: var(--accent);
}
.card-swatch[aria-current="true"],
.card-swatch:hover {
  outline-color: var(--accent);
}
.color-options a:hover,
.color-options a[aria-current="page"] {
  border-color: var(--accent);
}
.cart-count {
  background: var(--accent);
  font-size: 10px;
  font-weight: 700;
}
.cart-link {
  min-width: 56px;
  min-height: 44px;
  justify-content: center;
  align-content: center;
}
.cart-link .cart-icon {
  width: 28px;
  height: 28px;
}
.cart-link .cart-count {
  min-width: 20px;
  height: 20px;
  top: -4px;
  right: 1px;
}
.cart-link:hover {
  color: var(--accent);
}
.cart-icon {
  display: block;
  flex-shrink: 0;
}
[data-add-cart] {
  gap: 8px;
}
[data-add-cart] .cart-icon {
  width: 22px;
  height: 22px;
}
.product-card {
  container-type: inline-size;
  container-name: product-card;
}
.product-buy {
  flex-wrap: wrap;
  gap: 12px;
}
.product-buy strong {
  white-space: nowrap;
}
.mini-add {
  min-width: 118px;
  min-height: 44px;
  height: auto;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.purchase-panel .buybox .button {
  font-size: 13px;
  gap: 8px;
}
.mobile-buybar .button {
  min-height: 46px;
  font-size: 13px;
  gap: 8px;
}
.empty-cart-icon {
  display: grid;
  place-items: center;
  color: var(--accent);
}
.empty-cart-icon .cart-icon {
  width: 38px;
  height: 38px;
}
/* Keep the supplied pixels intact; the frame removes transparent Docke margins. */
.brand-strip-inner {
  min-height: 132px;
}
.brand-strip a {
  min-height: 116px;
  min-width: 0;
  padding: 16px;
}
.brand-strip .brand-logo-frame {
  margin: 0;
  max-width: 100%;
}
.brand-logo-frame {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 1;
}
.brand-logo-frame img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 1;
  inset: 0;
}
.brand-logo-docke {
  width: 150px;
  aspect-ratio: 325 / 95;
}
.brand-logo-docke img {
  width: 111.6923%;
  height: 263.1579%;
  left: -5.8462%;
  top: -82.1053%;
  right: auto;
  bottom: auto;
}
.brand-logo-alta-profil {
  width: 150px;
  aspect-ratio: 597 / 216;
}
.brand-logo-yu-plast {
  width: 67px;
  aspect-ratio: 296 / 345;
}
.brand-hero-logo .brand-logo-docke {
  width: 175px;
}
.brand-hero-logo .brand-logo-alta-profil {
  width: 175px;
}
.brand-hero-logo .brand-logo-yu-plast {
  width: 77px;
}
@container product-card (max-width:245px) {
  .product-buy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mini-add {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  .cart-link {
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }
  .cart-link .cart-icon {
    width: 27px;
    height: 27px;
  }
  .cart-link .cart-count {
    top: -2px;
    right: 0;
  }
  .mini-add {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    min-height: 44px;
  }
  .brand-strip-inner {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .brand-strip a {
    min-height: 86px;
    padding: 10px 8px;
  }
  .brand-logo-docke,
  .brand-logo-alta-profil {
    max-width: 100%;
    width: 116px;
  }
  .brand-logo-yu-plast {
    width: 51px;
  }
  .brand-hero-logo .brand-logo-docke {
    width: 98px;
  }
  .brand-hero-logo .brand-logo-alta-profil {
    width: 98px;
  }
  .brand-hero-logo .brand-logo-yu-plast {
    width: 56px;
  }
  .purchase-panel .buybox .button {
    font-size: 12px;
  }
  .mobile-buybar .button {
    padding-inline: 16px;
  }
}
