/** Shopify CDN: Minification failed

Line 34:9 Expected ":"

**/
:root {
  /* Font Families */
  --font-primary: "Roboto", sans-serif;
  
  /* Font Weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  
  /* Headings */
  --h1-size: 32px;
  --h1-weight: var(--weight-bold);
  --h2-size: 28px;
  --h2-weight: var(--weight-bold);
  --h3-size: 24px;
  --h3-weight: var(--weight-bold);
  --h4-size: 20px;
  --h4-weight: var(--weight-bold);
  --h5-size: 16px;
  --h5-weight: var(--weight-bold);
  --h6-size: 14px;
  --h6-weight: var(--weight-bold);
  --h7-size: 12px;
  --h7-weight: var(--weight-bold);
  
  /* Body text */
  --body1-size: 16px;
  --body1-weight: var(--weight-regular);
  --body1.1-size: 16px;
  --body1-weight: var(--weight-medium);
  --body2-size: 14px;
  --body2-weight: var(--weight-regular);
  --body3-size: 12px;
  --body3-weight: var(--weight-regular);
  
  /* Numbers */
  --num1-size: 28px;
  --num1-weight: var(--weight-bold);
  --num2-size: 24px;
  --num2-weight: var(--weight-bold);
  --num3-size: 16px;
  --num3-weight: var(--weight-bold);
  --num4-size: 14px;
  --num4-weight: var(--weight-bold);
}
.option-selector {
  padding: 0;
  border: 0;
}
.option-selector:not(:last-child) {
  margin-bottom: 12px !important;
}

#font-primary {
  font-family: var(--font-primary);
}

.media-gallery__viewer {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .option-selector .label {
    margin-bottom: 12px !important;
    font-size: 24px;
    font-weight: 500;
  }
  .option-selector .opt-label span {
    font-size: 24px;
    font-weight: 400; /* normal */
  }
}

.option-selector .label {
  margin-bottom: 12px !important;
  font-size: var(--h4-size);
  font-weight: 500;
}

/* Option buttons text */
.option-selector .opt-label span {
  font-size: 16px;
  font-weight: 400; /* normal */
}


.option-selector__label-value {
  font-weight: normal;
}

.option-selector__btns {
  margin-top: -12px;
}

.breadcrumbs-list {
  display: block;
  line-height: 2;
}

.breadcrumbs-list > li {
  display: inline;
  white-space: normal;
}


.breadcrumbs-list__link {
  display: inline;
  white-space: normal;
  word-break: break-word;
}

.breadcrumbs-divider {
  position: relative;
  top: 3.3px;
}

.items_sold {
  color: #054FB9;
  font-weight: 500;
  font-size: var(--body1-size);
  margin-bottom: 5px !important;
}

.quantity{
  font-size: var(--h4-size);
  font-weight: 500;
  margin-top: 10px;
}


.disclosure__title__return{
  font-weight: 500;
  font-size: var(--h4-size);
  color: #000000;
}

.product-sku{
  font-size: 14px;
  color: rgba(52, 52, 52, 0.91);
}

.product-title-2 + .product-sku{
  margin-top: 4px !important;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.collap-shiprun {
  border: 0.5px solid #B2BEB5 !important;
  border-radius: 9px;
  margin-bottom: 12px;
}

.collap-content {
  margin-top: 2.5rem;
}

.collap-shiprun summary {
  border: none !important;
  outline: none;
  padding: 8px 18px;
}

.shipping-info {
  padding: 0 18px 12.5px;
}

.collap-shiprun .disclosure__content {
  padding-left: 2rem;
}

/* Style links inside collapsible sections */
.collap-shiprun .disclosure__content a {
  color: #2563EB;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.collap-shiprun .disclosure__content a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* Hide the delivery window box when it's set to hidden to prevent empty space */
.product-delivery-window-box[hidden] {
  display: none !important;
}

.free-returns{
  display: block;
  font-size: 14px;
  font-weight: 700;            
  color: #2C7E3F;
}

.product-delivery-window-box {                     
  display: inline-flex;       /* inline so it sits next to the heading */
  align-items: center;
  gap: 4px;
  width: auto;                /* remove width:100% so it doesn't force a line break */
  vertical-align: middle;     
}

.product-delivery-window-box .delivery-window-label {
  font-weight: 400;            
  color: #000000 !important;
  font-size: 18px !important;
}

.product-delivery-window-box .delivery-window-value {
  font-weight: 700 !important;            
  color: #f97316 !important;  /* Default: orange for Long Lead Time */
  font-size: 18px !important;
}

/* Blue color for In Stock */
.product-delivery-window-box .delivery-window-value[data-badge-type="in-stock"] {
  color: #054FB9 !important;
}

.product-delivery-heading,
.product-delivery-window-box {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  vertical-align: middle;
}

.product-info__block.product-delivery-heading {
  margin-right: 4px;
}

.uom-label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: var(--h4-size);
}

.uom-box {
  display: inline-block;
  padding: 1em 4em;
  border-radius: 11.94px;
  font-weight: 500;
  box-shadow: 0px 2px 2px 0px #00000040;
  border: 0.6px solid #A4A4A4;
  text-align: center;
/*  margin-bottom: 12px; */
}

.uom-box .uom-value {
  display: block;
  font-size: var(--h4-size);
  line-height: 1.4;
  text-align: center;
}

.uom-box .price-per-unit {
  display: block;
  font-size: 0.875em;
  line-height: 1.4;
  text-align: center;
}

.variant-badge{
  margin: 20px 0 !important;
}

.badge-note-text{
  font-size: 15px;
  font-weight: 400;
}
/* Green = In Stock */
.badge-green {
  color: #2C7E3F;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
}

/* Yellow/Orange = Long Lead Time */
.badge-yellow {
  color: #f97316;                   
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
}

/* Red = Out of Stock */
.badge-red {
  color: #dc2626;                 
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
}

/* Gray/Blue = Discontinued */
.badge-blue {
  color: #3b82f6;                 
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
}

.opt-label {
  margin-top: 0.3em !important; 
  margin-inline-end: 12px;
  border-radius: 11.94px !important;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px #00000040;
  border: 0.6px solid #A4A4A4;
}

.opt-label--btn {
  min-width: 50px;
  padding: 1em 2em !important;
  background-color: rgba(var(--bg-color));
  color: rgb(var(--text-color));
}
.opt-label--btn:hover {
  background-color: rgba(var(--text-color)/0.05);
}

.opt-btn:focus-visible + .opt-label {
  outline-offset: 3px;
}

.opt-btn:checked + .opt-label--btn {
  background-color: rgba(var(--bg-color));
  color: rgb(var(--text-color));
}

.opt-btn:checked + .opt-label:not(.opt-label--swatch)::after,
.is-unavailable + .opt-label .opt-label__media::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opt-btn:checked + .opt-label:not(.opt-label--swatch)::after {
  border-radius: 11.94px;
  box-shadow: 0 0 0 2px rgba(var(--text-color)/0.6);
}

.is-unavailable + .opt-label:not(.opt-label--image),
.is-unavailable + .opt-label .opt-label__media::after {
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), rgba(var(--text-color)/0.2) calc(50% - 1px), rgba(var(--text-color)/0.2) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat;
}

.opt-label__media {
  width: 100%;
  border-radius: 11.94px;
}

.custom-select__btn[data-swatch]::before,
.custom-select__option[data-swatch]::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-inline-end: 8px;
  border-radius: 50%;
  background-size: cover;
}

.custom-select [data-swatch=white]::before {
  border: 1px solid #f2f2f2;
}

.opt-label {
  min-width: 64px;
  transition: opacity 0.6s, color 0.6s, border-color 0.6s;
  font-weight: bold;
}

.opt-label__media {
  border-radius: var(--btn-border-radius, 0);
}

.option-selector:not(:last-child) {
  margin-bottom: 3rem;
}

.opt-label--image {
  --btn-border-radius: 50%;
  width: var(--swatch-variant-picker-size, 36px);
  min-width: 0;
  height: var(--swatch-variant-picker-size, 36px);
}
.is-unavailable + .opt-label--image img {
  opacity: 0.4;
}

.swatch-shape--not-circle {
  --btn-border-radius: 0;
}

.swatch-shape--natural.swatch--variant-image {
  height: auto;
}

.opt-label--swatch.swatch-shape--portrait {
  height: calc(var(--swatch-variant-picker-size, 36px) / 0.75);
}

.opt-label:not([data-swatch])::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 11.94px !important;
}

.opt-btn.is-unavailable:checked + .opt-label:not(.opt-label--swatch) {
  border-color: rgba(var(--text-color)/0.6);
}
.opt-btn.is-unavailable:checked + .opt-label:not(.opt-label--swatch)::after {
  box-shadow: none;
}

.opt-label:hover {
  background-color: transparent;
}

.opt-label:not([data-swatch]):hover::after {
  box-shadow: 0 1px 3px 0 rgba(var(--input-text-color)/0.4);
}

.option-selector__btns .is-unavailable + [data-swatch]::before {
  opacity: 0.4;
}

.is-unavailable + .opt-label:not([data-swatch]) {
  overflow: hidden;
}
.is-unavailable + .opt-label:not([data-swatch])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--text-color)/0.05);
}

.option-selector .label {
  margin-bottom: 0.8em;
}

:root {
  --product-details-block-margin: calc(2 * var(--space-unit));
  --product-details-block-margin-sm: calc(1 * var(--space-unit));
  --product-info-block-margin: calc(2 * var(--space-unit));
  --heading-3: 1.375em;
  --heaidng-2: 1.75em;
}


.product-info__block:first-child,
.product-info__block--sm:first-child,
.product-details__block:first-child {
  margin-top: 0;
}
.product-info__block:last-child,
.product-info__block--sm:last-child,
.product-details__block:last-child {
  margin-bottom: 0;
}
.product-info__block:empty,
.product-info__block--sm:empty,
.product-details__block:empty {
  display: none;
}

.product-info__block.custom-option + .product-info__block.custom-option {
  margin-top: 3rem;
}

.product-info__block.custom-option {
  margin-bottom: 2px;
}

.product-info__block .social__link {
  width: 40px;
  height: 40px;
  position: relative;
}
.product-info__block .social__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.product-info__block .social-share__heading {
  margin-inline-end: 0.5em;
}

.product-info__block--sm {
  margin: var(--product-details-block-margin-sm) 0;
}

.product-info__block--md {
  margin: calc(2 * var(--space-unit)) 0;
}

/* .product-details__block {
  margin: var(--product-details-block-margin) 0;
} */

.product-info__title {
  margin-top: -4px;
}

.product-info__title + .product-info__rating,
.product-price + variant-label {
  margin-top: -8px;
}

.product-description {
  overflow: auto;
}

.product-info__price {
  font-size: var(--h2-size);
}

.disclosure__title__shipping{
  font-size: var(--h4-size);
  font-weight: 500;
  color: #000000;
}

.price__current {
  font-size: var(--h2-size);
}

/* Only turn price red when it's on sale */
.price--on-sale .price__current .js-value {
  color: #1F6302 !important;
  font-size: var(--h2-size) !important;
  font-weight: 700;
}

.price__was .js-value {
  font-size: 24px !important;       
  font-weight: 700 !important;  
  color: #000000 !important; 
  text-decoration: line-through !important;   
}

/* Product card prices - smaller sizing */
.card--product .price--on-sale .price__current .js-value {
  font-size: 1.2em !important;
}

.card--product .price__was .js-value {
  font-size: 1em !important;
}

.card--product .price__current {
  font-size: 1.2em !important;
}

/* Predictive search prices - smaller sizing */
.predictive-result__info .price--on-sale .price__current .js-value {
  font-size: 1.6rem !important;
}

.predictive-result__info .price__was .js-value {
  font-size: 1.3rem !important;
}

.predictive-result__info .price__current {
  font-size: 1.6rem !important;
}

.product-per-unit{
  color: #000000 !important;
  font-size: var(--body1-size) !important;
}

.product-info .price__current {
  margin-right: 0px; /* shrink this to reduce distance */
  font-size: var(--h2-size) !important;
  font-weight: bold;
}

.was-label {
  margin-left: 0px;
}

.price__discount {
  margin-left: 0.5rem;
  color: #1F6302 !important; /* same red as sale price */
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 500;
}

.product-info__add-to-cart:has(button[disabled]) quantity-input {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.product-info__add-button2 {
  display: flex;
  flex: 0 0 100%;
}

.product-info__dynamic-checkout-button shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 45px;
  --shopify-accelerated-checkout-button-border-radius: var(--btn-border-radius, 0);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: rgba(0, 0, 0, 0);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 0;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0;
  --shopify-accelerated-checkout-skeleton-animation-duration: 0s;
}

.product-info__disclosure {
  font-size: 18px;
  font-weight: 700;
}

.shopify-payment-button__button {
  margin-top: calc(4 * var(--space-unit));
  overflow: hidden;
  border-radius: var(--btn-border-radius, 0);
}

.product-title .product-info__weight {
  opacity: 0.7;
}

.qty-input{
 min-width: 160px !important;
 height: 44px !important;
 margin-bottom: 12px !important; 
 margin-top: 0.3em !important;
 border: 1.5px solid #374957 !important;
}

.qty-input__btn.btn--minus,
.qty-input__btn.btn--plus {
  margin: 0 20px !important;
}
@media (min-width: 2560px) {
  .qty-input__btn.btn--minus,
  .qty-input__btn.btn--plus {
    margin: 0 30px !important;
  }
  .qty-input{
    min-width: 300px !important;
  }

  .qty-input--combined .qty-input__input {
    padding: 0px 5px !important;
  }
}

@media (min-width: 1365px) and (max-width: 2559px){
  .qty-input--combined .qty-input__input {
    border-left: 2px solid #374957 !important;
    border-right: 2px solid #374957 !important;
    height: 100%; /* fill container */
  }
  .qty-input__btn.btn--minus,
  .qty-input__btn.btn--plus {
    margin: 0 10px !important;
  }
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 46px !important;
    padding-left: 46px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 19px !important;
    padding-left: 19px !important;
  }

  .qty-input__btn.btn--minus,
  .qty-input__btn.btn--plus {
    margin: 0 30px !important;
  }
  .qty-input{
    max-width: 175px !important;
  }

  .qty-input--combined .qty-input__input {
    padding: 0px 5px !important;
  }
}


/* Make outer container match buttons width */
@media (max-width: 1024px) {
  .product-info__add-to-cart .qty-input {
    width: 100% !important; /* match buttons */
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    display: flex; /* ensure flex */
  }

  /* Make the inner input fill remaining space */
  .qty-input--combined .qty-input__input {
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 44px !important; /* same as buttons */
    box-sizing: border-box;
  }

  /* Keep minus/plus buttons consistent */
  .qty-input__btn.btn--minus,
  .qty-input__btn.btn--plus {
    flex: 0 0 auto; /* fixed size */
    height: 44px !important; /* same as input/button */
    margin: 0 8px !important;
  }
}

.product-title-2{
  font-size: var(--h3-size);
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: var(--btn-padding-y, 12px) 26px;
  transition: opacity 0.6s ease, color 0.6s ease, background-position 0.4s ease-out;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: var(--btn-text-transform, none);
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: transparent;
}

.product_addBtn2 {
  font-size: 16px;
  font-weight: Medium;
  color: #15192E;
  outline-offset: 3px;
  padding: 14px 35px;
  border: 1.5px solid #054FB9;
  width: 157px !important;
}

/* Override Klaviyo inline styles and apply add to cart button styling */
#klaviyo-bis-button-container {
  margin-bottom: 0 !important;
  flex: initial !important;
}

#klaviyo-bis-button-container button {
  font-size: 16px !important;
  font-weight: Medium !important;
  color: #054FB9 !important;
  outline-offset: 3px !important;
  padding: 4px 15px !important;
  border: 1.5px solid #054FB9 !important;
  background: transparent !important;
  width: 157px !important;
  cursor: pointer !important;
  border-radius: 50px;
}

@media (min-width: 1452px) and (max-width: 1516px) {  
  #klaviyo-bis-button-container button {
    padding: 4px 5px !important;
    width: 157px !important;
  }
}

@media (max-width: 1451px) {  
  #klaviyo-bis-button-container button {
    width: 125px !important;
  }
}

@media (min-width: 1410px) and (max-width: 1439px){
  .product_addBtn2 {
    padding: 17px 35px !important;
  }
  .buy-now__button2{
    padding: 17px 35px !important;
  }
  .product-info__add-button2 {
    gap: 8px;
  }
  #klaviyo-bis-button-container button {
    padding: 5px 15px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1364px){
  .qty-input{
    width: 100% !important;
  }
}

@media (min-width: 1364px) and (max-width: 1410px){
  .product_addBtn2 {
    padding: 17px 30px !important;
  }
  .buy-now__button2{
    padding: 17px 30px !important;
  }
  .product-info__add-button2 {
    gap: 7px;
  }
  #klaviyo-bis-button-container button {
    padding: 6px 15px !important;
  }
}

@media (min-width: 1293px) and (max-width: 1364px){
  .product_addBtn2 {
    padding: 17px 25px !important;
  }
  .buy-now__button2{
    padding: 17px 25px !important;
  }
  .product-info__add-button2 {
    gap: 6px;
  }
  #klaviyo-bis-button-container button {
    padding: 5px 110px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1293px){
  #klaviyo-bis-button-container button {
    padding: 5px 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 791px){
  .product_addBtn2 {
    padding: 17px 22px !important;
  }
  .buy-now__button2{
    padding: 17px 22px !important;
  }
  #klaviyo-bis-button-container button {
    padding: 6px 20px !important;
  }
  .product-info__add-button2 {
    gap: 4px;
  }
}

@media (max-width: 383px){
  .product-title-2 {
    font-size: var(--h4-size);
  }
  .product-sku {
    font-size: var(--body3-size);
  }
  .combined-rating-wrapper-2 {
    font-size: var(--body2-size);
  }
  .option-selector .label {
    font-size: var(--h5-size);
  }
  .product_addBtn2 {
    padding: 17px 20px !important;
  }
  .buy-now__button2{
    padding: 17px 20px !important;
  }
  .product-info__add-button2 {
    gap: 5px;
  }
  .qty-input{
    padding: 17px 20px !important;
  }
}

@media (max-width: 320px){
  #klaviyo-bis-button-container button {
    padding: 5px 75px !important;
  }
}

@media (min-width: 321px) and (max-width: 376px){
  #klaviyo-bis-button-container button {
    padding: 6px 105px !important;
  }
}

@media (min-width: 380px) and (max-width: 500px) {
  #klaviyo-bis-button-container button {
    padding: 7px 127px !important;
  }
}

@media (min-width: 1024px) and (max-width:1364px){
  .product-info__add-button2{
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media (max-width: 650px){
  .product-info__add-button2{
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .qty-input{
    padding: 17px 35px !important;
  }
}

/* â‰¤ 1365px: make qty input match add-to-cart width */
@media (min-width: 1024px) and (max-width: 1365px) {

  /* Quantity component wrapper */
  quantity-input {
    display: block;
    width: 100%;
  }

  /* Inner qty container */
  quantity-input .qty-input {
    width: 100%;
  }
}


.buy-now__button2{
  background: #054FB9;
  background-size: 300% 100%;
  color: #F9FAFB;
  border: 1px solid #054FB9 !important;
  font-size: 16px;
  font-weight: Medium;
  padding: 14px 40px;
  width: 157px !important;
  transition: background 0.3s ease;
}

.buy-now__button2:hover {
  background: #043E92; /* slightly lighter hover color */
}

/* Buttons container - always horizontal */
.product-info__add-button2 {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

/* Both buttons share equal width */
.product-info__add-button2 .product_addBtn2,
.product-info__add-button2 .buy-now__button2 {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #000000;
}

.shopify-payment-button__button--hidden {
  display: none;
}

.shopify-payment-button__more-options {
  color: rgb(var(--text-color));
}

.product-policies {
  margin-top: var(--space-unit);
}

.pickup-icon {
  flex-shrink: 0;
  margin-inline-end: calc(2 * var(--space-unit));
}

.product-details .spr-header-title {
  display: none;
}

.product-details__text {
  font-size: calc(var(--body-font-size) * var(--fluid-1-25));
}

.product-inventory__status::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-inline-end: 0.5em;
  border-radius: 9px;
  background-color: currentColor;
}

[data-inventory-level=none] {
  color: rgb(var(--no-stock-text-color));
}

[data-inventory-level=low] {
  color: rgb(var(--low-stock-text-color));
}

[data-inventory-level=very_low] {
  color: rgb(var(--very-low-stock-text-color));
}

[data-inventory-level=normal],
[data-inventory-level=in_stock] {
  color: rgb(var(--in-stock-text-color));
}

[data-inventory-level=backordered] {
  color: rgb(var(--no-stock-backordered-text-color));
}

.product-spec {
  margin: 0;
}

.product-spec__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px dashed rgba(var(--text-color)/0.15);
}

.product-spec__item:last-child {
  border: 0;
}

.product-spec__item:first-child {
  margin-top: 10px;;
}

.product-spec__label {
  flex: 0 0 auto;
  min-width: 120px;
  font-weight: bold;
}

.product-spec__value {
  flex: 1 1 auto;
  text-align: right;
}

.product-spec__value p:last-child {
  margin-bottom: 0;
}

.tab-used .product-info__block .media {
  overflow: visible;
}
.tab-used .product-info__block .media a:focus {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

@media (max-width: 768.98px) {
  .product-info.media-with-text__text {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  :root {
    --product-details-block-margin: calc(3 * var(--space-unit));
    --product-info-block-margin: calc(2 * var(--space-unit));
  }
  .product-details .disclosure > summary {
    padding-top: calc(3 * var(--space-unit));
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-spec__label {
    flex: 0 0 180px;
    margin-bottom: 0;
  }
  .product-spec__label--right {
    flex-basis: 50%;
  }
  .product-spec__value {
    text-align: right;
  }
  .cc-featured-product .media-with-text__text {
    max-width: calc(100% - var(--media-width, 50%));
  }
  .cc-featured-product:has(custom-select.is-open) .container.overflow-hidden {
    overflow: visible;
  }
  .cc-featured-product:has(custom-select.is-open) {
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 1024px) {
  .product-details .disclosure > summary {
    padding-top: calc(3 * var(--space-unit));
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(3 * var(--space-unit));
  }
}

/* Number style */
.custom-rating-number {
  font-weight: bold;
  color: #000;
}

/* Override Judge.me default text + Q&A badge */
.jdgm-prev-badge__text,
.jdgm-qa-badge {
  display: none !important;
}

/* Review count style */
.custom-review-count {
  color: #2563EB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-left: 10px;
  }

.custom-review-count:hover {
  text-decoration: none;
}
/* ---------- Product add-to-cart layout - buttons always in same row ---------- */

/* Base: buttons always in same row on all screens */
.product-info__add-to-cart {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}




@media (min-width: 769px) {
  :root {
    --product-details-block-margin: calc(3 * var(--space-unit));
    --product-info-block-margin: calc(2 * var(--space-unit));
  }
  .product-details .disclosure > summary {
    padding-top: calc(3 * var(--space-unit));
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-spec__label {
    flex: 0 0 200px;
    margin-bottom: 0;
  }
  .product-spec__label--right {
    flex-basis: 50%;
  }
  .product-spec__value {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .product-details .disclosure > summary {
    padding-top: calc(3 * var(--space-unit));
    padding-bottom: calc(3 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(3 * var(--space-unit));
  }
}

.product-info__block + .product-delivery-heading {
  margin-top: 16px;
}


.free-returns:not(:has(+ .product-details__block)) {
  margin-bottom: 1rem; 
  display: block; 
}

@media (min-width: 850px) { 
  .product {
    display: flex;
  }
  .product {
    align-items: flex-start;
  }
  .product-info {
    flex: 1 1 auto;
  }
  .product-media {
    position: sticky;
    top: 76px;
    flex: 0 0 auto;
    margin-top: 0;
    transition: top 0.3s;
  }
}

.product-media,
.product-info {
  flex: 1;
  margin: 0;
  padding: 0 calc(1 * var(--space-unit));
}

/* Hide the extra Seal Subscriptions widget inside the product form */
/* .js-product-form .sealsubs-target-element {
  display: none !important;
} */

/* Remove margin top from tabs block */
.product-details__block {
  margin-top: 0 !important;
}