/* UC_PRODUCT_PREMIUM_CARD_05_START */
body.page-product,
body#product {
  --uc-premium-accent: var(--uc-product-accent, var(--uc-home-accent, #9a4f35));
  --uc-premium-accent-dark: var(--uc-product-accent-dark, var(--uc-home-accent-dark, #693523));
  --uc-premium-rust: #b33f20;
  --uc-premium-ink: #24211f;
  --uc-premium-muted: #6a635c;
  --uc-premium-line: #ded8cf;
  --uc-premium-warm-line: #eadfd3;
  --uc-premium-stone: #f8f4ee;
  --uc-premium-soft: #fbf8f3;
  --uc-premium-price-bg: #fff8f2;
  --uc-premium-green: #edf5ea;
  overflow-x: hidden;
}

body.page-product .product-container.uc-product-layout,
body#product .product-container.uc-product-layout {
  position: relative;
  left: 50%;
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(360px, .95fr) !important;
  gap: 34px !important;
  align-items: flex-start;
  width: min(calc(100vw - 36px), 1390px) !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 30px 0 0 !important;
  transform: translateX(-50%);
}

body.page-product .uc-product-layout > .images,
body.page-product .uc-product-layout > .summary,
body#product .uc-product-layout > .images,
body#product .uc-product-layout > .summary {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.page-product .images-container,
body#product .images-container {
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.page-product .images-container .product-cover.swiper_large_preview .swiper-wrapper,
body#product .images-container .product-cover.swiper_large_preview .swiper-wrapper {
  gap: 12px !important;
}

body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide,
body#product .images-container .product-cover.swiper_large_preview .swiper-slide {
  overflow: hidden;
  border: 0 !important;
  border-radius: 6px;
  background: #fff;
}

body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide picture,
body#product .images-container .product-cover.swiper_large_preview .swiper-slide picture {
  border: 0 !important;
  border-radius: 6px;
  background: #fff;
}

body.page-product .images-container .product-cover.swiper_large_preview .swiper-slide img,
body#product .images-container .product-cover.swiper_large_preview .swiper-slide img {
  object-fit: contain;
}

body.page-product .images-container .product-flags,
body#product .images-container .product-flags {
  display: none !important;
  top: 10px;
  left: 10px;
  z-index: 3;
}

body.page-product .images-container .product-flags .product-flag,
body#product .images-container .product-flags .product-flag {
  border-radius: 999px;
  background: var(--uc-premium-accent) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

body.page-product .uc-product-summary,
body#product .uc-product-summary {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-product .uc-product-summary .product-title,
body#product .uc-product-summary .product-title {
  margin: 0 0 18px;
  color: var(--uc-premium-ink);
  font-size: clamp(34px, 2.65vw, 38px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none !important;
}

body.page-product .uc-product-price-summary,
body#product .uc-product-price-summary {
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid var(--uc-premium-warm-line);
  border-radius: 8px;
  background: var(--uc-premium-price-bg);
  box-shadow: none;
}

body.page-product .uc-product-price-summary .uc-price-regular,
body#product .uc-product-price-summary .uc-price-regular {
  margin: 0 0 11px;
  color: var(--uc-premium-muted);
  font-size: 14px;
  line-height: 1.2;
}

body.page-product .uc-product-price-summary .uc-price-regular-value,
body#product .uc-product-price-summary .uc-price-regular-value {
  color: #6c665f;
  font-size: 14px;
  font-weight: 850;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

body.page-product .uc-product-price-summary .uc-price-regular-label,
body#product .uc-product-price-summary .uc-price-regular-label {
  display: none;
}

body.page-product .uc-product-price-summary .uc-price-main,
body#product .uc-product-price-summary .uc-price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 4px;
  margin: 0 0 10px;
}

body.page-product .uc-product-price-summary .uc-price-value,
body#product .uc-product-price-summary .uc-price-value {
  color: var(--uc-premium-accent);
  font-size: 42px;
  font-weight: 900;
  line-height: .96;
}

body.page-product .uc-product-price-summary .uc-price-unit,
body#product .uc-product-price-summary .uc-price-unit {
  color: var(--uc-premium-accent);
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
}

body.page-product .uc-product-price-summary .uc-price-tax,
body#product .uc-product-price-summary .uc-price-tax {
  color: var(--uc-premium-accent);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

body.page-product .uc-product-price-summary .uc-price-discount,
body#product .uc-product-price-summary .uc-price-discount {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 28px;
  margin-left: 16px;
  padding: 5px 14px 5px 13px;
  border-radius: 0;
  background: var(--uc-premium-accent);
  color: #fff;
  clip-path: none;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: none;
}

body.page-product .uc-product-price-summary .uc-price-discount::after,
body#product .uc-product-price-summary .uc-price-discount::after {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 10px;
  height: 100%;
  background: inherit;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
}

body.page-product .uc-product-price-summary .uc-price-box,
body#product .uc-product-price-summary .uc-price-box {
  margin: 0;
  color: #6c665f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

body.page-product .uc-product-price-summary .uc-price-box-regular,
body#product .uc-product-price-summary .uc-price-box-regular {
  font-weight: 850;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

body.page-product .uc-product-price-summary .uc-price-box strong,
body#product .uc-product-price-summary .uc-price-box strong {
  color: var(--uc-premium-accent);
  font-size: 14px;
  font-weight: 900;
}

body.page-product .uc-product-price-summary .uc-delivery-summary,
body#product .uc-product-price-summary .uc-delivery-summary {
  display: grid !important;
  gap: 8px !important;
  margin-top: 22px !important;
  padding: 12px 14px !important;
  border-radius: 6px;
  background: var(--uc-premium-green);
}

body.page-product .uc-product-price-summary .uc-delivery-badge,
body#product .uc-product-price-summary .uc-delivery-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #237447 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: uppercase;
}

body.page-product .uc-product-price-summary .uc-delivery-badge::before,
body#product .uc-product-price-summary .uc-delivery-badge::before {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #148a4a !important;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.page-product .uc-product-price-summary .uc-delivery-summary-order .uc-delivery-badge,
body#product .uc-product-price-summary .uc-delivery-summary-order .uc-delivery-badge {
  color: #2e5c69 !important;
}

body.page-product .uc-product-price-summary .uc-delivery-summary-order .uc-delivery-badge::before,
body#product .uc-product-price-summary .uc-delivery-summary-order .uc-delivery-badge::before {
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.page-product .uc-product-price-summary .uc-delivery-delay,
body#product .uc-product-price-summary .uc-delivery-delay {
  color: #24211f !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

body.page-product .uc-product-price-summary .uc-delivery-date,
body#product .uc-product-price-summary .uc-delivery-date {
  color: var(--uc-premium-accent) !important;
  font-weight: 900;
}

body.page-product .uc-product-summary .product-description,
body#product .uc-product-summary .product-description {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 0 14px 16px !important;
  border: 0 !important;
  border-left: 3px solid var(--uc-premium-accent) !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--uc-premium-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

body.page-product .uc-product-summary .product-description p,
body#product .uc-product-summary .product-description p {
  max-width: none;
  margin: 0 !important;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

body.page-product .uc-product-summary .product-description strong,
body#product .uc-product-summary .product-description strong {
  color: inherit;
  font-weight: 800;
}

body.page-product .uc-product-trust,
body#product .uc-product-trust {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #4f4b47;
}

body.page-product .uc-product-trust div,
body#product .uc-product-trust div {
  min-width: 0;
  min-height: 75px !important;
  padding: 13px 14px !important;
  border: 1px solid #eadfd7 !important;
  border-radius: 6px !important;
  background: #fffaf7 !important;
  box-shadow: none !important;
  font-weight: 400;
}

body.page-product .uc-product-trust strong,
body#product .uc-product-trust strong {
  display: block;
  margin: 0 0 5px !important;
  color: var(--uc-premium-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

body.page-product .uc-product-trust span,
body#product .uc-product-trust span {
  display: block;
  margin: 0 !important;
  color: #625c56;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

body.page-product .uc-product-trust a,
body#product .uc-product-trust a,
body.page-product .uc-product-trust a:hover,
body#product .uc-product-trust a:hover,
body.page-product .uc-product-trust a:focus,
body#product .uc-product-trust a:focus {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}

body.page-product .uc-ascol-component.has-family-block,
body#product .uc-ascol-component.has-family-block {
  position: relative;
  z-index: 1;
  margin: 0 0 -1px !important;
  border: 1px solid #ded3c7 !important;
  border-bottom: 0 !important;
  border-bottom-color: transparent !important;
  border-radius: 8px 8px 0 0;
  background: var(--uc-premium-stone) !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-section,
body#product .uc-ascol-component.has-family-block .uc-ascol-section {
  padding: 18px 20px 14px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-header,
body#product .uc-ascol-component.has-family-block .uc-ascol-header {
  display: block !important;
  margin: 0 0 18px !important;
}

body.page-product .uc-ascol-component.has-family-block ~ .uc-product-family.has-browser-above,
body#product .uc-ascol-component.has-family-block ~ .uc-product-family.has-browser-above,
body.page-product .uc-product-summary .uc-product-family.has-browser-above,
body#product .uc-product-summary .uc-product-family.has-browser-above {
  margin: -1px 0 16px !important;
  padding: 18px 18px 18px !important;
  border: 1px solid #ded3c7 !important;
  border-top: 0 !important;
  border-top-color: transparent !important;
  border-radius: 0 0 8px 8px !important;
  background: var(--uc-premium-stone) !important;
  box-shadow: none !important;
}

body.page-product .uc-ascol-tooltip-tags .uc-ascol-tag,
body#product .uc-ascol-tooltip-tags .uc-ascol-tag {
  display: none !important;
}

body.page-product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Couleur"],
body.page-product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Format"],
body.page-product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Finition"],
body#product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Couleur"],
body#product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Format"],
body#product .uc-ascol-tooltip-tags .uc-ascol-tag[data-feature="Finition"] {
  display: inline-flex !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-title-main,
body#product .uc-ascol-component.has-family-block .uc-ascol-title-main {
  color: var(--uc-premium-ink);
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1.2;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-title-main strong,
body#product .uc-ascol-component.has-family-block .uc-ascol-title-main strong {
  font-weight: 850 !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-subtitle,
body#product .uc-ascol-component.has-family-block .uc-ascol-subtitle {
  margin: 0 0 12px !important;
  color: var(--uc-premium-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icons-wrap,
body#product .uc-ascol-component.has-family-block .uc-ascol-icons-wrap {
  margin: 0 0 14px !important;
  overflow: visible !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icons-scroll,
body#product .uc-ascol-component.has-family-block .uc-ascol-icons-scroll {
  overflow: visible !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icons,
body#product .uc-ascol-component.has-family-block .uc-ascol-icons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icon-item,
body#product .uc-ascol-component.has-family-block .uc-ascol-icon-item {
  flex: 0 0 58px !important;
  width: 58px !important;
  height: 58px !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icon,
body#product .uc-ascol-component.has-family-block .uc-ascol-icon {
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e0d6ca !important;
  border-color: #e0d6ca !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--uc-premium-accent) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-img,
body#product .uc-ascol-component.has-family-block .uc-ascol-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 6px !important;
  object-fit: cover !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icon-more,
body#product .uc-ascol-component.has-family-block .uc-ascol-icon-more {
  display: grid !important;
  border: 1px dashed var(--uc-premium-accent) !important;
  border-color: var(--uc-premium-accent) !important;
  background: transparent !important;
  color: var(--uc-premium-accent) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  place-items: center;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-icon.is-current,
body#product .uc-ascol-component.has-family-block .uc-ascol-icon.is-current {
  border-color: #e0d6ca !important;
  box-shadow: none !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-variation-hint,
body#product .uc-ascol-component.has-family-block .uc-ascol-variation-hint {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 9px 14px !important;
  border: 1px solid #e5ded6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #5e5750 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  box-shadow: none !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-variation-copy,
body#product .uc-ascol-component.has-family-block .uc-ascol-variation-copy {
  color: inherit !important;
  font-weight: 750 !important;
}

body.page-product .uc-ascol-component.has-family-block .uc-ascol-variation-cta,
body#product .uc-ascol-component.has-family-block .uc-ascol-variation-cta {
  color: var(--uc-premium-accent) !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.page-product .uc-family-facts,
body#product .uc-family-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0;
  padding-top: 16px !important;
  border-top: 1px solid #e5ded6 !important;
}

body.page-product .uc-family-fact,
body#product .uc-family-fact {
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.page-product .uc-family-fact span,
body#product .uc-family-fact span {
  display: block;
  margin: 0 0 3px !important;
  color: #827c75 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.page-product .uc-family-fact strong,
body#product .uc-family-fact strong {
  display: block;
  color: var(--uc-premium-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.page-product .uc-product-summary .uc-family-fact:nth-child(n+5),
body#product .uc-product-summary .uc-family-fact:nth-child(n+5) {
  display: none !important;
}

body.page-product .uc-product-complements,
body#product .uc-product-complements {
  display: none !important;
}

body.page-product .uc-tile-calculator,
body#product .uc-tile-calculator {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 34px 0 14px !important;
  padding: 16px !important;
  border: 1px solid #e1d8ce !important;
  border-radius: 8px !important;
  background: var(--uc-premium-soft) !important;
  box-shadow: none !important;
}

body.page-product .uc-tile-calculator::before,
body#product .uc-tile-calculator::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 1px;
  background: #e6e1da;
  content: "";
}

body.page-product .uc-tile-calculator .uc-product-tools-title,
body#product .uc-tile-calculator .uc-product-tools-title {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 !important;
}

body.page-product .uc-tile-calculator .uc-product-tools-title span,
body#product .uc-tile-calculator .uc-product-tools-title span {
  color: var(--uc-premium-ink) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

body.page-product .uc-tile-calculator .uc-product-tools-title strong,
body#product .uc-tile-calculator .uc-product-tools-title strong {
  color: #746d66 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

body.page-product .uc-calculator-grid,
body#product .uc-calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0 !important;
}

body.page-product .uc-calculator-field,
body#product .uc-calculator-field {
  display: grid;
  gap: 6px;
  margin: 0 !important;
}

body.page-product .uc-calculator-field span,
body.page-product .uc-calculator-margin span,
body#product .uc-calculator-field span,
body#product .uc-calculator-margin span {
  color: #746d66 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.page-product .uc-calculator-field input,
body#product .uc-calculator-field input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d3cabf !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--uc-premium-ink) !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.page-product .uc-calculator-field input::placeholder,
body#product .uc-calculator-field input::placeholder {
  color: #aba6a0;
  opacity: 1;
}

body.page-product .uc-calculator-margin,
body#product .uc-calculator-margin {
  grid-column: 1 / -1;
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 2px 0 0 !important;
}

body.page-product .uc-calculator-margin input,
body#product .uc-calculator-margin input {
  width: 18px !important;
  height: 18px !important;
  margin: 0;
  accent-color: var(--uc-premium-accent);
}

body.page-product .uc-calculator-results,
body#product .uc-calculator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0 !important;
}

body.page-product .uc-calculator-results div,
body#product .uc-calculator-results div {
  min-height: 76px;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #efe8de !important;
}

body.page-product .uc-calculator-results span,
body#product .uc-calculator-results span {
  display: block;
  margin: 0 0 12px !important;
  color: #887f76 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.page-product .uc-calculator-results strong,
body#product .uc-calculator-results strong {
  display: block;
  color: var(--uc-premium-ink) !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

body.page-product .uc-calculator-note,
body#product .uc-calculator-note {
  margin: 0 !important;
  color: #6e675f !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.page-product .uc-product-summary .product-actions,
body#product .uc-product-summary .product-actions {
  margin-top: 0 !important;
}

body.page-product .uc-product-summary .uc-action-grid.product-quantity,
body#product .uc-product-summary .uc-action-grid.product-quantity {
  gap: 12px !important;
  margin-bottom: 28px;
}

body.page-product .uc-product-summary .uc-action-grid .action-button,
body#product .uc-product-summary .uc-action-grid .action-button {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

body.page-product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button,
body.page-product .uc-product-summary .uc-action-grid .ucquote-button,
body#product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button,
body#product .uc-product-summary .uc-action-grid .ucquote-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid #e0d6ca !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--uc-premium-accent) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
}

body.page-product .uc-product-summary .uc-action-grid .ucquote-product-action,
body#product .uc-product-summary .uc-action-grid .ucquote-product-action {
  min-width: 0;
}

body.page-product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button .icon-ava,
body#product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button .icon-ava {
  color: currentColor !important;
  font-size: 17px;
}

body.page-product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button,
body.page-product .uc-product-summary .uc-action-grid .ucquote-button,
body#product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button,
body#product .uc-product-summary .uc-action-grid .ucquote-button {
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease !important;
}

body.page-product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button:hover,
body.page-product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button:focus-visible,
body#product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button:hover,
body#product .uc-product-summary .uc-action-grid .btn-wishlist.my-wishlist-button:focus-visible {
  border-color: rgba(154, 79, 53, .48) !important;
  background: #fff8f2 !important;
  color: var(--uc-premium-accent-dark) !important;
  transform: translateY(-1px) !important;
}

body.page-product .uc-product-summary .uc-action-grid .ucquote-button:hover,
body.page-product .uc-product-summary .uc-action-grid .ucquote-button:focus-visible,
body#product .uc-product-summary .uc-action-grid .ucquote-button:hover,
body#product .uc-product-summary .uc-action-grid .ucquote-button:focus-visible {
  border-color: var(--uc-premium-accent) !important;
  background: var(--uc-premium-accent) !important;
  color: #fff !important;
  transform: none !important;
}

body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now),
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now) {
  min-height: 64px;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
}

body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading)::before,
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading)::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block !important;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .24) 42%, transparent 66%);
  transform: translateX(-120%);
  transition: transform .42s ease;
  content: "" !important;
}

body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):hover,
body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):focus-visible,
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):hover,
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):focus-visible {
  border-color: var(--uc-premium-accent-dark) !important;
  background: var(--uc-premium-accent-dark) !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading):hover::before,
body.page-product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading):focus-visible::before,
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading):hover::before,
body#product .uc-product-summary .uc-action-grid .add-to-cart:not(.js-buy-now):not(.loading):not(.uc-button-loading):focus-visible::before {
  transform: translateX(120%);
}

body.page-product .uc-product-summary .uc-action-grid .js-buy-now,
body#product .uc-product-summary .uc-action-grid .js-buy-now {
  border-radius: 6px !important;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease !important;
}

body.page-product .uc-product-summary .uc-action-grid .js-buy-now::before,
body.page-product .uc-product-summary .uc-action-grid .js-buy-now::after,
body#product .uc-product-summary .uc-action-grid .js-buy-now::before,
body#product .uc-product-summary .uc-action-grid .js-buy-now::after {
  display: none !important;
  content: none !important;
}

body.page-product .uc-product-summary .uc-action-grid .js-buy-now:hover,
body.page-product .uc-product-summary .uc-action-grid .js-buy-now:focus-visible,
body#product .uc-product-summary .uc-action-grid .js-buy-now:hover,
body#product .uc-product-summary .uc-action-grid .js-buy-now:focus-visible {
  border-color: var(--uc-premium-accent) !important;
  background: #fff8f2 !important;
  color: var(--uc-premium-accent) !important;
}

body.page-product .uc-product-summary .social-share,
body#product .uc-product-summary .social-share {
  margin-top: 28px;
}

body.page-product .product-lower.uc-product-info-block,
body#product .product-lower.uc-product-info-block {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  width: min(calc(100% - 36px), 1390px) !important;
  max-width: none !important;
  margin: 58px auto 0 !important;
}

body.page-product .lower-nav,
body#product .lower-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  border-bottom: 1px solid #e3dbd1;
}

body.page-product .lower-nav a,
body#product .lower-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-bottom: 0;
  color: #514b45;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-product .lower-nav a:first-child,
body#product .lower-nav a:first-child {
  border-color: #e3dbd1;
  border-radius: 8px 8px 0 0;
  background: #fff;
  color: var(--uc-premium-accent);
}

body.page-product .lower-grid.uc-product-info,
body#product .lower-grid.uc-product-info {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr);
  gap: 28px;
  align-items: start;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-product .lower-main,
body#product .lower-main {
  min-width: 0;
}

body.page-product .uc-product-info__header,
body#product .uc-product-info__header {
  display: none !important;
}

body.page-product .uc-anchor-target,
body#product .uc-anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: 96px;
}

body.page-product .content-section,
body#product .content-section {
  scroll-margin-top: 96px;
  margin: 0 0 24px;
  padding: 28px !important;
  border: 1px solid #e5ded6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 33, 31, .06);
}

body.page-product .uc-product-section__title,
body#product .uc-product-section__title {
  position: relative;
  margin: 0 0 18px !important;
  padding: 0 0 16px;
  color: var(--uc-premium-ink);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none !important;
}

body.page-product .uc-product-section__title::after,
body#product .uc-product-section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: var(--uc-premium-accent);
  content: "";
}

body.page-product .uc-product-section__title span,
body#product .uc-product-section__title span {
  color: var(--uc-premium-accent);
}

body.page-product .uc-product-description-copy,
body#product .uc-product-description-copy {
  max-width: none;
  color: #514b45;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

body.page-product .uc-product-description-copy p,
body#product .uc-product-description-copy p {
  max-width: none;
  margin: 0 0 14px;
}

body.page-product .uc-product-description-copy p:first-child,
body#product .uc-product-description-copy p:first-child {
  color: #514b45;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.72;
}

body.page-product .uc-product-description-copy ul,
body#product .uc-product-description-copy ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.page-product .uc-product-description-copy li,
body#product .uc-product-description-copy li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px !important;
  color: #514b45;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

body.page-product .uc-product-description-copy li::before,
body#product .uc-product-description-copy li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--uc-premium-accent);
  content: "";
}

body.page-product .uc-product-tech-section,
body#product .uc-product-tech-section {
  scroll-margin-top: 96px;
  margin: 24px 0 24px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-product .uc-product-details-panel,
body#product .uc-product-details-panel {
  width: 100%;
  max-width: none;
}

body.page-product .uc-product-tech-section > .uc-product-details-panel > .uc-product-section__title,
body#product .uc-product-tech-section > .uc-product-details-panel > .uc-product-section__title {
  display: none;
}

body.page-product .uc-tech-tables,
body#product .uc-tech-tables {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

body.page-product .uc-tech-table,
body#product .uc-tech-table {
  overflow: visible;
  padding: 28px;
  border: 1px solid #e5ded6 !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.page-product .uc-tech-table__title,
body#product .uc-tech-table__title {
  position: relative;
  min-height: 0;
  margin: 0 0 18px !important;
  padding: 0 0 16px !important;
  border: 0 !important;
  background: #fff;
  color: var(--uc-premium-ink);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none !important;
}

body.page-product .uc-tech-table__title::before,
body#product .uc-tech-table__title::before {
  display: none !important;
}

body.page-product .uc-tech-table__title::after,
body#product .uc-tech-table__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 3px;
  margin: 0;
  border-radius: 999px;
  background: var(--uc-premium-accent);
  content: "";
}

body.page-product .uc-tech-list,
body#product .uc-tech-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #e3dbd1;
  border-radius: 8px;
}

body.page-product .uc-tech-row,
body#product .uc-tech-row {
  display: grid;
  grid-template-columns: minmax(170px, .36fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e9e1d8 !important;
  align-items: start;
}

body.page-product .uc-tech-row:last-child,
body#product .uc-tech-row:last-child {
  border-bottom: 0 !important;
}

body.page-product .uc-tech-row:nth-child(even),
body#product .uc-tech-row:nth-child(even) {
  background: var(--uc-premium-stone);
}

body.page-product .uc-tech-row dt,
body#product .uc-tech-row dt {
  margin: 0;
  min-height: 48px;
  padding: 14px 16px;
  background: #f8f4ee;
  color: #756e67;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.page-product .uc-tech-row dd,
body#product .uc-tech-row dd {
  margin: 0;
  min-height: 48px;
  padding: 14px 16px;
  background: #fff;
  color: var(--uc-premium-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

body.page-product .side-panel,
body#product .side-panel {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

body.page-product .side-services-premium4,
body#product .side-services-premium4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

body.page-product .side-service-large,
body#product .side-service-large {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 0;
  padding: 14px 16px;
  border: 1px solid var(--uc-premium-warm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 33, 31, .06);
  line-height: 1.08 !important;
}

body.page-product .side-service-icon,
body#product .side-service-icon {
  display: grid;
  width: 86px;
  height: 86px;
  color: var(--uc-premium-accent);
  place-items: center;
}

body.page-product .side-service-icon svg,
body#product .side-service-icon svg {
  width: 62px;
  height: 62px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-product .side-service-text,
body#product .side-service-text,
body.page-product .side-contact-content,
body#product .side-contact-content {
  min-width: 0;
}

body.page-product .side-service-large .side-service-text,
body#product .side-service-large .side-service-text {
  line-height: 1.33 !important;
}

body.page-product .side-service-large strong,
body#product .side-service-large strong {
  display: block;
  margin: 0 0 8px;
  color: var(--uc-premium-accent);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.16 !important;
}

body.page-product .side-service-large .side-service-text > span,
body#product .side-service-large .side-service-text > span {
  margin: 0;
  color: #4f4944;
  font-size: 14px;
  line-height: inherit !important;
}

body.page-product .side-service-contact,
body#product .side-service-contact {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid var(--uc-premium-warm-line);
  border-radius: 8px;
  background: #fffaf7;
  box-shadow: 0 12px 30px rgba(36, 33, 31, .06);
}

body.page-product .side-contact-icon,
body#product .side-contact-icon {
  display: grid;
  width: 82px;
  height: 82px;
  color: var(--uc-premium-accent);
  place-items: center;
}

body.page-product .side-contact-icon svg,
body#product .side-contact-icon svg {
  width: 82px;
  height: 82px;
  stroke: currentColor;
  stroke-width: 2.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-product .side-contact-kicker,
body#product .side-contact-kicker {
  display: block;
  margin: 0 0 6px;
  color: var(--uc-premium-rust);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-product .side-service-contact h3,
body#product .side-service-contact h3 {
  margin: 0 0 8px;
  color: var(--uc-premium-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: none !important;
  letter-spacing: 0;
}

body.page-product .side-service-contact p,
body#product .side-service-contact p {
  margin: 0;
  color: #4f4944;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33 !important;
}

body.page-product .side-contact-copy,
body#product .side-contact-copy {
  margin-bottom: 10px !important;
}

body.page-product .side-contact-lines,
body#product .side-contact-lines {
  display: grid;
  gap: 8px;
  margin: 0 0 15px;
}

body.page-product .side-contact-lines a,
body#product .side-contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--uc-premium-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

body.page-product .side-contact-lines svg,
body#product .side-contact-lines svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: var(--uc-premium-accent);
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-product .side-contact-note,
body#product .side-contact-note {
  display: none !important;
  margin: 0;
  color: #5f5750;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

body.page-product .side-contact-button,
body#product .side-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 38px;
  margin-top: 0;
  padding: 0 16px;
  border: 1px solid var(--uc-premium-accent);
  border-radius: 6px;
  background: var(--uc-premium-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(154, 79, 53, .18);
}

body.page-product .uc-install-guide,
body#product .uc-install-guide {
  clear: both;
  width: min(calc(100% - 36px), 1390px) !important;
  max-width: none !important;
  margin: 42px auto 40px !important;
  padding: 46px 0 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.page-product .uc-install-guide__inner,
body#product .uc-install-guide__inner {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

body.page-product .uc-install-guide__header,
body#product .uc-install-guide__header {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

body.page-product .uc-install-guide__eyebrow,
body#product .uc-install-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 0 18px;
  border: 1px solid var(--uc-premium-warm-line);
  border-radius: 999px;
  background: #fff;
  color: var(--uc-premium-rust);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-product .uc-install-guide__title,
body#product .uc-install-guide__title {
  max-width: 820px;
  margin: 0;
  color: var(--uc-premium-ink);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: none !important;
}

body.page-product .uc-install-guide__title::after,
body#product .uc-install-guide__title::after {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 17px;
  border-radius: 999px;
  background: var(--uc-premium-rust);
  content: "";
}

body.page-product .uc-install-guide__intro,
body#product .uc-install-guide__intro {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4f4944;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

body.page-product .uc-install-guide__grid,
body#product .uc-install-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px 24px;
}

body.page-product .uc-install-card,
body#product .uc-install-card {
  display: grid;
  grid-template-columns: 48px minmax(96px, 100px) minmax(148px, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 12px 16px;
  min-height: 224px !important;
  padding: 22px 20px !important;
  border: 1px solid #e8c9bb !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.page-product .uc-install-card__step,
body#product .uc-install-card__step {
  grid-column: 1;
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #c25938, #a93a1c);
  color: #fff;
  font-size: 0;
  line-height: 1;
}

body.page-product .uc-install-card__step::after,
body#product .uc-install-card__step::after {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

body.page-product .uc-install-card--step-1 .uc-install-card__step::after,
body#product .uc-install-card--step-1 .uc-install-card__step::after { content: "01"; }
body.page-product .uc-install-card--step-2 .uc-install-card__step::after,
body#product .uc-install-card--step-2 .uc-install-card__step::after { content: "02"; }
body.page-product .uc-install-card--step-3 .uc-install-card__step::after,
body#product .uc-install-card--step-3 .uc-install-card__step::after { content: "03"; }
body.page-product .uc-install-card--step-4 .uc-install-card__step::after,
body#product .uc-install-card--step-4 .uc-install-card__step::after { content: "04"; }
body.page-product .uc-install-card--step-5 .uc-install-card__step::after,
body#product .uc-install-card--step-5 .uc-install-card__step::after { content: "05"; }
body.page-product .uc-install-card--step-6 .uc-install-card__step::after,
body#product .uc-install-card--step-6 .uc-install-card__step::after { content: "06"; }

body.page-product .uc-install-card__title,
body#product .uc-install-card__title {
  grid-column: 2 / 4;
  grid-row: 1;
  min-height: 0;
  margin: 0 0 2px;
  color: var(--uc-premium-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.14;
  text-transform: none !important;
}

body.page-product .uc-install-card__subtitle,
body#product .uc-install-card__subtitle {
  grid-column: 2 / 4;
  grid-row: 2;
  min-height: 0;
  margin: 0;
  color: var(--uc-premium-rust);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.28;
}

body.page-product .uc-install-card__media,
body#product .uc-install-card__media {
  grid-column: 1 / 3;
  grid-row: 3 / 5;
  justify-self: start;
  width: 100%;
  min-height: 148px;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #f5efe9;
}

body.page-product .uc-install-card__media img,
body#product .uc-install-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-product .uc-install-card__desc,
body#product .uc-install-card__desc {
  grid-column: 3;
  grid-row: 3;
  align-self: start;
  margin: 6px 0 0;
  color: #4f4944;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

body.page-product .uc-install-card__cta,
body#product .uc-install-card__cta {
  grid-column: 3;
  grid-row: 4;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  max-width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(179, 63, 32, .72);
  border-radius: 999px;
  background: #fff;
  color: var(--uc-premium-rust);
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

body.page-product .uc-install-card__cta::after,
body#product .uc-install-card__cta::after {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform .16s ease;
}

body.page-product .uc-install-card__cta:hover,
body.page-product .uc-install-card__cta:focus-visible,
body#product .uc-install-card__cta:hover,
body#product .uc-install-card__cta:focus-visible {
  border-color: var(--uc-premium-rust);
  background: var(--uc-premium-rust);
  color: #fff;
  transform: translateY(-1px);
}

body.page-product .uc-install-card__cta:hover::after,
body.page-product .uc-install-card__cta:focus-visible::after,
body#product .uc-install-card__cta:hover::after,
body#product .uc-install-card__cta:focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}

body.page-product .featured-products.card-block,
body#product .featured-products.card-block {
  width: min(calc(100% - 36px), 1390px) !important;
  max-width: none !important;
  margin: 58px auto 40px !important;
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-product .uc-product-top-sales,
body#product .uc-product-top-sales,
body.page-product .featured-products.card-block.uc-product-home-cards-section,
body#product .featured-products.card-block.uc-product-home-cards-section {
  --uc-home-text: #25211f;
  --uc-home-muted: #615a55;
  --uc-home-line: #e4ddd6;
  --uc-home-accent: #9a4f35;
  --uc-home-accent-dark: #693523;
  width: min(calc(100% - 36px), 1390px) !important;
  max-width: none !important;
  margin: 58px auto 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-product .uc-product-top-sales .uc-home-product-grid,
body#product .uc-product-top-sales .uc-home-product-grid,
body.page-product .uc-product-home-cards-section .uc-home-product-grid,
body#product .uc-product-home-cards-section .uc-home-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-product .uc-product-home-cards-section .uc-home-section-head,
body#product .uc-product-home-cards-section .uc-home-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  max-width: none !important;
  margin: 0 0 22px !important;
}

body.page-product .uc-product-home-cards-section .uc-home-section-kicker,
body#product .uc-product-home-cards-section .uc-home-section-kicker {
  margin: 0 0 12px !important;
  color: var(--uc-home-accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.page-product .uc-product-home-cards-section .uc-home-section-head h2,
body#product .uc-product-home-cards-section .uc-home-section-head h2 {
  margin: 0 !important;
  color: var(--uc-home-text) !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-section-head > a,
body#product .uc-product-home-cards-section .uc-home-section-head > a {
  flex: 0 0 auto !important;
  color: var(--uc-home-accent) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product-grid,
body#product .uc-product-home-cards-section .uc-home-product-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 16px !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product,
body#product .uc-product-home-cards-section .uc-home-product {
  display: flex !important;
  flex: 0 0 calc((100% - 48px) / 4) !important;
  min-width: 0 !important;
  max-width: calc((100% - 48px) / 4) !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--uc-home-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__image,
body#product .uc-product-home-cards-section .uc-home-product__image {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1 !important;
  background: #f4f1ed !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__image picture,
body.page-product .uc-product-home-cards-section .uc-home-product__image img,
body#product .uc-product-home-cards-section .uc-home-product__image picture,
body#product .uc-product-home-cards-section .uc-home-product__image img {
  display: block !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__image picture,
body#product .uc-product-home-cards-section .uc-home-product__image picture {
  width: 100% !important;
  height: 100% !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__image img,
body#product .uc-product-home-cards-section .uc-home-product__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.page-product .uc-product-home-cards-section .uc-product-hover-picture,
body#product .uc-product-home-cards-section .uc-product-hover-picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  opacity: 0 !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  pointer-events: none !important;
  transition: all 320ms ease 0s !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__image:hover .uc-product-hover-picture,
body.page-product .uc-product-home-cards-section .uc-home-product__image:focus .uc-product-hover-picture,
body#product .uc-product-home-cards-section .uc-home-product__image:hover .uc-product-hover-picture,
body#product .uc-product-home-cards-section .uc-home-product__image:focus .uc-product-hover-picture {
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transition-delay: 220ms !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__body,
body#product .uc-product-home-cards-section .uc-home-product__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 15px !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product h3,
body#product .uc-product-home-cards-section .uc-home-product h3 {
  min-height: 45px !important;
  margin: 0 0 8px !important;
  color: var(--uc-home-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product h3 a,
body#product .uc-product-home-cards-section .uc-home-product h3 a {
  color: var(--uc-home-text) !important;
  text-decoration: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__price,
body#product .uc-product-home-cards-section .uc-home-product__price {
  margin: 0 !important;
  color: var(--uc-home-accent) !important;
  line-height: 1.2 !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__price strong,
body#product .uc-product-home-cards-section .uc-home-product__price strong {
  display: block !important;
  color: var(--uc-home-accent) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__stock,
body.page-product .uc-product-home-cards-section .uc-home-product__delivery,
body#product .uc-product-home-cards-section .uc-home-product__stock,
body#product .uc-product-home-cards-section .uc-home-product__delivery {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 20px !important;
  margin: 8px 0 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__stock,
body#product .uc-product-home-cards-section .uc-home-product__stock {
  color: #237447 !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__delivery,
body#product .uc-product-home-cards-section .uc-home-product__delivery {
  margin-bottom: 14px !important;
  color: #5f5a55 !important;
  white-space: nowrap !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__stock svg,
body.page-product .uc-product-home-cards-section .uc-home-product__delivery svg,
body#product .uc-product-home-cards-section .uc-home-product__stock svg,
body#product .uc-product-home-cards-section .uc-home-product__delivery svg {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__delivery svg,
body#product .uc-product-home-cards-section .uc-home-product__delivery svg {
  color: var(--uc-home-accent) !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions,
body#product .uc-product-home-cards-section .uc-home-product__actions {
  display: grid !important;
  gap: 8px !important;
  margin-top: auto !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions a,
body#product .uc-product-home-cards-section .uc-home-product__actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order,
body#product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order {
  border: 1px solid var(--uc-home-accent) !important;
  background: var(--uc-home-accent) !important;
  color: #fff !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order:hover,
body.page-product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order:focus,
body#product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order:hover,
body#product .uc-product-home-cards-section .uc-home-product__actions .uc-home-product__order:focus {
  border-color: var(--uc-home-accent-dark) !important;
  background: var(--uc-home-accent-dark) !important;
  color: #fff !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order),
body#product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order) {
  border: 1px solid var(--uc-home-line) !important;
  background: #fff !important;
  color: var(--uc-home-text) !important;
}

body.page-product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order):hover,
body.page-product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order):focus,
body#product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order):hover,
body#product .uc-product-home-cards-section .uc-home-product__actions a:not(.uc-home-product__order):focus {
  border-color: var(--uc-home-accent) !important;
  color: var(--uc-home-accent) !important;
}

@media (min-width: 992px) {
  body.page-product .uc-product-summary,
  body#product .uc-product-summary,
  body.page-product .side-panel,
  body#product .side-panel {
    top: 94px;
  }
}

@media (max-width: 1199px) {
  body.page-product .product-container.uc-product-layout,
  body#product .product-container.uc-product-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .9fr) !important;
  }

  body.page-product .uc-install-guide__grid,
  body#product .uc-install-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.page-product .side-service-large,
  body#product .side-service-large,
  body.page-product .side-service-contact,
  body#product .side-service-contact {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  body.page-product .uc-product-home-cards-section .uc-home-product,
  body#product .uc-product-home-cards-section .uc-home-product {
    flex-basis: calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important;
  }

  body.page-product .product-container.uc-product-layout,
  body#product .product-container.uc-product-layout,
  body.page-product .lower-grid.uc-product-info,
  body#product .lower-grid.uc-product-info {
    display: block !important;
  }

  body.page-product .product-container.uc-product-layout,
  body#product .product-container.uc-product-layout,
  body.page-product .product-lower.uc-product-info-block,
  body#product .product-lower.uc-product-info-block,
  body.page-product .uc-install-guide,
  body#product .uc-install-guide,
  body.page-product .featured-products.card-block,
  body#product .featured-products.card-block {
    width: min(calc(100% - 28px), 1390px) !important;
  }

  body.page-product .product-container.uc-product-layout,
  body#product .product-container.uc-product-layout {
    left: auto;
    padding-top: 14px !important;
    transform: none;
  }

  body.page-product .images-container,
  body#product .images-container {
    padding: 0;
  }

  body.page-product .uc-product-summary,
  body#product .uc-product-summary {
    padding-top: 22px !important;
  }

  body.page-product .side-panel,
  body#product .side-panel {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  body.page-product .uc-product-home-cards-section .uc-home-product,
  body#product .uc-product-home-cards-section .uc-home-product {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  body.page-product .side-service-large,
  body#product .side-service-large,
  body.page-product .side-service-contact,
  body#product .side-service-contact {
    grid-template-columns: 1fr;
  }

  body.page-product .side-service-icon,
  body#product .side-service-icon,
  body.page-product .side-contact-icon,
  body#product .side-contact-icon {
    justify-self: start;
    width: 74px;
    height: 74px;
  }

  body.page-product .side-service-icon svg,
  body#product .side-service-icon svg {
    width: 56px;
    height: 56px;
  }

  body.page-product .side-contact-icon svg,
  body#product .side-contact-icon svg {
    width: 74px;
    height: 74px;
  }

  body.page-product .product-container.uc-product-layout,
  body#product .product-container.uc-product-layout,
  body.page-product .product-lower.uc-product-info-block,
  body#product .product-lower.uc-product-info-block,
  body.page-product .uc-install-guide,
  body#product .uc-install-guide,
  body.page-product .featured-products.card-block,
  body#product .featured-products.card-block {
    width: min(calc(100% - 28px), 1390px) !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  body.page-product .uc-product-layout > .images,
  body.page-product .uc-product-layout > .summary,
  body#product .uc-product-layout > .images,
  body#product .uc-product-layout > .summary,
  body.page-product .images-container,
  body#product .images-container,
  body.page-product .product-cover-container,
  body#product .product-cover-container,
  body.page-product .product-cover.swiper_large_preview,
  body#product .product-cover.swiper_large_preview,
  body.page-product .thumb-images,
  body#product .thumb-images,
  body.page-product .swiper_thumb,
  body#product .swiper_thumb,
  body.page-product .uc-product-summary,
  body#product .uc-product-summary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  body.page-product .images-container,
  body#product .images-container,
  body.page-product .thumb-images,
  body#product .thumb-images {
    overflow: hidden;
  }

  body.page-product .thumb-images .product-images,
  body#product .thumb-images .product-images {
    max-width: 100%;
  }

  body.page-product .thumb-images .thumb-container,
  body#product .thumb-images .thumb-container {
    flex: 0 0 108px !important;
    max-width: 108px !important;
  }

  body.page-product .uc-product-price-summary,
  body#product .uc-product-price-summary,
  body.page-product .uc-product-summary .product-description,
  body#product .uc-product-summary .product-description,
  body.page-product .uc-product-summary .product-title,
  body#product .uc-product-summary .product-title,
  body.page-product .uc-product-trust,
  body#product .uc-product-trust,
  body.page-product .uc-ascol-component.has-family-block,
  body#product .uc-ascol-component.has-family-block,
  body.page-product .uc-ascol-component.has-family-block + .uc-product-family.has-browser-above,
  body#product .uc-ascol-component.has-family-block + .uc-product-family.has-browser-above,
  body.page-product .uc-product-complements,
  body#product .uc-product-complements,
  body.page-product .uc-tile-calculator,
  body#product .uc-tile-calculator,
  body.page-product .uc-product-summary .product-actions,
  body#product .uc-product-summary .product-actions,
  body.page-product .uc-product-summary .social-share,
  body#product .uc-product-summary .social-share {
    width: min(100%, calc(100vw - 52px)) !important;
    max-width: min(100%, calc(100vw - 52px)) !important;
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  body.page-product .uc-product-price-summary,
  body#product .uc-product-price-summary,
  body.page-product .uc-product-summary .product-description,
  body#product .uc-product-summary .product-description,
  body.page-product .uc-product-trust,
  body#product .uc-product-trust,
  body.page-product .uc-ascol-component.has-family-block,
  body#product .uc-ascol-component.has-family-block,
  body.page-product .uc-ascol-component.has-family-block + .uc-product-family.has-browser-above,
  body#product .uc-ascol-component.has-family-block + .uc-product-family.has-browser-above,
  body.page-product .uc-product-complements,
  body#product .uc-product-complements,
  body.page-product .uc-tile-calculator,
  body#product .uc-tile-calculator {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.page-product .uc-product-summary .product-description p,
  body#product .uc-product-summary .product-description p {
    max-width: 100%;
    white-space: normal;
  }

  body.page-product .uc-family-fact,
  body#product .uc-family-fact,
  body.page-product .uc-product-complement-link,
  body#product .uc-product-complement-link,
  body.page-product .uc-calculator-results div,
  body#product .uc-calculator-results div {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  body.page-product .elementor-element-3e7b4695 .elementor-heading-title,
  body#product .elementor-element-3e7b4695 .elementor-heading-title {
    padding: 0 10px;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: center;
    white-space: normal;
  }

  body.page-product nav.breadcrumb,
  body#product nav.breadcrumb {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.page-product nav.breadcrumb ol,
  body#product nav.breadcrumb ol {
    flex-wrap: nowrap;
    min-width: 0;
  }

  body.page-product nav.breadcrumb li,
  body#product nav.breadcrumb li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body.page-product .uc-product-summary .product-title,
  body#product .uc-product-summary .product-title {
    font-size: 27px;
  }

  body.page-product .uc-product-price-summary,
  body#product .uc-product-price-summary,
  body.page-product .uc-product-complements,
  body#product .uc-product-complements,
  body.page-product .uc-tile-calculator,
  body#product .uc-tile-calculator,
  body.page-product .content-section,
  body#product .content-section {
    padding: 16px 14px !important;
  }

  body.page-product .uc-product-tech-section,
  body#product .uc-product-tech-section {
    padding: 0 !important;
  }

  body.page-product .uc-tech-table,
  body#product .uc-tech-table {
    padding: 16px 14px;
  }

  body.page-product .uc-product-trust,
  body#product .uc-product-trust,
  body.page-product .uc-family-facts,
  body#product .uc-family-facts,
  body.page-product .uc-calculator-grid,
  body.page-product .uc-calculator-results,
  body#product .uc-calculator-grid,
  body#product .uc-calculator-results {
    grid-template-columns: 1fr !important;
  }

  body.page-product .uc-product-price-summary .uc-price-value,
  body#product .uc-product-price-summary .uc-price-value {
    font-size: clamp(34px, 10vw, 40px);
  }

  body.page-product .uc-product-price-summary .uc-delivery-delay,
  body#product .uc-product-price-summary .uc-delivery-delay {
    display: block;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.page-product .lower-nav,
  body#product .lower-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.page-product .uc-tech-row,
  body#product .uc-tech-row {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  body.page-product .uc-tech-row dt,
  body.page-product .uc-tech-row dd,
  body#product .uc-tech-row dt,
  body#product .uc-tech-row dd {
    min-height: 0;
    padding: 12px 14px;
  }

  body.page-product .uc-install-guide__title,
  body#product .uc-install-guide__title {
    font-size: 28px;
  }

  body.page-product .uc-install-guide__grid,
  body#product .uc-install-guide__grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  body.page-product .uc-install-card,
  body#product .uc-install-card {
    display: block;
    min-height: 0 !important;
    padding: 18px !important;
  }

  body.page-product .uc-install-card__step,
  body#product .uc-install-card__step {
    margin-bottom: 12px;
  }

  body.page-product .uc-install-card__subtitle,
  body#product .uc-install-card__subtitle {
    margin-top: 7px;
  }

  body.page-product .uc-install-card__media,
  body#product .uc-install-card__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin: 16px 0 14px;
  }

  body.page-product .uc-install-card__cta,
  body#product .uc-install-card__cta {
    margin-top: 16px;
  }
}

body.page-product .uc-install-guide .uc-install-card .uc-install-card__cta,
body#product .uc-install-guide .uc-install-card .uc-install-card__cta {
  border: 1px solid rgba(179, 63, 32, .72) !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #b33f20 !important;
  text-decoration: none !important;
}

body.page-product .uc-install-guide .uc-install-card .uc-install-card__cta:hover,
body.page-product .uc-install-guide .uc-install-card .uc-install-card__cta:focus-visible,
body#product .uc-install-guide .uc-install-card .uc-install-card__cta:hover,
body#product .uc-install-guide .uc-install-card .uc-install-card__cta:focus-visible {
  border-color: #b33f20 !important;
  background-color: #b33f20 !important;
  color: #fff !important;
}
/* UC_PRODUCT_PREMIUM_CARD_05_END */
