/*
Theme Name:         Dioro
Theme URI:          #
Version:            2.0.0
Author:             Gallipro
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.4
Requires at least:  6.6
*/

/* WooCommerce product purchasing controls */
.single-product form.cart .variations {
  width: 100%;
  margin: 1.5rem 0 1rem;
}

.single-product form.cart .variations th,
.single-product form.cart .variations td {
  padding: 0 0 0.75rem;
  text-align: left;
  vertical-align: middle;
}

.single-product form.cart .variations th {
  width: 7.5rem;
  padding-right: 1rem;
}

.single-product form.cart .variations select {
  min-width: 12rem;
  height: 3rem;
  padding: 0 2.5rem 0 0.875rem;
  border: 1px solid #b9b2ad;
  border-radius: 0;
  background-color: #fff;
  color: #1f1f1f;
}

.single-product form.cart .reset_variations {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  text-decoration: underline;
}

.single-product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.single-product form.cart .quantity .qty {
  width: 5.5rem;
  height: 3rem;
  padding: 0 0.75rem;
  border: 1px solid #b9b2ad;
  border-radius: 0;
  background: #fff;
  color: #1f1f1f;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #dfa194;
  border-radius: 0;
  background: #dfa194;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button:focus-visible {
  border-color: #1f1f1f;
  background: #1f1f1f;
  color: #fff;
}

.single-product form.cart .single_add_to_cart_button.disabled,
.single-product form.cart .single_add_to_cart_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  .single-product form.cart .variations th,
  .single-product form.cart .variations td {
    display: block;
    width: 100%;
  }

  .single-product form.cart .variations select {
    width: 100%;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
  }
}


/* DIORO standardized hero system — 1920 × 443 responsive source, fixed 300px desktop display */
@media (min-width: 1024px) {
  body #hero-section,
  body .hero-section-2 {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 300px !important;
    height: 300px !important;
    max-height: 300px !important;
    aspect-ratio: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}


/* DIORO form feedback and footer newsletter */
:root {
  --dioro-charcoal: #514e53;
  --dioro-salmon: #dfa194;
  --dioro-salmon-dark: #b86f62;
  --dioro-blush: #fbf7f6;
  --dioro-border: #d6d2d1;
}

body .gform_wrapper,
body .gform_confirmation_wrapper,
body .woocommerce-notices-wrapper,
body .wpcf7 {
  font-family: Gotham, Arial, sans-serif;
}

body .gform_confirmation_wrapper .gform_confirmation_message,
body .gform_confirmation_message,
body .woocommerce-message,
body .woocommerce-info,
body .wpcf7 form.sent .wpcf7-response-output {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 15px 18px;
  border: 1px solid var(--dioro-salmon);
  border-left: 4px solid var(--dioro-salmon);
  border-radius: 2px;
  background: var(--dioro-blush);
  box-shadow: none;
  color: var(--dioro-charcoal);
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

body .woocommerce-message::before,
body .woocommerce-info::before {
  color: var(--dioro-salmon-dark);
}

body .gform_wrapper .gform_validation_errors,
body .woocommerce-error,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 15px 18px;
  border: 1px solid #c98b80;
  border-left: 4px solid #b86f62;
  border-radius: 2px;
  background: #fcf7f6;
  box-shadow: none;
  color: var(--dioro-charcoal);
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

body .gform_wrapper .gform_submission_error,
body .gform_wrapper .gform_validation_errors h2 {
  margin: 0;
  color: var(--dioro-charcoal);
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message,
body .wpcf7-not-valid-tip {
  margin: 5px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9a4f43;
  font-family: Gotham, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

body .gform_wrapper .gfield_error input,
body .gform_wrapper .gfield_error select,
body .gform_wrapper .gfield_error textarea,
body .wpcf7 .wpcf7-not-valid {
  border-color: #b86f62 !important;
  box-shadow: 0 0 0 1px rgba(184, 111, 98, 0.12) !important;
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  border-color: var(--dioro-salmon) !important;
  box-shadow: 0 0 0 2px rgba(223, 161, 148, 0.16) !important;
  outline: none;
}

/* Newsletter: compact row on desktop, comfortable stack on mobile. */
body #gform_wrapper_1 form {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body #gform_wrapper_1 .gform-body {
  flex: 1 1 auto;
  min-width: 0;
}

body #gform_wrapper_1 .gform_fields,
body #gform_wrapper_1 .gfield,
body #gform_wrapper_1 .ginput_container {
  height: 100%;
}

body #gform_wrapper_1 #input_1_1 {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--dioro-border);
  border-radius: 2px;
  color: var(--dioro-charcoal);
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body #gform_wrapper_1 #input_1_1::placeholder {
  color: #777277;
  opacity: 1;
}

body #gform_wrapper_1 .gform-footer {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

body #gform_wrapper_1 .gform_button {
  min-height: 50px;
  margin: 0;
  padding: 0 22px;
  border: 1px solid var(--dioro-charcoal);
  border-radius: 2px;
  background: var(--dioro-charcoal);
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body #gform_wrapper_1 .gform_button:hover,
body #gform_wrapper_1 .gform_button:focus-visible {
  border-color: var(--dioro-salmon);
  background: var(--dioro-salmon);
  color: var(--dioro-charcoal);
}

@media (max-width: 767px) {
  body #gform_wrapper_1 form {
    display: block;
  }

  body #gform_wrapper_1 .gform-footer {
    margin-top: 10px;
  }

  body #gform_wrapper_1 .gform_button {
    width: 100%;
  }

  body .gform_confirmation_wrapper .gform_confirmation_message,
  body .gform_confirmation_message,
  body .woocommerce-message,
  body .woocommerce-info,
  body .woocommerce-error,
  body .gform_wrapper .gform_validation_errors,
  body .wpcf7 form .wpcf7-response-output {
    padding: 13px 15px;
    font-size: 13px;
  }
}

	

/* Respect Gravity Forms' hidden summary setting without leaving an empty alert. */
body .gform_wrapper .gform_validation_errors:has(.gform_submission_error.hide_summary) {
  display: none;
}

/* DIORO approved hero routing and final presentation — 2026-08 */
.wedding-band-charcoal [class~="bg-[#31324D]"] {
  background-color: #514e53 !important;
}

body.woocommerce-shop .hero-section-2,
body.post-type-archive-product .hero-section-2,
.hero-section-2[style*="hero-shop"] {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-shop-final-2026-v27.png") !important;
}

body.blog .hero-section-2,
body.home.blog .hero-section-2,
.hero-section-2[style*="insight"],
.hero-section-2[style*="blog"] {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-insights-final-2026.png") !important;
}

body.page-slug-about-us .hero-section-2,
.hero-section-2[style*="about"] {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-about-us-final-2026.png") !important;
}

.hero-section-2[style*="contact"] {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-contact-us-final-2026-1.png") !important;
}

body.tax-product_cat .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-child-category-final-2026.png") !important;
}

body.tax-product_cat.term-earrings .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-earrings-final-2026.png") !important;
}

body.tax-product_cat.term-rings .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-rings-final-2026.png") !important;
}

body.tax-product_cat.term-necklaces .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-necklaces-final-2026.png") !important;
}

body.tax-product_cat.term-bracelets .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-bracelets-final-2026.png") !important;
}

body.tax-product_cat.term-pendants .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-pendants-final-2026.png") !important;
}

body.tax-product_cat.term-wedding-bands .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-wedding-bands-final-2026.png") !important;
}

body.tax-product_cat.term-anklets .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-anklets-final-2026.png") !important;
}

body.tax-product_cat.term-chains .hero-section-2 {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-chains-final-2026.png") !important;
}

body.page-slug-wedding-band-collection .hero-section-2,
body.page .hero-section-2[style*="wedding"] {
  background-image: url("/wp-content/uploads/2026/08/dioro-hero-wedding-collection-final-2026.png") !important;
}

.hero-section-2 {
  height: 300px;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}
/* END DIORO approved hero routing and final presentation */


/* Footer newsletter form */
#gform_wrapper_1 #input_1_1 {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  color: #514e53;
  font-size: 16px !important;
}

#gform_wrapper_1 #input_1_1::placeholder {
  color: #6a7282;
  opacity: 1;
}

#gform_wrapper_1 #gform_submit_button_1 {
  border-radius: 25px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
}

/* DIORO quote form layout */
#gform_3 .gform-phone {
  position: relative;
}

#gform_3 .gform-phone__input-wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
}

#gform_3 .gform-phone__country-selector {
  align-items: center;
  background: #fff;
  border: 1px solid #d3d0ce;
  border-radius: 2px 0 0 2px;
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  min-height: 50px;
  padding: 0 12px;
}

#gform_3 .gform-phone__input {
  border-radius: 0 2px 2px 0;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

#gform_3 .gform-phone__dropdown--hidden {
  display: none !important;
}

#gform_3 .gform-phone__dropdown:not(.gform-phone__dropdown--hidden) {
  background: #fff;
  border: 1px solid #d3d0ce;
  box-shadow: 0 10px 30px rgb(51 48 47 / 12%);
  left: 0;
  max-height: 320px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 50;
}

#gform_3 .gform-phone__country-list {
  max-height: 260px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  #gform_3 .gform_fields {
    column-gap: 16px;
  }

  #gform_3 :is(#field_3_1, #field_3_3, #field_3_10, #field_3_11, #field_3_12, #field_3_13) {
    grid-column: span 6;
  }
}

/* DIORO quote phone and date refinements */
#field_3_9 .ginput_country_selector_container {
  display: flex;
  flex: 0 0 64px;
}

#field_3_9 .ginput_phone_container {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

#field_3_9 .gform-phone__country-selector {
  justify-content: center;
  min-width: 64px;
  width: 64px;
}

#field_3_9 .gform-phone__flag-icon {
  display: none;
}

#field_3_9 .gform-field-label--type-sub {
  display: none;
}

#input_3_13 {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

#input_3_13 > .ginput_container_date,
#input_3_13 input {
  margin: 0;
  width: 100%;
}




/* DIORO quote date and upload polish */
#field_3_13 .ginput_container_date {
  position: relative;
}

#field_3_13 #input_3_13 {
  display: block;
  padding-right: 20px;
  width: 100%;
}

#field_3_13 .gform-datepicker-toggle,
#field_3_13 #keyboardHint_input_3_13 {
  display: none !important;
}

#field_3_14 {
  grid-column: 1 / -1 !important;
}

#field_3_14 input[type="file"] {
  background: #fff;
  border: 1px solid #d3d0ce;
  border-radius: 2px;
  color: #514e53;
  padding: 10px 12px;
  width: 100%;
}

#field_3_14 input[type="file"]::file-selector-button {
  background: #fff;
  border: 1px solid #d3d0ce;
  border-radius: 2px;
  color: #514e53;
  cursor: pointer;
  font-family: inherit;
  margin-right: 12px;
  padding: 8px 14px;
}

#field_3_14 .gfield_description {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 6px;
}


/* DIORO quote full-width contact rows */
#field_3_7,
#field_3_9,
#field_3_8,
#field_3_14 {
  grid-column: 1 / -1 !important;
}


/* DIORO product-card pricing and quote upload field */
.dioro-product-card-price {
  line-height: 1.35;
  min-height: 1.25rem;
}

.dioro-product-card-price .amount {
  font-weight: 500;
}

.dioro-product-card-price del {
  color: #8a8588;
  margin-right: 0.45rem;
}

.dioro-product-card-price del .amount {
  color: inherit;
  font-weight: 400;
}

.dioro-product-card-price ins {
  color: #d08f80;
  text-decoration: none;
}

#field_3_14 {
  position: relative;
}

#field_3_14 > .gfield_label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

#field_3_14 .ginput_container_fileupload {
  position: relative;
}

#field_3_14 input[type="file"] {
  color: transparent;
}

#field_3_14 .dioro-file-placeholder {
  color: #7d797d;
  font-family: inherit;
  left: 167px;
  line-height: 1;
  max-width: calc(100% - 189px);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

/* DIORO wishlist states */
.single-product .woosw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #514e53;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  transition: color 180ms ease;
}

.single-product .woosw-btn .woosw-btn-icon {
  color: #514e53;
  font-size: 18px;
  transition: color 180ms ease, transform 180ms ease;
}

.single-product .woosw-btn:hover,
.single-product .woosw-btn:focus-visible,
.single-product .woosw-btn:hover .woosw-btn-icon,
.single-product .woosw-btn:focus-visible .woosw-btn-icon,
.single-product .woosw-btn.woosw-added,
.single-product .woosw-btn.woosw-added .woosw-btn-icon {
  color: #dfa194;
}

.single-product .woosw-btn.woosw-added .woosw-btn-icon {
  transform: scale(1.04);
}



/* DIORO catalogue pagination */
.woocommerce-pagination {
  clear: both;
  grid-column: 1 / -1;
  margin: 54px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.woocommerce-pagination ul.page-numbers {
  align-items: center;
  border: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  float: none !important;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.woocommerce-pagination ul.page-numbers > li {
  border: 0 !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.woocommerce-pagination .page-numbers > li > .page-numbers {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  color: #514e53;
  display: inline-flex !important;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
  min-width: 38px;
  padding: 0 6px !important;
  position: relative;
  text-decoration: none !important;
  transition: color 160ms ease;
}
.woocommerce-pagination .page-numbers > li > a.page-numbers:hover,
.woocommerce-pagination .page-numbers > li > a.page-numbers:focus-visible,
.woocommerce-pagination .page-numbers > li > .page-numbers.current {
  color: #dfa194;
}
.woocommerce-pagination .page-numbers > li > .page-numbers.current::after {
  background: #dfa194;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 28px;
}
.woocommerce-pagination .page-numbers > li > .page-numbers.prev,
.woocommerce-pagination .page-numbers > li > .page-numbers.next {
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
}
.woocommerce-pagination .page-numbers > li > .page-numbers.dots {
  color: #8a8588;
  pointer-events: none;
}
@media (max-width: 767px) {
  .woocommerce-pagination {
    margin-top: 38px !important;
  }
  .woocommerce-pagination ul.page-numbers {
    flex-wrap: nowrap;
    gap: 0;
  }
  .woocommerce-pagination .page-numbers > li > .page-numbers {
    font-size: 13px;
    height: 40px;
    min-width: 34px;
    padding: 0 4px !important;
  }
  .woocommerce-pagination .page-numbers > li > .page-numbers.prev,
  .woocommerce-pagination .page-numbers > li > .page-numbers.next {
    font-size: 24px;
  }
}
/* DIORO_HOME_MEGA_FIX_20260813 */
.masthead--transparent.masthead--menu-open .dioro-mega-panel{top:100%;}

/* DIORO_TYPOGRAPHY_20260813 */
body {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
}

.footer .widget {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.tax-product_cat .max-w-2xl > p.text-lg {
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.single-product-page .woocommerce-product-details__short-description,
.single-product-page .product-attributes,
.single-product-page .woocommerce-product-description .prose,
.single-product-page form.cart,
.single-product-page form.cart label,
.single-product-page form.cart select,
.single-product-page form.cart option,
.single-product-page form.cart button,
.single-product-page form.cart input,
.dioro-catalog-sorting select.orderby {
  font-family: Gotham, Arial, sans-serif !important;
  font-weight: 400;
}

.single-product-page form.cart .single_add_to_cart_button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

/* DIORO_TYPOGRAPHY_CASCADE_20260813 */
body:not(.wp-admin) {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
}

/* DIORO_ABOUT_FEATURE_WRAP_20260813 */
@media (min-width: 1024px) {
  #content-section-7-7af .grid > .col-group:nth-child(4) h3,
  #content-section-7-7af .grid > .col-group:nth-child(5) h3 {
    margin-inline: auto;
    width: 150px;
  }
}

/* DIORO_PRODUCT_CONTROLS_20260813 */
.single-product form.cart .variations th.label {
  width: auto;
  min-width: max-content;
  padding-right: 1rem;
  white-space: nowrap;
}

.single-product-page .product-attributes .attr-title,
.single-product-page form.cart .variations th.label > label {
  font-family: "Minion Pro", serif !important;
  font-weight: 300;
  white-space: nowrap;
}

.single-product form.cart .single_add_to_cart_button {
  border: 1px solid #dfa194;
  border-radius: 9999px;
  background: #dfa194;
  color: #fff !important;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease, opacity 300ms ease;
}

.single-product form.cart .single_add_to_cart_button:not(.disabled):not(:disabled):hover,
.single-product form.cart .single_add_to_cart_button:not(.disabled):not(:disabled):focus-visible {
  border-color: #d86a4c;
  background: #d86a4c;
  color: #fff !important;
}

.single-product form.cart .single_add_to_cart_button:focus-visible {
  outline: 2px solid #d86a4c;
  outline-offset: 2px;
}

.single-product form.cart .single_add_to_cart_button.disabled,
.single-product form.cart .single_add_to_cart_button:disabled,
.single-product form.cart .single_add_to_cart_button.wc-variation-selection-needed {
  border-color: #ccc;
  background: #f2f2f2;
  color: #808080 !important;
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.single-product form.cart .single_add_to_cart_button.disabled:hover,
.single-product form.cart .single_add_to_cart_button.disabled:focus-visible,
.single-product form.cart .single_add_to_cart_button:disabled:hover,
.single-product form.cart .single_add_to_cart_button:disabled:focus-visible,
.single-product form.cart .single_add_to_cart_button.wc-variation-selection-needed:hover,
.single-product form.cart .single_add_to_cart_button.wc-variation-selection-needed:focus-visible {
  border-color: #ccc;
  background: #f2f2f2;
  color: #808080 !important;
}

/* DIORO_PRODUCT_CONTROL_STATE_FIX_20260813 */
.single-product form.cart .woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button {
  border-color: #dfa194;
  background: #dfa194;
  color: #fff !important;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.single-product form.cart .woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button:hover,
.single-product form.cart .woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button:focus-visible {
  border-color: #d86a4c;
  background: #d86a4c;
  color: #fff !important;
}

.single-product form.cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  border-color: #ccc;
  background: #f2f2f2;
  color: #808080 !important;
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

#field_3_14 .ginput_container_fileupload input[type="file"] {
  color: transparent;
}

/* DIORO_AVAILABILITY_NOTICE_20260813 */
.dioro-availability-notice{background:#fcf7f6;border:1px solid #dfa194;border-left-width:4px;border-radius:2px;color:#514e53;font-family:Gotham,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.55;margin-bottom:24px;padding:15px 18px}
