.elementor-kit-720{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#1E1E1E;--e-global-color-accent:#61CE70;--e-global-color-156471ee:#4054B2;--e-global-color-768e6bf0:#23A455;--e-global-color-1136b8e9:#000;--e-global-color-4007cf2f:#FFF;--e-global-color-3454bc9:#2F2F2F;--e-global-typography-primary-font-family:"Josefin Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ec617d0-font-family:"Nunito Sans";--e-global-typography-ec617d0-font-size:14px;--e-global-typography-ec617d0-font-weight:300;--e-global-typography-ec617d0-letter-spacing:-0.2px;}.elementor-kit-720 e-page-transition{background-color:#FFBC7D;}.elementor-kit-720 h1{font-family:"Special Elite", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 */html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.section, .row, .container {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  word-break: break-word;
}

.bundle-description {
  background: linear-gradient(135deg, #f5f7fa, #f68308) !important;
  border: 1px solid #f68308 !important;
  border-radius: 10px !important;
  padding: 18px 24px !important;
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.bundle-description .icon {
  display: none !important;
}

.bundle-description .text {
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #000000 !important; /* Black text */
  margin: 0 !important;
}

/* Styled long description on product pages */
.woocommerce div.product .elementor-widget-woocommerce-product-content {
  background: #fff7f0; /* subtle warm background */
  padding: 32px;
  border-radius: 10px;
  max-width: 850px;
  margin: 40px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  font-size: 17px;
  line-height: 1.75;
  color: #333;
  font-family: inherit;
}

/* Headings inside the product description */
.woocommerce div.product .elementor-widget-woocommerce-product-content h2,
.woocommerce div.product .elementor-widget-woocommerce-product-content h3 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 16px;
  color: #222;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

/* Paragraphs */
.woocommerce div.product .elementor-widget-woocommerce-product-content p {
  margin-bottom: 20px;
}

/* Unordered lists */
.woocommerce div.product .elementor-widget-woocommerce-product-content ul {
  padding-left: 24px;
  margin-bottom: 24px;
}

/* List items with emoji-style marker */
.woocommerce div.product .elementor-widget-woocommerce-product-content ul li {
  margin-bottom: 12px;
  font-weight: 500;
}

.woocommerce div.product .elementor-widget-woocommerce-product-content ul li::marker {
  content: "✔ ";
  color: #f68308;
  font-weight: bold;
}

.product:hover .woocommerce-product-gallery__image--hover {
  opacity: 1;
  visibility: visible;
}

.woocommerce-product-gallery__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
/* Fix View Cart popup stacking issue */
.woocommerce-notices-wrapper,
.woocommerce-notices-wrapper .woocommerce-message {
    position: relative;
    z-index: 2 !important;
}

/* Bootlegger Orange - Mini Cart Only */
.elementor-menu-cart__footer-buttons .elementor-button {
    padding: 15px 30px !important;
    background-color: #FF8A4B !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
}

/* Hover effect */
.elementor-menu-cart__footer-buttons .elementor-button:hover {
    background-color: #e6793f !important;
    color: #ffffff !important;
}

/* Default: hide the zoom/quick view icon */
.woocommerce-product-gallery__trigger {
    position: absolute !important;
    top: 10px;
    left: 10px;
    right: auto !important;
    bottom: auto !important;
    z-index: 5;

    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;               /* Hidden by default */
    pointer-events: none;      /* Avoid ghost clicks */
    transition: opacity 0.3s ease;
}

/* Show the icon only when hovering over the main image area */
.woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
    pointer-events: auto;     /* Becomes clickable on hover */
}

/* Hover style for the icon */
.woocommerce-product-gallery__trigger:hover {
    background-color: #FF8A4B;  /* Bootlegger orange */
    color: #fff;
    transition: background-color 0.2s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Special Elite';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bootleggersoap.com/wp-content/uploads/2025/07/SpecialElite-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Special Elite';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */