/** Shopify CDN: Minification failed

Line 2533:37 Unexpected "{"
Line 2533:46 Expected ":"
Line 2533:52 Unexpected ","

**/
/* Center and style marketplace/vendor blocks - Optimized */
.wk_seller_store_logo,
.wk_seller_detail,
.wk_vendor_address,
.wk_seller_info {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
  min-height: 0 !important;
  position: relative !important;
  z-index: auto !important;
}

/* Hide vacation div since it's not commonly used */
#wk_seller_vacation_div {
  display: none !important;
}

/* Product seller info container - appears above price in third column */
.product__seller-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem;
  width: 100% !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  order: -1;
  min-height: 0 !important;
}

/* Ensure seller logo appears on top */
.product__seller-info .wk_seller_store_logo {
  order: 1;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  flex-shrink: 0;
}

/* Ensure "sold and shipped by" detail appears below logo */
.product__seller-info .wk_seller_detail {
  order: 2;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  flex-shrink: 0;
}

/* Seller badges appear last */
.product__seller-info .seller-badges-container {
  order: 3;
  margin: 0 !important;
  padding: 0.75rem !important;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* Adjust seller badges for narrower third column */
.product__seller-info .seller-badges-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.product__seller-info .seller-badges-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.product__seller-info .seller-badges-title::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
}

.product__seller-info .wk_seller_badge_div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem;
  align-items: center;
}

.product__seller-info .wk_seller_badge_div img {
  max-width: 100px !important;
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 0.5rem !important;
}

/* Exclude seller info blocks from being hidden even when empty */
.product__info-container > div:empty:not(.wk_seller_store_logo):not(.wk_seller_detail):not(.product__seller-info),
.product__info-container > [style*="display: none"]:not(.wk_seller_store_logo):not(.wk_seller_detail):not(.product__seller-info) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden !important;
}

/* Hide app blocks and disabled sections that create blank space */
/* IMPORTANT: Exclude seller blocks from being hidden even when empty - they populate via JS */
.shopify-app-block:empty:not([id*="seller_store_logo"]):not([id*="seller_profile_link"]),
[data-shopify-app-block]:empty:not([id*="seller_store_logo"]):not([id*="seller_profile_link"]) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Full-width Thumbnail Banner below two-column layout */
.product-thumbnail-banner {
  width: 100%;
  margin: 3rem 0 2rem;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-thumbnail-banner .thumbnail-slider {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.product-thumbnail-banner .thumbnail-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 1rem !important;
  justify-content: flex-start !important;
  margin: 0 auto !important;
  padding: 0.5rem !important;
  max-width: 100% !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Custom scrollbar for thumbnail list */
.product-thumbnail-banner .thumbnail-list::-webkit-scrollbar {
  height: 8px;
}

.product-thumbnail-banner .thumbnail-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.product-thumbnail-banner .thumbnail-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.product-thumbnail-banner .thumbnail-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Also style the main thumbnail list scrollbar */
.thumbnail-list::-webkit-scrollbar {
  height: 8px;
}

.thumbnail-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.thumbnail-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.thumbnail-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.product-thumbnail-banner .thumbnail-list__item {
  flex: 0 0 120px !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 120px !important;
  aspect-ratio: 1;
}

.product-thumbnail-banner .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-thumbnail-banner .thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-thumbnail-banner .thumbnail[aria-current="true"] {
  border: 2px solid var(--color-foreground);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Slider navigation buttons - positioned to the sides */
.product-thumbnail-banner {
  position: relative;
}

.product-thumbnail-banner slider-component {
  position: relative;
}

.product-thumbnail-banner .slider-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-thumbnail-banner .slider-button--prev {
  left: 0;
}

.product-thumbnail-banner .slider-button--next {
  right: 0;
}

.product-thumbnail-banner .slider-button:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) scale(1.05);
}

/* Ensure thumbnails are clickable */
.product-thumbnail-banner .thumbnail {
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-thumbnail-banner .thumbnail:hover {
  transform: scale(1.05);
  z-index: 5;
}

/* Responsive adjustments */
@media screen and (max-width: 749px) {
  .product-thumbnail-banner {
    padding: 0 1rem;
    margin: 2rem 0 1rem;
  }

  .product-thumbnail-banner .thumbnail-list {
    gap: 0.75rem !important;
  }

  .product-thumbnail-banner .thumbnail-list__item {
    flex: 0 0 100px !important;
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
  }
}

@media screen and (min-width: 750px) {
  .product-thumbnail-banner .thumbnail-list__item {
    flex: 0 0 130px !important;
    width: 130px !important;
    min-width: 130px !important;
    height: 130px !important;
  }
}

@media screen and (min-width: 990px) {
  .product-thumbnail-banner {
    margin: 4rem 0 3rem;
  }

  .product-thumbnail-banner .thumbnail-list {
    gap: 1.5rem !important;
  }

  .product-thumbnail-banner .thumbnail-list__item {
    flex: 0 0 150px !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 150px !important;
  }
}

.product:not(.grid--2-col-tablet) {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Ensure thumbnails display underneath main image in thumbnail layout */
@media screen and (min-width: 750px) {
  .product--thumbnail media-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product--thumbnail .slider-component {
    width: 100%;
  }

  .product--thumbnail .thumbnail-slider {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding: 0 0 0 2rem;
    display: flex;
    justify-content: center;
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 4rem;
    display: flex;
    justify-content: center;
  }

  .product--right .product__info-wrapper {
    padding: 0 2rem 0 0;
    display: flex;
    justify-content: center;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 4rem 0 0;
    display: flex;
    justify-content: center;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
    display: flex;
    justify-content: center;
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
    display: flex;
    justify-content: center;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper {
    display: flex;
    justify-content: center;
  }

  .product--small:not(.product--no-media) .product__info-wrapper {
    display: flex;
    justify-content: center;
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.5rem; /* Match Add to Cart button height */
}

.shopify-payment-button__button [role='button'].focused,
.no-js .shopify-payment-button__button [role='button']:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role='button']:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 0.5rem 0 0.5rem; /* Compact spacing */
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 0.4rem 0; /* Minimal spacing */
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.product-form__input .form__label {
  padding-left: 0;
}


/* Fallback */
.no-js .shopify-payment-button__button [role='button']:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__submit {
  margin-bottom: 0.4rem; /* Minimal spacing between Add to Cart and Buy Now */
  min-height: 4.5rem; /* Ensure consistent height */
}

.no-js .product-form__submit.button--secondary {
  --color-button: inherit;
  --color-button-text: inherit;
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled='true'] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + *:not(.product__seller-info) {
  margin: 0 !important; /* NO spacing between blocks */
  padding: 0 !important; /* NO padding between blocks */
}

/* Seller info now uses margin-bottom for spacing */

/* Center app blocks (seller logo, seller link) using attribute selector */
.product__info-container [data-block-type*="webkul"] {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important; /* NO spacing at all */
  padding: 0 !important; /* Remove padding */
  width: 100%;
  line-height: 1 !important; /* Ultra tight line height */
}

/* Ensure all content within app blocks is centered */
.product__info-container [data-block-type*="webkul"] > * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Center images in app blocks (seller logo) */
.product__info-container [data-block-type*="webkul"] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Center links in app blocks (seller profile link) */
.product__info-container [data-block-type*="webkul"] a {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* Price block centering */
.product__info-container .price {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important; /* NO spacing */
  padding: 0 !important;
  width: 100%;
  line-height: 1 !important; /* Ultra tight line height */
}

.product__info-container .price__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product__info-container .price--large {
  text-align: center;
  justify-content: center;
  width: 100%;
}

/* Ensure quantity selector has consistent 6px bottom spacing */
.product__info-container .product-form__input--quantity,
.price-per-item__container quantity-input,
quantity-input.quantity {
  margin: 0 !important; /* Remove all margin - parent will handle spacing */
  padding: 0 !important;
}

/* Add spacing to the parent container instead */
.price-per-item__container {
  margin: 0 0 0.6rem 0 !important; /* Match flexbox gap of 6px */
  padding: 0 !important;
}

/* Remove margin from empty quantity rules div */
.quantity__rules.no-js-hidden {
  margin: 0 !important;
}

/* Remove margin from wk-margin-left when it's empty/hidden */
.wk-margin-left:empty,
div.wk-margin-left {
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

/* Hide empty blocks that create blank spaces */
.product__info-container > *:empty {
  display: none;
  margin: 0;
}

/* Hide blocks with only whitespace or invisible content */
.protective_imag_text:empty,
.main-tooltip:empty,
.video-popup:empty,
#wk-mvm-shipping-date-order-current:empty,
#wk-mvm-shipping-date-order-Dispatche:empty,
#wk-mvm-shipping-date-order-delivered:empty,
.wk-mvm-shipping-cost:empty,
.wk-mvm-shipping-date-section:empty,
.wk-estimated-arrival:empty {
  display: none;
  margin: 0;
}

/* Hide parent containers when all children are empty */
.wk-mvm-shipping-date-section:has(> :empty:only-child),
#wk-shipping-days-section:empty {
  display: none;
  margin: 0;
}

/* CRITICAL FIX: Hide blocks between images and price that render with minimal/no visible content */
.product__info-container > .shopify-block {
  /* Only show blocks that have meaningful content */
}

/* IMPORTANT: Exclude seller blocks from being hidden even when empty - they populate via JS */
.product__info-container > .shopify-block:empty:not([id*="seller_store_logo"]):not([id*="seller_profile_link"]),
.product__info-container > div:empty:not(.wk_seller_store_logo):not(.wk_seller_detail):not(.product__seller-info),
.product__info-container > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Hide blocks with Shopify attributes that are functionally empty */
[data-shopify-editor-block]:empty {
  display: none !important;
  margin: 0 !important;
}

/* Additional specific fixes for marketplace/vendor blocks */
.protective_imag_text,
.main-tooltip,
.video-popup {
  min-height: 0;
}

/* If these elements exist but have no visible text content, collapse them */
.protective_imag_text:not(:has(img)):not(:has(a[href])),
.main-tooltip:not(:has(.tooltiptext)),
.video-popup:not(:has(video)):not(:has(iframe)) {
  display: none;
  margin: 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form {
  margin: 1.8rem 0 1rem 0 !important; /* Increased top margin for better spacing between quantity and buttons */
}

.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 1rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.2rem !important; /* Space below title+underline to next element */
  padding-bottom: 0.8rem !important; /* Space between text and underline */
  margin-top: 1.5rem !important; /* Space from image above */
  position: relative;
}

.product__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, rgba(var(--color-foreground), 0.15) 0%, rgba(var(--color-foreground), 0.5) 50%, rgba(var(--color-foreground), 0.15) 100%);
  border-radius: 2px;
  opacity: 1; /* Ensure visibility */
}

.product__title > * {
  margin: 0;
}

.product__title h1 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {
  margin-bottom: 0.5rem;
}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 60rem;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.product-form__buttons button,
.product-form__buttons .button,
.product-form__buttons .shopify-payment-button__button {
  min-height: 4.5rem !important;
  max-height: 4.5rem !important;
  height: 4.5rem !important;
  margin: 0 !important;
}

.product-form__buttons button,
.product-form__buttons .button,
.product-form__buttons .shopify-payment-button__button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-form__buttons .wk_like_btn,
.product-form__buttons .custom-share-button,
.product-form__buttons #wk-askme:not(:empty) {
  min-height: 4.5rem !important;
  max-height: 4.5rem !important;
  height: 4.5rem !important;
  margin: 0 !important;
}

.product-form__buttons .custom_dynamic_btns {
  min-height: 4.5rem !important;
  max-height: 4.5rem !important;
  height: 4.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.product-form__buttons .shopify-payment-button {
  margin: 0 !important;
  height: 4.5rem !important;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  /* One column layout: title, then images, then product info */
  .page-width {
    padding: 0;
  }

  .product__title {
    order: -1;
    padding: 1rem;
    margin-bottom: 0;
  }

  .product.grid {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .product__media-wrapper {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
  }

  /* Ensure grading badge appears ABOVE images on mobile */
  .product__media-wrapper .grading-verification-badge {
    order: -1 !important;
  }

  /* Product media gallery (media-gallery element) appears after badge */
  .product__media-wrapper media-gallery {
    order: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .product__media-wrapper slider-component {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
  }

  .product__info-wrapper {
    width: 100%;
    order: 2;
    padding: 1rem;
  }

  .product__middle-column {
    width: 100%;
    order: 3;
  }

  /* FORCE: Stack ALL images vertically - completely disable slider/carousel */
  .slider.slider--mobile,
  .product__media-list.slider {
    display: block !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    transform: none !important;
    transition: none !important;
  }

  .product__media-item,
  .slider__slide,
  .grid__item.slider__slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex: none !important;
  }

  /* Disable slider component behaviors */
  .slider-component .product__media-list {
    display: block !important;
  }

  slider-component.main_slider_image {
    display: block !important;
  }

  /* Hide slider controls on mobile (but keep slider-counter-below visible) */
  .slider-buttons,
  .slider-counter:not(.slider-counter-below) {
    display: none !important;
  }

  /* Enable modal-opener functionality on mobile - allow tapping to view full size */
  .product__modal-opener {
    pointer-events: auto;
    cursor: pointer;
  }

  /* Hide zoom button - entire image area is clickable instead */
  .product__modal-opener button {
    display: none !important;
  }

  /* Hide icon */
  .product__media-icon {
    display: none !important;
  }

  /* FORCE: Make images display at full width and full size */
  .product__media {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
    height: auto !important;
    position: relative !important;
  }

  .product__media img,
  .product__media-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  /* Ensure media container shows full image */
  .product-media-container,
  .product__media-item > div,
  .slider__slide > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    display: block !important;
  }

  /* Remove any constraints on modal opener */
  .product__modal-opener,
  .product__modal-opener .product__media {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin: 0;
  }

  .product--mobile-columns .product__media-item {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  /* Ensure active image is visible and properly sized */
  .product--thumbnail .product__media-item.is-active,
  .product--thumbnail_slider .product__media-item.is-active {
    display: block !important;
    width: 100%;
  }

  .product--thumbnail .product__media-item.is-active img,
  .product--thumbnail_slider .product__media-item.is-active img,
  .product--thumbnail .product__media-item.is-active .media,
  .product--thumbnail_slider .product__media-item.is-active .media {
    width: 100%;
    height: auto;
    object-fit: contain;
    min-height: 500px;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

.product__media-item.product__media-item--variant {
  display: none;
}

.product__media-item--variant:first-child {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

/* Ensure product images are clickable on desktop */
.product__modal-opener {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.product__modal-opener .product__media-toggle {
  cursor: zoom-in;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Show zoom icon on hover for desktop */
@media screen and (min-width: 750px) {
  .product__modal-opener--image:hover .product__media-icon {
    opacity: 1;
  }
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

/* Ensure product media items display consistently across all devices */
.product__media-item {
  position: relative;
  width: 100%;
}

.product__media-item .product-media-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__media-item .product__media,
.product__media-item .media {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Ensure images are properly sized and clickable on desktop */
@media screen and (min-width: 750px) {
  .product__media-item .product__media img,
  .product__media-item .media img {
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: 700px;
    object-fit: contain;
  }

  .product--large .product__media-item .product__media img,
  .product--large .product__media-item .media img {
    min-height: 550px;
    max-height: 800px;
  }

  /* Ensure modal opener is clickable */
  .product__modal-opener {
    display: block;
    position: relative;
  }

  .product__modal-opener .product__media-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  /* Center the thumbnail slider container */
  .thumbnail-slider {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
  }

  .thumbnail-list,
  .thumbnail-slider .thumbnail-list,
  .thumbnail-slider .thumbnail-list.slider,
  .thumbnail-slider .thumbnail-list.slider.slider--mobile {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-height: none !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0.5rem !important;
  }

  .thumbnail-list__item.slider__slide {
    flex: 0 0 140px !important;
    width: 140px !important;
    min-width: 140px !important;
    height: 140px !important;
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  /* Center the thumbnail slider container */
  .thumbnail-slider {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
  }

  .thumbnail-list,
  .thumbnail-slider .thumbnail-list,
  .thumbnail-slider .thumbnail-list.slider,
  .thumbnail-slider .thumbnail-list.slider.slider--mobile {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-height: none !important;
    gap: 15px !important;
    justify-content: flex-start !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0.5rem !important;
  }

  .thumbnail-list__item.slider__slide {
    flex: 0 0 160px !important;
    width: 160px !important;
    min-width: 160px !important;
    height: 160px !important;
  }

  .product--medium .thumbnail-list,
  .product--medium .thumbnail-slider .thumbnail-list,
  .product--medium .thumbnail-slider .thumbnail-list.slider {
    gap: 15px !important;
  }

  .product--medium .thumbnail-list__item.slider__slide {
    flex: 0 0 160px !important;
    width: 160px !important;
    min-width: 160px !important;
    height: 160px !important;
  }

  .product--large .thumbnail-list,
  .product--large .thumbnail-slider .thumbnail-list,
  .product--large .thumbnail-slider .thumbnail-list.slider {
    gap: 18px !important;
  }

  /* Ensure thumbnails are clickable and show active state */
  .thumbnail-list__item button {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
  }

  .thumbnail-list__item button:hover {
    border-color: rgba(var(--color-foreground), 0.3);
    opacity: 0.8;
  }

  .thumbnail-list__item button[aria-current="true"] {
    border-color: rgb(var(--color-foreground));
    opacity: 1;
  }

  .thumbnail-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product--large .thumbnail-list__item.slider__slide {
    flex: 0 0 180px !important;
    width: 180px !important;
    min-width: 180px !important;
    height: 180px !important;
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  /* Ensure thumbnail slider is visible on mobile */
  .thumbnail-slider {
    display: flex !important;
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex !important;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 0.75rem;
  }

  .thumbnail-list__item.slider__slide {
    width: 90px !important;
    min-width: 90px !important;
    flex: 0 0 90px !important;
    height: 90px !important;
  }

  /* Make thumbnails clickable and visible */
  .thumbnail-list__item button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
  }

  .thumbnail-list__item button[aria-current="true"] {
    border-color: rgb(var(--color-foreground));
  }

  .thumbnail-list__item button:hover {
    border-color: rgba(var(--color-foreground), 0.5);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product--no-media .product__inventory {
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: '#';
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }

  /* Remove aspect-ratio padding constraint on mobile to show full images */
  .product-media-container,
  .product-media-container.constrain-height {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .product-media-container .media,
  .product-media-container.constrain-height .media {
    padding-top: 0 !important;
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  /* Ensure images display at natural height on mobile */
  .product-media-container .media img,
  .product-media-container img,
  .product__media img,
  .product__media-item img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    object-fit: contain !important;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.no-js .recipient-checkbox {
  display: none;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required,
.no-js .recipient-email-label.optional {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}
.list-payment__item{
  display: inline-block!important;
  /* margin:5px; */
}

.footer__payment .list-payment{
  padding-left: 0px;
}

/* Price and Quantity on same line - CENTERED LAYOUT */
.main-price-quantity {
  display: flex;
  flex-direction: column; /* Stack vertically: price on top, quantity below */
  align-items: center; /* Center both horizontally */
  gap: 0.4rem; /* Spacing between price and quantity */
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0.4rem; /* Margin below for buttons */
}

.main-price-quantity .cus_price_block {
  flex: 0 0 auto;
  /* Price will be centered and can grow/shrink as needed */
  display: flex;
  justify-content: center;
}

.main-price-quantity #Quantity-Form-{{ section.id }},
.main-price-quantity .product-form__input.product-form__quantity {
  flex: 0 0 auto;
  margin: 0 0 0.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center everything horizontally */
}

.main-price-quantity .volume-pricing-note {
  flex: 1 1 100%;
  margin-top: -0.5rem;
  text-align: center;
}

/* Center the quantity label over the selector */
.main-price-quantity .quantity__label {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 0.4rem; /* Spacing below quantity label */
}

/* Center the price-per-item container which holds the quantity-input */
.main-price-quantity .price-per-item__container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Ensure quantity input is centered */
.main-price-quantity quantity-input {
  display: flex; /* Keep as flex for the button layout */
}

/* Ensure price stays centered even with sale text and badges */
.main-price-quantity .price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main-price-quantity {
    gap: 0.4rem;
  }

  .main-price-quantity .cus_price_block,
  .main-price-quantity .product-form__input.product-form__quantity {
    width: 100%;
  }

  /* ========================================
     MOBILE: ONE COLUMN LAYOUT
     Title → All Images Stacked → Price/Buttons/Description
     ======================================== */

  /* Force single-column layout on mobile */
  .product.grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* Product info wrapper - full width, comes FIRST (title) and LAST (details) */
  .product__info-wrapper {
    grid-column: auto !important;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    order: 1; /* Title first */
  }

  /* Media wrapper - full width, comes SECOND (all images stacked) */
  .product__media-wrapper {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    order: 2; /* Images second, after title */
  }

  /* Show ALL images stacked vertically - NO CAROUSEL */
  slider-component .product__media-list,
  .product__media-list.slider,
  .product__media-list.slider--mobile {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Display ALL images (remove visibility restrictions) */
  .product__media-list .product__media-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Full-width images */
  .product__media-list .product__media-item,
  .product__media-list .product__media-item > *,
  .product__media-list .product__media-item .product-media-container,
  .product__media-list .product__media-item .product__modal-opener {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  .product__media-list .product__media-item img,
  .product__media-list .product__media-item .media,
  .product__media-list .product__media-item .media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* Hide slider controls */
  .product__media-wrapper .slider-buttons,
  .product__media-wrapper .slider-counter {
    display: none !important;
  }

  /* Hide thumbnails - all images are already visible */
  .thumbnail-list,
  .product-thumbnail-banner,
  .thumbnail-slider {
    display: none !important;
  }

  /* Move product details (price, buttons, description) BELOW images */
  .product__info-container {
    order: 3; /* Details last, after images */
    width: 100% !important;
    padding: 1rem 1.5rem !important;
  }
}

/* ========================================
   SELLER/MARKETPLACE APP BLOCKS
   Center seller logo and profile link above price
   ======================================== */

/* Target Webkul Multivendor Marketplace app blocks */
.shopify-app-block[id*="webkul_multivendor_marketplace"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0.75rem 0 !important;
}

/* Ensure seller logo and profile link are centered */
.shopify-app-block seller-info {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
}

/* Center seller logo images - MUCH BIGGER */
.wk_seller_store_logo img,
.wk_seller_detail img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 280px !important; /* MUCH bigger - increased from 200px */
  height: auto !important;
}

/* Center seller profile link text - MUCH BIGGER */
.wk_seller_detail a {
  display: inline-block !important;
  text-align: center !important;
  font-size: 2rem !important; /* MUCH bigger - increased from 1.4rem to match product description */
  text-decoration: none !important;
  color: #333 !important;
  font-weight: 600 !important; /* Make it bolder */
}

.wk_seller_detail a:hover {
  text-decoration: underline !important;
}

/* Ensure consistent spacing between seller blocks and price */
.product__info-container > .shopify-app-block[id*="webkul_multivendor_marketplace"]:not(:last-child) {
  margin-bottom: 0.4rem !important; /* Minimal spacing between seller blocks */
}

/* Ensure price block has margin from seller blocks above */
.product__info-container > .main-price-quantity {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Seller blocks inside main-price-quantity with minimal spacing */
.main-price-quantity .wk_seller_store_logo {
  padding: 0 !important;
  margin: 0 0 0.4rem 0 !important; /* Minimal spacing below logo */
}

.main-price-quantity .wk_seller_detail {
  padding: 0 !important;
  margin: 0 0 0.4rem 0 !important; /* Minimal spacing below seller link text before price */
}

/* Make seller link text MUCH BIGGER to match description text */
.main-price-quantity .wk_seller_detail a,
.main-price-quantity .wk_seller_detail span,
.main-price-quantity .wk_seller_detail {
  font-size: 2rem !important; /* MUCH bigger - matches product description */
  line-height: 1.6 !important; /* Better line height for readability */
  font-weight: 600 !important; /* Make it bolder */
  display: inline !important; /* Ensure inline display */
}

/* Add PROPER space between label text and seller link - like a sentence */
.main-price-quantity .wk_seller_detail span {
  margin-right: 0.35rem !important; /* Normal word spacing after span text */
}

.main-price-quantity .wk_seller_detail a {
  margin-left: 0 !important; /* No extra space before link - flows naturally */
}

/* App Block Skeleton Loading Styles */
