body.page-template-no-title.page-child,
body.page-id-6,
body.single-product {
  background: #eef0f8;
}

body.page-template-no-title.page-child .site-header,
body.page-template-no-title.page-child .site-footer,
body.page-id-6 .site-header,
body.page-id-6 .site-footer,
body.single-product .site-header,
body.single-product .site-footer {
  display: none;
}

body.page-template-no-title.page-child .wp-site-blocks,
body.page-id-6 .wp-site-blocks,
body.single-product .wp-site-blocks {
  padding: 0;
  background: #eef0f8;
}

body.page-template-no-title.page-child .wp-site-blocks > *,
body.page-id-6 .wp-site-blocks > *,
body.single-product .wp-site-blocks > * {
  margin-block-start: 0;
}

body.page-template-no-title.page-child .wp-block-post-content,
body.page-id-6 .wp-block-post-content,
body.single-product .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.page-template-no-title.page-child main.wp-block-group,
body.page-id-6 main.wp-block-group,
body.single-product main.wp-block-group,
body.page-template-no-title.page-child .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
body.page-id-6 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
body.single-product .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-block-start: 0 !important;
}

body.page-template-no-title.page-child .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained > .noya-product-page,
body.page-id-6 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained > .noya-product-page,
body.single-product .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained > .noya-product-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.noya-product-page {
  color: #1c1c1c;
  font-family: Arial, sans-serif;
}

.noya-product-wrap {
  width: min(1360px, calc(100% - 40px));
  margin: 0 auto;
}

.noya-product-page__header {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}

.noya-product-header-row {
  display: grid;
  grid-template-columns: 220px minmax(320px, 650px) 140px;
  align-items: center;
  gap: 28px;
  padding: 0 0 18px;
}

.noya-product-brand img {
  max-width: 155px;
  height: auto;
  display: block;
}

.noya-product-search {
  display: flex;
  border: 2px solid #ff6b35;
  border-radius: 4px;
  overflow: hidden;
}

.noya-product-search input {
  flex: 1;
  border: 0;
  padding: 0 16px;
  height: 44px;
  font-size: 14px;
}

.noya-product-search button {
  width: 74px;
  border: 0;
  background: #ff6b35;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.noya-product-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100px;
  height: 44px;
  margin-left: auto;
  border: 1px solid #ff6b35;
  border-radius: 6px;
  color: #ff6b35;
  background: #fff;
  text-decoration: none;
}

.noya-product-cart__count {
  position: absolute;
  top: -4px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff6b35;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.noya-product-nav {
  background: #0b5a6b;
}

.noya-product-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  min-height: 46px;
}

.noya-product-nav__inner a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.noya-product-main {
  padding: 18px 0 32px;
}

.noya-product-main .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.noya-product-main .woocommerce-message,
.noya-product-main .woocommerce-error,
.noya-product-main .woocommerce-info {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 0;
  background: #fff;
}

.noya-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 36px;
  padding: 20px 28px 24px;
  background: #fff;
}

.noya-product-gallery img {
  display: block;
  width: 100%;
}

.noya-product-title {
  margin: 8px 0 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
}

.noya-product-summary-text {
  margin-bottom: 24px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.noya-product-summary-text p {
  margin: 0 0 12px;
}

.noya-product-price {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.noya-product-price strong {
  color: #ff642f;
  font-size: 22px;
}

.noya-product-price del {
  color: #818181;
  font-size: 16px;
}

.noya-product-badge {
  display: inline-block;
  padding: 6px 10px;
  background: #223e36;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.noya-option-label {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.noya-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 78px;
}

.noya-size-grid span,
.noya-variation-btn {
  display: grid;
  place-items: center;
  min-width: 56px;
  height: 42px;
  padding: 0 16px;
  border: 2px solid #e4e4e4;
  background: #fff;
  color: #1c1c1c;
  font-size: 20px;
}

.noya-variation-group {
  margin-bottom: 24px;
}

.noya-variation-group .noya-option-label {
  margin-bottom: 12px;
}

.noya-variation-grid {
  margin-bottom: 0;
}

.noya-variation-btn {
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.noya-variation-btn.is-active {
  border-color: #ff6b35;
  background: #fff7f2;
  color: #ff6b35;
}

.noya-variation-btn.is-disabled,
.noya-variation-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.noya-variation-selects {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.noya-native-cart .reset_variations {
  display: inline-flex;
  margin: 8px 0 16px;
  color: #6679a9;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.noya-qty-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.noya-qty-row strong {
  font-size: 16px;
}

.noya-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
}

.noya-qty-btn,
.noya-qty-input {
  width: 42px;
  height: 38px;
}

.noya-qty-btn {
  display: grid;
  place-items: center;
  border: 0;
  border-right: 1px solid #d1d1d1;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}

.noya-qty-btn:last-child {
  border-right: 0;
  border-left: 1px solid #d1d1d1;
}

.noya-qty-input {
  width: 56px;
  border: 0;
  text-align: center;
  font-size: 18px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.noya-qty-input::-webkit-outer-spin-button,
.noya-qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.noya-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  background: #ff5a14;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.noya-product-btn--secondary {
  background: #ff6b35;
}

.noya-product-btn:hover,
.noya-product-btn:focus-visible {
  background: #eb4d0b;
  outline: none;
}

.noya-product-btn--secondary:hover,
.noya-product-btn--secondary:focus-visible {
  background: #f45d24;
}

.noya-buy-form {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.noya-native-cart form.cart {
  display: grid;
  gap: 10px;
}

.noya-native-cart .single_variation_wrap {
  margin-top: 10px;
}

.noya-native-cart .woocommerce-variation {
  margin-bottom: 14px;
}

.noya-native-cart .woocommerce-variation-price .price,
.noya-native-cart .woocommerce-variation-availability {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.noya-native-cart .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.noya-native-cart .woocommerce-variation-price ins,
.noya-native-cart .woocommerce-variation-price .amount {
  color: #ff642f;
  text-decoration: none;
}

.noya-native-cart .woocommerce-variation-price ins .amount,
.noya-native-cart .woocommerce-variation-price > .price > .amount {
  font-size: 22px;
  font-weight: 700;
}

.noya-native-cart .woocommerce-variation-price del,
.noya-native-cart .woocommerce-variation-price del .amount {
  color: #818181;
  font-size: 16px;
}

.noya-native-cart .variations_button {
  display: grid;
}

.noya-native-cart .quantity {
  margin-bottom: 4px;
}

.noya-native-cart .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #ff5a14;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
}

.noya-native-cart .single_add_to_cart_button:last-child {
  margin-bottom: 0;
}

.noya-native-cart .single_add_to_cart_button.noya-product-btn--secondary {
  background: #ff6b35;
}

.noya-native-cart .single_add_to_cart_button.disabled,
.noya-native-cart .single_add_to_cart_button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.noya-call-box {
  margin-top: 24px;
  padding: 18px 16px 16px;
  border-radius: 14px;
  background: #dde6f4;
}

.noya-call-box h3 {
  margin: 0 0 14px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.noya-call-box__phones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.noya-call-box__phones a,
.noya-call-box__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.noya-call-box__phones a:first-child {
  background: linear-gradient(90deg, #5c75db, #6a44b8);
}

.noya-call-box__phones a:last-child {
  background: linear-gradient(90deg, #ea68c0, #f15a65);
}

.noya-call-box__whatsapp {
  background: linear-gradient(90deg, #26c95a, #149c8d);
}

.noya-product-meta {
  margin: 40px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.noya-product-meta a {
  color: #6679a9;
  text-decoration: none;
}

.noya-product-tabs {
  margin-top: 22px;
  padding: 0 30px 36px;
  background: #fff;
}

.noya-product-tabs__nav {
  display: flex;
  gap: 34px;
  border-bottom: 1px solid #d5d5d5;
}

.noya-product-tabs__nav span {
  position: relative;
  padding: 14px 0 12px;
  color: #555;
  font-size: 18px;
  font-weight: 700;
}

.noya-product-tabs__nav span.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 82px;
  height: 2px;
  background: #ff6b35;
}

.noya-product-desc {
  padding-top: 28px;
}

.noya-product-desc--hidden {
  display: none;
}

.noya-product-desc h2 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 400;
}

.noya-product-desc h3 {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
}

.noya-product-desc p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.65;
}

.noya-product-desc img {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 8px 0 26px;
}

.noya-product-desc h4 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 400;
}

.noya-product-desc ul {
  margin: 0 0 28px 18px;
  padding: 0 0 0 14px;
  font-size: 17px;
  line-height: 1.6;
}

.noya-product-desc ul li::marker {
  color: #6e5dd7;
}

.noya-product-desc table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
}

.noya-product-desc table.shop_attributes th,
.noya-product-desc table.shop_attributes td {
  padding: 10px 12px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  font-size: 16px;
}

.noya-product-footer {
  padding: 0 0 40px;
  background: #fff;
  text-align: center;
}

.noya-product-footer__line {
  height: 1px;
  margin-bottom: 26px;
  background: #ddd;
}

.noya-product-footer p {
  margin: 0;
  color: #7d7d7d;
  font-size: 13px;
}

.noya-product-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.noya-product-footer__links a,
.noya-product-footer__links span {
  color: #ff6b35;
  font-size: 15px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .noya-product-card {
    grid-template-columns: 1fr;
  }

  .noya-product-header-row {
    grid-template-columns: 1fr;
  }

  .noya-product-brand img,
  .noya-product-cart {
    margin: 0 auto;
  }

  .noya-product-nav__inner {
    flex-wrap: wrap;
    gap: 14px 24px;
    padding: 12px 0;
  }

  .noya-product-tabs {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 640px) {
  .noya-product-wrap {
    width: min(calc(100% - 24px), 1360px);
  }

  .noya-product-card,
  .noya-product-tabs {
    padding-left: 18px;
    padding-right: 18px;
  }

  .noya-call-box__phones {
    grid-template-columns: 1fr;
  }

  .noya-product-title {
    font-size: 20px;
  }

  .noya-product-price {
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 24px;
  }

  .noya-size-grid {
    margin-bottom: 36px;
  }

  .noya-product-btn {
    height: 48px;
    font-size: 16px;
  }
}
