/* KBSNEAK Product Page 1.4.1 — scoped WooCommerce product experience. */
body.kbs-pdp-active .kbs-pdp-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.45;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.kbs-pdp,
.kbs-pdp * { box-sizing: border-box; }
.kbs-pdp a { color: inherit; text-decoration: none; }
.kbs-pdp svg { width: 100%; height: 100%; display: block; fill: none; stroke: currentColor; }
.kbs-pdp button,
.kbs-pdp input,
.kbs-pdp select { font: inherit; }

.kbs-pdp-hero {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 48px 24px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.kbs-pdp-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.kbs-pdp-mobile-gallery { display: none; }

.kbs-pdp-thumbs {
  max-height: 720px;
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
  scrollbar-width: none;
}
.kbs-pdp-thumbs::-webkit-scrollbar { display: none; }
.kbs-pdp button.kbs-pdp-thumb {
  width: 72px !important;
  height: 72px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: #111 !important;
  background: #f5f5f5 !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  cursor: pointer;
}
.kbs-pdp button.kbs-pdp-thumb.is-active { border-color: #111 !important; }
.kbs-pdp-thumb img { width: 100%; height: 100%; margin: 0 !important; display: block; object-fit: contain; }

.kbs-pdp-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f5f5;
}
.kbs-pdp-main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: 0 !important;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: opacity .16s ease;
}
.kbs-pdp-main-image.is-changing { opacity: .25; }

.kbs-pdp-gallery-nav {
  position: absolute;
  right: 20px;
  bottom: 12px;
  display: flex;
  gap: 18px;
}
.kbs-pdp .kbs-pdp-gallery-nav button {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  cursor: pointer;
}

.kbs-pdp-summary {
  position: sticky;
  top: 112px;
  min-width: 0;
  max-width: 460px;
  padding-top: 0;
}
.kbs-pdp-badge { margin: 0 0 8px !important; color: #f4511e; font-size: 16px; font-weight: 650; }
.kbs-pdp-summary h1 {
  margin: 0 0 2px !important;
  color: #111 !important;
	font: 500 var(--kbs-pdp-title-desktop, 24px)/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: -.015em !important;
  text-transform: none !important;
}
.kbs-pdp-subtitle { margin: 0 !important; color: #707072; font-size: 20px; font-weight: 400; }
.kbs-pdp-price { margin: 16px 0 40px; color: #111 !important; font-size: 20px; font-weight: 600; line-height: 1.25; }
.kbs-pdp-price .amount,
.kbs-pdp-price bdi,
.kbs-pdp-price ins { color: #111 !important; font-size: inherit !important; font-weight: inherit !important; }
.kbs-pdp-price ins { text-decoration: none; }
.kbs-pdp-price del,
.kbs-pdp-price del .amount,
.kbs-pdp-price del bdi { color: #777 !important; font-size: 18px !important; font-weight: 500 !important; }

.kbs-pdp-option { margin-bottom: 28px; }
.kbs-pdp-option-head { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.kbs-pdp-option-head strong { color: #111; font-size: 17px; font-weight: 600; }
.kbs-pdp-option-head a { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 600; }
.kbs-pdp-option-head a svg { width: 22px; height: 22px; }
.kbs-pdp-size-units { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: #777; }
.kbs-pdp .kbs-pdp-size-units button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  color: #777 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.kbs-pdp .kbs-pdp-size-units button.is-active { color: #111 !important; border-bottom: 1px solid #111 !important; }
.kbs-pdp-option select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.kbs-pdp-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.kbs-pdp .kbs-pdp-option-grid button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 11px 8px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 450 !important;
  cursor: pointer;
}
.kbs-pdp .kbs-pdp-option-grid button:hover,
.kbs-pdp .kbs-pdp-option-grid button:focus-visible { border-color: #111 !important; }
.kbs-pdp .kbs-pdp-option-grid button[aria-pressed="true"] { border: 1.5px solid #111 !important; }
.kbs-pdp .kbs-pdp-option-grid button:disabled { color: #999 !important; background: #f5f5f5 !important; text-decoration: line-through; cursor: not-allowed; }

.kbs-pdp-variation-message { min-height: 22px; margin: -12px 0 10px; color: #c62828; font-size: 13px; }
.kbs-pdp .kbs-pdp-add {
  width: 100% !important;
  min-height: 64px !important;
  margin: 10px 0 0 !important;
  padding: 16px 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color .18s ease;
}
.kbs-pdp .kbs-pdp-add:not(:disabled):hover {
  color: #fff !important;
  background: #333 !important;
}
.kbs-pdp .kbs-pdp-add:focus-visible { outline: 3px solid rgba(17,17,17,.25) !important; outline-offset: 4px; }
.kbs-pdp .kbs-pdp-add:disabled {
  color: #f5f5f5 !important;
  background: #aaa !important;
  border-color: #aaa !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.kbs-pdp-payment { margin: 24px 0 20px; overflow: hidden; background: #ddd; border: 1px solid #ddd; border-radius: 5px; }
.kbs-pdp-payment > p { margin: 0 !important; padding: 8px 10px; text-align: center; font-size: 14px; }
.kbs-pdp-payment > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.kbs-pdp-payment span { min-height: 50px; padding: 8px 12px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; }
.kbs-pdp-payment img { max-width: 104px; max-height: 34px; margin: 0 !important; object-fit: contain; }
.kbs-pdp-payment b { font-size: 13px; }
.kbs-pdp-payment svg { width: 16px; height: 16px; }

.kbs-pdp .kbs-pdp-favorite {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 64px !important;
  margin: 12px 0 0 !important;
  padding: 16px 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.kbs-pdp-favorite svg { width: 25px; height: 25px; }
.kbs-pdp-favorite.is-active svg,
.kbs-pdp-favorite.is-favorite svg { fill: currentColor; }
.kbs-pdp-description { margin-top: 54px; color: #111; font-size: 17px; line-height: 1.55; }
.kbs-pdp-description p { margin: 0 0 16px !important; }
.kbs-pdp-description ul { margin: 18px 0 24px; padding-left: 24px; }
.kbs-pdp-description-preview p {
  max-height: calc(1.55em * 3);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.kbs-pdp-details-open {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 14px 0 36px !important;
  padding: 0 0 2px !important;
  color: #111 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  cursor: pointer;
}
.kbs-pdp-delivery { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.kbs-pdp-delivery summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 20px; font-weight: 600; cursor: pointer; }
.kbs-pdp-delivery summary::-webkit-details-marker { display: none; }
.kbs-pdp-delivery summary svg { width: 24px; height: 24px; transition: transform .15s ease; }
.kbs-pdp-delivery[open] summary svg { transform: rotate(180deg); }
.kbs-pdp-delivery > div { padding: 0 0 24px; color: #5b5b5b; }

.kbs-pdp-related { width: min(100% - 84px, 1456px); margin: 0 auto; padding: 22px 0 100px; }
.kbs-pdp-related h2 { margin: 0 0 28px; color: #111; font: 500 32px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -.025em; }
.kbs-pdp-related > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.kbs-pdp-related article img { width: 100%; aspect-ratio: 1/1; margin: 0 !important; display: block; object-fit: contain; background: #f7f7f7; }
.kbs-pdp-related h3 { margin: 14px 0 4px; color: #111; font: 600 16px/1.35 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.kbs-pdp-related p { margin: 0; color: #111 !important; font-size: 18px; font-weight: 750; }
.kbs-pdp-related p .amount,
.kbs-pdp-related p bdi,
.kbs-pdp-related p ins { color: #111 !important; font-size: inherit; font-weight: inherit; text-decoration: none; }
.kbs-pdp-related p del,
.kbs-pdp-related p del .amount,
.kbs-pdp-related p del bdi { color: #777 !important; font-size: 15px; font-weight: 500; }

.kbs-pdp-modal[hidden] { display: none !important; }
.kbs-pdp-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; }
.kbs-pdp-modal-scrim { position: absolute; inset: 0; background: rgba(0,0,0,.52); }
.kbs-pdp-modal > section {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 32px));
  max-height: min(880px, calc(100vh - 32px));
  padding: 38px;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
}
.kbs-pdp-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 7px !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  cursor: pointer;
}
.kbs-pdp-modal header { padding-right: 44px; display: grid; grid-template-columns: 90px 1fr; gap: 18px; align-items: center; }
.kbs-pdp-modal header img { width: 90px; height: 90px; margin: 0 !important; object-fit: contain; }
.kbs-pdp-modal h2 { margin: 0; font: 500 24px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif; }
.kbs-pdp-modal header p { margin: 7px 0 0; color: #111 !important; font-size: 20px; font-weight: 750; }
.kbs-pdp-modal header p .amount,
.kbs-pdp-modal header p bdi,
.kbs-pdp-modal header p ins { color: #111 !important; font-size: inherit; font-weight: inherit; text-decoration: none; }
.kbs-pdp-modal-content { margin-top: 34px; color: #111; font-size: 17px; line-height: 1.55; }
.kbs-pdp-modal-content table { width: 100%; margin-top: 26px; border-collapse: collapse; }
.kbs-pdp-modal-content th,
.kbs-pdp-modal-content td { padding: 10px; border-bottom: 1px solid #ddd; text-align: left; }
body.kbs-pdp-modal-open { overflow: hidden; }

.kbs-pdp-added-overlay[hidden] { display: none !important; }
.kbs-pdp-added-overlay {
  position: fixed;
  inset: 0;
  z-index: 100002;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .76);
  cursor: pointer;
  animation: kbs-pdp-fade-in .16s ease both;
}
.kbs-pdp-added-overlay > div {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.kbs-pdp-added-check {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  padding: 13px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
}
.kbs-pdp-added-check svg { stroke-width: 2.4 !important; }
.kbs-pdp-added-overlay strong { font-size: clamp(29px, 4vw, 38px); font-weight: 500; line-height: 1.15; }
.kbs-pdp-added-overlay > div > span:last-child { margin-top: 12px; font-size: 15px; }

.kbs-pdp .kbs-pdp-add.is-loading { opacity: .62; }
@keyframes kbs-pdp-fade-in { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .kbs-pdp .kbs-pdp-add { transition: none; }
}

body.kbs-pdp-active .woocommerce-message { display: none !important; }
body.kbs-pdp-active .woocommerce-error,
body.kbs-pdp-active .woocommerce-info { margin: 0 !important; border: 0 !important; border-left: 4px solid #111 !important; background: #f7f7f7 !important; }

@media (max-width: 1050px) {
  .kbs-pdp-hero { grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); gap: 24px; padding-right: 28px; padding-left: 28px; }
  .kbs-pdp-gallery { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; }
  .kbs-pdp button.kbs-pdp-thumb { width: 62px !important; height: 62px !important; }
  .kbs-pdp-stage { min-height: 0; }
}

@media (max-width: 782px) {
  .kbs-pdp-hero { width: 100%; padding: 0 0 70px; display: block; }
  .kbs-pdp-gallery { display: block; }
  .kbs-pdp-thumbs { display: none; }
  .kbs-pdp-stage { display: none; }
  .kbs-pdp-mobile-gallery { position: relative; display: block; width: 100%; overflow: hidden; background: #fff; }
  .kbs-pdp-mobile-track {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .kbs-pdp-mobile-track::-webkit-scrollbar { display: none; }
  .kbs-pdp-mobile-slide {
    width: 100%;
    min-width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .kbs-pdp-mobile-slide img { width: 100%; height: 100%; margin: 0 !important; padding: 0 0 36px; display: block; object-fit: contain; }
  .kbs-pdp-mobile-dots {
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 8px;
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .kbs-pdp-mobile-dots::-webkit-scrollbar { display: none; }
  .kbs-pdp .kbs-pdp-mobile-dots button {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    place-items: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
  }
  .kbs-pdp .kbs-pdp-mobile-dots button:first-child { margin-left: auto !important; }
  .kbs-pdp .kbs-pdp-mobile-dots button:last-child { margin-right: auto !important; }
  .kbs-pdp .kbs-pdp-mobile-dots button::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c7c7c7;
  }
  .kbs-pdp .kbs-pdp-mobile-dots button[aria-current="true"]::before { width: 18px; background: #111; border-radius: 999px; }
  .kbs-pdp .kbs-pdp-mobile-dots button:focus-visible { outline: 2px solid #111 !important; outline-offset: -4px; }
  .kbs-pdp-summary { position: static; max-width: none; padding: 34px 20px 0; }
  .kbs-pdp-badge { margin-bottom: 13px !important; font-size: 15px; }
	.kbs-pdp-summary h1 { font-size: var(--kbs-pdp-title-mobile, 24px) !important; }
  .kbs-pdp-subtitle { font-size: 18px; }
	.kbs-pdp-price { margin: 16px 0 32px; font-size: 22px; }
  .kbs-pdp-option { margin-bottom: 32px; }
  .kbs-pdp-option-head strong { font-size: 17px; }
  .kbs-pdp-option-grid { gap: 6px; }
  .kbs-pdp .kbs-pdp-option-grid button { min-height: 58px !important; font-size: 16px !important; }
  .kbs-pdp .kbs-pdp-add,
  .kbs-pdp-favorite { min-height: 60px !important; }
  .kbs-pdp-description { margin-top: 48px; font-size: 16px; line-height: 1.55; }
  .kbs-pdp-delivery summary { min-height: 82px; font-size: 18px; }
  .kbs-pdp-related { width: 100%; padding: 50px 20px 80px; }
  .kbs-pdp-related h2 { font-size: 28px; }
  .kbs-pdp-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .kbs-pdp-modal > section { width: calc(100% - 26px); max-height: calc(100vh - 26px); padding: 34px 24px; border-radius: 16px; }
}

@media (max-width: 440px) {
  .kbs-pdp-summary { padding-right: 16px; padding-left: 16px; }
  .kbs-pdp .kbs-pdp-option-grid button { min-height: 54px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .kbs-pdp * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.kbs-pdp-cod{display:flex;align-items:center;gap:14px;padding:20px;margin-top:20px;border:1px solid #cae1cb;border-radius:12px;background:#f1f8f0;color:#183c20!important;text-decoration:none!important}
.kbs-pdp-cod-icon{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:#fff}.kbs-pdp-cod-icon svg{width:28px;height:28px}
.kbs-pdp-cod strong{display:block;font-size:18px;line-height:1.3}.kbs-pdp-cod small{display:block;font-size:14px;line-height:1.5;margin-top:5px;color:#36563d}
.kbs-pdp-cod-live{position:relative;width:9px;height:9px;flex-shrink:0;background:#287c39;border-radius:50%;margin-left:auto}.kbs-pdp-cod-live:after{content:"";position:absolute;inset:-5px;border:1px solid #287c39;border-radius:50%;opacity:.3}
@keyframes kbs-cod-pulse{0%{transform:scale(.55);opacity:.8}100%{transform:scale(1.4);opacity:0}}
@media(prefers-reduced-motion:reduce){.kbs-pdp-cod-live:after{animation:none;opacity:.35}}
@media(min-width:783px) and (max-width:1050px){.kbs-pdp-related>div{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* Pointer taps stay clean; keyboard focus stays visible. */
:is(.kbs-pdp) :is(a,button,summary,[tabindex]):not([data-kbs-hero-slider]){-webkit-tap-highlight-color:transparent;touch-action:manipulation}
:is(.kbs-pdp) :is(a,button,summary,[tabindex]):not([data-kbs-hero-slider]):focus:not(:focus-visible){outline:none!important;box-shadow:none!important}
:is(.kbs-pdp) :is(a,button,summary,[tabindex]):not([data-kbs-hero-slider]):focus-visible{outline:2px solid #111!important;outline-offset:3px}

.kbs-pdp-cod.is-in-view .kbs-pdp-cod-live:after{animation:kbs-cod-pulse 2.2s ease-out 2}
@media(prefers-reduced-motion:reduce){.kbs-pdp-cod.is-in-view .kbs-pdp-cod-live:after{animation:none}}
/* Successful add-to-cart feedback never blocks navigation or scrolling. */
.kbs-pdp-added-overlay{inset:auto 16px 116px auto;width:min(340px,calc(100% - 32px));background:#111;border-radius:14px;pointer-events:none;box-shadow:0 8px 24px #0002}
.kbs-pdp-added-overlay>div{padding:18px;display:grid;grid-template-columns:36px 1fr;column-gap:12px;text-align:left;align-items:center}
.kbs-pdp-added-check{width:36px;height:36px;padding:6px;margin:0;grid-row:1/3;border-width:2px}.kbs-pdp-added-check svg{width:20px;height:20px}
.kbs-pdp-added-overlay strong{font-size:18px;line-height:1.3}.kbs-pdp-added-overlay>div>span:last-child{font-size:13px;margin-top:4px}
/* Approved R8 placement A: a small assigned-brand logo beside the product name. */
.kbs-pdp-title-row{display:flex;align-items:flex-start;gap:16px;}
.kbs-pdp-title-row>h1{flex:1;min-width:0;}
.kbs-pdp .kbs-pdp-brand{flex:none;display:flex;align-items:center;justify-content:center;width:64px;min-height:44px;}
.kbs-pdp-brand .kbs-brand-mark{width:min(54px,calc(32px * var(--brand-ratio)));}
.kbs-pdp .kbs-pdp-brand:focus-visible{outline:2px solid #111;outline-offset:3px;border-radius:3px;}
@media(max-width:782px){.kbs-pdp-title-row{gap:12px;}.kbs-pdp .kbs-pdp-brand{width:56px;}.kbs-pdp-brand .kbs-brand-mark{width:min(50px,calc(30px * var(--brand-ratio)));}}
