.elementor-kit-5{--e-global-color-primary:#ECECEC;--e-global-color-secondary:#FCAE00;--e-global-color-text:#766565;--e-global-color-accent:#BF360C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#BF360C;font-family:"Poppins", Sans-serif;font-weight:700;color:#FFFFFF;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-accent );color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h2{font-family:"Verdana", Sans-serif;font-weight:800;}.elementor-kit-5 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   RX — Woo thumbs: baseline only (no arrows)
   Keeps native scroll; no snap; no slider UI
   ========================================= */

/* wrapper stays (safe) */
.single-product .rx-thumb-wrap{
  position: relative;
  margin-top: 10px;
  z-index: 2;
}

/* hide any leftover custom arrow buttons if they exist */
.single-product .rx-thumb-wrap .rx-thumb-btn{
  display: none !important;
}

/* thumb strip: native smooth horizontal scroll, no snap, no scrollbar UI */
.single-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs{
  display: flex !important;
  gap: 10px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: none !important;
  overscroll-behavior-inline: contain;
  -ms-overflow-style: none;          /* old Edge/IE */
  scrollbar-width: none;             /* Firefox */
}
.single-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar{
  display: none; width: 0; height: 0; /* WebKit */
}

/* items stable; no transitions that could cause jitter */
.single-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li{
  margin: 0 !important;
  transition: none !important;
  flex: 0 0 auto;
  scroll-snap-align: none !important;
}

/* images: consistent sizing */
.single-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}/* End custom CSS */