.elementor-74401 .elementor-element.elementor-element-0a873cc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74401 .elementor-element.elementor-element-6d57531{width:100%;max-width:100%;}.elementor-74401 .elementor-element.elementor-element-a657612{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}.elementor-74401 .elementor-element.elementor-element-a657612:not(.elementor-motion-effects-element-type-background), .elementor-74401 .elementor-element.elementor-element-a657612 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-74401 .elementor-element.elementor-element-b9f9e4a{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-74401 .elementor-element.elementor-element-969637b .elementor-heading-title{font-size:50px;color:var( --e-global-color-secondary );}.elementor-74401 .elementor-element.elementor-element-fc822b2{--display:flex;--margin-top:0px;--margin-bottom:65px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}.elementor-74401 .elementor-element.elementor-element-fc822b2:not(.elementor-motion-effects-element-type-background), .elementor-74401 .elementor-element.elementor-element-fc822b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-74401:not(.elementor-motion-effects-element-type-background), body.elementor-page-74401 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FFF9;}@media(max-width:767px){.elementor-74401 .elementor-element.elementor-element-969637b .elementor-heading-title{font-size:33px;line-height:1.1em;}}/* Start custom CSS for shortcode, class: .elementor-element-175f47e */.bundle-builder-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .bundle-product {
      border-radius: 12px;
      padding: 15px;
      background: #FAFAFA;
    }

    .bundle-box {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .bundle-col.image img {
      max-width: 70px;
      height: auto;
      display: block;
    }

    .bundle-col.info {
      flex: 1;
    }

    .bundle-title {
      font-weight: bold;
      margin-bottom: 5px;
    }

    .bundle-price {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .bundle-details a {
      font-size: 13px;
      text-decoration: underline;
      color: #555;
    }

    .bundle-col.quantity .bundle-qty, .bundle-col.quantity {
      display: flex !important;
      align-items: center;
      gap: 8px;
      border-radius: 12px !important;
      padding: 2px;
    }
    
    .bundle-product .quantity {
        border: solid 1px #d1c6b0;
    }

    .bundle-qty button, .bundle-qty button:hover {
      width: 30px;
      height: 30px;
      font-size: 18px;
      color: #fff;
      background-color: transparent;
      border: none;
      border-radius: 10px !important;
      cursor: pointer;
    }
    
    .bundle-qty .plus, .bundle-qty .minus, .bundle-qty .minus:hover, .bundle-qty .plus:hover {
    margin: 0px;
    padding: 3px 9px;
    color: #d1c6b0;
    }
    
    .bundle-col:has(.bundle-soldout) {
      border: none;
    }

    .bundle-qty input {
      width: 20px;
      text-align: center;
      border: none;
      background: transparent;
    }

    .add-bundle-to-cart {
      margin-top: 30px;
      padding: 12px 20px;
      background: #000;
      color: #fff;
      border: none;
      font-size: 16px;
      cursor: pointer;
      border-radius: 6px;
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 30px auto 0;
    }

    .bundle-soldout {
        font-size: 13px;
        font-family: "Lufga";
        color: red;
        font-weight: 400;
    }
    
/* Remove spinners for number inputs (Chrome, Safari, Edge) */
.bundle-qty input::-webkit-inner-spin-button,
.bundle-qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.bundle-qty input[type="number"] {
  -moz-appearance: textfield;
}/* End custom CSS */