.wc-product-iframe-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}

.wc-product-iframe-container {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.wc-iframe-buttons {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

#wc-product-iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.wc-iframe-new-window {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.wc-product-iframe-wrapper {
  margin: 20px 0;
}

.wc-product-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0;
  align-items: end;
}
@media (max-width: 768px) {
  .wc-product-header {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.wc-product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-product-info .woocommerce-breadcrumb {
  font-size: 14px;
  color: #666;
}

.wc-product-info .woocommerce-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}

.wc-product-info .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.wc-product-info h1 {
  font-size: 24px;
  margin: 0;
  color: #333;
}

.wc-product-categories {
  font-size: 16px;
  color: #555;
}

.wc-product-categories a {
  color: #0073aa;
  text-decoration: none;
}

.wc-product-categories a:hover {
  text-decoration: underline;
}

.wc-product-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.wc-product-actions .wc-preview-button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.wc-product-actions .wc-preview-button:hover {
  background: #dde7f0;
}

.wc-add-to-cart-button {
  width: 100% !important;
  padding: 0 !important;
}

.wc-add-to-cart-button .cart {
  padding: 0 !important;
  margin: 0 !important;
}

.wc-product-actions .wc-add-to-cart-button .button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: #0089f7 !important;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.wc-product-actions .wc-add-to-cart-button .button:hover {
  background: #005177;
}

.wc-product-iframe-container {
  position: relative;
}

.wc-iframe-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.wc-iframe-btn {
  width: 36px !important;
  height: 36px !important;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  color: #000 !important;
}

.wc-iframe-btn-wrapper {
  width: 84 !important;
  height: 44 !important;
  display: inline-flex;
  gap: 4px;
  margin: 0 auto 20px !important;
  height: 44px;
  padding: 4px;
  border-radius: 44px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.wc-iframe-btn:hover {
  color: #000 !important;
  background: #fff !important;
}

.wc-iframe-btn.active {
  background: #0089f7 !important;
  color: #fff !important;
}

.quantity {
  display: none !important;
}
