/** Shopify CDN: Minification failed

Line 778:9 Unexpected "/"

**/
/* Clean Product Page UI/UX */

/* Mobile-first responsive design */
product-info {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Completely remove spacing between header and product component */
product-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

product-info .section-padding {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Override any header spacing */
.section-header+product-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure no spacing from header group */
.shopify-section-group-header-group+product-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media screen and (min-width: 750px) {
  product-info .section-padding {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* Additional overrides for header spacing */
.header-wrapper {
  margin-bottom: 0 !important;
}

.section-header {
  margin-bottom: 0 !important;
}

/* Ensure main content starts immediately after header */
#MainContent {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Override any section spacing */
.section+.section {
  margin-top: 0 !important;
}

.product.grid {
  max-width: 100%;
  width: 100%;
  gap: 0;
  margin: 0;
  padding: 0;
}

.page-width {
  max-width: 100%;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0;
}

/* Mobile container */
.product-page-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media screen and (min-width: 750px) {

  /* Hide mobile breadcrumb on desktop */
  .mobile-breadcrumb {
    display: none !important;
  }

  /* DESKTOP 3-COLUMN LAYOUT - PIXEL PERFECT */
  product-info {
    max-width: 100vw;
    width: 100vw;
    background: #f8f9fa;
    min-height: 100vh;
  }

  .product.grid {
    max-width: 100vw;
    width: 100vw;
    display: grid !important;
    grid-template-columns: 1fr 1.5fr 1fr !important;
    min-height: 100vh;
    position: relative;
  }

  .product__description-sidebar {
    order: 1 !important;
    grid-column: 1 !important;
    position: sticky !important;
    bottom: 0 !important;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 2rem 2rem 2rem 4rem !important;
    margin-left: 4rem !important;
    background: #f8f9fa !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  /* IMPROVED BREADCRUMB UI */
  .breadcrumb {
    margin-bottom: 2rem !important;
    padding: 0 !important;
  }

  .breadcrumb__link {
    color: #666 !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: color 0.2s ease !important;
  }

  .breadcrumb__link:hover {
    color: #000 !important;
  }

  .breadcrumb__separator {
    color: #999 !important;
    margin: 0 0.5rem !important;
    font-size: 1rem !important;
  }

  .breadcrumb__current {
    color: #000 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  /* IMPROVED SECTION TITLES */
  .section__title {
    font-family: var(--font-heading-family) !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important;
    color: #000 !important;
    letter-spacing: 1px !important;
    position: relative !important;
  }

  .section__title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 0 !important;
    width: 2rem !important;
    height: 2px !important;
    background: #000 !important;
  }

  /* IMPROVED DESCRIPTION TEXT */
  .product__description-text {
    font-family: var(--font-body-family) !important;
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    color: #333 !important;
    margin-bottom: 2rem !important;
    text-align: left !important;
  }

  /* IMPROVED DETAILS LIST */
  .product__details-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__details-list li {
    font-family: var(--font-body-family) !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 0.8rem !important;
    padding-left: 15px !important;
    position: relative !important;
  }

  .product__details-list li::before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    color: #000 !important;
    font-weight: bold !important;
  }

  .product__description-content {
    width: 100%;
    padding-left: 10px !important;
  }



  .product__description-section,
  .product__details-section {
    margin-bottom: 2rem !important;
  }

  .product__description-section h3,
  .product__details-section h3 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    color: #000 !important;
  }

  .product__description-text {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 1rem !important;
  }

  /* Hide any images in description */
  .product__description-text img,
  .product__description-text picture,
  .product__description-text video {
    display: none !important;
  }

  .product__details-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__details-list li {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 0.5rem !important;
  }

  .page-width {
    max-width: 100vw;
    width: 100vw;
    padding: 0;
  }

  .product-page-container {
    width: 100vw;
    max-width: 100vw;
  }

  /* CENTER - SCROLLABLE IMAGES */
  .product__media-wrapper {
    order: 2 !important;
    grid-column: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-y: auto !important;
    height: 100vh !important;
  }

  .product__media-wrapper .slider-mobile-gutter {
    display: block !important;
    height: 100% !important;
  }

  .product__media-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .product__media-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .product__media-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* RIGHT SIDEBAR - STICKY PURCHASE OPTIONS */
  .product__info-wrapper {
    order: 3 !important;
    grid-column: 3 !important;
    position: sticky !important;
    bottom: 0 !important;
    min-height: 100vh !important;
    height: auto !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    padding: 2rem 0 0 3rem !important;
    background: #f8f9fa !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Right sidebar content container - remove card styling */
  .product__info-container {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 0 0 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }


  /* Desktop product title styling */
  .product__title h1 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.3 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    order: 2 !important;
  }

  /* Desktop price styling */
  .product .price {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin: 1.5rem 0 !important;
    color: #000 !important;
    order: 3 !important;
  }

  .product .price .price__regular {
    color: #000 !important;
  }

  .product .price .price__sale {
    color: #e74c3c !important;
  }

  /* Desktop size chart button */
  .product__info-container .button--secondary {
    padding: 0.6rem 1.2rem !important;
    font-size: 0.66vw !important;
    color: black !important;
    background: transparent !important;
    border: 0.5px solid black !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
  }

  .product__info-container .button--secondary:hover {
    background: transparent !important;
    color: black !important;
  }

  /* Desktop size grid - wrap into rows automatically */
  .product-form__input--pill fieldset {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-auto-rows: min-content !important;
    gap: 0.8rem !important;
    margin-top: 1rem !important;
    border: none !important;
    padding: 0 !important;
    order: 4 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .product-form__input--pill fieldset legend {
    grid-column: 1 / -1 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
  }

  .product-form__input--pill fieldset label {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    min-width: 0 !important;
  }

  .product-form__input--pill fieldset label:hover {
    border-color: #000 !important;
    background: #f8f9fa !important;
  }

  .product-form__input--pill fieldset input[type="radio"]:checked+label {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
    transform: none !important;
  }

  /* Desktop buttons - moved to top */
  .product-form__buttons {
    margin: 0 0 2rem 0 !important;
    display: flex !important;
    flex-direction: row !important;
    order: 2 !important;
  }

  /* Show Add to Cart Button */
  .product-form__submit {
    display: block !important;
  }

  /* Buy Now / Checkout Button - normal button styling */
  .product-form__buttons .shopify-payment-button__button {
    width: 100% !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    margin-bottom: 0 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
    min-height: 43px !important;
    height: auto !important;
  }

  .product-form__buttons .shopify-payment-button__button:hover {
    background: #000 !important;
    border-color: #000 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .product-form__buttons .shopify-payment-button__button:active {
    background: #000 !important;
    border-color: #000 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  /* Remove any default Shopify payment button styling */
  .shopify-payment-button {
    width: 100% !important;
    height: 0px !important;
  }

  .shopify-payment-button__button--unbranded {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }
}

/* FULL WIDTH GRID - COVERS ENTIRE PAGE */
.product.grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  min-height: 100vh;
  width: 100vw !important;
  max-width: 100vw !important;
}

@media screen and (min-width: 750px) {
  .product.grid {
    grid-template-columns: 60% 40%;
    gap: 0 !important;
    min-height: 100vh;
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

/* LEFT SIDE - MEDIA GALLERY - MOBILE FIRST */
.product__media-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  margin: 0;
}

@media screen and (min-width: 750px) {
  .product__media-wrapper {
    padding: 3rem;
    width: 100%;
    max-width: 100%;
  }
}

/* RIGHT SIDE - PRODUCT INFO - MOBILE FIRST */
.product__info-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 0 0 1.5rem;
  margin: 0;
}

@media screen and (min-width: 750px) {
  .product__info-wrapper {
    padding: 2rem 0 0 3rem;
    width: 100%;
    max-width: 100%;
  }
}

/* GRID ITEMS - FULL WIDTH */
.grid__item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Clean Typography - Mobile First */
.product__title h1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .product__title h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

/* Clean Price Display - Mobile First */
.product .price {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .product .price {
    font-size: 2rem;
    margin: 1.5rem 0;
  }
}

/* Clean Buttons - Mobile First */
.product-form__submit {
  border-radius: 6px !important;
  padding: 1.1rem 2rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  transition: background-color 0.2s ease !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-bottom: 0.8rem !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  min-height: 43px !important;
  height: auto !important;
}

.product-form__submit::after {
  display: none !important;
  content: none !important;
}

@media screen and (min-width: 750px) {
  .product-form__submit {
    border-radius: 6px !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 1rem !important;
    min-height: 43px !important;
    height: auto !important;
  }
}

.product-form__submit:hover {
  background: #333 !important;
  border: 1px solid #000 !important;
  transform: none !important;
  box-shadow: none !important;
}

.product-form__submit:hover::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

.product-form__submit:active {
  background: #555 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Buy it now button - Mobile First */
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  border-radius: 6px !important;
  padding: 1.1rem 2rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-bottom: 0.8rem !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  min-height: 43px !important;
  height: auto !important;
}

/* Override min-height from section-main-product.css */
.product-form__buttons .shopify-payment-button__button,
.product-form__buttons .shopify-payment-button__button--unbranded {
  min-height: 43px !important;
  height: auto !important;
}

@media screen and (min-width: 750px) {

  .shopify-payment-button__button,
  .shopify-payment-button__button--unbranded {
    border-radius: 6px !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 1rem !important;
    min-height: 43px !important;
    height: auto !important;
  }
}

.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover {
  background: #000 !important;
  border-color: #000 !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.shopify-payment-button__button:active,
.shopify-payment-button__button--unbranded:active {
  background: #000 !important;
  border-color: #000 !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.shopify-payment-button__button:focus,
.shopify-payment-button__button--unbranded:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

/* Alternative buy button selectors - Normal button styling */
button[data-testid="buy-it-now-button"],
.product-form__buttons button:last-child,
.product-form__buttons .shopify-payment-button,
.product-form__buttons .shopify-payment-button__button {
  border-radius: 6px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  width: 100% !important;
  background: #000 !important;
  color: #fff !important;
}

button[data-testid="buy-it-now-button"]:hover,
.product-form__buttons button:last-child:hover,
.product-form__buttons .shopify-payment-button:hover,
.product-form__buttons .shopify-payment-button__button:hover {
  background: #000 !important;
  border-color: #000 !important;
  transform: none !important;
  opacity: 1 !important;
}

button[data-testid="buy-it-now-button"]:active,
.product-form__buttons button:last-child:active,
.product-form__buttons .shopify-payment-button:active,
.product-form__buttons .shopify-payment-button__button:active {
  background: #000 !important;
  border-color: #000 !important;
  opacity: 1 !important;
}

button[data-testid="buy-it-now-button"]:focus,
.product-form__buttons button:last-child:focus,
.product-form__buttons .shopify-payment-button:focus,
.product-form__buttons .shopify-payment-button__button:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

/* Mobile-specific improvements */
@media screen and (max-width: 749px) {
  acing */ .product__info-container {
    padding: 0 0.5rem;
  }

  /* Mobile form elements */
  .product-form__input {
    margin-bottom: 1rem;
  }

  /* Mobile variant picker */
  .product-form__buttons {
    gap: 0.8rem;
  }

  /* Mobile accordion */
  .product__accordion {
    margin: 1rem 0;
  }

  /* Mobile description */
  .product__description {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* CUSTOM MOBILE CAROUSEL - Show preview of next image */
  .product__media-list.slider--mobile {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    display: flex !important;
    gap: 0 !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__media-list.slider--mobile .product__media-item {
    width: 85% !important;
    flex-shrink: 0 !important;
    margin-right: 0 !important;
    scroll-snap-align: start !important;
    position: relative !important;
  }

  .product__media-list.slider--mobile .product__media-item:not(:last-child) {
    margin-right: -15% !important;
  }

  /* Add padding at the end for last image */
  .product__media-list.slider--mobile::after {
    content: '' !important;
    width: 15% !important;
    flex-shrink: 0 !important;
  }

  /* Hide pagination dots and buttons on mobile */
  .slider-buttons {
    display: none !important;
  }

  .slider-counter {
    display: none !important;
  }

  /* Hide zoom icon on mobile */
  .product__media-icon,
  .product__media-icon svg,
  .product__media-icon .svg-wrapper,
  .product__media-item .product__media-icon,
  .product__media-item .media-icon,
  .product__media-item .media-icon svg {
    display: none !important;
  }

  /* Hide any zoom buttons or icons */
  .product__media-item button[aria-label*="zoom"],
  .product__media-item button[aria-label*="Zoom"],
  .product__media-item .zoom-icon,
  .product__media-item .media-zoom,
  .product__media-item .zoom,
  .product__media-item [data-zoom],
  .product__media-item .magnify,
  .product__media-item .enlarge {
    display: none !important;
  }

  /* Hide any overlay zoom elements */
  .product__media-item::before,
  .product__media-item::after {
    display: none !important;
  }

  /* Mobile media wrapper - full width with proper spacing */
  .product__media-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }

  /* Mobile media container */
  .slider-mobile-gutter {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

  /* Mobile product info - match attached image layout */
  .product__info-wrapper {
    padding: 1.5rem 0 0 2rem !important;
    background: #f8f9fa;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  /* Mobile product title - show like attached image */
  .product__title {
    display: block !important;
    order: 1 !important;
    margin-bottom: 0.5rem !important;
  }

  .product__title h1 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .product__title a {
    text-decoration: none !important;
    border-bottom: none !important;
  }

  /* Mobile price - match attached image */
  .product .price {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0.5rem 0 1.5rem 0 !important;
    order: 2 !important;
    color: #666 !important;
  }

  /* Mobile price container */
  .product__info-container>div:has(.price) {
    order: 2 !important;
  }

  /* Mobile size chart button - next to title */
  .product__info-container .button--secondary {
    top: 1.5rem !important;
    padding: 0.4rem 0.8rem !important;
    font-size: 0.75rem !important;
    background: white !important;
    color: black !important;
    border: none !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
  }

  /* Hide quantity selector on mobile */
  .product-form__input.product-form__quantity {
    display: none !important;
  }

  /* Mobile buttons - at bottom like attached image */
  .product-form__buttons {
    order: 5 !important;
    margin: 2rem 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
    align-items: stretch !important;
  }

  /* Style Add to Cart button - remove black background */
  .product-form__buttons .product-form__submit {
    order: 1 !important;
    width: 100% !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    border-radius: 6px !important;
    margin: 0 !important;
    display: block !important;
    transition: background-color 0.2s ease !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
    min-height: 43px !important;
    height: auto !important;
  }

  .product-form__buttons .product-form__submit:hover {
    border: 1px solid #000 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .product-form__buttons .product-form__submit:hover::after {
    display: none !important;
    content: none !important;
    box-shadow: none !important;
  }

  .product-form__buttons .product-form__submit:active {
    transform: none !important;
    box-shadow: none !important;
  }

  /* Style payment button consistently */
  .product-form__buttons .shopify-payment-button__button {
    width: 100% !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    margin: 0 !important;
    display: block !important;
    transition: background-color 0.2s ease !important;
    box-shadow: none !important;
    background-color: #000000 !important;
    border: none !important;
    min-height: 43px !important;
    height: auto !important;
  }

  .product-form__buttons .shopify-payment-button__button:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .product-form__buttons .shopify-payment-button__button:active {
    background: #000000 !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
  }


  /* Mobile variant picker - size buttons */
  .product-form__input--pill {
    order: 3 !important;
    margin-bottom: 1.5rem !important;
  }

  .product-form__input--pill fieldset {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 0.8rem !important;
    margin-top: 1rem !important;
    border: none !important;
    padding: 0 !important;
  }

  /* First row: XXXS, XXS, XS, S, M */
  .product-form__input--pill fieldset label:nth-child(2),
  .product-form__input--pill fieldset label:nth-child(3),
  .product-form__input--pill fieldset label:nth-child(4),
  .product-form__input--pill fieldset label:nth-child(5),
  .product-form__input--pill fieldset label:nth-child(6) {
    grid-row: 1 !important;
  }

  /* Second row: L, XL, XXL, XXXL (spanning 4 columns) */
  .product-form__input--pill fieldset label:nth-child(7),
  .product-form__input--pill fieldset label:nth-child(8),
  .product-form__input--pill fieldset label:nth-child(9),
  .product-form__input--pill fieldset label:nth-child(10) {
    grid-row: 2 !important;
  }

  .product-form__input--pill fieldset legend {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
  }

  /* Adjust label positioning after legend */
  .product-form__input--pill fieldset label:nth-child(2),
  .product-form__input--pill fieldset label:nth-child(3),
  .product-form__input--pill fieldset label:nth-child(4),
  .product-form__input--pill fieldset label:nth-child(5),
  .product-form__input--pill fieldset label:nth-child(6) {
    grid-row: 2 !important;
  }

  .product-form__input--pill fieldset label:nth-child(7),
  .product-form__input--pill fieldset label:nth-child(8),
  .product-form__input--pill fieldset label:nth-child(9),
  .product-form__input--pill fieldset label:nth-child(10) {
    grid-row: 3 !important;
  }

  .product-form__input--pill fieldset label {
    padding: 0.4rem 1.2rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #000 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 50px !important;
    flex: 0 0 auto !important;
  }

  .product-form__input--pill fieldset input[type="radio"] {
    display: none !important;
  }

  .product-form__input--pill fieldset input[type="radio"]:checked+label {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
  }

  .product-form__input--pill fieldset label:hover {
    border-color: #000 !important;
    background: #f0f0f0 !important;
    color: #000 !important;
  }

  /* Mobile gift card checkbox */
  .product-form__input[data-gift-card] {
    order: 4 !important;
    margin-bottom: 1.5rem !important;
  }

  .product-form__input[data-gift-card] .checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
    font-size: 0.9rem !important;
  }

  /* Mobile BUY IT NOW button - second button (below Add to Cart) */
  .product-form__buttons .shopify-payment-button {
    order: 2 !important;
  }

  .product-form__buttons .shopify-payment-button__button {
    width: 100% !important;
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    margin: 0 auto 0 auto !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    display: block !important;
    min-height: 43px !important;
    height: auto !important;
  }

  .product-form__buttons .shopify-payment-button__button:hover {
    background: #000 !important;
    border-color: #000 !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  .product-form__buttons .shopify-payment-button__button:active {
    background: #000 !important;
    border-color: #000 !important;
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  /* Mobile breadcrumb and description styles */
  .breadcrumb {
    margin-bottom: 1.5rem !important;
    padding: 0 1rem !important;
  }

  .breadcrumb__link {
    font-size: 1rem !important;
  }

  .breadcrumb__current {
    font-size: 1rem !important;
  }

  .section__title {
    font-size: 1.15rem !important;
    margin-bottom: 1rem !important;
  }

  .product__description-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
  }

  .product__details-list li {
    font-size: 1rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* Hide left sidebar on mobile */
  .product__description-sidebar {
    display: none !important;
  }

  /* Mobile breadcrumb styling */
  .mobile-breadcrumb {
    display: block !important;
    padding: 1rem 1.5rem 0.5rem 1.5rem !important;
    background: #f8f9fa !important;
  }

  .mobile-breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .mobile-breadcrumb .breadcrumb__link {
    color: #666 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: color 0.2s ease !important;
  }

  .mobile-breadcrumb .breadcrumb__link:hover {
    color: #000 !important;
  }

  .mobile-breadcrumb .breadcrumb__separator {
    color: #999 !important;
    margin: 0 0.5rem !important;
    font-size: 0.95rem !important;
  }

  .mobile-breadcrumb .breadcrumb__current {
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  /* Mobile description sections */
  .product__description,
  .product__accordion {
    margin-top: 2rem !important;
    padding: 1.5rem !important;
    background: #fff !important;
    border-radius: 8px !important;
  }

  .product__description h3,
  .product__accordion h3,
  .product__accordion .accordion__title {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    color: #000 !important;
  }

  .product__description p,
  .product__accordion .accordion__content {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin-bottom: 0.5rem !important;
  }

  /* Mobile Product Info Sections - Description, Details, Shipping */
  .mobile-product-info-sections {
    display: block !important;
    margin-top: 2rem !important;
    order: 6 !important;
    padding: 1.5rem !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
  }

  .mobile-product-section {
    margin-bottom: 2rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  .mobile-product-section:last-child {
    margin-bottom: 0 !important;
  }

  .mobile-section-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    flex-shrink: 0 !important;
    min-width: 80px !important;
  }

  .mobile-section-content {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    text-align: left !important;
    flex: 1 !important;
  }

  .mobile-section-content p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-details-list,
  .mobile-shipping-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-details-list li,
  .mobile-shipping-list li {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
  }

  .mobile-details-list li:last-child,
  .mobile-shipping-list li:last-child {
    margin-bottom: 0 !important;
  }
}

/* Hide mobile sections on desktop */
@media screen and (min-width: 750px) {
  .mobile-product-info-sections {
    display: none !important;
  }
}

/* Hide shipping calculated at checkout text */
.product__tax {
  display: none !important;
}

/* Clean Quantity Selector - Mobile First */
.quantity {
  display: flex !important;
  align-items: center !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  max-width: 140px !important;
  box-shadow: none !important;
}

.quantity__button {
  padding: 0.8rem 1rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.quantity__button:hover {
  background: rgba(var(--color-foreground), 0.05);
  box-shadow: none !important;
}

.quantity__input {
  border: none !important;
  text-align: center !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 0.8rem !important;
  min-width: 50px !important;
  flex: 1 !important;
  box-shadow: none !important;
}

/* Clean Variant Picker */
.product-form__input {
  background: transparent;
  border: none;
  padding: 0;
  margin: 2rem 0;
}

/* Clean Form Labels */
.form__label {
  font-weight: 600;
  color: rgb(var(--color-foreground));
  margin-bottom: 0.8rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Clean Field Inputs */
.field__input {
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 6px;
  padding: 0.8rem 1rem;
  transition: all 0.2s ease;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1rem;
}

.field__input:focus {
  border-color: rgb(var(--color-button));
  box-shadow: 0 0 0 3px rgba(var(--color-button), 0.1);
  outline: none;
}

/* Clean Thumbnails */
.thumbnail {
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.thumbnail:hover {
  border-color: rgb(var(--color-button));
}

.thumbnail[aria-current] {
  border-color: rgb(var(--color-button));
}

/* Clean Slider Buttons - Default theme colors */
.slider-button {
  border: none !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  box-shadow: none !important;
}

.slider-button:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Clean Share Button - Default theme colors */
.share-button {
  border-radius: 6px !important;
  padding: 0.8rem 1.5rem !important;
  font-weight: 500 !important;
  transition: background-color 0.2s ease !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}

.share-button:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Variant Picker Buttons - Uniform size and clean UI */
.product-form__input input[type="radio"]+label {
  border-radius: 6px !important;
  padding: 0.3rem 1rem !important;
  font-weight: 400 !important;
  transition: border-color 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: none !important;
  background-color: #f5f5f5 !important;
  color: #666666 !important;
  border: 1px solid #e0e0e0 !important;
  min-width: 65px !important;
  min-height: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-form__input input[type="radio"]+label:hover {
  transform: none !important;
  border-color: #d0d0d0 !important;
}

.product-form__input input[type="radio"]:checked+label {
  box-shadow: none !important;
  background-color: #f5f5f5 !important;
  color: #666666 !important;
  border-color: #999999 !important;
}

/* Clean Accordion */
.product__accordion {
  background: transparent;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin: 2rem 0;
}

.product__accordion summary {
  background: transparent;
  color: rgb(var(--color-foreground));
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
}

.product__accordion summary:hover {
  background: rgba(var(--color-foreground), 0.05);
}

.product__accordion .accordion__content {
  padding: 1.5rem;
  background: transparent;
}

/* Clean Inventory Status */
.product__inventory {
  background: transparent;
  color: rgb(var(--color-foreground));
  padding: 0.8rem 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}

/* Clean Description */
.product__description {
  background: transparent;
  border: none;
  padding: 0;
  margin: 2rem 0;
  line-height: 1.6;
}

.product__description p {
  margin-bottom: 1rem;
  color: rgb(var(--color-foreground));
}

/* Clean Rating */
.rating-wrapper {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1.5rem 0;
}

/* Clean Spacing */
.product__info-container>*+* {
  margin-top: 2rem;
}

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

/* Clean Form Layout */
.product-form {
  margin: 2rem 0;
}

.product-form__input {
  margin: 2rem 0;
}

.product-form__quantity {
  margin: 2rem 0;
}

/* Clean Button Container */
.product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

@media screen and (min-width: 750px) {
  .product-form__buttons {
    flex-direction: column;
    align-items: stretch;
  }

}

/* Gift Card Checkbox */
.gift-card-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: -17px;
}

.gift-card-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 0;
  flex-shrink: 0;
}

/* Clean Focus States */
.product-form__submit:focus-visible,
.quantity__button:focus-visible,
.slider-button:focus-visible,
.share-button:focus-visible {
  outline: 2px solid rgb(var(--color-button));
  outline-offset: 2px;
}

/* Clean Loading States */
.product-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.product-form__submit:disabled:hover {
  transform: none;
}

/* FULL WIDTH MOBILE - NO MARGINS */
@media screen and (max-width: 749px) {
  .page-width {
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .gift-card-checkbox {
    margin-bottom: -30px;
  }

  .product.grid {
    gap: 0 !important;
    min-height: auto;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .product__media-wrapper {
    padding: 1.5rem;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .product__info-wrapper {
    padding: 1.5rem 0 0 2rem;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .product__title h1 {
    font-size: 2rem;
  }

  .product .price {
    font-size: 1.6rem;
  }

  .product-form__submit {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    min-height: auto !important;
    height: auto !important;
  }

  .product__info-container>*+* {
    margin-top: 1.5rem;
  }

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

/* Clean Error States */
.product-form__error-message-wrapper {
  background: rgba(var(--color-error), 0.1);
  border: 1px solid rgba(var(--color-error), 0.2);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.product-form__error-message {
  color: rgb(var(--color-error));
  font-weight: 600;
}

/* Clean Badge Styling */
.badge {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* FORCE FULL WIDTH - OVERRIDE ALL THEME STYLES */
* {
  box-sizing: border-box;
}

.product,
.product.grid,
.product__media-wrapper,
.product__info-wrapper,
.grid__item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ENSURE NO HORIZONTAL SCROLL */
body {
  overflow-x: hidden;
}

/* FULL WIDTH CONTAINER OVERRIDE */
.container,
.wrapper,
.main-content {
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Size Selection Grid - Clean Design */
.size-selection {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Remove ALL shadows and animations from size options */
.size-option,
.size-option *,
.size-option::before,
.size-option::after {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.size-selection__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.size-selection__label {
  font-size: 0.66vw;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.size-chart-button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 4px 8px;
  font-size: 0.66vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.size-chart-button:hover {
  background: #333333;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: min-content;
  gap: 8px;
  max-width: 300px;
}

.size-option {
  background: #f5f5f5 !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
  padding: 12px 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: none !important;
  border-radius: 0 !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

.size-option:hover {
  background: #e5e5e5 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

.size-option.selected {
  background: #e5e5e5 !important;
  border: 1px solid #000000 !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

.size-option.unavailable {
  background: #f5f5f5 !important;
  color: #999999 !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  box-shadow: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

.size-option.unavailable:hover {
  background: #f5f5f5 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

/* Size Grid Responsive */
@media screen and (max-width: 768px) {
  .size-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 280px;
  }

  .size-option {
    padding: 10px 6px;
    font-size: 13px;
    min-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .size-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 240px;
  }

  .size-option {
    padding: 8px 4px;
    font-size: 12px;
    min-height: 36px;
  }

  .size-selection__label {
    font-size: 13px;
  }

  .size-chart-button {
    font-size: 5px;
  }

  .gift-card-checkbox {
    font-size: 16px;
    margin-bottom: -30px;
    font-weight: 500;
  }

  .product__info-container {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* Size Chart Button JavaScript - Remove script tags from CSS */

/* ========================================
   SIZE CHART RESPONSIVE STYLING
   ======================================== */

/* Size Chart Modal */
.size-chart-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.size-chart-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.size-chart-content {
  background: #ffffff;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 600px;
}

.size-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f8;
}

.size-chart-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.size-chart-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #666666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.size-chart-close:hover {
  background: #f0f0f0;
  color: #000000;
}

/* Size Chart Table Container */
.size-chart-table-container {
  padding: 20px;
  overflow-x: auto;
  max-height: 60vh;
}

/* Size Chart Table */
.size-chart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 300px;
}

.size-chart-table th,
.size-chart-table td {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.size-chart-table th {
  background: #f8f8f8;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.size-chart-table td {
  background: #ffffff;
  color: #333333;
  font-weight: 500;
}

.size-chart-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.size-chart-table tbody tr:hover {
  background: #f0f0f0;
}


/* ========================================
   MOBILE RESPONSIVE STYLES
   ======================================== */

@media screen and (max-width: 749px) {

  /* Mobile Modal Adjustments */
  .size-chart-content {
    max-width: 95vw;
    max-height: 95vh;
    margin: 10px;
  }

  .size-chart-header {
    padding: 15px;
  }

  .size-chart-title {
    font-size: 16px;
  }

  .size-chart-table-container {
    padding: 15px;
    max-height: 70vh;
  }

  /* Mobile Table Styling */
  .size-chart-table {
    font-size: 12px;
    min-width: 280px;
  }

  .size-chart-table th,
  .size-chart-table td {
    padding: 8px 4px;
  }

  .size-chart-table th {
    font-size: 10px;
  }

}

/* ========================================
   EXTRA SMALL MOBILE STYLES
   ======================================== */

@media screen and (max-width: 480px) {
  .size-chart-content {
    max-width: 98vw;
    margin: 5px;
  }

  .size-chart-header {
    padding: 12px;
  }

  .size-chart-title {
    font-size: 14px;
  }

  .size-chart-table-container {
    padding: 12px;
  }

  .size-chart-table {
    font-size: 11px;
    min-width: 260px;
  }

  .size-chart-table th,
  .size-chart-table td {
    padding: 6px 3px;
  }

  .size-chart-table th {
    font-size: 9px;
  }

}

/* Remove shadows from delivery details */
[class*="pin-code-section"],
[class*="pin-code-title"],
[class*="delivery-info-container"],
[class*="delivery-info-item"],
[class*="delivery-text"],
[class*="delivery-icon"],
[class*="delivery-text-label"],
[class*="delivery-text-value"] {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Consistent pin-code input styling */
[class*="pin-code-section"] {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

[class*="pin-code-container"],
[class*="input-wrapper"] {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

[class*="pin-code-input"] {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

[class*="pin-code-check-btn"] {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}