.single-product .main-page-wrapper {
    padding-top: 0;
}

.single-product .wd-dynamic-discounts {
    display: none;
    visibility: hidden;
    opacity: 0;
}

body .wd-single-breadcrumbs {
    line-height: 1;
    margin-block: 24px;
    font-size: 13px;
}

body .woocommerce-breadcrumb a:after {
    content: '';
    background-color: #cac5c2;
    height: 4px;
    width: 4px;
    position: relative;
    display: inline-block;
    top: -2px;
    border-radius: 50%;
    margin: 0 11px 0 8px;
}

body .woocommerce-breadcrumb a {
    margin: 0 !important;
}

.wpb_text_column.c-product-brand {
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 12px;
}

.wd-single-title .product_title {
    font-size: 32px;
}

.precio-detallado-producto {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    gap: 10px;
    margin-top: 20px;
}

.precio-detallado-producto .precio-venta+.precio-regular {
    margin-inline-start: 6px;
}

.precio-detallado-producto .precio-producto {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 8px;
}

.precio-detallado-producto del .amount {
    color: #ACA8A4;
    text-decoration: line-through;
}

.precio-detallado-producto ins .amount {
    color: var(--wd-primary-color);
    font-weight: 600;
}

.precio-detallado-producto .porcentaje-descuento {
    line-height: 22px;
    display: inline-block;
    background-color: #993920;
    color: #fff;
    padding-inline: 8px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -1px;
    border-radius: 4px;
}

.wd-single-title {
    margin-bottom: 24px;
}

.vc_row.c-product-f2.vc_row-flex {
    display: grid;
    grid-template-columns: 55% 45%;
}

.wpb_column.c-product-f2--c1,
.wpb_column.c-product-f2--c2 {
    width: 100%;
}

.c-product-f2--c1>.vc_column-inner>.wpb_wrapper {
    position: sticky;
    top: 200px;
}

.c-product-f2--c2>.vc_column-inner>.wpb_wrapper {
    padding-left: 72px;
    padding-top: 24px;
}

.wpb_text_column .quantity-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block: 24px;
}

.quantity-options .quantity-option {
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all .15s ease-in-out;
    overflow: hidden;
}

.quantity-options .quantity-option:hover {
    border-color: rgb(17 49 43 / 50%);
}

.quantity-options .quantity-option.selected {
    border-color: #11312B;
}

.quantity-options .quantity-option label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
    background-color: #F2EAE2;
}

.quantity-options .option-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quantity-options .option-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.quantity-options .save-tag {
    display: inline-block;
    color: #993920;
    font-weight: 600;
}


.quantity-options .price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: end;
    gap: 8px;
    font-weight: 600;
    align-items: center;
    position: relative;
}

.quantity-options .quantity-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.quantity-options .original-price {
    color: #acacab;
    text-decoration: line-through;
}

.quantity-options input[type="radio"] {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    aspect-ratio: 1;
    box-shadow: inset 0 0 0px 2px #11312b;
    transition: all .1s linear;
}

.quantity-options .quantity-option.selected input[type="radio"] {
    box-shadow: inset 0 0 0px 5px #11312b;
}

.quantity-option[data-quantity="3"] .price-container::before {
    content: 'Más popular';
    font-size: 12px;
    line-height: 22px;
    background-color: #993920;
    color: #fff;
    padding-inline: 8px;
    border-radius: 4px;
    font-weight: 500;
    position: absolute;
    width: max-content;
    left: -150%;
}

.single_add_to_cart_button {
    flex: 1 !important;
    font-size: 14px;
}

.wd-single-add-cart div.quantity input[type="button"],
.wd-single-add-cart div.quantity input[type="number"] {
    border: 0;
    min-width: auto;
    padding: 0 16px;
    border-radius: 0;
}

.wd-single-add-cart div.quantity input[type="number"] {
    padding: 0;
    min-width: 42px;
}

.wd-single-add-cart div.quantity {
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 600;
}

.wd-single-add-cart div.quantity input[type="button"]:hover {
    background-color: transparent;
    color: var(--wd-text-color);
}

.wd-single-add-cart div.quantity input[type="button"] {
    font-size: 0;
    min-width: 42px;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.wd-single-add-cart div.quantity input[type="button"].minus {
    background-image: url(/wp-content/uploads/2024/11/Frame-427325124.svg);
}

.wd-single-add-cart div.quantity input[type="button"].plus {
    background-image: url(/wp-content/uploads/2024/11/Frame-427325125.svg);
}

.wd-single-add-cart {
    margin-bottom: 0;
    margin-block: 24px;
}

.wpb_text_column .delivery-estimation {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block: 28px;
}

.delivery-estimation .icon-delivery {
    font-size: 0;
    height: 32px;
    width: 32px;
    background-image: url(/wp-content/uploads/2024/11/dc-truck-img.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.delivery-estimation .delivery-info {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 6px;
}

.delivery-estimation .delivery-info .delivery-time {
    color: #993920;
    font-size: 14px;
}

.wpb_text_column .product-features-list {
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-block: 20px;
}

.product-feature-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/11/Vector-15.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.wpb_text_column .sensory-profile {
    line-height: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1dbd8;
}

h3.sensory-profile-title {
    font-size: 15px;
    margin-bottom: 12px;
}

.sensory-profile-item {
    display: inline-block;
    padding-inline: 10px;
    line-height: 27px;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 4px;
}

.sensory-profile-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.c-product-f2--c2 .wd-product .product-wrapper {
    flex-direction: row;
    gap: 20px;
}

.c-product-f2--c2 .wd-product :is(.wd-product-brands-links, .bottom-labels) {
    display: none;
}

.c-product-f2--c2 .wd-product span.price {
    margin-top: 0 !important;
}

.c-product-f2--c2 .wd-product .wd-add-btn {
    order: 3;
}

.c-product-f2--c2 .wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
    min-height: 40px;
    width: auto;
    height: auto;
    font-size: 13px;
}

.c-product-f2--c2 .wd-product.wd-hover-standard .wd-add-btn {
    justify-content: flex-start;
    margin-top: 16px;
}

.c-product-f2--c2 .product-wrapper .product-element-top {
    width: 112px;
}

.c-product-f2--c2 .wd-add-btn .button.add_to_cart_button,
.c-product-f2--c2 .wd-product.wd-hover-standard .wd-add-btn>a:hover {
    background-color: #fff;
    color: var(--wd-text-color);
    border: 1px solid;
    border-radius: 4px;
    height: 38px;
}

body .c-product-f2--c2 .wd-icon-2 .wd-arrow-inner:after {
    height: 14px;
    width: 14px;
}

.c-product-f2--c2 .wd-products-element .wd-el-title {
    font-size: 15px;
}

body .wd-add-btn-replace .add-to-cart-loop:hover span,
body .wd-add-btn-replace .add-to-cart-loop:before,
body .wd-add-btn-replace .add-to-cart-loop:hover:before {
    transform: none;
    font-size: 0;
}

.c-product-f2--c2 .wd-products-element .product-labels {
    display: none;
}

body .woocommerce-product-gallery .wd-icon-2 .wd-arrow-inner:after {
    width: 16px;
    height: 16px;
}

body .wd-gallery-thumb :is(.wd-carousel-item:hover, .wd-thumb-active, .wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child) {
    opacity: 1;
}

.wd-gallery-thumb img {
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
}

.wd-gallery-thumb :is(.wd-thumb-active, .wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child) img {
    border-color: #1a1c1e;
}

.product-details-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    margin: 60px 0;
    background-color: #0E2B24;
    padding: 40px;
    border-radius: 8px;
}

.details-tabs-column {
    color: #fff;
}

.tabs-navigation {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body button.tab-button {
    background: none;
    border: none;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    position: relative;
}

body button.tab-button:hover {
    background: none;
    color: #fff;
    opacity: 1;
}

.tab-button.active {
    opacity: 1;
}

.tab-button.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.visual-resource-column img,
.visual-resource-column video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-details-section .wd-progress-bar .progress-area {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100px;
}

.product-details-section .star-rating,
.product-details-section :is(legend, h1, h2, h3, h4, h5, h6, .title, label),
.product-details-section .woocommerce-Reviews .comment-reply-title,
.product-details-section .stars:hover a:before,
.product-details-section .stars.selected a:before,
.product-details-section .stars.selected:hover a:before {
    color: #ffffff;
}

.product-details-section textarea {
    border-color: rgb(255 255 255 / 15%);
}

.visual-resource-column iframe {
    border-radius: 8px;
}

body .woocommerce-product-gallery .product-labels {
    display: none;
}

.badges-carousel-container {
    margin: 30px 0;
}

.badge-image {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technical-sheet-button {
    display: inline-block;
    background-color: #ffffff;
    color: #11312b;
    line-height: 42px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s;
    font-weight: 500;
    border: 1px solid;
    width: 100%;
    margin-top: -12px;
}

.technical-sheet-button:hover {
    background-color: #ffffff;
    color: #11312b;
    text-decoration: none;
}

.tech-sheet-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-top: 24px;
    text-decoration: underline;
    line-height: 1;
}

a.tech-sheet-button:hover {
    text-decoration: underline;
    opacity: .8;
}

.wd-single-gallery.wd-wpb {
    margin-bottom: 0;
}

.c-product-f2--c2 .product-element-top {
    margin-bottom: 0 !important;
}

.c-product-f2--c2 .product-wrapper .producto-info {
    flex-direction: column;
    gap: 6px;
}

.c-product-f2--c2 .product-wrapper .producto-precio {
    flex-direction: row;
    gap: 6px;
}

.c-product-f2--c2 .wd-nav-pagin-wrap {
    position: absolute;
    right: 0;
    top: 26px;
    margin: 0;
    min-height: 0;
}

.c-product-f2--c2 .wd-nav-arrows {
    display: none !important;
}

.c-product-f2--c2 .wd-nav-pagin-wrap[class*="wd-style-shape"] span,
.c-product-f2--c2 .wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span {
    background-color: #31302F;
    border-color: #31302F;
    border-radius: 3px;
}

.c-product-f2--c2 .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #993920;
    background-color: #993920;
}

.c-product-f2--c2 .wd-carousel-container.wd-products-element {
    margin-top: 20px;
    border-top: 1px solid #e1dbd8;
    padding-top: 20px;
}

@media (max-width: 1200px) {

    .c-product-f2--c2>.vc_column-inner>.wpb_wrapper {
        padding-left: 0;
    }

    .c-product-f2--c1>.vc_column-inner>.wpb_wrapper {
        top: 120px;
    }

}

@media (max-width: 1024px) {

    .vc_row.c-product-f2.vc_row-flex {
        grid-template-columns: 100%;
        gap: 32px;
    }

}

@media (max-width: 768px) {
    .technical-sheet-button {
        display: block;
        width: 100%;
    }

    .quantity-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-size: 14px;
    }

    .quantity-options .price-container{
        font-size: 14px;
    }

    .quantity-option[data-quantity="3"] .price-container::before{
        left: -160%;
    }
}

@media (max-width: 767px) {
    .badges-carousel-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .c-product-f2--c2 .swiper-slide {
        width: 40% !important;
        flex-shrink: 0;
    }

    .badge-image {
        height: 80px;
    }
}

@media (max-width: 1024px) {

    .product-details-section {
        grid-template-columns: 1fr;
        border-radius: 0;
        padding: 24px;
        gap: 48px;
    }

    .tabs-navigation {
        flex-wrap: wrap;
    }

    body .wd-single-breadcrumbs {
        margin-block: 12px;
        font-size: 11px;
    }

    .woocommerce-product-gallery .wd-btn-arrow {
        display: none;
    }

    .c-product-f2--c2>.vc_column-inner>.wpb_wrapper {
        padding: 0;
    }

    .wd-single-title .product_title {
        font-size: 24px;
    }

    .delivery-estimation .delivery-info {
        font-size: 14px;
        line-height: 17px;
    }

    .c-product-f2--c2 .wd-products-element .wd-carousel-item {
        max-width: none;
        flex: 400px;
    }

    .c-product-f2--c2 .product-wrapper .product-element-top {
        width: 200px;
    }

    .c-product-tabs>.vc_column_container>.vc_column-inner {
        padding: 0;
    }

}