.elementor-81 .elementor-element.elementor-element-cccca5e{--display:flex;}.elementor-81 .elementor-element.elementor-element-8a97369{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-87cc812 *//* ============================================================
   SOPHIA'S BEAUTY PRODUCT PAGE
   ============================================================ */

.sophia-product-page {

    --pink: #df6685;
    --pink-dark: #cf5474;
    --pink-light: #fff3f6;
    --border: #eeeeee;
    --text: #242424;
    --muted: #777777;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    color: var(--text);

    font-family:
        "Poppins",
        Arial,
        sans-serif;
}


/* ============================================================
   BREADCRUMB
   ============================================================ */

.sophia-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 35px;

    font-size: 12px;

    color: #aaa;
}

.sophia-breadcrumb a {

    color: #777;

    text-decoration: none;
}

.sophia-breadcrumb a:hover {

    color: var(--pink);
}


/* ============================================================
   MAIN PRODUCT AREA
   ============================================================ */

.sophia-product-main {

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(380px, .92fr);

    gap: 55px;

    align-items: start;
}


/* ============================================================
   PRODUCT GALLERY
   ============================================================ */

.sophia-product-gallery {

    display: grid;

    grid-template-columns: 72px 1fr;

    gap: 18px;
}


.sophia-product-thumbnails {

    display: flex;

    flex-direction: column;

    gap: 14px;
}


.sophia-thumb {

    width: 72px;

    height: 82px;

    padding: 0;

    background: #fff;

    border: 1px solid #e4e4e4;

    border-radius: 6px;

    overflow: hidden;

    cursor: pointer;

    transition: .25s ease;
}


.sophia-thumb.is-active {

    border: 2px solid var(--pink);
}


.sophia-thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;
}


/* ============================================================
   MAIN IMAGE
   ============================================================ */

.sophia-main-image-wrapper {

    position: relative;

    min-height: 580px;

    display: flex;

    justify-content: center;

    align-items: center;

    background:
        linear-gradient(
            135deg,
            #fff,
            #fffafa
        );

    border-radius: 8px;

    overflow: hidden;
}


.sophia-main-product-image {

    width: 90%;

    height: 570px;

    object-fit: contain;

    transition: opacity .2s ease;
}


.sophia-bestseller {

    position: absolute;

    top: 18px;

    left: 18px;

    z-index: 3;

    padding: 7px 13px;

    background: #fde9ef;

    color: var(--pink);

    border-radius: 5px;

    font-size: 12px;

    font-weight: 600;
}


.sophia-wishlist {

    position: absolute;

    top: 18px;

    right: 18px;

    z-index: 5;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    background: #fff;

    border: 1px solid #ddd;

    color: var(--pink);

    font-size: 23px;

    line-height: 1;

    cursor: pointer;

    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}


/* ============================================================
   PRODUCT INFORMATION
   ============================================================ */

.sophia-product-brand {

    color: var(--pink);

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: .8px;

    margin-bottom: 8px;
}


.sophia-product-title {

    margin: 0 0 14px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    line-height: 1.12;

    font-weight: 500;

    color: #222;
}


/* ============================================================
   RATING
   ============================================================ */

.sophia-rating-row {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 17px;

    font-size: 13px;
}


.sophia-stars {

    color: #e26482;

    letter-spacing: 2px;
}


.sophia-stars span {

    color: #ddd;
}


.sophia-stars .filled {

    color: #e26482;
}


.sophia-rating-number {

    font-weight: 600;
}


.sophia-review-count {

    color: #777;
}


.sophia-rating-divider {

    color: #ccc;

    margin: 0 3px;
}


.sophia-question-link {

    color: #444;

    text-decoration: none;
}


/* ============================================================
   PRICE
   ============================================================ */

.sophia-price {

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    font-weight: 600;

    margin-top: 8px;

    color: #222;
}


.sophia-price del {

    font-size: 18px;

    color: #aaa;
}


.sophia-price ins {

    text-decoration: none;
}


.sophia-unit-price {

    margin-top: 3px;

    font-size: 12px;

    color: #777;
}


.sophia-stock {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-top: 8px;

    font-size: 12px;

    color: #27985a;

    font-weight: 600;
}


.sophia-stock-dot {

    width: 7px;

    height: 7px;

    background: #2caa67;

    border-radius: 50%;
}


.sophia-out-stock {

    color: #d94d62;
}


/* ============================================================
   SHORT DESCRIPTION
   ============================================================ */

.sophia-short-description {

    margin: 20px 0;

    padding-bottom: 20px;

    border-bottom: 1px solid #eee;

    color: #555;

    font-size: 14px;

    line-height: 1.75;
}


/* ============================================================
   FEATURES
   ============================================================ */

.sophia-feature-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 8px;

    margin-bottom: 28px;
}


.sophia-feature {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 8px;

    font-size: 11px;

    color: #666;
}


.sophia-feature-icon {

    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #f2a9bb;

    border-radius: 50%;

    color: var(--pink);

    font-size: 18px;
}


.sophia-feature-title {

    line-height: 1.3;
}


/* ============================================================
   ADD TO CART
   ============================================================ */

.sophia-add-cart-row {

    display: grid;

    grid-template-columns: 88px 1fr;

    gap: 12px;

    margin-bottom: 22px;
}


.sophia-quantity {

    display: grid;

    grid-template-columns:
        27px 1fr 27px;

    height: 48px;

    border: 1px solid #ddd;

    border-radius: 4px;

    overflow: hidden;
}


.sophia-quantity button {

    border: 0;

    background: #fff;

    cursor: pointer;

    font-size: 17px;

    color: #666;
}


.sophia-qty-input {

    width: 100%;

    border: 0;

    outline: none;

    text-align: center;

    font-size: 13px;

    -moz-appearance: textfield;
}


.sophia-qty-input::-webkit-outer-spin-button,
.sophia-qty-input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;
}


.sophia-add-to-bag {

    min-height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 13px 20px;

    background: var(--pink);

    color: white !important;

    border-radius: 4px;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 600;

    transition: .2s ease;

    cursor: pointer;
}


.sophia-add-to-bag:hover {

    background: var(--pink-dark);

    transform: translateY(-1px);
}


.sophia-bag-icon {

    font-size: 17px;
}


/* ============================================================
   PAYMENT BOX
   ============================================================ */

.sophia-payment-box {

    padding: 17px;

    background: #fbf3ff;

    border-radius: 4px;

    margin-bottom: 20px;

    font-size: 11px;
}


.sophia-payment-box strong {

    display: block;

    font-size: 11px;

    margin-bottom: 5px;
}


.sophia-payment-box p {

    margin: 0;

    color: #777;

    line-height: 1.5;
}


/* ============================================================
   DELIVERY
   ============================================================ */

.sophia-delivery {

    display: flex;

    flex-direction: column;

    gap: 12px;

    color: #555;

    font-size: 12px;
}


.sophia-delivery-icon {

    color: var(--pink);

    margin-right: 8px;
}


/* ============================================================
   WHY YOU'LL LOVE IT
   ============================================================ */

.sophia-love-section {

    display: grid;

    grid-template-columns:
        1fr 360px;

    min-height: 290px;

    margin-top: 60px;

    padding: 45px;

    background:
        linear-gradient(
            100deg,
            #fff7f9,
            #fff
        );

    border-radius: 9px;

    overflow: hidden;
}


.sophia-love-content h2 {

    margin: 0 0 12px;

    font-family:
        Georgia,
        serif;

    font-size: 22px;

    font-weight: 500;
}


.sophia-love-content > p {

    max-width: 580px;

    margin: 0 0 30px;

    color: #666;

    font-size: 13px;

    line-height: 1.7;
}


.sophia-benefit-grid {

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}


.sophia-benefit {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    color: #555;

    font-size: 10px;

    gap: 5px;
}


.sophia-benefit-icon {

    width: 45px;

    height: 45px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #efa8bb;

    border-radius: 50%;

    color: var(--pink);

    font-size: 19px;

    margin-bottom: 5px;
}


.sophia-benefit strong {

    font-size: 10px;
}


.sophia-benefit span {

    font-size: 9px;
}


.sophia-love-image {

    display: flex;

    justify-content: center;

    align-items: center;
}


.sophia-love-image img {

    max-width: 270px;

    width: 100%;

    max-height: 250px;

    object-fit: contain;
}


/* ============================================================
   RELATED PRODUCTS
   ============================================================ */

.sophia-related-section {

    margin-top: 45px;
}


.sophia-section-heading {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 18px;
}


.sophia-section-heading h2 {

    margin: 0;

    font-family:
        Georgia,
        serif;

    font-size: 22px;

    font-weight: 500;
}


.sophia-section-heading a {

    color: var(--pink);

    font-size: 12px;

    text-decoration: none;
}


.sophia-related-grid {

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 12px;
}


.sophia-related-card {

    position: relative;

    min-width: 0;

    border: 1px solid #eee;

    border-radius: 5px;

    overflow: hidden;

    background: white;
}


.sophia-related-image {

    height: 190px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #fff;
}


.sophia-related-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;
}


.sophia-related-heart {

    position: absolute;

    top: 10px;

    right: 10px;

    border: 0;

    background: white;

    color: var(--pink);

    font-size: 19px;

    cursor: pointer;
}


.sophia-related-info {

    padding: 14px;
}


.sophia-related-title {

    display: block;

    min-height: 34px;

    color: #333;

    font-size: 11px;

    line-height: 1.45;

    text-decoration: none;
}


.sophia-related-price {

    margin-top: 6px;

    color: #222;

    font-weight: 700;

    font-size: 14px;
}


.sophia-related-rating {

    margin-top: 5px;

    color: #777;

    font-size: 9px;
}


.sophia-related-rating span {

    color: var(--pink);

    letter-spacing: 1px;
}


.sophia-related-add {

    display: block;

    margin-top: 12px;

    padding: 8px;

    background: var(--pink);

    color: #fff !important;

    text-align: center;

    text-decoration: none !important;

    font-size: 10px;

    border-radius: 3px;
}


/* ============================================================
   DETAILS
   ============================================================ */

.sophia-details-section {

    margin-top: 55px;

    border-top: 1px solid #eee;
}


.sophia-tabs {

    display: flex;

    align-items: center;

    gap: 35px;

    border-bottom: 1px solid #eee;

    overflow-x: auto;
}


.sophia-tab {

    position: relative;

    padding: 18px 0;

    border: 0;

    background: transparent;

    color: #444;

    font-size: 12px;

    cursor: pointer;

    white-space: nowrap;
}


.sophia-tab.active {

    color: var(--pink);

    font-weight: 600;
}


.sophia-tab.active::after {

    content: "";

    position: absolute;

    bottom: -1px;

    left: 0;

    right: 0;

    height: 2px;

    background: var(--pink);
}


.sophia-tab-content {

    display: none;

    padding: 30px 20px;

    color: #666;

    font-size: 13px;

    line-height: 1.8;
}


.sophia-tab-content.active {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 50px;
}


.sophia-tab-content h3 {

    margin-top: 0;

    font-family:
        Georgia,
        serif;

    font-size: 18px;

    color: #222;
}


.sophia-details-description ul {

    padding-left: 20px;
}


.sophia-product-information {

    border-left: 1px solid #eee;

    padding-left: 35px;
}


.sophia-product-information h3 {

    margin-bottom: 20px;
}


.sophia-info-row {

    display: grid;

    grid-template-columns: 140px 1fr;

    gap: 20px;

    padding: 7px 0;

    font-size: 12px;
}


.sophia-info-row span {

    color: #777;
}


.sophia-info-row strong {

    color: #444;

    font-weight: 500;
}


/* ============================================================
   RESPONSIVE - TABLET
   ============================================================ */

@media (max-width: 1024px) {

    .sophia-product-page {

        padding-left: 20px;

        padding-right: 20px;
    }


    .sophia-product-main {

        grid-template-columns:
            1fr;

        gap: 35px;
    }


    .sophia-main-image-wrapper {

        min-height: 500px;
    }


    .sophia-related-grid {

        grid-template-columns:
            repeat(3, 1fr);
    }


    .sophia-love-section {

        grid-template-columns:
            1fr 250px;
    }

}


/* ============================================================
   RESPONSIVE - MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .sophia-product-page {

        padding: 0 15px;
    }


    .sophia-breadcrumb {

        margin-bottom: 20px;

        overflow: hidden;

        white-space: nowrap;
    }


    .sophia-product-gallery {

        grid-template-columns:
            55px 1fr;

        gap: 10px;
    }


    .sophia-thumb {

        width: 55px;

        height: 65px;
    }


    .sophia-main-image-wrapper {

        min-height: 390px;
    }


    .sophia-main-product-image {

        height: 380px;
    }


    .sophia-product-title {

        font-size: 29px;
    }


    .sophia-feature-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 20px;
    }


    .sophia-add-cart-row {

        grid-template-columns:
            85px 1fr;
    }


    .sophia-love-section {

        grid-template-columns:
            1fr;

        padding: 28px 20px;
    }


    .sophia-love-image {

        display: none;
    }


    .sophia-benefit-grid {

        grid-template-columns:
            repeat(3, 1fr);

        row-gap: 20px;
    }


    .sophia-related-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 8px;
    }


    .sophia-related-image {

        height: 150px;
    }


    .sophia-related-info {

        padding: 10px;
    }


    .sophia-tabs {

        gap: 22px;
    }


    .sophia-tab-content.active {

        grid-template-columns:
            1fr;

        gap: 25px;
    }


    .sophia-product-information {

        border-left: 0;

        border-top: 1px solid #eee;

        padding-left: 0;

        padding-top: 25px;
    }

}/* End custom CSS */