
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: none !important;
}

.product-single-container {
    max-width: 1250px;
    margin: 40px auto;
    padding: 0 20px;
    overflow: visible !important; 
    background-color: #ffffff !important;
}

.product-single-row {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: flex-start !important; 
    overflow: visible !important;
}

.product-gallery-column {
    flex: 0 0 550px; 
}

@media (min-width: 992px) {
    .product-gallery-column {
        position: sticky !important;
        top: 100px !important; 
        align-self: flex-start !important;
        z-index: 10;
    }
}

.product-gallery-slider-wrapper {
    position: relative;
    width: 100%;
}

.product-gallery-slider {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    position: relative;
    background: #fff;
}

.product-gallery-slider::-webkit-scrollbar {
    display: none;
}

.slider-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    transition: transform 0.2s;
}

.slider-nav-btn:hover {
    background: transparent !important;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav-btn.prev { left: 5px; }
.slider-nav-btn.next { right: 5px; }

.slider-nav-btn svg {
    width: 20px;
    height: 20px;
}

.product-thumbnails-list {
    display: none !important;
}

.product-top-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.badge-item {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-selling-fast { background: #ffebee; color: #d32f2f; }
.badge-feature { background: #f0edff; color: #4d4184; }

.single-product-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.rating-stars { color: #00b67a; font-size: 14px; } 
.rating-text { font-size: 13px; color: #333; font-weight: 500; }

.product_title {
    font-size: 32px;
    color: #312a52; 
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: start;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.product-price-row .price,
.product-price-row .price ins,
.product-price-row .price .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 800;
    color: #312a52 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.product-price-row del,
.product-price-row del .woocommerce-Price-amount {
    font-size: 18px !important;
    color: #999 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.product-price-row del:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #999;
    transform: translateY(-50%);
}

.badge-save {
    background: #4d4184;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.product-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.product-highlight-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

.product-highlight-list li svg {
    width: 20px;
    height: 20px;
    color: #4d4184;
}

.attribute-section-label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.scent-selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.scent-item {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.scent-item.active {
    border-color: #4d4184;
    color: #4d4184;
    background: #f0edff;
}

.add-to-cart-section .quantity {
    display: none !important;
}

.add-to-cart-section .quantity {
    display: none !important;
}

.single_add_to_cart_button {
    width: 100% !important;
    background-color: #4d4184 !important;
    padding: 16px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    position: relative;
    transition: all 0.2s ease;
}

.single_add_to_cart_button.loading {
    color: transparent !important;
    pointer-events: none;
}

.single_add_to_cart_button.loading:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: loom-spin 0.6s linear infinite;
}

@keyframes loom-spin {
    to { transform: rotate(360deg); }
}

.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled,
.loom-open-cod-modal.is-disabled,
.sticky-order-btn.is-disabled,
.btn-at-v3.is-disabled,
button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #f0f0f0 !important;
    background: #f0f0f0 !important;
    border: 1px solid #ccc !important;
    color: #999 !important;
    pointer-events: none !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.loom-custom-add-to-cart-btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 15px;
    transition: transform 0.2s, background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.loom-custom-add-to-cart-btn:hover {
    background-color: #222;
    transform: translateY(-2px);
}

.loom-custom-add-to-cart-btn:active {
    transform: translateY(0);
}

.out-of-stock-btn {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #aea9ce;
    border: none;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    transition: all 0.3s ease;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    opacity: 0.7;
}

.payment-icons img {
    height: 18px;
}

.bottom-features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.feature-box {
    background: #f0edff; 
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.feature-box svg {
    width: 30px;
    height: 30px;
    color: #4d4184;
}

.feature-box .label {
    font-size: 14px;
    font-weight: 700;
    color: #312a52;
}

.product-guarantee-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f3f9ff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

.guarantee-icon svg {
    display: block;
    flex-shrink: 0;
}

.guarantee-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #4d4184;
    line-height: 1.2;
}

.guarantee-content p {
    margin: 4px 0 0 0;
    font-size: 15px;
    color: #4d4184;
    line-height: 1.4;
    opacity: 0.9;
}

.product-benefits-accordion {
    margin-top: 25px;
    border: 1px solid #312a52;
    border-radius: 16px;
    overflow: hidden;
}

.benefits-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    color: #312a52;
    background: #fff;
    user-select: none;
}

.benefits-header .acc-icon {
    font-size: 24px;
    font-weight: 400;
    color: #312a52;
}

.benefits-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 1, 0.5, 1), padding 0.3s ease;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.benefits-content.is-open {
    max-height: 500px; 
    padding-bottom: 25px;
    opacity: 1;
    visibility: visible;
}

.benefits-list {
    list-style: none;
    padding: 0 24px;
    margin: 0;
}

.benefits-list li {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    align-items: flex-start;
}

.benefit-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-text {
    display: flex;
    flex-direction: column;
}

.benefit-text strong {
    font-size: 18px;
    font-weight: 800;
    color: #312a52;
    line-height: 1.2;
}

.benefit-text span {
    font-size: 16px;
    color: #312a52;
    margin-top: 4px;
    line-height: 1.4;
    opacity: 0.9;
}

.product-description-accordion {
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #312a52;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accordion-header .chevron-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.accordion-header.active .chevron-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.is-open {
    max-height: 2000px; 
    padding-bottom: 20px;
}

.description-inner {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.description-inner p {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .product-single-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .product-gallery-column {
        flex: 1;
    }

    .bottom-features-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .product-single-container {
        margin: 0 auto 30px auto;
        padding: 0; 
    }

    .product-gallery-column {
        margin-bottom: 15px;
        width: 100%;
    }

    .product-gallery-slider-wrapper {
        margin-bottom: 8px; 
    }

    .product-gallery-slider {
        border-radius: 0;
    }

    .slider-slide img {
        border: none;
        border-radius: 0; 
    }

    .slider-nav-btn {
        width: 30px;
    }
    
    .slider-nav-btn.prev { left: 5px; }
    .slider-nav-btn.next { right: 5px; }

    .product-summary-inner {
        padding: 0 20px; 
    }

    
    .single-product-rating {
        margin-bottom: 10px;
        gap: 5px;
    }

    .rating-stars {
        font-size: 12px;
    }

    .rating-text {
        font-size: 11px;
    }

    
    .product_title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }

    .product-price-row {
        margin-bottom: 15px !important;
        gap: 8px !important;
    }

    .product-price-row .price,
    .product-price-row .price ins,
    .product-price-row .price .woocommerce-Price-amount {
        font-size: 18px !important;
    }

    .product-price-row del,
    .product-price-row del .woocommerce-Price-amount {
        font-size: 11px !important;
        font-weight: 300 !important;
        opacity: 0.7;
    }

    .badge-save {
        font-size: 10px;
        padding: 2px 6px;
    }

    .out-of-stock-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

.product-feature-highlights {
    background-color: #fff;
    margin-top: 40px;
}

.product-feature-highlights .section-main-title {
    font-size: 30px;
    font-weight: 700;
    color: #312a52;
    margin-bottom: 24px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.feature-item {
    display: flex;
    flex-direction: column;
}

.feature-image-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #f7f7ff; 
}

.feature-image-box img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply; 
}

.feature-title {
    font-size: 20px;
    font-weight: 800;
    color: #312a52;
    margin-bottom: 12px;
    line-height: 1.2;
}

.feature-desc {
    font-size: 15px;
    color: #312a52;
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .product-feature-highlights .section-main-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
}

.recommended-section {
    margin-top: 40px;
}

.recommended-section .wide-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .recommended-section .products-grid:not(.card-grid-style-2):not(.products-grid-3) .product-card:nth-child(4n) {
        display: none !important;
    }
}

