/** Shopify CDN: Minification failed

Line 7:0 Unexpected "-"
Line 1571:0 Unexpected "}"

**/
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                      .ts-wrapper {
                        height: 500px;
                        overflow: hidden;
                        transition-duration: .6s;
                      }

                      .ts-wrapper.open {
                        height: auto;
                        overflow: none;
                      }

                      #trusted-expand {
                        text-align: center;
                        text-decoration: underline;
                        padding: 10px;
                        cursor: pointer;
                      }

                      .beelee-product__stars {
                        height: 22px;
                      }

                      .owl-thumbs {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                      }
                      @media (max-width:900px){
                        .owl-thumbs{
                          justify-content: unset;
                        }
                      }

                      .owl-thumbs img {
                        width: 60px;
                        padding: 5px 10px;
                        background: #FFFFFF;
                        border-radius: 10px;
                        margin-right: 10px;
                        cursor: pointer;
                      }

                      .owl-thumbs img.active {
                        padding: 4px 9px;
                        border: 1px solid #F7CC46;
                      }

                      .beelee-product {
                        background: #FFFEFC;
                      }

                      .beelee-product_tabs-controls {
                        display: flex;
                        border-bottom: 1px solid #EBDFD4;
                        margin-top: 90px;
                      }

                      .beelee-product_tabs-controls a {
                        margin-right: 60px;
                        padding-bottom: 18px;
                        opacity: 0.5;
                        font-size: 20px;
                        text-decoration: none !important;
                        color: #291E19 !important;
                        display: inline-block;
                      }

                      .beelee-product_tabs-controls a.active {
                        border-bottom: 3px solid #FFCD30;
                        opacity: 1;
                      }

                      .beelee-product_tabs-contents {
                        padding-top: 25px;
                      }

                      .beelee-product_tabs-content {
                        display: none;
                        padding-top: 15px;
                      }

                      .beelee-product_tabs-content.active {
                        display: block;
                      }

                      .beelee-product_tabs-content h2,
                      .beelee-product_tabs-content h3 {
                        font-size: 20px;
                        margin-bottom: 25px;
                        margin-top: 25px;
                      }

                      .beelee-product_tabs-content p {
                        line-height: 1.5;
                      }

                      .beelee-product__breadcrumb {
                        margin-top: 35px;
                        font-size: 14px;
                      }

                      .beelee-product__body {
                        margin-top: 35px;
                      }

                      .beelee-product__title h1 {
                        font-size: 34px;
                        font-weight: 500;
                      }

                      .beelee-product__cover {
                        border: 1px solid #EBDDD0;
                        border-radius: 10px;
                        padding: 10px;
                        position: relative;
                        background: #fff;
                        overflow: hidden;
                      }
                      

                      .beelee-product__slider {
                        /* margin: 70px 71px 0 71px; */
                        overflow: hidden;
                      }

                      .beelee-product__sliders {
                        height: 730px;
                      }

                      .beelee-product__form {
                        /* height: 350px;  */
                      }

                      .beelee-product__badges {
                        position: absolute;
                        top: 20px;
                        left: 20px;
                        right: 20px;
                        display: flex;
                        justify-content: flex-end;
                        z-index: 19;
                      }

                      .beelee-product__badge {
                        border-radius: 5px;
                        padding: 5px;
                        font-size: 14px;
                      }

                      .beelee-product__badge.discount {
                        background: #FFCD30;
                        color: #000;
                        font-weight: 500;
                      }

                      .beelee-product__badge.oos {
                        color: #fff;
                        background: #000;
                      }

                      .beelee-product__badge.new {
                        background: #30442B;
                        color: #fff;
                        font-weight: 500;
                      }

                      .beelee-product__short {
                        font-size: 16px;
                        line-height: 25px;
                        margin-top: 20px;
                      }

                      .beelee-product__price {
                        padding: 20px 0;
                        margin-top: 30px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        border-top: 1px solid #EBDDD0;
                        border-bottom: 1px solid #EBDDD0;
                      }

                      .beelee-product__prices {
                        flex: 1;
                        display: flex;
                        align-items: center;
                      }

                      .beelee-product__prices-current {
                        font-size: 34px;
                        font-weight: 500;
                      }

                      .beelee-product__price-info {
                        text-align: right;
                        opacity: 0.5;
                        font-size: 12px;
                        line-height: 15px;
                      }

                      .beelee-product__prices-discount {
                        font-size: 24px;
                        opacity: 0.5;
                        margin-left: 10px;
                      }

                      .beelee-product__form {
                        margin-top: 30px;
                      }

                      .beelee-product__form-header {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                      }

                      .beelee-product__form-title {
                        font-size: 20px;
                      }

                      .beelee-product__form-info {
                        font-size: 12px;
                        opacity: 0.5;
                      }

                      .beelee-product__form-options {
                        margin-top: 20px;
                        justify-content: space-between;
                      }

                      .beelee-product__form-option {
                        display: flex;
                        align-items: center;
                        margin-right: 30px;
                        text-decoration: none !important;
                        margin-bottom: 5px;
                      }

                      .beelee-radio__label {
                        margin-left: 5px;
                        opacity: 0.6;
                        cursor: pointer;
                      }

                      .beelee__radio {
                        -webkit-appearance: none;
                        padding: 8px !important;
                        border-radius: 50% !important;
                        border: 1px solid #291E19 !important;
                        outline: none;
                        position: relative;
                      }

                      .beelee__radio:checked:before {
                        content: "";
                        position: absolute;
                        background: #FFCD30;
                        opacity: 1;
                        border-radius: 50%;
                        top: 2px;
                        left: 2px;
                        width: 12px;
                        height: 12px;
                        transition-duration: 0.5;
                      }

                      .beelee__radio:checked+.beelee-radio__label {
                        opacity: 1;
                      }

                      .beelee-product__form-subscription-info {
                        position: relative;
                      }

                      .beelee-product__form-subscription-info-button {
                        margin-top: 15px;
                        margin-bottom: 15px;
                        opacity: 0.5;
                        text-decoration: underline;
                        display: inline-block;
                        font-size: 12px;
                      }

                      .beelee-product__form-subscription-options {
                        margin-top: 10px;
                      }

                      .beelee-product__form-subscription-option {
                        display: flex;
                        padding: 20px;
                        margin-bottom: 15px;
                        border: 1px solid #EBDDD0;
                        border-radius: 10px;
                        align-items: center;
                        cursor: pointer;
                      }

                      .beelee-product__form-subscription-option.selected {
                        background: #FFFBF0;
                        border-color: #FFCD30;
                      }

                      .beelee-product__form-subscription-popup {
                        position: absolute;
                        top: -100px;
                        width: 200px;
                        font-size: 10px;
                        background: #000000cc;
                        color: #fff;
                        padding: 15px;
                        border-radius: 8px;
                        display: none;
                        transition-duration: 0.6s;
                      }

                      .f-1 {
                        flex: 1;
                      }

                      .beelee-product__form-button-section.f-1 {
                        padding: 0 10px;
                      }

                      .beelee-product__form-button-section .product__price {
                        font-size: 20px;
                        font-weight: 500;
                        text-align: right;
                      }

                      .beelee-product__form-button-section-title {
                        font-size: 18px;
                        font-weight: 500;
                      }

                      .beelee-product__form-button-section-description {
                        font-size: 14px;
                        opacity: 0.6;
                      }

                      .beelee-product__icons {
                        margin-top: 60px;
                      }

                      .beelee-product__icon {
                        display: flex;
                        background: #FFFEFC;
                        border: 1px solid #EBDDD0;
                        border-radius: 10px;
                        padding: 10px;
                        align-items: center;
                        height: 100%;
                        line-height: 18px;
                      }

                      .beelee-product__icon span {
                        padding: 5px;
                      }

                      .beelee-button-buy {
                        margin-top: 15px;
                        -webkit-appearance: initial;
                        outline: none;
                        border: 0;
                        border-style: solid;
                        background: #FFCD30;
                        width: 100%;
                        border-radius: 15px;
                        text-align: center;
                        padding: 20px;
                        font-size: 16px;
                        font-weight: 500;
                        user-select: none;
                        color: #000 !important;
                      }

                      .beelee-product__reviews {
                        margin-top: 80px;
                      }

                      .beelee-product__reviews .ts-rating {
                        background: none !important;
                        border: none !important;
                        position: relative;
                      }

                      .beelee-product__reviews .ts-header-logo {
                        position: absolute !important;
                        top: -30px;
                        left: 10px;
                        right: auto !important;
                        bottom: auto !important;
                      }

                      .beelee-product__reviews .ts-header-title {
                        font-size: 30px !important;
                      }

                      .beelee-product__reviews .ts-header-filter-dropdown-label {
                        width: 260px !important;
                        padding: 20px !important;
                        background: #FFFFFF !important;
                        border: 1px solid #EBDDD0 !important;
                        border-radius: 10px !important;
                      }

                      .beelee-product__reviews .ts-reviews {
                        margin-top: 50px !important;
                      }

                      .beelee-product__reviews .ts-review {
                        padding: 30px !important;
                        background: #FFFFFF !important;
                        border: 1px solid #EBDFD4 !important;
                        border-radius: 10px !important;
                      }

                      .beelee-product__reviews .ts-buyer-info {
                        font-size: 16px !important;
                        color: #291E19 !important;
                        opacity: 0.5;
                        margin-bottom: 10px !important;
                      }

                      .beelee-product__reviews * {
                        font-family: "Basier Circle" !important;
                      }

                      .beelee-product__reviews .ts-published-date {
                        font-size: 16px !important;
                        color: #291E19 !important;
                        opacity: 0.5;
                      }

                      .beelee-product__reviews .ts-review-text {
                        font-size: 18px !important;
                        line-height: 160% !important;
                        margin-top: 12px !important;
                        margin-bottom: 12px !important;
                      }

                      .beelee-product__reviews .ts-footer {
                        display: none !important;
                      }

                      .beelee-product__reviews .ts-center-pagination {
                        padding: 20px !important;
                        border-top: 1px solid #EBDDD0;
                        border-bottom: 1px solid #EBDDD0;
                        width: auto !important;
                      }

                      .beelee-product__reviews .ts-center-pagination .ts-pagination-current-page,
                      .beelee-product__reviews .ts-center-pagination a {
                        font-size: 16px !important;
                        margin-right: 20px !important;
                      }

                      .beelee-product_tabs-acc {
                        display: none;
                        cursor: pointer;
                      }

                      .beelee-product_tabs-acc .tabs-minus {
                        display: none;
                      }

                      .beelee-product_tabs-acc.active .tabs-plus {
                        display: none;
                      }

                      .beelee-product_tabs-acc.active .tabs-minus {
                        display: block;
                      }

                      .beelee-product__form-mobile {
                        position: fixed;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background: #fff;
                        padding: 15px;
                        display: none;
                        align-items: center;
                        justify-content: space-between;
                        box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.15);
                        transition-duration: 0.5s;
                        z-index: 9;
                      }

                      .beelee-product__form-mobile.hide {
                        bottom: -150px;
                      }

                      .beelee-product__form-mobile-action {
                        flex: 1;
                        padding-left: 50px;
                      }

                      .beelee-product__form-mobile-action .beelee-button-buy {
                        margin: 0;
                        padding: 16px;
                        font-size: 14px;
                        font-weight: 500;
                      }

                      .beelee-product__form-mobile-price .beelee-button-buy-price {
                        font-size: 20px;
                        font-weight: 500;
                      }

                      .beelee-product__form-mobile-price .beelee-button-buy-discount {
                        font-size: 18px;
                        opacity: 0.5;
                      }

                      .beelee-product__form-action {
                        display: flex;
                        align-items: center;
                        margin-top: 15px;
                      }

                      .paywhirl-plan-wrapper {
                        height: 250px;
                      }

                      @media (max-width: 562px){
                        .beelee-product__slider{
                          max-height: 390px;
                        }
                        .beelee-product__cover{
                          max-height: 510px;
                        }
                      }

                      @media (max-width: 992px) {
                        .beelee-product__form-mobile {
                          display: flex;
                        }

                        .beelee-product__form-action {
                          flex-direction: row;
                          display: none;
                        }

                        .beelee-button-buy {
                          font-size: 14px;
                        }

                        .beelee-product__breadcrumb {
                          display: none;
                        }

                        .beelee-product_tabs-controls {
                          display: none;
                        }

                        .beelee-product_tabs-acc {
                          display: flex;
                          align-items: center;
                          justify-content: space-between;
                          padding-top: 12px;
                          padding-bottom: 12px;
                          border-bottom: 1px solid #EBDFD4;
                          font-size: 18px;
                          font-weight: 500;
                        }

                        .beelee-product__body {
                          margin-top: 0;
                        }

                        .beelee-product__cover {
                          padding: 0;
                          border: none;
                          border-bottom: 1px solid #F5EEE8;
                          padding-bottom: 15px;
                        }

                        .beelee-product__sliders {
                          height: 650px;
                        }

                        .beelee-product__slider {
                          padding: 0;
                          margin-top: 25px;
                          margin-bottom: 15px;
                        }

                        .beelee-product__slider .owl-nav,
                        .beelee-product__slider .owl-dots {
                          display: none;
                        }

                        .beelee-product__form {
                          height: 290px;
                        }

                        .beelee-product__stars {
                          height: 22px;
                        }

                        .owl-thumbs {
                          overflow-y: auto;
                          padding-bottom: 15px;
                          height: 72px;
                        }

                        .beelee-product__title h1 {
                          font-size: 18px;
                          margin-top: 20px;
                          line-height: 1.4;
                        }

                        .beelee-product__price {
                          display: none;
                        }

                        .beelee-product__short {
                          font-size: 14px;
                        }

                        .beelee-product__icons .col-6 {
                          margin-bottom: 15px;
                        }

                        .beelee-product__icon span {
                          font-size: 14px;
                        }

                        .beelee-product__form-title {
                          font-size: 18px;
                        }

                        .beelee-product__form-info {
                          display: none;
                        }

                        .beelee-radio__label {
                          font-size: 12px;
                        }

                        .beelee-product__form-option {
                          margin-right: 10px;
                        }

                        .beelee-product__body {
                          border-bottom: 1px solid #F5EEE8;
                        }

                        .beelee-product__icons {
                          margin-top: 30px;
                        }

                        .beelee-product__form-button-section-title {
                          font-size: 14px;
                        }

                        .beelee-product__form-button-section-description {
                          font-size: 12px;
                        }

                        .beelee-product__form-button-section .product__price {
                          font-size: 16px;
                        }

                        .beelee-product__reviews .ts-review-text {
                          font-size: 14px !important;
                        }

                        .beelee-product__reviews .ts-review {
                          padding: 15px !important;
                        }

                        .beelee-product__reviews .ts-header-filter-dropdown {
                          float: none !important;
                        }

                        .beelee-product__reviews .ts-buyer-info {
                          font-size: 14px !important;
                        }

                        .beelee-product__reviews .ts-header-filter-dropdown-label {
                          padding: 15px !important;
                          display: flex !important;
                          justify-content: space-between !important;
                        }

                        .beelee-product__reviews .ts-published-date {
                          font-size: 12px !important;
                        }

                        .beelee-product__reviews .ts-header-title {
                          margin-top: 25px !important;
                        }

                        .beelee-product__reviews .ts-reviews {
                          margin-top: 20px !important;
                        }

                        .beelee-product__reviews .ts-header-filter-dropdown {
                          display: block !important;
                        }

                        .beelee-product__reviews .ts-header-filter-dropdown-label {
                          width: 100% !important;
                          box-sizing: border-box !important;
                        }
                      }
                
                      .paywhirl-plan-selector-group>label {
                        display: flex;
                        padding: 20px;
                        margin-bottom: 15px;
                        border: 1px solid #EBDDD0;
                        border-radius: 10px;
                        align-items: center;
                        cursor: pointer;
                      }

                      .paywhirl-plan-selector-group.paywhirl-group-selected>label {
                        background: #FFFBF0;
                        border-color: #FFCD30;
                      }

                      .beelee-product__form-discount-badge {
                        font-size: 12px;
                        padding: 5px;
                        background: #FFCD30;
                        margin-left: 10px;
                        border-radius: 5px;
                      }

                      .beelee-product__form-button-section-title {
                        display: flex;
                        align-items: center;
                      }

                      @media (max-width: 992px) {
                        .beelee-product__form-discount-badge {
                          font-size: 9px;
                          margin-left: 5px;
                        }
                      }
            
                      .ts-rating-light.productreviews .ts-wrapper .ts-reviews .ts-reviews-list {
                        max-height: initial !important;
                      }

                      #beelee__ingredients-modal .modal-content {
                        background: none;
                        border: none;
                      }

                      .modal-close {
                        position: fixed;
                        top: 15px;
                        right: 15px;
                        z-index: 99999999;
                      }

                      .modal-ingredients {
                        transform: translateY(30%);
                      }

                      .beelee__ingredients {
                        background: #FFEED2;
                        padding-top: 80px;
                        padding-bottom: 160px;
                        position: relative;
                        background-image: url(https://cdn.shopify.com/s/files/1/0072/5450/7572/files/Background_x700.jpg?v=1640683728);
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: top right;
                      }

                      .beelee__ingredients-item-content {
                        margin-top: 10px;
                        line-height: 25px;
                        font-size: 16px;
                      }

                      .beelee__ingredients-link {
                        display: none;
                      }

                      .beelee__ingredients-bg {
                        position: absolute;
                        bottom: -30px;
                        right: 50px;
                      }

                      .beelee__ingredients-title {
                        font-size: 50px;
                        font-weight: 500;
                      }

                      .beelee__ingredients-items.mobile {
                        display: none;
                      }

                      .beelee__ingredients-item {
                        flex: 1;
                        padding: 20px;
                        background: #fff;
                        border-radius: 10px;
                      }

                      .beelee__ingredients-item-image a {
                        display: block;
                        border-radius: 10px;
                        overflow: hidden;
                        height: 280px;
                        background-position: top center;
                        background-size: cover;
                      }

                      .beelee__ingredients-item-image img {
                        width: 100%;
                      }

                      .beelee__ingredients-item-title {
                        font-size: 24px;
                        line-height: 1.3;
                        margin-top: 30px;
                        font-weight: 500;
                        display: flex;
                        justify-content: space-between;
                      }

                      .beelee__ingredients-item-title .icon-minus {
                        display: none;
                      }

                      .beelee__ingredients-item.active .icon-minus {
                        display: inline-block;
                      }

                      .beelee__ingredients-item.active .icon-plus {
                        display: none;
                      }

                      .beelee__ingredients-item-title a {
                        text-decoration: none !important;
                        color: #000 !important;
                      }

                      .beelee__ingredients-item-date {
                        font-size: 16px;
                        margin-top: 20px;
                      }

                      .beelee__ingredients .owl-dots {
                        display: flex;
                        justify-content: center;
                        margin-top: 10px;
                      }

                      .beelee__ingredients .owl-carousel button.owl-dot {
                        border: 1px solid #000;
                        width: 8px;
                        height: 8px;
                        border-radius: 100%;
                        margin: 5px;
                        margin-top: 20px;
                      }

                      .beelee__ingredients .owl-carousel button.owl-dot.active {
                        background-color: #000;
                        border-color: #000;
                      }

                      .beelee__ingredients-header {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-bottom: 20px;
                      }

                      .beelee__ingredients-link a {
                        color: #291e19 !important;
                        font-size: 14px;
                      }

                      .beelee__ingredients .owl-prev,
                      .beelee__ingredients .owl-next {
                        width: 50px;
                        height: 50px;
                        background: rgba(41, 30, 25, 0.1) !important;
                        border-radius: 100%;
                        font-size: 24px !important;
                        font-weight: 500;
                        transition-duration: 0.5s;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                      }

                      .beelee__ingredients .owl-prev:hover,
                      .beelee__ingredients .owl-next:hover {
                        background: rgba(255, 255, 255, 1) !important;
                      }

                      .beelee__ingredients .owl-prev {
                        margin-right: 15px !important;
                      }

                      .beelee__ingredients .owl-nav {
                        position: absolute;
                        top: -120px;
                        right: 20px;
                      }

                      .beelee__ingredients-linkdesktop {
                        text-align: center;
                        margin-top: 50px;
                      }

                      .beelee__ingredients-item-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 20px;
                        height: 78px;
                        background: #fff;
                        border: 1px solid #EBDDD0;
                        border-radius: 9px;
                        background-size: contain;
                        background-repeat: no-repeat;
                      }

                      .beelee__ingredients-header-mobile {
                        background-size: cover;
                        padding: 40px 20px;
                        margin-bottom: 40px;
                      }

                      .beelee__ingredients-header-title {
                        font-size: 30px;
                        font-weight: 500;
                        line-height: 120%;
                      }

                      .beelee__ingredients-header-description {
                        font-size: 14px;
                        line-height: 150%;
                        padding-top: 5px;
                      }

                      @media (max-width: 992px) {
                        .beelee__ingredients-linkdesktop {
                          display: none;
                        }

                        .beelee__ingredients-link {
                          display: block;
                        }

                        .beelee__ingredients {
                          padding-top: 0;
                          padding-bottom: 0;
                          background: #fff;
                        }

                        .beelee__ingredients .item {
                          display: flex;
                          justify-content: center;
                        }

                        .beelee__ingredients-items.desktop {
                          display: none;
                        }

                        .beelee__ingredients-items.mobile {
                          display: block;
                        }

                        .beelee__ingredients-item-title {
                          font-size: 16px;
                          margin-top: 15px;
                        }

                        .beelee__ingredients-item-image a {
                          height: 180px;
                        }

                        .beelee__ingredients-item-date {
                          font-size: 12px;
                        }

                        .beelee__ingredients-header .beelee__subtitle {
                          margin: 0;
                        }
                      }
      
                      .beelee__similar {
                        padding-top: 80px;
                        padding-bottom: 160px;
                        position: relative;
                      }

                      .beelee__similar-item-content {
                        margin-top: 10px;
                        line-height: 25px;
                        font-size: 16px;
                      }

                      .beelee__similar .owl-stage {
                        padding-left: 0 !important;
                      }

                      .beelee__similar-link {
                        display: none;
                      }

                      .beelee__similar-bg {
                        position: absolute;
                        bottom: -30px;
                        right: 50px;
                      }

                      .beelee__similar-title {
                        font-size: 50px;
                        font-weight: 500;
                      }

                      .beelee__similar-items.mobile {
                        display: none;
                      }

                      .beelee__similar-item {
                        flex: 1;
                        padding: 20px;
                        background: #fff;
                        border-radius: 10px;
                      }

                      .beelee__similar-item-image a {
                        display: block;
                        border-radius: 10px;
                        overflow: hidden;
                        height: 280px;
                        background-position: top center;
                        background-size: cover;
                      }

                      .beelee__similar-item-image img {
                        width: 100%;
                      }

                      .beelee__similar-item-title {
                        font-size: 24px;
                        line-height: 1.3;
                        margin-top: 30px;
                        font-weight: 500;
                      }

                      .beelee__similar-item-title a {
                        text-decoration: none !important;
                        color: #000 !important;
                      }

                      .beelee__similar-item-date {
                        font-size: 16px;
                        margin-top: 20px;
                      }

                      .beelee__similar .owl-dots {
                        display: flex;
                        justify-content: center;
                        margin-top: 10px;
                      }

                      .beelee__similar .owl-carousel button.owl-dot {
                        border: 1px solid #000;
                        width: 8px;
                        height: 8px;
                        border-radius: 100%;
                        margin: 5px;
                        margin-top: 20px;
                      }

                      .beelee__similar .owl-carousel button.owl-dot.active {
                        background-color: #000;
                        border-color: #000;
                      }

                      .beelee__similar-header {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-bottom: 20px;
                      }

                      .beelee__similar-link a {
                        color: #291e19 !important;
                        font-size: 14px;
                      }

                      .beelee__similar .owl-prev,
                      .beelee__similar .owl-next {
                        width: 50px;
                        height: 50px;
                        background: rgba(41, 30, 25, 0.1) !important;
                        border-radius: 100%;
                        font-size: 24px !important;
                        font-weight: 500;
                        transition-duration: 0.5s;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                      }

                      .beelee__similar .owl-prev:hover,
                      .beelee__similar .owl-next:hover {
                        background: rgba(255, 255, 255, 1) !important;
                      }

                      .beelee__similar .owl-prev {
                        margin-right: 15px !important;
                      }

                      .beelee__similar .owl-nav {
                        position: absolute;
                        top: -120px;
                        right: 20px;
                      }

                      .beelee__similar-linkdesktop {
                        text-align: center;
                        margin-top: 50px;
                      }

                      @media (max-width: 992px) {
                        .beelee__similar-linkdesktop {
                          display: none;
                        }

                        .beelee__similar-link {
                          display: block;
                        }

                        .beelee__similar {
                          padding-top: 45px;
                          padding-bottom: 60px;
                        }

                        .beelee__similar .item {
                          display: flex;
                          justify-content: center;
                        }

                        .beelee__similar-items.desktop {
                          display: none;
                        }

                        .beelee__similar-items.mobile {
                          display: block;
                        }

                        .beelee__similar-item-title {
                          font-size: 16px;
                          margin-top: 15px;
                        }

                        .beelee__similar-item-image a {
                          height: 180px;
                        }

                        .beelee__similar-item-date {
                          font-size: 12px;
                        }

                        .beelee__similar-header .beelee__subtitle {
                          margin: 0;
                        }
                      }


/*! CSS Used from: data:text/css;base64,Ym9keSBpbnB1dCxib2R5IHRleHRhcmVhLGJvZHkgYnV0dG9uLGJvZHkgc2VsZWN0IHtmb250LWZhbWlseTogaW5oZXJpdDt9W2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0sIFtkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdICoge3BhZGRpbmc6IDBweDttYXJnaW4tdG9wOiAwcHg7bWFyZ2luLWJvdHRvbTogMHB4O306cm9vdHstLWxoLWZvbnQtZmFtaWx5OiAiUG9wcGlucyIgIWltcG9ydGFudDstLWxoLWZvbnQtc2l6ZTogMTZweCAhaW1wb3J0YW50Oy0tbGgtY29sb3I6ICMwMDAwMDAgIWltcG9ydGFudDstLWxoLWNvbG9yLXJnYjogMCwgMCwgMCAhaW1wb3J0YW50O31ib2R5IHNlY3Rpb25bZGF0YS1sYXlvdXRodWI9InNlY3Rpb24iXSB7Y29sb3I6ICM3QTdBN0E7Zm9udC1mYW1pbHk6ICJQb3BwaW5zIiAhaW1wb3J0YW50O2ZvbnQtc2l6ZTogMTZweCAhaW1wb3J0YW50O31bZGF0YS1sYXlvdXRodWI9InNlY3Rpb24iXSBoMSwgW2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0gaDIsIFtkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdIGgzLCBbZGF0YS1sYXlvdXRodWI9InNlY3Rpb24iXSBoNCwgW2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0gaDUge2NvbG9yOiAjMUExQTFCO30uY291cG9uX2NvZGUgewogYmFja2dyb3VuZDogI2YwZWVlZCAhaW1wb3J0YW50Owpib3JkZXItY29sb3I6ICNkZmQ2Y2UgIWltcG9ydGFudDsKfTwhLS1saC1saXZlLWVkaXRvci0tPiBpbWcubGgtbGF6eTpub3QoW3NyY10pIHt2aXNpYmlsaXR5OiBoaWRkZW47fQ== ; media=all */
@media all{
body input,body button,body select{font-family:inherit;}
}
/*! CSS Used from: Embedded */
*,::after,::before{box-sizing:border-box;}
h1,h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h1{font-size:calc(1.375rem + 1.5vw);}
@media (min-width:1200px){
h1{font-size:2.5rem;}
}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
p{margin-top:0;margin-bottom:1rem;}
ol,ul{padding-left:2rem;}
ol,ul{margin-top:0;margin-bottom:1rem;}
strong{font-weight:bolder;}
a{color:#0d6efd;text-decoration:underline;}
a:hover{color:#0a58ca;}
img,svg{vertical-align:middle;}
label{display:inline-block;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button,input,select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,select{text-transform:none;}
[role=button]{cursor:pointer;}
select{word-wrap:normal;}
select:disabled{opacity:1;}
[type=button],button{-webkit-appearance:button;}
::-moz-focus-inner{padding:0;border-style:none;}
fieldset{min-width:0;padding:0;margin:0;border:0;}
legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;}
@media (min-width:1200px){
legend{font-size:1.5rem;}
}
legend+*{clear:left;}
.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5);}
.col{flex:1 0 0%;}
.col-6{flex:0 0 auto;width:50%;}
@media (min-width:992px){
.col-lg-1{flex:0 0 auto;width:8.33333333%;}
.col-lg-2{flex:0 0 auto;width:16.66666667%;}
.col-lg-5{flex:0 0 auto;width:41.66666667%;}
.col-lg-6{flex:0 0 auto;width:50%;}
}
.fade{transition:opacity .15s linear;}
@media (prefers-reduced-motion:reduce){
.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;}
.badge:empty{display:none;}
.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px);}
@media (prefers-reduced-motion:reduce){
.modal.fade .modal-dialog{transition:none;}
}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
@media (min-width:576px){
.modal-dialog{max-width:500px;margin:1.75rem auto;}
}
.visible{visibility:visible!important;}
/*! CSS Used from: Embedded */
*{box-sizing:border-box;}
img{width:auto;height:auto;}
a{text-decoration:underline;color:#1A3C34;transition-duration:0.3s;}
a:hover{text-decoration:underline;color:#FFD0AE;}
.beelee__mobile{display:none;}
@media (max-width: 992px){
.beelee__desktop{display:none;}
.beelee__mobile{display:block;}
}
.beelee__subtitle{font-weight:600;font-size:48px;margin-bottom:35px;color:#291E19;}
.lazyloading{opacity:0.3;will-change:opacity, filter;-webkit-filter:blur(10px);filter:blur(10px);transition:opacity 1000ms, filter 1500ms;}
.lazyloaded{opacity:1;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;transition:opacity 0.25s ease;}
.beelee-productbox{position:relative;height:440px;border:1px solid #EBDDD0;background:#FFFFFF;box-sizing:border-box;border-radius:10px;margin:0 auto;margin-bottom:25px;max-width:300px;overflow:hidden;}
.beelee-productbox__badges{position:absolute;top:0;left:0;width:100%;padding:5px 10px;}
.beelee-productbox .badge{border-radius:5px;padding:7px;font-size:12px;font-weight:600;}
.beelee-productbox .badge.discount{background:#FFCD30;color:#000;position:absolute;right:10px;}
.beelee-productbox__inner{height:100%;display:flex;flex-direction:column;}
.beelee-productbox__image{display:flex;align-items:center;justify-content:center;height:180px;box-sizing:border-box;margin:30px;}
.beelee-productbox__image img{width:100%!important;object-fit:contain;}
.beelee-productbox__rating{height:12px;padding:0 10px;display:flex;justify-content:center;margin-top:10px;}
.beelee-productbox__title{padding:10px 20px;}
.beelee-productbox__title a{font-size:16px;line-height:1.4;color:#291E19!important;text-decoration:none!important;}
.beelee-productbox__unitprice{flex:1;padding:0 20px;margin-bottom:10px;color:#948F8C;font-size:10px;}
.beelee-productbox__actions{display:flex;padding:0 20px;margin-bottom:30px;}
.beelee-productbox__prices{display:flex;flex-direction:column;align-items:flex-start;}
.beelee-productbox__price-current{font-size:24px;}
.beelee-productbox__price-discount{font-size:18px;line-height:22px;text-decoration-line:line-through;color:#291E19;opacity:.5;}
.beelee-productbox__cart{flex:1;}
.beelee-productbox__button{text-align:right;}
@media (max-width: 992px){
.beelee__subtitle{font-size:24px;margin-bottom:25px;}
.beelee-productbox{margin-bottom:20px;font-size:14px;overflow:hidden;height:370px;max-width:180px;}
.beelee-productbox__title a{font-size:14px;}
.beelee-productbox__image{margin:0;height:145px;}
.beelee-productbox__image a{display:block;height:100%;margin-top:15px;margin-bottom:15px;}
.beelee-productbox__image img{width:auto!important;height:100%;}
.beelee-productbox__price-current{font-size:16px;}
.beelee-productbox__price-discount{font-size:14px;}
.beelee-productbox__rating{padding:0 15px;}
.beelee-productbox__title{padding:10px 15px;}
.beelee-productbox__unitprice{padding:5px 15px;}
.beelee-productbox__actions{padding:0 15px;margin-bottom:15px;}
}
/*! CSS Used from: Embedded */
[data-bg]:not(.visible){position:relative;overflow:hidden;background-color:#ddd;}
[data-bg]:not(.visible):after{content:'';top:0;transform:translateX(100%);width:100%;height:100%;position:absolute;z-index:1;animation:slide 1s infinite 3s;background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );}
/*! CSS Used from: Embedded */
.beelee-minicart__basket-item-quantity{display:flex;align-items:center;border:1px solid #EBDDD0;border-radius:10px;}
.belee-product__quantity-amount{border-left:1px solid #EBDDD0;border-right:1px solid #EBDDD0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;user-select:none;}
.belee-product__quantity-button{cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;user-select:none;}
/*! CSS Used from: Embedded */
#trusted-expand{text-align:center;text-decoration:underline;padding:10px;cursor:pointer;}
.beelee-product__stars{height:22px;}
.owl-thumbs{display:flex;align-items:center;}
.owl-thumbs img{width:60px;padding:5px 10px;background:#FFFFFF;border-radius:10px;margin-right:10px;cursor:pointer;}
.owl-thumbs img.active{padding:4px 9px;border:1px solid #F7CC46;}
.beelee-product{background:#FFFEFC;}
.beelee-product_tabs-controls{display:flex;border-bottom:1px solid #EBDFD4;margin-top:90px;}
.beelee-product_tabs-controls a{margin-right:60px;padding-bottom:18px;opacity:0.5;font-size:20px;text-decoration:none!important;color:#291E19!important;display:inline-block;}
.beelee-product_tabs-controls a.active{border-bottom:3px solid #FFCD30;opacity:1;}
.beelee-product_tabs-contents{padding-top:25px;}
.beelee-product_tabs-content{display:none;padding-top:15px;}
.beelee-product_tabs-content.active{display:block;}
.beelee-product_tabs-content h2{font-size:20px;margin-bottom:25px;margin-top:25px;}
.beelee-product_tabs-content p{line-height:1.5;}
.beelee-product__breadcrumb{margin-top:35px;font-size:14px;}
.beelee-product__body{margin-top:35px;}
.beelee-product__title h1{font-size:34px;font-weight:500;}
.beelee-product__cover{border:1px solid #EBDDD0;border-radius:10px;padding:10px;position:relative;background:#fff;}
/* .beelee-product__slider{padding:70px 70px 0 70px;} */
.beelee-product__sliders{height:730px;}
.beelee-product__badges{position:absolute;top:20px;left:20px;right:20px;display:flex;justify-content:flex-end;z-index:19;}
.beelee-product__short{font-size:16px;line-height:25px;margin-top:20px;}
.beelee-product__price{padding:20px 0;margin-top:30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #EBDDD0;border-bottom:1px solid #EBDDD0;}
.beelee-product__prices{flex:1;display:flex;align-items:center;}
.beelee-product__prices-current{font-size:34px;font-weight:500;}
.beelee-product__price-info{text-align:right;opacity:0.5;font-size:12px;line-height:15px;}
.beelee-product__form{margin-top:30px;}
.beelee-product__form-header{display:flex;justify-content:space-between;align-items:center;}
.beelee-product__form-title{font-size:20px;}
.beelee-product__form-info{font-size:12px;opacity:0.5;}
.beelee__radio{-webkit-appearance:none;padding:8px!important;border-radius:50%!important;border:1px solid #291E19!important;outline:none;position:relative;}
.beelee__radio:checked:before{content:"";position:absolute;background:#FFCD30;opacity:1;border-radius:50%;top:2px;left:2px;width:12px;height:12px;transition-duration:0.5;}
.beelee-product__form-subscription-info{position:relative;}
.beelee-product__form-subscription-info-button{margin-top:15px;margin-bottom:15px;opacity:0.5;text-decoration:underline;display:inline-block;font-size:12px;}
.beelee-product__form-subscription-popup{position:absolute;top:-100px;width:200px;font-size:10px;background:#000000cc;color:#fff;padding:15px;border-radius:8px;display:none;transition-duration:0.6s;}
.f-1{flex:1;}
.beelee-product__form-button-section.f-1{padding:0 10px;}
.beelee-product__form-button-section .product__price{font-size:20px;font-weight:500;text-align:right;}
.beelee-product__form-button-section-title{font-size:18px;font-weight:500;}
.beelee-product__form-button-section-description{font-size:14px;opacity:0.6;}
.beelee-product__icons{margin-top:60px;}
.beelee-product__icon{display:flex;background:#FFFEFC;border:1px solid #EBDDD0;border-radius:10px;padding:10px;align-items:center;height:100%;line-height:18px;}
.beelee-product__icon span{padding:5px;}
.beelee-button-buy{margin-top:15px;-webkit-appearance:initial;outline:none;border:0;border-style:solid;background:#FFCD30;width:100%;border-radius:15px;text-align:center;padding:20px;font-size:16px;font-weight:500;user-select:none;color:#000!important;}
.beelee-product__reviews{margin-top:80px;}
.beelee-product__reviews *{font-family:"Basier Circle"!important;}
.beelee-product_tabs-acc{display:none;cursor:pointer;}
.beelee-product_tabs-acc .tabs-minus{display:none;}
.beelee-product__form-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px;display:none;align-items:center;justify-content:space-between;box-shadow:0px -10px 40px rgba(0, 0, 0, 0.15);transition-duration:0.5s;z-index:9;}
.beelee-product__form-mobile.hide{bottom:-150px;}
.beelee-product__form-mobile-action{flex:1;padding-left:50px;}
.beelee-product__form-mobile-action .beelee-button-buy{margin:0;padding:16px;font-size:14px;font-weight:500;}
.beelee-product__form-mobile-price .beelee-button-buy-price{font-size:20px;font-weight:500;}
.beelee-product__form-action{display:flex;align-items:center;margin-top:15px;}
.paywhirl-plan-wrapper{height:250px;}
@media (max-width: 992px){
.beelee-product__form-mobile{display:flex;}
.beelee-product__form-action{flex-direction:row;display:none;}
.beelee-button-buy{font-size:14px;}
.beelee-product__breadcrumb{display:none;}
.beelee-product_tabs-controls{display:none;}
.beelee-product_tabs-acc{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #EBDFD4;font-size:18px;font-weight:500;}
.beelee-product__body{margin-top:0;}
.beelee-product__cover{padding:0;border:none;border-bottom:1px solid #F5EEE8;padding-bottom:15px;}
.beelee-product__sliders{height:650px;}
.beelee-product__slider{padding:0;margin-top:25px;margin-bottom:15px;}
.beelee-product__slider .owl-nav,.beelee-product__slider .owl-dots{display:none;}
.beelee-product__form{height:10px;}
.beelee-product__stars{height:22px;}
.owl-thumbs{overflow-y:auto;padding-bottom:15px;height:72px;}
.beelee-product__title h1{font-size:18px;margin-top:20px;line-height:1.4;}
.beelee-product__price{display:none;}
.beelee-product__short{font-size:14px;}
.beelee-product__icons .col-6{margin-bottom:15px;}
.beelee-product__icon span{font-size:14px;}
.beelee-product__form-title{font-size:18px;}
.beelee-product__form-info{display:none;}
.beelee-product__body{border-bottom:1px solid #F5EEE8;}
.beelee-product__icons{margin-top:30px;}
.beelee-product__form-button-section-title{font-size:14px;}
.beelee-product__form-button-section-description{font-size:12px;}
.beelee-product__form-button-section .product__price{font-size:16px;}
}
/*! CSS Used from: Embedded */
.paywhirl-plan-selector-group > label{display:flex;padding:20px;margin-bottom:15px;border:1px solid #EBDDD0;border-radius:10px;align-items:center;cursor:pointer;}
.paywhirl-plan-selector-group.paywhirl-group-selected > label{background:#FFFBF0;border-color:#FFCD30;}
.beelee-product__form-discount-badge{font-size:12px;padding:5px;background:#FFCD30;margin-left:10px;border-radius:5px;}
.beelee-product__form-button-section-title{display:flex;align-items:center;}
@media (max-width: 992px){
.beelee-product__form-discount-badge{font-size:10px;margin-left:5px;}
}
/*! CSS Used from: Embedded */
#beelee__ingredients-modal .modal-content{background:none;border:none;}
.modal-close{position:fixed;top:15px;right:15px;z-index:99999999;}
.modal-ingredients{transform:translateY(30%);}
.beelee__ingredients{background:#FFEED2;padding-top:80px;padding-bottom:160px;position:relative;background-image:url(//cdn.shopify.com/s/files/1/0072/5450/7572/files/Background_x700.jpg?v=1640683728);background-size:cover;background-repeat:no-repeat;background-position:top right;}
.beelee__ingredients-item-content{margin-top:10px;line-height:25px;font-size:16px;}
.beelee__ingredients-bg{position:absolute;bottom:-30px;right:50px;}
.beelee__ingredients-item{flex:1;padding:20px;background:#fff;border-radius:10px;}
.beelee__ingredients-item-image img{width:100%;}
.beelee__ingredients-item-title{font-size:24px;line-height:1.3;margin-top:30px;font-weight:500;display:flex;justify-content:space-between;}
.beelee__ingredients-item-title .icon-minus{display:none;}
.beelee__ingredients .owl-dots{display:flex;justify-content:center;margin-top:10px;}
.beelee__ingredients-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.beelee__ingredients .owl-prev,.beelee__ingredients .owl-next{width:50px;height:50px;background:rgba(41,30,25,0.1)!important;border-radius:100%;font-size:24px!important;font-weight:500;transition-duration:0.5s;display:inline-flex;align-items:center;justify-content:center;}
.beelee__ingredients .owl-prev:hover,.beelee__ingredients .owl-next:hover{background:rgba(255,255,255,1)!important;}
.beelee__ingredients .owl-prev{margin-right:15px!important;}
.beelee__ingredients .owl-nav{position:absolute;top:-120px;right:20px;}
.beelee__ingredients-item-mobile{display:flex;align-items:center;justify-content:center;margin-bottom:20px;height:78px;background:#fff;border:1px solid #EBDDD0;border-radius:9px;background-size:contain;background-repeat:no-repeat;}
.beelee__ingredients-header-mobile{background-size:cover;padding:40px 20px;margin-bottom:40px;}
.beelee__ingredients-header-title{font-size:30px;font-weight:500;line-height:120%;}
.beelee__ingredients-header-description{font-size:14px;line-height:150%;padding-top:5px;}
@media (max-width: 992px){
.beelee__ingredients{padding-top:0;padding-bottom:0;background:#fff;}
.beelee__ingredients .item{display:flex;justify-content:center;}
.beelee__ingredients-item-title{font-size:16px;margin-top:15px;}
.beelee__ingredients-header .beelee__subtitle{margin:0;}
}
/*! CSS Used from: Embedded */
.beelee__similar{padding-top:80px;padding-bottom:160px;position:relative;}
.beelee__similar .owl-stage{padding-left:0!important;}
.beelee__similar .owl-dots{display:flex;justify-content:center;margin-top:10px;}
.beelee__similar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.beelee__similar .owl-prev,.beelee__similar .owl-next{width:50px;height:50px;background:rgba(41,30,25,0.1)!important;border-radius:100%;font-size:24px!important;font-weight:500;transition-duration:0.5s;display:inline-flex;align-items:center;justify-content:center;}
.beelee__similar .owl-prev:hover,.beelee__similar .owl-next:hover{background:rgba(255,255,255,1)!important;}
.beelee__similar .owl-prev{margin-right:15px!important;}
.beelee__similar .owl-nav{position:absolute;top:-120px;right:20px;}
@media (max-width: 992px){
.beelee__similar{padding-top:45px;padding-bottom:60px;}
.beelee__similar .item{display:flex;justify-content:center;}
.beelee__similar-header .beelee__subtitle{margin:0;}
}
/*! CSS Used from: https://cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/owl.carousel.min.css?v=70516089817612781961665651653 ; media=all */

@media all{
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}
.owl-carousel{display:none;width:100%;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0); /*width:474px;*/ height:446px;}
.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}
.owl-carousel .owl-item .item{display: flex;justify-content: center;}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none;}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
}

.owl-carousel .owl-item img{display:block;width:80%; max-height:420px; object-fit:contain;}
@media (max-width:900px){
  
.owl-carousel .owl-item img{display:block;width:100%;}
}
/*! CSS Used keyframes */
@keyframes slide{0%{transform:translateX(-100%);}100%{transform:translateX(100%);}}
/*! CSS Used fontfaces */
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-regular-webfont.woff2?v=162723359133142630621665651075) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-regular-webfont.woff?v=81050715486188442051665651074) format("woff");font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-regularitalic-webfont.woff2?v=15848849859182985201665651078) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-regularitalic-webfont.woff?v=27850851920024151051665651077) format("woff");font-weight:normal;font-style:italic;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-medium-webfont.woff2?v=75194280510446036071665651069) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-medium-webfont.woff?v=23862835333314755181665651068) format("woff");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-mediumitalic-webfont.woff2?v=23634629259404154731665651072) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-mediumitalic-webfont.woff?v=31280305361228612641665651071) format("woff");font-weight:500;font-style:italic;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-semibold-webfont.woff2?v=128602270848911548891665651081) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-semibold-webfont.woff?v=74370044703364346401665651080) format("woff");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-semibolditalic-webfont.woff2?v=134689467353021616231665651084) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-semibolditalic-webfont.woff?v=54622574706716148501665651083) format("woff");font-weight:600;font-style:italic;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-bold-webfont.woff2?v=9246843180499364831665651063) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-bold-webfont.woff?v=122326703835422703911665651062) format("woff");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Basier Circle";src:url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-bolditalic-webfont.woff2?v=136894239496496278821665651066) format("woff2"), url(//cdn.shopify.com/s/files/1/0072/5450/7572/t/92/assets/basiercircle-bolditalic-webfont.woff?v=91807386106746717811665651065) format("woff");font-weight:700;font-style:italic;font-display:swap;}


#shopify-section-beelee-footer .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5);}
#shopify-section-beelee-footer .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);}
#shopify-section-beelee-footer .col-6{flex:0 0 auto;width:50%;}
@media (min-width:768px){
#shopify-section-beelee-footer .col-md-3{flex:0 0 auto;width:25%;}
#shopify-section-beelee-footer .col-md-4{flex:0 0 auto;width:33.33333333%;}
#shopify-section-beelee-footer .col-md-6{flex:0 0 auto;width:50%;}
#shopify-section-beelee-footer .col-md-8{flex:0 0 auto;width:66.66666667%;}
}
@media (max-width: 992px){
#shopify-section-beelee-footer .beelee__subtitle{font-size:24px;margin-bottom:25px;}
}
#shopify-section-beelee-footer .beelee__newsletter-button{position:absolute;right:14px;top:13px;background:none;border:none;outline:none;}
#shopify-section-beelee-footer .beelee__newsletter-form{position:relative;}
#shopify-section-beelee-footer .beelee__newsletter-input{margin-top:15px;}
#shopify-section-beelee-footer .beelee__newsletter-input input{width:100%;border:1px solid #EBDDD0;border-radius:100px;background:#FFFEFC;padding:15px 25px;box-sizing:border-box;}
@media (max-width: 992px){
#shopify-section-beelee-footer .beelee__newsletter-input input{font-size:12px;padding:10px 15px;}
#shopify-section-beelee-footer .beelee__newsletter-button{right:6px;top:5px;}
}
#shopify-section-beelee-footer .beelee__footer-awaits{background:url(https://cdn.shopify.com/s/files/1/0072/5450/7572/t/89/assets/what_awaits_bg_desktop.svg?v=134950103690937370301648815468) #FFF;background-position:top center;padding-top:145px;padding-bottom:70px;color:#fff;background-size:cover;}
#shopify-section-beelee-footer .beelee__footer-awaits .beelee__subtitle,.beelee__footer-awaits-box{text-align:center;}
#shopify-section-beelee-footer .beelee__footer-awaits-boxes{margin-top:75px;}
#shopify-section-beelee-footer .beelee__footer-awaits-text{margin-top:20px;}
@media (max-width: 992px){
.beelee__footer-awaits{background:url(https://cdn.shopify.com/s/files/1/0072/5450/7572/t/89/assets/what_awaits_bg.svg?v=147028386009938747921648815467);background-size:cover;padding-top:90px;padding-bottom:20px;}
.beelee__footer-awaits-box{margin-bottom:40px;font-size:14px;}
.beelee__footer-awaits-boxes{margin-top:50px;}
}
.beelee__footer a{transition-duration:.3s;}
.beelee__footer a:hover{background-color:#d9d9d9;}
.beelee__footer-mobile-nav-item .beelee-footer-icon-minus,.beelee__footer-mobile-nav-content{display:none;}
.beelee__footer-mobile-bottom-line{border-top:1px solid #EBDFD4;padding:20px 0;font-size:12px;}
.beelee__footer-mobile-legal{list-style:none;display:flex;justify-content:space-between;padding:0;margin:0;}
.beelee__footer-mobile-legal a{font-size:12px;color:#291e19!important;text-decoration:none!important;}
.beelee__footer-mobile-payment{padding-right:30px;}
.beelee__footer-mobile-payment svg{width:100%;}
.beelee__footer-mobile-info{text-align:center;}
.beelee__footer-mobile-info a{color:#291e19!important;}
.beelee__footer-mobile{display:none;}
.beelee__footer-top{padding-top:120px;padding-bottom:80px;}
.beelee__footer-payment,.beelee__footer-bottom,.beelee__footer-copyright{border-bottom:1px solid #EBDFD4;}
.beelee__footer-nav-title{font-size:20px;color:#291e19;line-height:25px;margin-bottom:30px;}
.beelee__footer-nav-content ul{list-style:none;padding:0;}
.beelee__footer-nav-content ul a{font-size:16px;margin-bottom:10px;color:#291e19!important;text-decoration:none!important;display:inline-block;word-break:always;padding:5px;}
.beelee__footer-payment-image{border-top:1px solid #EBDFD4;padding:40px 0;}
.beelee__footer-payment-image svg{max-width:100%;}
.beelee__footer-bottom,.beelee__footer-copyright{padding:20px 0;font-size:14px;}
.beelee__footer-bottom-links{list-style:none;text-align:right;margin:0;}
.beelee__footer-bottom-links li{display:inline-block;margin-left:20px;}
.beelee__footer-bottom-links li a{color:#291e19!important;text-decoration:none!important;}
.beelee__footer-copyright-links{list-style:none;text-align:right;margin:0;}
.beelee__footer-copyright-links li{display:inline-block;margin-left:20px;}
.beelee__footer-copyright-links li a{color:#291e19!important;text-decoration:none!important;}
.beelee__footer-info a{color:#291e19!important;}
.beelee__footer-mobile-menu{margin-top:40px;margin-bottom:30px;}
.beelee__footer-mobile-nav-title{font-size:18px;font-weight:500;display:flex;justify-content:space-between;margin-bottom:10px;}
.beelee__footer-mobile-nav-content ul{list-style:none;}
.beelee__footer-mobile-nav-content ul li{margin-bottom:5px;}
.beelee__footer-mobile-nav-content ul li a{text-decoration:none!important;color:#291e19!important;font-size:14px;}
.beelee__footer-nav-newsletter-description{font-size:12px;line-height:1.5;}
.beelee__footer-mobile-social{margin-top:25px;}
.beelee__footer-mobile-social-items{display:flex;}
.beelee__footer-mobile-social-items a{margin-right:15px;}
@media (max-width: 992px){
.beelee__footer{padding:40px 15px 20px;}
.beelee__footer-desktop{display:none;}
.beelee__footer-mobile{display:block;}
.beelee__footer-top{padding-top:40px;}
}
.beelee__newsletter-button{position:absolute;right:14px;top:13px;background:none;border:none;outline:none;}
.beelee__newsletter-form{position:relative;}
.beelee__newsletter-input{margin-top:15px;}
.beelee__newsletter-input input{width:100%;border:1px solid #EBDDD0;border-radius:100px;background:#FFFEFC;padding:15px 25px;box-sizing:border-box;}
@media (max-width: 992px){
.beelee__newsletter-input input{font-size:12px;padding:10px 15px;}
.beelee__newsletter-button{right:6px;top:5px;}
}

.beelee_white{color:#fff!important;}
.beelee__subtitle{font-weight:600;font-size:48px;margin-bottom:35px;color:#291e19;}
@media (max-width: 992px){
.beelee__subtitle{font-size:24px;margin-bottom:25px;}
}
}

/*! CSS Used from: Embedded */
.beelee__newsletter-button{position:absolute;right:14px;top:13px;background:none;border:none;outline:none;}
.beelee__newsletter-form{position:relative;}
.beelee__newsletter-input{margin-top:15px;}
.beelee__newsletter-input input{width:100%;border:1px solid #EBDDD0;border-radius:100px;background:#FFFEFC;padding:15px 25px;box-sizing:border-box;}
@media (max-width: 992px){
.beelee__newsletter-input input{font-size:12px;padding:10px 15px;}
.beelee__newsletter-button{right:6px;top:5px;}
}
/*! CSS Used from: Embedded */
.beelee__footer-awaits{background:url(https://cdn.shopify.com/s/files/1/0072/5450/7572/t/89/assets/what_awaits_bg_desktop.svg?v=134950103690937370301648815468) #FFF;background-position:top center;padding-top:145px;padding-bottom:70px;color:#fff;background-size:cover;}
.beelee__footer-awaits .beelee__subtitle{text-align:center;}
.beelee__footer-awaits-box{text-align:center;}
.beelee__footer-awaits-boxes{margin-top:75px;}
.beelee__footer-awaits-text{margin-top:20px;}
@media (max-width: 992px){
.beelee__footer-awaits{background:url(https://cdn.shopify.com/s/files/1/0072/5450/7572/t/89/assets/what_awaits_bg.svg?v=147028386009938747921648815467);background-size:cover;padding-top:90px;padding-bottom:20px;}
.beelee__footer-awaits-box{margin-bottom:40px;font-size:14px;}
.beelee__footer-awaits-boxes{margin-top:50px;}
}
/*! CSS Used from: Embedded */
.beelee__footer a{transition-duration:0.3s;}
.beelee__footer a:hover{background-color:#d9d9d9;}
.beelee__footer-mobile-nav-item .beelee-footer-icon-minus{display:none;}
.beelee__footer-mobile-nav-content{display:none;}
.beelee__footer-mobile-bottom-line{border-top:1px solid #EBDFD4;padding:20px 0;font-size:12px;}
.beelee__footer-mobile-legal{list-style:none;display:flex;justify-content:space-between;padding:0;margin:0;}
.beelee__footer-mobile-legal a{font-size:12px;color:#291E19!important;text-decoration:none!important;}
.beelee__footer-mobile-payment{padding-right:30px;}
.beelee__footer-mobile-payment svg{width:100%;}
.beelee__footer-mobile-info{text-align:center;}
.beelee__footer-mobile-info  a{color:#291E19!important;}
.beelee__footer-mobile{display:none;}
.beelee__footer-top{padding-top:120px;padding-bottom:80px;}
.beelee__footer-payment{border-bottom:1px solid #EBDFD4;}
.beelee__footer-bottom{border-bottom:1px solid #EBDFD4;}
.beelee__footer-copyright{border-bottom:1px solid #EBDFD4;}
.beelee__footer-nav-title{font-size:20px;color:#291E19;line-height:25px;margin-bottom:30px;}
.beelee__footer-nav-content ul{list-style:none;padding:0;}
.beelee__footer-nav-content ul a{font-size:16px;margin-bottom:10px;color:#291E19!important;text-decoration:none!important;display:inline-block;word-break:always;padding:5px;}
.beelee__footer-payment-image{border-top:1px solid #EBDFD4;padding:40px 0;}
.beelee__footer-payment-image svg{max-width:100%;}
.beelee__footer-bottom{padding:20px 0;font-size:14px;}
.beelee__footer-copyright{padding:20px 0;font-size:14px;}
.beelee__footer-bottom-links{list-style:none;text-align:right;margin:0;}
.beelee__footer-bottom-links li{display:inline-block;margin-left:20px;}
.beelee__footer-bottom-links li a{color:#291E19!important;text-decoration:none!important;}
.beelee__footer-copyright-links{list-style:none;text-align:right;margin:0;}
.beelee__footer-copyright-links li{display:inline-block;margin-left:20px;}
.beelee__footer-copyright-links li a{color:#291E19!important;text-decoration:none!important;}
.beelee__footer-info a{color:#291E19!important;}
.beelee__footer-mobile-menu{margin-top:40px;margin-bottom:30px;}
.beelee__footer-mobile-nav-title{font-size:18px;font-weight:500;display:flex;justify-content:space-between;margin-bottom:10px;}
.beelee__footer-mobile-nav-content ul{list-style:none;}
.beelee__footer-mobile-nav-content ul li{margin-bottom:5px;}
.beelee__footer-mobile-nav-content ul li a{text-decoration:none!important;color:#291E19!important;font-size:14px;}
.beelee__footer-nav-newsletter-description{font-size:12px;line-height:1.5;}
.beelee__footer-mobile-social{margin-top:25px;}
.beelee__footer-mobile-social-items{display:flex;}
.beelee__footer-mobile-social-items a{margin-right:15px;}
@media (max-width: 992px){
.beelee__footer{padding:40px 15px 20px 15px;}
.beelee__footer-desktop{display:none;}
.beelee__footer-mobile{display:block;}
.beelee__footer-top{padding-top:40px;}
}
.beelee__newsletter-button{position:absolute;right:14px;top:13px;background:none;border:none;outline:none;}
.beelee__newsletter-form{position:relative;}
.beelee__newsletter-input{margin-top:15px;}
.beelee__newsletter-input input{width:100%;border:1px solid #EBDDD0;border-radius:100px;background:#FFFEFC;padding:15px 25px;box-sizing:border-box;}
@media (max-width: 992px){
.beelee__newsletter-input input{font-size:12px;padding:10px 15px;}
.beelee__newsletter-button{right:6px;top:5px;}
}
/*! CSS Used from: Embedded */
#shopify-section-beelee-footer,#shopify-section-beelee-footer-awaits,.shopify-section.footer__parent{background:white!important;}
  .beelee__similar {
    padding-bottom: 0 !important;
}

.beelee__footer-awaits .col-6 {
    flex: 0 0 auto;
    width: 25% !important;
}

@media(max-width:620px){
  .beelee-product__short{
    margin-top:300px;
  }
}


/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}