.woocommerce-product-gallery__image{
    background-color: #FFF;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    background-color: #FFF;
}
.variations{
    margin-bottom: 0;
}
.woo-variation-items-wrapper{
    padding-bottom: 24px !important;
}

.variations ul li {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}
.variable-items-wrapper{
    gap: 24px;
}
#product-variations .hidden{
    display: none;
}
.variations ul .variable-item{
    padding: 22px 23px !important;
    border-radius: 12px !important;
    border: 1px solid #9C401466 !important;
    background: transparent !important;
    color: #824601 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-weight: 400 !important;
}

/* Hover */
.variations ul li:hover {
    border-color: #8B5A2B !important;
    border: 1px solid #8B5A2B !important;
}

/* Active (selected) */
.variations ul li.selected {
    border: 3px solid #8B5A2B !important;
    font-weight: bold !important;
    box-shadow: none !important;
}

.variations .label{
    font-size: 18px;
    font-weight: 600;
    color: #824601;
    padding-bottom: 5px !important;
}
.variation-group{
    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart{
    width: 100%;
}
.woocommerce-variation-add-to-cart .quantity{
    display: none !important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button{
    min-width: 550px;
    padding: 20px 45px;
    background: linear-gradient(90deg, #C19975, #6F4827);
    border-radius: 12px;
}

.custom-product-meta {
    margin-bottom: 24px;
}

.meta-title {
    font-size: 18px;
    font-weight: 600;
    color: #824601;
    margin-top: 0;
    margin-bottom: 24px;
}

.meta-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.meta-label {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    min-width: 106px;
}

.meta-value {
    font-size: 16px;
    font-weight: 500;
}
.meta-value a{
    color: #000;
}

.woocommerce-variation-price .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    
}
.woocommerce-variation-price .price ins{
    font-size: 24px;
    color: #824601;
}
.woocommerce-variation-price .price del{
    font-size: 16px;
}
@media (min-width: 1023px){
    .related-product-wrapper {
        position: relative;
  background-image: url(https://transformus.work/platfume/wp-content/uploads/2026/04/Rectangle-36-1.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 48px;
        overflow: hidden;
         border: 2px solid #8246014D;
    box-shadow: 0px 8px 10px 0px #00000014;
    border-radius: 2px;
    }

    /* .related-product-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #ffffffa3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);

        z-index: 1;
    } */

}

.related-single-product-wrapper .swiper-button-next, .related-single-product-wrapper .swiper-button-prev {
    visibility: hidden;
}

.related-product-wrapper > * {
    position: relative;
    z-index: 2;
}

.related-single-product-wrapper .product-container span.luxury-brand{
    display: block;
}
.related-single-product-wrapper .woocommerce ul.products li.product, .related-single-product-wrapper .woocommerce-page ul.products li.product{
    margin-left: 19px;
}

.related-single-product-wrapper .swiper-pagination-bullet-active{
    background-color: #824601;
}
.related-single-product-wrapper .swiper-button-next, .related-single-product-wrapper .swiper-button-prev{
    color: #824601;
}
.related-single-product-wrapper .swiper-button-next{
    right: -35px;
}
.related-single-product-wrapper .swiper-button-prev{
    left: -35px;
}
.related-single-product-wrapper{
    overflow: hidden;
}
.related-single-product-wrapper .swiper-pagination{
    bottom: -20px;
    visibility: hidden;
}

.refund-policy-trigger {
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}

.refund-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.refund-modal-content {
    background: #f5efec;
    max-width: 600px;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}
.refund-modal-content > h2{
    text-align: center;
    font-family: "Prata";
}
.refund-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
.refund-list {
    padding-left: 0;
    text-align: center;
    color: #522C00;
}

.refund-list li {
    margin-bottom: 15px;
}

.refund-list {
    text-align: center;
    color: #522C00;
}
ul li::marker,
ul ol::marker {
  text-align: center;
}

ol{
    list-style-position: inside;
}

.refund-list a {
    color: #8b5e3c;
    text-decoration: none;
    font-weight: 500;
}

.rtl {
    direction: rtl;
}

.refund-close{
    position: relative;
}
.refund-close span{
    display: block;
    width: 24px;
    float: right;
}
.taxonomy-product_cat a,
.custom-product-meta a{
    text-decoration: none !important;
}
.refund-policy-trigger{
    font-weight: 400;
    font-size: 14px;
    color: #6F4827;
    text-align: center;
    margin-top: 23px;
    text-decoration: underline #6F4827;
}

.related-single-product-wrapper li.product.type-product{
    padding: 9px;
}
.related-single-product-wrapper .product-container{
    margin: 0px;
    padding: 28px 28px 45px 28px;
}
.related-single-product-wrapper .product-container .product-luxury-icons{
    top: 28px;
    width: 79%;
}
.related-single-product-wrapper .product-container img {
    margin-bottom: 40px;
}

.related-single-product-wrapper .product-container h2.woocommerce-loop-product__title {
    margin: 0px;
    height: auto;
    line-height: 9px;
    margin-top: 13px;
    margin-bottom: 15px;
}

.related-single-product-wrapper .product-container h2.woocommerce-loop-product__title a {
    text-decoration: none;
    line-height: 30px;
}
.related-product-wrapper button.woosw-btn {
    display: none;
}

.related-product-wrapper .luxury-icon-btn.wishlist-btn button {
    display: block;
}

.wp-block-navigation__responsive-container.is-menu-open{
    height: 100vh;
}

/* Hamburger */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 2px;
    background: #000;
    display: block;
}

/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: #f6f1eefa;
    backdrop-filter: blur(12px);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Inner content */
.mobile-menu-inner {
    position: relative;
    width: 100%;
    max-width: 400px;
}

/* Close button */
.mobile-menu-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    cursor: pointer;
}
/*.woocommerce-product-gallery__image{
    padding: 100px;
}*/
.woocommerce-product-gallery__image a img{
    height: 600px !important;
}

.swiper-slide a.luxury-icon-btn {
    height: 27px!important;
    display: flex;
    align-items: center;
}

/*Media Query for XS screen*/
@media (max-width: 767px) {
    .woocommerce-variation-add-to-cart .single_add_to_cart_button{
        min-width: unset;
        width: 100%;
    }
    .wp-block-woocommerce-add-to-cart-form .variations_button {
        display: flex;
        flex-direction: column;
    }
    .related-single-product-wrapper{
        overflow: visible;
    }
    .space-48 {
        height: 48px;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 0px;
    }
    main#single-product-platfume .remove-padding {
        margin-bottom: 48px;
    }

    #single-product-platfume .wp-block-columns.padding-20 {
        margin-bottom: 48px!important;
    }

    .related-single-product-wrapper .product-container h2.woocommerce-loop-product__title {
        height: 40px;
        line-height: 20px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        margin: 3px 0px;
    }
    .related-single-product-wrapper li.product.type-product {
        padding: 4px;
    }

    .related-single-product-wrapper .product-container {
        padding: 14px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
        width: 353px!important;
        height: 353px!important;
    }

    .woocommerce div.product div.images img {
        width: 353px!important;
        height: 353px!important;
        object-fit: contain;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        padding: 20px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        visibility: hidden;
    }

    .related-single-product-wrapper .product-container .product-luxury-icons {
        top: 14px;
    }

    .related-single-product-wrapper .product-container img {
        margin-bottom: 30px;
        width: auto;
        height: 113px;
    }

    .related-single-product-wrapper .product-container h2.woocommerce-loop-product__title a {
        font-size: 16px!important;
        line-height: 20px;
    }

    .related-single-product-wrapper .product-container h2.woocommerce-loop-product__title br {
        display: none;
    }

    .you-may-like-wrapper{
        overflow: hidden;
    }
    .padding-20{
        padding: 0 20px;
    }
    .related-single-product-wrapper li.product.type-product{
        width: 100%;
    }
    /* .related-single-product-wrapper .product-container{
        min-height: 265px;
    } */
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 25px;
        display: none;
    }
    .related-single-product-wrapper .swiper-pagination{
        bottom: -35px;
    }
    .variable-items-wrapper{
        grid: 15px;
    }
    .variations ul .variable-item{
        padding: 22px 18px !important;
    }
    .remove-padding{
        padding: 0px!important;
    }
}




/*Media Query for S screen*/
@media (min-width: 768px) and (max-width: 991px) {

    .woocommerce-variation-add-to-cart .single_add_to_cart_button{
        min-width: 750px;
    }
}


.custom-shop-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 0px;
}

#ajax-sidebar {
    width: 25%;
}

.shop-products {
    width: 75%;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-filter-title {
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.product-filter-title::after {
    content: '-';
    position: absolute;
    right: 0;
}

.filter-content {
    margin-bottom: 15px;
}

.count {
    color: #999;
    font-size: 12px;
}

div#ajax-sidebar input[type="radio"] {
    visibility: hidden;
    display: none;
}

div#ajax-sidebar label {
    cursor: pointer;
    font-family: Poppins;
    font-weight: 275;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    color: #000;
}

h3.filter-toggle.mobile {
    display: none;
}

div#ajax-products-container .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    margin-top: 70px;
    gap: 7px;
    align-items: baseline;
}

div#ajax-products-container span.page-numbers.current {
    background: #FDF5F5;
    color: #824601;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-family: Poppins;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

div#ajax-products-container a.page-numbers {
    color: #4E565E;
    width: 32px;
    height: 32px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

div#ajax-products-container a.next.page-numbers,
div#ajax-products-container a.last-page {
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #824601;
    vertical-align: middle;
}

.custom-shop-wrapper {
    margin-bottom: 11px;
}
.current-title-font-style{
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
}

.product-container h2.woocommerce-loop-product__title a {
    text-decoration: none;
}
/*show password*/
.login-show-password::after {
    content: "👁";
    color: #9c4014;
    position: absolute;
    top: 36%;
    right: 30px;
    width: 25px;
    height: 25px;
    z-index: 1111;
    font-size: 25px;
    cursor: pointer;
}

.login-show-password {
    position: relative;
}
/* when password is visible */
.login-show-password.show-password::after {
    content: "⌣";
}
@media(max-width:768px) {
    .custom-shop-wrapper {
        flex-direction: column;
    }

    #ajax-sidebar,
    .shop-products {
        width: 100%;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    h3.filter-toggle.mobile {
        display: block;
    }

    aside.shop-sidebar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0px 20px;
        position: relative;
    }

    input[type="text"] {
        width: 66%;
    }

    .filter-inner {
        display: none;
    }

    h3.filter-toggle.desk {
        display: none;
    }

    .filter-wrapper {
        width: 20%;
    }

    h3.filter-toggle.mobile {
        font-size: 0px !important;
        display: flex;
        justify-content: center;
        border: 1px solid #FCE1DA;
        background: #FCF2F0B2;
        padding: 20px;
        border-radius: 12px;
    }

    img.sort-img {
        margin: 0px;
    }

    .filter-inner {
        position: absolute;
        background: #f9f0ee;
        left: 20px;
        right: 20px;
        z-index: 1111;
        padding: 15px;
    }

    div#platfume-product {
        padding: 0px !important;
    }

}


.dokan-dashboard-content{ 
    background-color: #fff;
    background: #fff;
}