/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.row.product-header {
    padding: 45px 0px 0px 0px;
}

.row.product-header h4 {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #231F20 !important;
    text-align: center;
    text-transform: uppercase;
}

.row.product-header p {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #5F595B;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

#product-144215 .row:first-child {
    max-width: 100% !important;
    padding: 25px 45px;
}

#product-144215 .col.medium-6.small-12.large-6:first-of-type {
    order: 2;
    flex: 0 0 30% !important;
    max-width: 30% !important;
    height: fit-content;
    position: sticky;
    top: 50px;
}

#product-144215 .col.medium-6.small-12.large-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
}

#product-144215 .row .product-title-container,
#product-144215 .row .product-price-container {
    display: none;
}


#product-144215 #bundle-products.row {
    padding: 0px 0px !important;
}

#product-144215 .product-bundle .product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%;*/
    border: 1px solid #F0EEEE;
    padding: 20px 10px;
}

#product-144215 .product-bundle .product-wrapper .product-name {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #231F20;
    text-transform: uppercase;
    text-align: center;
}

#product-144215 .product-bundle .product-wrapper .product-impression {  
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    color: #5F595B;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px !important;
}

#product-144215 .product-bundle .product-wrapper .action-body-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#product-144215 .product-bundle .product-wrapper .action-body-wrapper span {
    padding-left: 10px;
    padding-right: 10px;
}

#product-144215 .product-bundle .product-wrapper .view-notes-btn {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px;
    color: #1A1A1A;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px !important;
    text-decoration: underline;
    outline: none;
    padding: 0;
    margin: 0;
}

#product-144215 .product-bundle .product-wrapper .personalize-btn {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px;
    color: #1A1A1A;
    text-align: center;
    text-transform: none;
    margin-bottom: 15px !important;
    text-decoration: underline;
    outline: none;
    padding: 0;
    margin: 0;
}

#product-144215 .product-bundle .product-wrapper .add-to-prod-bogo-in-bundle {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px;
    color: #1A1A1A;
    width: 100%;
    border: 1px solid #9B9698;
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
}

#product-144215 .product-bundle .product-wrapper .add-to-prod-bogo-in-bundle.added-cart {
    background: #0F0E0E;
    color: #fff;
    opacity: 1;
}

#product-144215 .product-bundle .product-wrapper .product-image-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto 15px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-image-wrapper img.product-image  {
    width: 120px;
}

#product-144215 .product-bundle  .products-106706 .product-wrapper img.edit-icon,
#product-144215 .product-bundle  .products-106706 .product-wrapper span,
#product-144215 .product-bundle  .products-106706 .product-wrapper .personalize-btn {
    display: none !important;
}

#product-144215  button.single_add_to_cart_button {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px;
    padding: 12px 0px;
    /*display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px !important;
    margin-top: 45px;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* spacing between text and icon */
}

.add-to-cart-bundle img {
    width: 8px;
    height: 12px;
    object-fit: contain;
    vertical-align: middle;
}

button.single_add_to_cart_button img {
    margin-left: 9px;
}

.add-to-cart-bundle .enabled-icon {
  display: none;
}

.add-to-cart-bundle .disabled-icon {
  display: inline-block;
}

/* Enabled state */
.add-to-cart-bundle:not(.disabled) {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.add-to-cart-bundle:not(.disabled) .disabled-icon {
  display: none;
}

.add-to-cart-bundle:not(.disabled) .enabled-icon {
  display: block !important;
}

.shop-container #product-144215 button.single_add_to_cart_button.button.disabled {
    background-color: #9B9698 !important;
    border: 1px solid #9B9698 !important;
    color: #5F595B;
    cursor: unset;
}

#product-144215 .related-products-wrapper.product-section,
#product-144215 .money-back,
#product-144215 .tooltip,
#product-144215 .product-page-accordian {
    display: none;
}

.edit-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}
.edit-icon {
    padding: 5px 8px;
    cursor: pointer;
    transition: 0.3s;
}

.edit-wrapper.cantEdit,
.personalize-btn.cantEdit {
    pointer-events: none;
    cursor: none;
}

.edit-wrapper.cantEdit img,
.personalize-btn.cantEdit {
    opacity: 0.2;
}

/* Popup Modal */
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    top: 250px;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    padding: 25px;
    border-radius: 0px;
    text-align: center;
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
}

.popup-content h3 {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #231F20;
    text-align: left;
    margin-bottom: 15px;
}

.popup-content .input-wrapper {
    position: relative;
    margin-top: 15px;
}

.popup-content input {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #231F20 !important;
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 10px;
    border: none !important; /* All borders removed */
    border-bottom: 1px solid #939393 !important;
    text-transform: uppercase;
}

.popup-content #char_counter {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #939393;
}

.popup-content .note {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 15px;
    color: #5F595B;
    text-align: left;
}

#popup_done_btn {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    background-color: #0F0E0E;
    width: 100%;
    color: #fff;
    /*padding: 8px 15px;*/
    padding: 12px 0px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup_close_btn {
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    padding: 0px 0px;
    margin: 0px 0px;
}

.page-checkout .product-name a {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #231F20;
    text-transform: capitalize;
    text-align: center;
}

.page-checkout .variation dt,
.page-checkout .variation dd {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    color: #5F595B;
}

.page-checkout .variation dt.variation-Products {
    display: none;
}

.page-checkout .variation-Size60MLeach {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px;
    color: #231F20;
    margin-bottom: 15px !important;
}

.page-checkout .variation .product-list {
    padding: 10px 0px 0px 0px;
}

.page-checkout .variation .product-list .count {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    color: #231F20;
    padding-right: 5px;
}
.page-checkout .variation .product-list .product-name {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px;
    color: #231F20;
}

.page-checkout .variation .product-list .label-name {
    display: flex;
}

.page-checkout .variation .product-list .label-name strong {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    padding-left: 25px;
    color: #231F20;
    display: flex;
    padding-right: 5px;
}

.page-checkout .variation .product-list .label-name .name {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    color: #5F595B;
}

.variation dt:contains("60ML each")::after {
    content: "" !important;
}

.product-sidebar {
    border: 1px solid #231F20;
    padding: 0px 15px;
    margin-top: 20px;
}

.product-header h4 .woocommerce-Price-amount.amount,
.product-sidebar .product-sidebar-wrapper .product-price,
.product-sidebar .product-sidebar-wrapper .product-price .woocommerce-Price-amount.amount {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 28px !important;
    line-height: 34px;
    color: #231F20 !important;
    text-align: center;
}

.bundle-progress-area {
    background: #fff;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
}

.bundle-title {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #231F20 !important;
    text-align: center;
}

/* progress bar container */
.progress-bar-wrapper {
    width: 100%;
    margin: 0 auto 15px auto;
    background-color: #9B9698;
    border-radius: 0px;
    height: 10px;
    overflow: hidden;
    position: relative;
}

/* progress fill */
.progress-bar-fill {
    background: #231F20;
    width: 0%;
    height: 100%;
    border-radius: 0px;
    transition: width 0.4s ease;
}

/* subheader ("Your Set") */

.bundle-subheader {
    padding: 40px 0px;
}

.bundle-subheader h5 {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 28px !important;
    line-height: 34px;
    color: #231F20 !important;
    text-align: center;
    margin-bottom: 0px !important;
}

/* thumbnails */
.selected-preview {
    display: flex;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #9B9698;
    padding: 15px 0px 40px 0px;
}

/* Slot container */
.slot {
  flex: 1 1 33%;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s ease;
  padding: 10px;
  box-sizing: border-box;
}

/* Keep square / consistent aspect ratio */
.slot::before,
.slot img {
  width: 100%;
  aspect-ratio: 1 / 1; /* keeps width and height consistent */
  object-fit: contain;
  display: block;
}

/* Empty slots - bottle outline */
.slot.empty-slot::before {
  content: "";
  background-image: url("/wp-content/plugins/woocommerce-product-bundle/public/img/bottle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Filled slots */
.slot.filled img {
  border-radius: 0;
  object-fit: contain;
}

/* Label */
.slot .label {
    position: relative;
    margin-top: 10px;
}

.slot .label .name-text {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #231F20;
    text-transform: uppercase;
    text-align: center;
}

.slot .label .remove-name {
    font-size: 18px;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    right: -12px;
    cursor: pointer;
}

/* Remove (X) icon */
.remove-selected {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #231F20;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}

#load-more-loader {
  margin: 20px auto;
  width: 32px;
  height: 32px;
  border: 3px solid #ddd;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.all-loaded-msg {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 15px;
  font-style: italic;
}

#product-144215 p:empty {
  display: none !important;
}

#product-144215 p br {
  display: none !important;
}

#notesModal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: auto;
    padding: 20px;
    display: none;
}

#notesModal .notesModalWrapper {
    position:relative;
    background:#fff; 
    max-width:600px; 
    margin:50px auto; 
    padding:20px;
}

#notesModal .notesModalWrapper .modal-body {
    padding: 40px 40px;
}

#notesModal .notesModalWrapper .close-btn {
    position: absolute;
    top: 0px !important;
    right: -15px !important;
    padding: 0px !important;
    font-size: 24px !important;
}

.bundle-error-message {
    font-family: 'BYREDO Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) { 
    .row.product-header {
        padding: 25px 0px 0px 0px !important;
    }
    #product-144215 .product-bundle .product-wrapper {
        padding: 15px 0px !important;
        height: 100% !important;
    }
    .row.product-header h4 {
        font-size: 20px !important;
        line-height: 26px !important;
        text-align: center !important;
    }
    .row.product-header h4 span {
        display: inline-block;
    }
    .row.product-header p {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    .row.product-header .product-price {
        display: block !important;
    }
    .row.product-header .product-price, 
    .row.product-header .product-price .woocommerce-Price-amount.amount {
       font-family: 'BYREDO Sans' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #231F20 !important;
        text-align: left;
    }
    #product-144215 .row {
        padding: 0px 0px !important;
    }
    #product-144215 .col {
        padding-bottom: 0px !important;
    }
    #product-144215 .col p {
        margin-bottom: 0px !important;
    }
    #product-144215 .col.medium-6.small-12.large-6:first-of-type {
        position: relative;
        top: 0px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #product-144215 .col.medium-6.small-12.large-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 5px !important;
    }
    #bogo-bundle-products .columns {
        padding-right: 0px;
    }
    .cart.product-bundle {
        gap: 0px !important;
        margin-bottom: 0px !important;
    }
    .product-wrapper .view-notes-btn {
        margin-right: 0px !important;   
    }
    .product-sidebar .product-sidebar-wrapper .product-price {
        display: none;
    }
    .product-sidebar {
        position: fixed;
        background: #fff;
        bottom: 0;
        z-index: 999;
        width: 100%;
        left: 0px;
        right: 0px;
        border: 0px solid #231F20;
        padding: 10px 20px;
        margin-top: 0px !important;
    }
    .bundle-progress-area {
        margin: 10px auto 0px auto !important;
        padding: 0px 0px !important;
    }
    .bundle-header {
        display: flex;
        justify-content: space-between;
    }
    .bundle-subheader {
        display: none;
    }
    .bundle-subheader-left h4 {
        text-align: left;
    }
    .bundle-subheader.bundle-subheader-right {
        display: block !important;
        padding: 0px 0px;
    }
    .bundle-subheader.bundle-subheader-right h5 {
        font-size: 14px !important;
        line-height: 20px;
        color: #5F595B !important;
    }
    .selected-preview {
        gap: 0px;
        border-bottom: 0px solid #9B9698;
        padding: 0px 0px 0px 0px !important;
    }

    .slot { 
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .slot.empty-slot::before {
        height: 75px;
    }

    #product-144215 button.single_add_to_cart_button.button.disabled {
        padding: 8px 0px !important;
        margin-top: 5px !important;
        margin-bottom: 0px;
    }

    .edit-wrapper {
        right: 0px !important;
    }

    #product-144215 .product-bundle .product-wrapper .add-to-prod-bogo-in-bundle {
        width: 95% !important;
        margin: 0 auto !important;
        padding: 8px 0px !important;
        margin-top: 5px !important;
        margin-bottom: 0px;
    }

    .slot.filled img {
        height: 80px !important;
    }

    #product-144215 #bundle-products.row {
        margin: 0 auto !important;
    }

    #bundle-products .medium-6 {
        padding: 0px 10px 15px 10px !important;
    }

    #popup_done_btn,
    #product-144215 button.single_add_to_cart_button {
        padding: 8px 0px !important;
        margin-top: 5px !important;
        margin-bottom: 0px;
    }

    #product-144215 .product-bundle .product-wrapper .view-notes-btn,
    #product-144215 .product-bundle .product-wrapper .personalize-btn {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    #product-144215 .product-bundle .product-wrapper .action-body-wrapper span {
        padding-left: 4px;
        padding-right: 4px;
    }

    .product-image-wrapper img.product-image  {
        width: 94px;
    }

    .product-notification-popup-container#product-144215 {
        display: none;
    }
}