/** Shopify CDN: Minification failed

Line 114:15 Expected identifier but found whitespace
Line 114:22 Unexpected ";"

**/
/* --- Product Page Edits --- */

h1.product-title {
    font-family: "juniper-std", sans-serif;
   /* font-size: 32px; */
    margin-bottom: 0.1rem;
}

.product-info-accordion .disclosure__title {
    font-weight: 400;
    text-transform: uppercase;
}

.product-faq-section {
    background-color: #dcc9e7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-faq-section h3#faq-faqs {
    text-align: center;
}

.collapsible-tabs__heading {
    margin-bottom: 0px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.product-faq-section .collapsible-tabs {
    max-width: 90%;
}

.product-faq-section .collapsible-tabs__tab .disclosure__title {
    font-weight: 500;
}

.product-faq-section .collapsible-tabs__tab {
    border-bottom: 1px solid #000;
}

label.opt-label.opt-label--btn.btn.relative.text-center {
    color: #fff;
    background-color: #e44789;
    border-color: #e44789;
    border-radius: 0px;
    box-shadow: none;


}

.quantity-submit-row.input-row {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;  
}

.buy-btn-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.buy-btn-wrap label.label {
    display: none;
}

.buttoned-input {
    height: 50px;
}

.product-form .quantity-submit-row .quantity-submit-row__submit {
    margin: 0px 0px 0px 10px;
    width: 100%;
}

.product-description {
    margin-top: 25px;
    margin-bottom: 25px;
}

.complementary-products-widget .product-block .image-cont {
    max-width: 50%;
}

.complementary-products-widget .product-block__title_scent {
    font-size: 13px;
}

.complementary-products-widget .product-block__title {
    font-size: 13px;
}
.complementary-products-widget .product-block__subtitle {
    font-size: 13px;
}

.complementary-products-widget .btn {
    background: none;
    border-radius: 0px;
    border: 0;
    text-decoration: underline !important;
    text-decoration-color: #e44789;
    color: #e44789;
    padding-bottom: 0px;
}

vertical-align: center;



/*-- Payment Options --*/

.payment-options {
    cursor: pointer;
    margin: 1.6rem 0;
}

.payment-options__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    min-height: 44px;
    margin-bottom: 15px;
}

.payment-options__text {
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #494a4a;
    white-space: nowrap;
}

.payment-options__methods {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.payment-options__method {
    width: auto;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
}

.payment-options__method img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}

/*-- Payment Options END --*/


#shopify-section-template--27246661042455__main .with-icon {
    align-items: center;
    justify-content: center;
    display: flex;
}

@media only screen and (min-width: 768px) { 
    .mobile-only {
    display: none !important;
}
}

@media only screen and (max-width: 767px) { 
    .desktop-only {
    display: none !important;
}
}

.sticky-atc.sticky-atc.sticky-atc--out.sticky-atc--center.invisible {
    visibility: visible;
    transform: none;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .gallery-section .strongly-spaced-row, .fully-spaced-row--medium {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.bold {
    font-weight: 700;
}

input.btn.quick-atc.bold {
    font-size: 13px !important;
    padding: 13px 15px;
}