:root {
  --rabano-compact-header-height: 60px;
  --rabano-product-sticky-navy: #0f1f2e;
  --rabano-product-sticky-orange: #ff6a00;
  --rabano-product-sticky-orange-hover: #e95f00;
  --rabano-product-sticky-border: #e4e8ee;
}

/* Customer Reassurance: full-width panel between the purchase area and description. */
.page-product .product__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.page-product .product__bottom-right {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}

.page-product .product__bottom-left {
  grid-row: 2;
  grid-column: 1;
  width: 100%;
  min-width: 0;
}

.page-product .blockreassurance--product.rabano-reassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  max-width: none;
  gap: 0;
  margin: 24px 0 28px;
  padding: 14px 18px;
  overflow: hidden;
  color: #0f1f2e;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 12px;
  box-sizing: border-box;
}

.page-product .rabano-reassurance__item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  margin: 0;
  padding: 8px 18px;
  gap: 14px;
  color: #0f1f2e;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 160ms ease;
}

.page-product .rabano-reassurance__item:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: #e4e8ee;
  content: "";
}

.page-product .rabano-reassurance__item:hover {
  color: #0f1f2e;
  background: #f8fafc;
  text-decoration: none;
}

.page-product .rabano-reassurance__item:hover .rabano-reassurance__title {
  color: #ff6a00;
}

.page-product .rabano-reassurance__item:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(255, 106, 0, .28);
  outline-offset: 2px;
}

.page-product .rabano-reassurance__icon {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  color: #ff6a00;
}

.page-product .rabano-reassurance__icon img,
.page-product .rabano-reassurance__icon svg {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 100%;
  max-height: 100%;
}

.page-product .rabano-reassurance__icon svg #color,
.page-product .rabano-reassurance__icon svg #fill {
  fill: currentColor !important;
}

.page-product .rabano-reassurance__icon svg #fill {
  opacity: .18;
}

.page-product .rabano-reassurance__content {
  display: block;
  min-width: 0;
  margin: 0;
}

.page-product .rabano-reassurance__title {
  display: block;
  margin: 0 0 3px;
  color: #0f1f2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  transition: color 160ms ease;
}

.page-product .rabano-reassurance__description {
  display: block;
  margin: 0;
  color: #667085;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-product .blockreassurance--product.rabano-reassurance {
    padding: 14px 12px;
  }

  .page-product .rabano-reassurance__item {
    min-height: 72px;
    padding: 8px 10px;
    gap: 10px;
  }

  .page-product .rabano-reassurance__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .page-product .rabano-reassurance__icon img,
  .page-product .rabano-reassurance__icon svg {
    width: 40px;
    height: 40px;
  }

  .page-product .rabano-reassurance__title {
    font-size: 16px;
  }

  .page-product .rabano-reassurance__description {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .page-product .blockreassurance--product.rabano-reassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 14px;
  }

  .page-product .rabano-reassurance__item {
    padding: 10px 18px;
  }

  .page-product .rabano-reassurance__item::after {
    display: none;
  }

  .page-product .rabano-reassurance__item:nth-child(odd) {
    border-right: 1px solid #e4e8ee;
    border-radius: 0;
  }

  .page-product .rabano-reassurance__item:nth-child(-n + 2) {
    border-bottom: 1px solid #e4e8ee;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .page-product .blockreassurance--product.rabano-reassurance {
    grid-template-columns: minmax(0, 1fr);
    margin: 18px 0 22px;
    padding: 8px 12px;
  }

  .page-product .rabano-reassurance__item {
    min-height: 64px;
    padding: 10px 8px;
    gap: 14px;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .page-product .rabano-reassurance__item:nth-child(odd) {
    border-right: 0;
  }

  .page-product .rabano-reassurance__item:not(:last-child) {
    border-bottom: 1px solid #e4e8ee;
  }

  .page-product .rabano-reassurance__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .page-product .rabano-reassurance__icon img,
  .page-product .rabano-reassurance__icon svg {
    width: 40px;
    height: 40px;
  }

  .page-product .rabano-reassurance__title {
    font-size: 16px;
  }

  .page-product .rabano-reassurance__description {
    font-size: 14px;
  }
}

.rabano-product-sticky-bar {
  position: fixed;
  top: var(--rabano-compact-header-height, 60px);
  right: 0;
  left: 0;
  z-index: 1040;
  color: var(--rabano-product-sticky-navy);
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--rabano-product-sticky-border);
  box-shadow: 0 8px 22px rgba(15, 31, 46, .1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, transform 220ms ease, visibility 220ms ease;
}

.rabano-product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.rabano-product-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  min-height: 62px;
  margin: 0 auto;
  padding: 7px 24px;
  gap: 24px;
}

.rabano-product-sticky-bar__product {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: var(--rabano-product-sticky-navy);
  text-decoration: none;
}

.rabano-product-sticky-bar__product:hover,
.rabano-product-sticky-bar__product:focus-visible {
  color: var(--rabano-product-sticky-orange);
}

.rabano-product-sticky-bar__image {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: 1px solid var(--rabano-product-sticky-border);
  border-radius: 7px;
  background: #fff;
}

.rabano-product-sticky-bar__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

.rabano-product-sticky-bar__name {
  max-width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}

.rabano-product-sticky-bar__availability {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.25;
}

.rabano-product-sticky-bar__purchase {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

.rabano-product-sticky-bar__price {
  display: flex;
  align-items: baseline;
  color: var(--rabano-product-sticky-navy);
  gap: 8px;
  white-space: nowrap;
}

.rabano-product-sticky-bar__current-price {
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
}

.rabano-product-sticky-bar__regular-price {
  color: #7b8490;
  font-size: 13px;
  font-weight: 500;
}

.rabano-product-sticky-bar__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  gap: 9px;
  color: #fff;
  background: var(--rabano-product-sticky-orange);
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.rabano-product-sticky-bar__add:hover:not(:disabled) {
  background: var(--rabano-product-sticky-orange-hover);
}

.rabano-product-sticky-bar__add:focus-visible,
.rabano-product-sticky-bar__product:focus-visible {
  outline: 3px solid rgba(255, 106, 0, .3);
  outline-offset: 2px;
}

.rabano-product-sticky-bar__add:disabled {
  color: #fff;
  background: #9aa3ad;
  cursor: not-allowed;
  opacity: 1;
}

.rabano-product-sticky-bar__add svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

@media (max-width: 991.98px) {
  .rabano-product-sticky-bar__inner {
    min-height: 60px;
    padding: 7px 18px;
    gap: 16px;
  }

  .rabano-product-sticky-bar__image {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .rabano-product-sticky-bar__name {
    max-width: 330px;
  }

  .rabano-product-sticky-bar__purchase {
    gap: 14px;
  }

  .rabano-product-sticky-bar__add {
    padding: 0 18px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --rabano-compact-header-height: 56px;
  }

  .rabano-product-sticky-bar {
    top: auto;
    bottom: 0;
    border-top: 1px solid var(--rabano-product-sticky-border);
    border-bottom: 0;
    box-shadow: 0 -8px 22px rgba(15, 31, 46, .12);
    transform: translateY(100%);
  }

  .rabano-product-sticky-bar.is-visible {
    transform: translateY(0);
  }

  .rabano-product-sticky-bar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .rabano-product-sticky-bar__product {
    gap: 8px;
  }

  .rabano-product-sticky-bar__image {
    display: none;
  }

  .rabano-product-sticky-bar__name {
    max-width: none;
    font-size: 13px;
  }

  .rabano-product-sticky-bar__availability {
    display: none;
  }

  .rabano-product-sticky-bar__purchase {
    gap: 10px;
  }

  .rabano-product-sticky-bar__price {
    display: block;
  }

  .rabano-product-sticky-bar__current-price {
    font-size: 17px;
  }

  .rabano-product-sticky-bar__regular-price {
    display: block;
    margin-top: 2px;
    font-size: 11px;
  }

  .rabano-product-sticky-bar__add {
    min-height: 48px;
    padding: 0 15px;
    font-size: 13px;
  }

  .rabano-product-sticky-bar__add svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  body.page-product.rabano-product-sticky-passed {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 399.98px) {
  .rabano-product-sticky-bar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .rabano-product-sticky-bar__product {
    display: none;
  }

  .rabano-product-sticky-bar__purchase {
    grid-column: 1 / -1;
    justify-content: space-between;
    width: 100%;
  }

  .rabano-product-sticky-bar__add {
    min-width: 176px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rabano-product-sticky-bar {
    transition: none;
  }
}
