div.zpcontainer-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.theme-button-area > button.theme-cart-button[data-zs-add-to-cart] {
    display: none !important;
}
.theme-prod-non-returnable[data-zs-product-non-returnable] {
    display: none !important;
}

/* === Zoho Commerce - Format variant grid alignment fix (compact) === */
.theme-variant-select-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 6px !important;
}

.theme-variant-select-container .theme-product-variant {
  width: 100% !important;
  display: block !important;
}

.theme-variant-select-container label[data-theme-variant-label] {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  width: 100% !important;
  height: 38px !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-size: 13px !important;
  text-overflow: ellipsis !important;
}

/* fixed icon column so single icons and combo (live+x) icons line up the same */
.theme-variant-select-container .variant-format-icon {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.theme-variant-select-container .variant-format-icon.is-combo {
  flex: 0 0 28px !important;
  width: 28px !important;
}
.theme-variant-select-container .variant-format-icon svg {
  width: 100% !important;
  height: 100% !important;
}

/* info icon pinned right, smaller */
.theme-variant-select-container .variant-info-icon {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  font-size: 11px !important;
  transform: scale(0.85);
}

/* === Mobile: keep 2 columns, shrink everything further === */
@media (max-width: 480px) {
  .theme-variant-select-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
  }
  .theme-variant-select-container label[data-theme-variant-label] {
    height: 34px !important;
    padding: 0 6px !important;
    font-size: 11.5px !important;
    gap: 5px !important;
  }
  .theme-variant-select-container .variant-format-icon {
    flex: 0 0 15px !important;
    width: 15px !important;
    height: 15px !important;
  }
  .theme-variant-select-container .variant-format-icon.is-combo {
    flex: 0 0 24px !important;
    width: 24px !important;
  }
}


.theme-prod-detail-tab-tabcontent-container{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media (max-width:768px){
    .theme-prod-detail-tab-tabcontent-container{
        padding-left:20px !important;
        padding-right:20px !important;
    }
}