.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#878787;--e-global-color-accent:#FFFFFF;--e-global-color-d54321d:#1A1A1A47;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:#000000;border-radius:100px 100px 100px 100px;padding:16px 32px 16px 32px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#000000;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================================
   PRODUCT DETAIL PAGE — UX/Layout Improvements
   Added by AI agent on 2026-05-15. Remove block to revert.
   ======================================================== */

/* --- Add to Cart button: solid, branded, obviously clickable --- */
.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button.alt {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  padding: 16px 36px !important;
  border-radius: 0 !important;
  border: 2px solid #1a1a1a !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  font-size: 14px !important;
  cursor: pointer !important;
}
.single-product .single_add_to_cart_button:hover,
.single-product button.single_add_to_cart_button.alt:hover {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

/* --- Wishlist button: visible, secondary outline style --- */
.single-product .tinvwl_add_to_wishlist_button,
.single-product .tinv-wraper .tinvwl_add_to_wishlist_button {
  background: transparent !important;
  border: 2px solid #1a1a1a !important;
  color: #1a1a1a !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-size: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 0 !important;
  transition: all 0.25s ease !important;
  margin-top: 12px !important;
  text-decoration: none !important;
}
.single-product .tinvwl_add_to_wishlist_button:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
.single-product .tinvwl-icon-heart::before {
  color: inherit !important;
  font-size: 14px !important;
}

/* --- Size buttons: bigger touch targets, clearer states --- */
.single-product ul.variable-items-wrapper,
.single-product .variations_form .variable-items-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.single-product ul.variable-items-wrapper li.variable-item,
.single-product .variations_form .variable-item {
  min-width: 52px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 1.5px solid #d0d0d0 !important;
  background: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  color: #1a1a1a !important;
}
.single-product ul.variable-items-wrapper li.variable-item:hover,
.single-product .variations_form .variable-item:hover {
  border-color: #1a1a1a !important;
}
.single-product ul.variable-items-wrapper li.variable-item.selected,
.single-product .variations_form .variable-item.selected {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #1a1a1a !important;
}
.single-product ul.variable-items-wrapper li.variable-item.disabled,
.single-product .variations_form .variable-item.disabled,
.single-product ul.variable-items-wrapper li.variable-item.out-of-stock {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
  background: #f5f5f5 !important;
  color: #999999 !important;
}

/* --- Quantity input: bigger, cleaner --- */
.single-product .quantity input.qty,
.single-product input[type="number"].qty {
  height: 48px !important;
  width: 70px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: 1.5px solid #d0d0d0 !important;
  border-radius: 0 !important;
  padding: 0 8px !important;
  background: #ffffff !important;
  -moz-appearance: textfield !important;
}
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* --- Price block: prominent sale display + SALE badge --- */
.single-product .price,
.single-product .elementor-widget-woocommerce-product-price .price {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
.single-product .price del,
.single-product .price del .amount,
.single-product .price del bdi {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px !important;
}
.single-product .price ins,
.single-product .price ins .amount,
.single-product .price ins bdi {
  text-decoration: none !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
}
.single-product .price ins::after {
  content: "SALE";
  display: inline-block;
  background: #c89b3c;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-left: 12px;
  vertical-align: middle;
  border-radius: 2px;
  line-height: 1.4;
  position: relative;
  top: -4px;
}

/* --- Hide N/A SKU + Uncategorized category until proper data is set --- */
.single-product .product_meta { display: none !important; }

/* --- Mobile: full-width Add to Cart, larger qty input --- */
@media (max-width: 768px) {
  .single-product .single_add_to_cart_button {
    width: 100% !important;
    padding: 18px !important;
  }
  .single-product .quantity {
    margin-bottom: 12px !important;
  }
  .single-product ul.variable-items-wrapper li.variable-item,
  .single-product .variations_form .variable-item {
    min-width: 56px !important;
    height: 48px !important;
    font-size: 15px !important;
  }
}
/* ========================================================
   END — PRODUCT DETAIL PAGE IMPROVEMENTS
   ======================================================== *//* End custom CSS */