#descriptionAndBoxesInfo,
#productTop {
    display: flex;
    flex-direction: column;
    text-align: left;
}
#productBoxesInfo {
    max-width: 566px;
}
.product-detail h1 {
    font-family: 'Manrope', Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.15em;
    text-transform: none;
    text-align: left;
    color: #0D2834;
}
.product-detail .product-item-name {
    font-family: 'Manrope', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.15em;
    text-transform: none;
    text-align: left;
    color: #7A8696;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.products-list-carousel-title,
.product-detail h2 {
    font-family: 'Manrope', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.15em;
    text-transform: none;
    text-align: left;
    color: #0D2834;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.products-list-carousel-title.section-title {
    text-transform: uppercase;
}
.products-list-carousel-title {
    text-align: center;
    margin-bottom: 20px;
}
.products-list-carousel-content .no-carousel .product-item {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
#productOwlGallery .owl-item img {
    border-radius: 12px;
}
#productOwlGalleryThumbs {
    margin-top: 18px;
    margin-right: -6px;
    margin-left: -6px;
}
#productOwlGalleryThumbs .owl-item {
    padding: 6px;
}
#productOwlGalleryThumbs .owl-item img {
    border-radius: 8px;
}
#productOwlGalleryThumbs .owl-item.current img {
    border: 1px solid #CED4DB;
}

#productTop .product-rating {
    display: inline-flex;
    background: #FEFEFE;
    border-radius: 20px;
    padding: 12px 20px;
    color: #A7A9B1;
    font-size: 0.8rem;
    line-height: 15px;
}
#productTop .product-rating i {
    margin-right: 7px;
    float: left;
}
#productTop .product-rating .sales-count,
#productTop .product-rating .rating-count {
    border-left: 1px solid #A7A9B1;
    margin-left: 20px;
    padding-left: 20px;
}
.product-tabs .nav {
    margin: 20px 0 20px 0;
    padding: 0;
}
.product-tabs .nav li {
    border-bottom: 1px solid #DBDBDB;
}
.product-tabs .nav li button {
    background: transparent;
    border: 0;
    color: #7A8696;
    padding: 7px 60px 7px 0;
    position: relative;
}
.product-tabs .nav li button:focus {
    outline: 0;
}
.product-tabs .nav li button.active {
    font-weight: bold;
    color: #2B9CB4;
}
.product-tabs .nav li button.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 90%;
    border-radius: 2px;
    background: #2B9CB4;
    overflow: hidden;
}
.attribute-item {
    color: #0D2834;
    font-size: 0.75rem;
}
.attribute-item .attribute-label {
    position: relative;
}
.attribute-item .attribute-label::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #2B9CB4;
}
.attribute-item .attribute-value span::after {
    content: ', ';
}
.attribute-item .attribute-value span:last-child::after {
    content: '';
}
#attribute7 .attribute-label::before {
    content: "\e533";
    margin-right: 10px;
}
#attribute1 .attribute-label::before {
    content: "\f3c5";
    margin-right: 10px;
}
#attribute8 .attribute-label::before {
    content: "\f1da";
    margin-right: 10px;
}
#attribute9 .attribute-label::before {
    content: "\f073";
    margin-right: 10px;
}
#attribute2 .attribute-label::before {
    content: "\f183";
    margin-right: 10px;
}
.product-top-attributes {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
}
.product-top-attributes::after {
    content: '';
    display: block;
    clear: both;
}
.product-top-attributes .attribute-item {
    padding: 0 35px 20px 0;
}
.product-top-attributes .attribute-item:nth-child(odd) {
    clear: both;
}
.product-head-price.desktop-only {
    position: sticky;
    top: 200px;
    z-index: 10;
    background: #FFFFFF;
}
@media (min-width: 992px) {
    .product-head-price.desktop-only {
        display: block;
    }
}
.product-head-price .price-box {
    display: flex;
    flex-direction: column;
}
.product-head-price .price {
    font-size: 28px;
    color: #FF9501;
    font-weight: bold;
}
.old-price {
    text-decoration: line-through;
}
.product-head-price .old-price {
    font-size: 24px;
}
.product-head-price-and-actions .product-head-actions {
    margin-top: 30px;
}
.product-head-actions .btn-buy {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    background-color: #FF9501;
    min-width: 150px;
}
.product-options-start {
    background: #EEF3F5;
    border: 1px solid #E1E8EB;
    padding: 15px 25px 20px 25px;
    border-radius: 36px;
    margin-bottom: 20px;
}
.product-options-start .form-section-label {
    font-size: 20px;
    color: #031E2A;
    margin-top: 0;
    text-align: left;
}
.features-list {
    display: flex;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 0 0 0;
    color: #2B9CB4;
    margin: 20px 0;
    font-size: 0.8rem;
    max-width: 566px;
}
.features-list-wrap {
    margin: 0;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}
.features-list a {
    color: #2B9CB4;
}
.feature-item {
    display: flex;
    flex: 1;
    flex-basis: 33%;
    width: 33%;
    align-items: center;
    padding: 10px 20px;
    line-height: 1em;
    border-radius: 38px;
}           
.feature-icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: 37px;
    font-size: 26px;
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-right: 10px;
}
a.feature-item-orange {
    background: #FF9501;
    color: #FFFFFF;
    flex: 2;
    width: 100%;
    flex-basis: 100%;
    padding-left: 35px;
    border-radius: 12px;
}

#productDescription {
    margin: 50px 0 20px 0;
    color: #0D2834;
}
#productDescription h2 {
    margin-bottom: 15px;
}
.product-faq {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0px 15px;
    margin: 20px 0;
    font-size: 0.875rem;
}
.product-faq .product-box {
    padding: 15px 0;
}
.product-faq .product-box + .product-box {
    border-top: 1px solid #F2F2F2;
}
.product-faq .product-box-title {
    font-weight: bold;
    color: #0D2834;
}
.product-faq .product-box-text {
    font-size: 0.95em;
    margin: 15px 0 0 10px;
    padding: 0 0 0 15px;
    border-left: 1px solid #2B9CB4;
}
#productMoreOffers {
    margin: 20px auto;
    padding-bottom: 20px;
}
#productsAccessories {
    background: #17566E 0% 0% no-repeat padding-box;
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#productsAccessories .container {
    max-width: 1336px;
}
#productsAccessories .products-list-carousel-title {
    color: #FFFFFF;
    text-transform: uppercase;
}
#productsAccessories .owl-theme .owl-nav [class*="owl-"] {
    background: #17566E;
    border: 1px solid #EFEFEF;
    color: #EFEFEF;
}
#productsAccessories .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #EFEFEF;
    color: #17566E;
}
#productsAccessories .owl-stage {
    display: flex;
}
#productsAccessories .owl-item {
    display: flex;
}
.product-box-title i {
    color: #2B9CB4;
    margin-right: 15px;
}
.accordion-button {
    padding: 0;
}
.accordion-button::after {
    font-size: 18px;
    line-height: 19px;
}
.product-head .product-head-bonus {
    display: none;
}
.product-head h3 {
    color: #7A8696;
    font-size: 24px;
    margin-bottom: 20px;
}

#page_catalog-product.product_12370 .product-variant-group-option-price,
#page_catalog-product-options.product_12370 .product-variant-group-option-price,
#page_catalog-product.product_12131 .product-variant-group-option-price,
#page_catalog-product-options.product_12131 .product-variant-group-option-price,
#page_catalog-product.product_2732 .product-variant-group-option-price,
#page_catalog-product-options.product_2732 .product-variant-group-option-price {
    display: none;
}
.product-media.free-delivery-frame-in-product {
    position: relative;
}
.product-media.free-delivery-frame-in-product::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: url("../images/xmas-frame-top.png") no-repeat;
    background-size: 100% auto;
    z-index: 5;
}
/*
form.zamenka-process .form-voucher-for-whom-label,
form.zamenka-process .form-voucher-for-whom-selection {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
form.zamenka-process ol li {
    margin-bottom: 10px;
}
*/
form.zamenka-process .radio-nice-boxes-wrapper label:nth-of-type(1) {
    order: 2;
}
form.zamenka-process .radio-nice-boxes-wrapper label:nth-of-type(2) {
    order: 1;
}
.product-payment-methods {
    gap: 20px;
    margin-top: 15px;
    border: 1px solid #C7E2E4;
    border-radius: 27px;
    padding: 15px;
    font-size: 14px;
    color: #7A8696;
    position: relative;
}
.product-payment-methods.mobile-only {
    margin-top: 30px;
}
.product-payment-methods span.label {
    position: absolute;
    top: 0px;
    left: 35px;
    transform: translateY(-50%);
    display: block;
    background: #F7F9FA;
    padding: 0 10px;
}
.product-payment-methods i {
    color: #17566E;
    margin-right: 5px;
}
input + label + .product-variant-group-option-qty input,
input + label + .product-variant-group-option-qty select {
    display: none;
}
input:checked + label + .product-variant-group-option-qty input,
input:checked + label + .product-variant-group-option-qty select {
    display: initial;
}
.product-options-start .product-variant-group-options {
    display: flex;
    flex-direction: column;
}
.product-options-start .product-variant-group-option {
    padding: 5px 0px 5px 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.product-options-start .product-variant-group-option input {
    margin-right: 7px;
    margin-top: 5px;
}
.product-options-start .product-variant-group-option label {
    width: calc(100% - 30px);
}
.product-options-start .product-variant-group-option .product-variant-group-option-qty {
    width: 100%;
    max-width: 353px;
}
.product-options-start .form-voucher-boxes-with-images .box-price::before,
.product-options-start .product-variant-group-option-price::before {
    content: '(+ ';
}
.product-options-start .form-voucher-boxes-with-images .box-price::after,
.product-options-start .product-variant-group-option-price::after {
    content: ')';
}
.product-options-start .form-voucher-boxes-with-images .box-price,
.product-options-start .product-variant-group-option-price {
    white-space: nowrap;
}

.product-options-start .product-variant-group .product-variant-group-label {
    /* padding-left: 25px; */
    margin-bottom: 5px;
    font-weight: bold;
}
.product-variant-group-option-clear {
    font-size: 0.9rem;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.fast-delivery {
    font-size: 14px;
    color: #566271;
}
.fast-delivery i {
    color: #FFFFFF;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #17566e;
    border-radius: 50%;
    margin-right: 10px;
}
.buy-btn-wrapper {
    display: inline;
}
.product-media .product-labels {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.feature-item.feature-item-bonus-desktop {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
@media(max-width: 991.98px) {
    .feature-item {
        width: 50%;
        flex-basis: 50%;
    }
    a.feature-item-orange {
        width: 100%;
        flex-basis: 100%;
    }
    .owl-carousel .owl-dots {
        position: relative;
        background-origin: auto;
        margin-bottom: 20px;
    }
    .product-media {
        max-width: 600px;
    }
    .product-head-price.mobile-only .price-box {
        text-align: center;
    }
    .product-head-price.mobile-only + .buy-btn-wrapper {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
    .product-head-price.mobile-only + .buy-btn-wrapper button {
        width: 90%;
    }
    .product-payment-methods.mobile-only {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-payment-methods.mobile-only span {
        width: 45%;
    }
    .product-payment-methods span.label {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .fast-delivery.mobile-only {
        margin-top: 20px;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px;
        text-align: center;
    }
    #productDescription {
        margin-top: 25px;
    }
    .products-list-carousel {
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767.98px) {
    .form-voucher-for-whom-selection .radio-nice-boxes-wrapper {
        display: flex;
        flex-direction: column;
    }
}
@media(min-width: 768px) {
    .products-list-carousel .product-item-inner {
        flex-direction: row;
    }
    .products-list-carousel .product-item-inner .product-item-photo {
        max-width: 50%;
    }
    .product-media .product-labels {
        margin-top: 25px;
        margin-bottom: 0px;
    }
}
@media(min-width: 992px) {
    #descriptionAndBoxesInfo,
    #productTop {
        flex-direction: row;
    }
    #productTop .product-rating {
        font-size: 0.94rem;
    }
    .attribute-item {
        font-size: 0.875rem;
    }
    #productDescription,
    .product-detail .product-media {
        width: 800px;
        max-width: 50%;
    }
    #productDescription {
        padding-left: 15px;
    }
    .product-media #productDescription {
        max-width: 100%;
    }
    #productBoxesInfo,
    .product-detail .product-head {
        width: 50%;
        flex-grow: 0;
        flex-shrink: 1;
    }
    .product-head #productBoxesInfo {
        width: 100%;
        padding-left: 0;
    }
    #productBoxesInfoWrap {
        position: sticky;
        left: 0;
        top: 0;
    }
    .product-head {
        display: flex;
    }
    .product-head-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #productBoxesInfo,
    .product-head-inner {
        padding-left: 15px;
    }
    .product-head-price-and-actions {
        min-height: 140px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .product-head-actions .btn-buy {
        padding-left: 15px;
        padding-right: 15px;
    }
    #productsAccessories .container {
        width: 80%;
        width: calc(100% - 120px);
    }
    .product-payment-methods:not(.mobile-only) {
        display: inline-flex;
    }
    .product-options-start .form-section-label {
        margin-left: 0;
        flex-basis: 100%;
    }
    .product-options-start #variantGroupsContainer {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .product-options-start #variantGroupsContainer .form-section-label {
        margin-bottom: 0;
    }
    .product-options-start .product-variant-group:not(.product-variant-group-multiselect) {
        flex-basis: 45%;
        flex-basis: calc(50% - 10px);
    }    
    .product-options-start .product-variant-group-multiselect {
        flex-basis: 100%;
    }
    .fast-delivery {
        float: right;
    }
    .product-head .product-head-bonus {
        display: block;
    }
}
@media (min-width: 1200px) {
    .product-head-price .price {
        font-size: 32px;
    }
    .product-head-price .old-price {
        font-size: 28px;
    }
    .product-detail h1 {
        font-size: 28px;
    }
    .product-detail .product-item-name {
        font-size: 20px;
    }
    .product-detail h2 {
        font-size: 20px;
    }
    #productBoxesInfo,
    .product-head-inner {
        padding-left: 30px;
    }
    .product-head-actions .btn-buy {
        padding-left: 50px;
        padding-right: 50px;
    }
    .features-list {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 0.9rem;
    }
    .feature-item {
        padding-top: 17px;
        padding-bottom: 17px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    .product-faq {
        padding-left: 25px;
        padding-right: 25px;
    }
    .product-faq .row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-faq .product-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-detail .products.list.product-items .product-item {
        width: 25%;
    }
    .products-list-carousel-title {
        margin-bottom: 40px;
    }
    #newsletterSubscribe,
    #productsAccessories,
    #productMoreOffers,
    .products-list-carousel,
    #promoFreeProduct {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #productMoreOffers {
        padding-top: 40px;
    }
    #newsletterSubscribe,
    #productsAccessories {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-head a.feature-item-orange {
        margin-bottom: 0;
        flex-grow: 0;
        flex-basis: auto;
        padding: 10px 10px 10px 30px;
    }
    .product-options-start .product-variant-group-options {
        /*
        flex-direction: row;
        flex-wrap: wrap;
        */
    }
    .product-options-start .product-variant-group-option {
        padding: 5px 30px 5px 0px;
    }
}
@media (min-width: 1336px) {
    #featureBonus {
        display: none;
    }
    .feature-item {
        flex-basis: 50%;
        width: 50%;
    }
}
@media (min-width: 1534px) {
    .product-detail h1 {
        font-size: 32px;
        line-height: 1.15em;

    }
    .product-detail .product-item-name {
        font-size: 22px;
    }
    .products-list-carousel-title,
    .product-detail h2 {
        font-size: 22px;
    }
    #productMoreOffers {
        padding-top: 50px;
    }
    #newsletterSubscribe,
    #productsAccessories,
    #productMoreOffers,
    .products-list-carousel,
    #promoFreeProduct {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #newsletterSubscribe,
    #productsAccessories {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.product-detail-wow {
    --wow-dark: #1a1a18;
    --wow-text: #393836;
    --wow-muted: rgba(26, 26, 24, 0.48);
    --wow-green: #008a3c;
    --wow-gold: #8b6b3b;
    --wow-cream: #f9f4ee;
    --wow-sand: #e8e4dd;
    color: var(--wow-dark);
    font-family: "Sofia Sans Semi Condensed", "Manrope", sans-serif;
}

.product-detail-wow > .container {
    max-width: 1720px;
}

.product-detail-wow #productTop {
    gap: 0;
    align-items: stretch;
    background: #ffffff;
}

.product-detail-wow .wow-product-media {
    position: relative;
    overflow: hidden;
    background: var(--wow-cream);
}

.product-detail-wow #productOwlGallery {
    background: var(--wow-cream);
}

.product-detail-wow #productOwlGallery .slider-item {
    position: relative;
    min-height: 390px;
    aspect-ratio: 1 / 1.04;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 32px 104px;
}

.product-detail-wow #productOwlGallery .slider-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-detail-wow #productOwlGallery .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 78%;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 18px 24px rgba(26, 26, 24, 0.16));
}

.product-detail-wow #productOwlGallery iframe {
    border-radius: 8px;
    max-height: 75%;
}

.product-detail-wow #productOwlGallery .owl-dots {
    display: none;
}

.wow-product-gallery-control {
    position: absolute;
    left: 50%;
    bottom: 92px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transform: translateX(-50%);
}

.wow-product-gallery-play {
    width: 31px;
    height: 31px;
    border: 1px solid var(--wow-text);
    border-radius: 50%;
    background: var(--wow-sand);
    color: var(--wow-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}

.wow-product-gallery-play:hover {
    opacity: 1;
}

.wow-product-gallery-play i {
    font-size: 11px;
}

.wow-product-gallery-dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wow-product-gallery-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: var(--wow-sand);
    transition: width 0.2s ease, background 0.2s ease;
}

.wow-product-gallery-dot.active {
    width: 29px;
    border-radius: 999px;
    background: var(--wow-text);
}

.wow-product-gallery-thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 12px;
    background: var(--wow-cream);
}

.wow-product-gallery-thumb {
    position: relative;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    padding: 0;
    transition: border-color 0.2s ease;
}

.wow-product-gallery-thumb.active {
    border-color: var(--wow-dark);
}

.wow-product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wow-product-gallery-thumb span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(26, 26, 24, 0.3);
}

.product-detail-wow .product-head {
    background: #ffffff;
}

.product-detail-wow .product-head-inner {
    max-width: 845px;
    margin: 0 auto;
    padding: 34px 16px;
}

.product-detail-wow .product-head-info,
.product-detail-wow .product-head-price-and-actions {
    width: 100%;
}

.wow-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    padding: 10px 19px;
    border: 1px solid #efe1c1;
    border-radius: 18px;
    background: #fdf5e9;
    color: var(--wow-gold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.product-detail-wow h1.page-title {
    margin: 0 0 16px;
    color: var(--wow-dark);
    font-family: "Sofia Sans Semi Condensed", "Manrope", sans-serif;
    font-size: clamp(36px, 4.5vw, 45px);
    font-weight: 400;
    line-height: 1.13;
}

.wow-product-subtitle {
    margin: 0 0 28px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.product-detail-wow .product-head-actions {
    margin-top: 0;
}

.product-detail-wow .product-options-start {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.product-detail-wow #variantGroupsContainer {
    display: block;
}

.product-detail-wow #variantGroupsContainer > .form-section-label,
.product-detail-wow .product-variant-group-label,
.product-detail-wow .product-variant-group-option label,
.product-detail-wow .product-variant-group-option > input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.product-detail-wow .product-variant-group {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.product-detail-wow .product-variant-group-options {
    display: block;
}

.product-detail-wow .product-variant-group-option {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

.product-detail-wow .product-variant-group-option-qty {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    padding: 0 64px 0 58px;
    border: 1px solid var(--wow-dark);
    border-radius: 8px;
    background: #ffffff;
}

.product-detail-wow .product-variant-group-option-qty::before {
    content: "€";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--wow-dark);
    font-size: 20px;
    line-height: 1;
}

.product-detail-wow input:checked + label + .product-variant-group-option-qty input,
.product-detail-wow .product-variant-group-option-qty input {
    display: block;
    width: 100%;
    height: 80px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--wow-dark);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    outline: 0;
    box-shadow: none;
}

.product-detail-wow .product-variant-group-option-qty input::-webkit-outer-spin-button,
.product-detail-wow .product-variant-group-option-qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.product-detail-wow .product-variant-group-option-qty input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.wow-product-stepper {
    position: absolute;
    top: 50%;
    right: 35px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    transform: translateY(-50%);
}

.wow-product-stepper button {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 3px;
    background: #f5f5f5;
    color: var(--wow-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.wow-product-stepper button:hover {
    background: #ebebeb;
}

.wow-product-mobile-cart-btn {
    display: none;
}

.wow-product-fixed-amount-bar {
    display: none;
}

.wow-product-amount-helper {
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.35);
    font-size: 14px;
    line-height: 1.35;
}

.wow-product-amount-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}

.wow-product-amount-chips > span {
    color: var(--wow-dark);
    font-size: 14px;
}

.wow-product-amount-chip {
    min-height: 36px;
    border: 1px solid var(--wow-text);
    border-radius: 999px;
    background: rgba(232, 228, 221, 0.3);
    color: var(--wow-text);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.55;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.wow-product-amount-chip:hover,
.wow-product-amount-chip.active {
    border-color: var(--wow-dark);
    opacity: 1;
}

.wow-product-amount-chip i {
    margin-right: 4px;
    color: #f5a726;
    font-size: 12px;
}

.wow-product-upsell {
    position: relative;
    width: 100%;
    min-height: 61px;
    border: 0;
    border-radius: 999px;
    background: var(--wow-gold);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 700;
    transition: background 0.2s ease;
}

.wow-product-upsell:hover {
    background: #765a31;
}

.wow-product-upsell.is-loading {
    cursor: wait;
    opacity: 0.82;
}

.wow-product-upsell.is-loading i,
.wow-product-upsell.is-loading span {
    opacity: 0.28;
}

.wow-product-upsell.is-loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 3px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: wow-spin 0.75s linear infinite;
}

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

.wow-product-info-panel {
    width: 100%;
    min-height: 120px;
    margin: 0 0 31px;
    border-radius: 8px;
    background: rgba(245, 245, 245, 0.65);
    display: flex;
    align-items: center;
    gap: 38px;
    overflow: hidden;
    padding: 20px 39px;
}

.wow-product-info-icon {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #e8e4dd;
    color: rgba(26, 26, 24, 0.65);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 31px;
}

.wow-product-info-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    color: var(--wow-dark);
}

.wow-product-info-copy strong {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
}

.wow-product-info-copy span {
    font-size: 18px;
    line-height: 1.2;
}

.wow-product-info-copy b {
    font-weight: 400;
}

.wow-product-info-link {
    color: rgba(26, 26, 24, 0.45);
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: underline;
}

.wow-product-info-link:hover {
    color: rgba(26, 26, 24, 0.55);
}

.product-detail-wow .buy-btn-wrapper {
    display: block;
    margin-bottom: 28px;
}

.product-detail-wow .product-head-actions .btn-buy {
    width: 100%;
    min-height: 55px;
    border: 0;
    border-radius: 999px;
    background: var(--wow-green);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

.product-detail-wow .product-head-actions .btn-buy:hover {
    background: #007533;
}

.product-detail-wow .product-head-actions .btn-buy b {
    font-weight: 700;
}

.wow-product-rating-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 20px;
}

.wow-product-stars {
    display: inline-flex;
    gap: 2px;
    color: #f5a726;
    font-size: 16px;
}

.wow-product-rating-row strong {
    color: var(--wow-dark);
    font-size: 18px;
    line-height: 1;
}

.wow-product-rating-row > span:last-child {
    color: #828282;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
}

.wow-product-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 22px;
}

.wow-product-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(26, 26, 24, 0.35);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
}

.wow-product-trust-row i {
    color: var(--wow-green);
    flex: 0 0 auto;
    font-size: 28px;
    line-height: 1;
}

.wow-included-experiences {
    position: relative;
    border-bottom: 1px solid rgba(26, 26, 24, 0.1);
    background: #ffffff;
}

.wow-included-experiences.is-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.58);
}

.wow-included-experiences-inner {
    padding: 64px 16px 24px;
}

.wow-included-experiences-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.wow-included-experiences-title h2 {
    margin: 0 0 6px;
    color: var(--wow-dark);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.15;
}

.wow-included-experiences-title p {
    margin: 0 0 12px 0;
    color: var(--wow-dark);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.wow-included-experiences-short-description > :nth-last-child(2) {
    display: inline;
}

.wow-included-experiences-read-more {
    display: inline;
    margin-left: 0.25em;
    color: var(--wow-green);
    text-decoration: underline;
}

.wow-included-experiences-read-more:hover,
.wow-included-experiences-read-more:focus {
    color: var(--wow-green);
    text-decoration: underline;
}

.wow-included-experiences-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.wow-included-experiences-count {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: var(--wow-dark);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.wow-included-experiences-toggle {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--wow-dark);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.wow-product-description-modal-close {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    border: 0;
    border-radius: 999px;
    background: var(--wow-green);
    padding: 12px 24px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
}

.wow-product-description-modal-close:hover,
.wow-product-description-modal-close:focus {
    background: var(--wow-green);
    color: #ffffff;
}

.wow-included-experiences-toggle i {
    transition: transform 0.2s ease;
}

.wow-included-experiences.is-collapsed .wow-included-experiences-toggle i {
    transform: rotate(180deg);
}

.wow-included-experiences-content {
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.wow-included-experiences.is-collapsed .wow-included-experiences-content {
    max-height: 0;
}

.wow-included-experiences-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 28px;
    scrollbar-width: none;
}

.wow-included-experiences-chips::-webkit-scrollbar {
    display: none;
}

.wow-included-experiences-chip {
    min-height: 38px;
    border: 1px solid var(--wow-dark);
    border-radius: 999px;
    background: #ffffff;
    color: #000000;
    flex: 0 0 auto;
    padding: 8px 16px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.wow-included-experiences-chip.active,
.wow-included-experiences-chip:hover {
    background: var(--wow-dark);
    color: #ffffff;
}

.wow-included-experiences-preview {
    position: relative;
}

.wow-included-experiences-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

.wow-included-experiences-preview.has-hidden-experiences {
    padding-bottom: 0px;
}

.wow-included-experiences-preview.has-hidden-experiences::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: calc(50% + 96px);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.92) 58%, #ffffff 100%);
}

.wow-included-experiences-grid-mobile,
.wow-included-experiences-count-mobile,
.wow-included-experiences-progress-mobile {
    display: none;
}

.wow-included-experiences-lock {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(330px, 100%);
    transform: translateX(-50%);
    text-align: center;
}

.wow-included-experiences-lock-icon {
    width: 51px;
    height: 51px;
    border-radius: 8px;
    background: var(--wow-gold);
    color: var(--wow-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(26, 26, 24, 0.12);
}

.wow-included-experiences-lock p {
    margin: 0 0 16px;
    color: var(--wow-dark);
    font-size: 18px;
    line-height: 1.2;
}

.wow-included-experiences-lock p span {
    font-weight: 300;
}

.wow-included-experiences-lock p strong {
    font-weight: 700;
}

.wow-included-experiences-progress {
    width: 300px;
    max-width: 100%;
    height: 8px;
    border-radius: 999px;
    background: #eceaea;
    display: block;
    margin-bottom: 29px;
    overflow: hidden;
}

.wow-included-experiences-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--wow-gold);
}

.wow-included-experiences-buy {
    min-height: 60px;
    border: 0;
    border-radius: 80px;
    background: var(--wow-green);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 55px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 7.5px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease;
}

.wow-included-experiences-buy:hover {
    background: #007533;
}

.wow-included-experience-card {
    margin: 0;
}

.wow-included-experience-card-inner {
    position: relative;
    display: block;
    height: 100%;
    min-height: 222px;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 42px 148px 28px 24px;
    color: inherit;
}

.wow-included-experience-image {
    display: block;
    position: absolute;
    top: 31px;
    right: 26px;
    width: 100px;
    height: 103px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 8px;
    background: var(--wow-sand);
    box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.12);
    transform: rotate(5deg);
}

.wow-included-experience-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.wow-included-experience-category {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 13px;
    background: #8b6b3b;
    padding: 5px 17px 4px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wow-included-experience-name {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 18px;
    color: var(--wow-dark);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wow-included-experience-meta {
    position: absolute;
    right: 24px;
    bottom: 28px;
    left: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.wow-included-experience-location {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    color: rgba(26, 26, 24, 0.25);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wow-included-experience-location i {
    flex: 0 0 auto;
    color: #e23131;
    font-size: 12px;
}

.wow-included-experience-key {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    opacity: 0.65;
}

.wow-included-experience-key img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wow-included-experiences-empty {
    padding: 56px 16px;
    color: #828282;
    font-size: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .wow-product-gallery-thumb {
        width: 72px;
        height: 72px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wow-included-experiences-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .product-detail-wow #productTop {
        flex-direction: row;
    }

    .product-detail-wow .product-media,
    .product-detail-wow .product-head {
        width: 50%;
        max-width: 50%;
    }

    .product-detail-wow .product-head {
        display: flex;
        align-items: center;
    }

    .product-detail-wow .product-head-inner {
        padding: 48px 32px;
    }

    .wow-included-experiences-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1500px) {
    .product-detail-wow .product-head-inner {
        padding: 64px 45px;
    }

    .wow-included-experiences-inner {
        padding-left: 120px;
        padding-right: 120px;
    }

    .wow-included-experiences-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wow-included-experiences-inner {
        padding: 46px 0 56px;
    }

    .wow-included-experiences-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 0 16px;
    }

    .wow-included-experiences-title {
        width: 100%;
    }

    .wow-included-experiences-title h2 {
        font-size: 28px;
    }

    .wow-included-experiences-title p {
        font-size: 16px;
    }

    .wow-included-experiences-actions {
        width: 100%;
        justify-content: space-between;
    }

    .wow-included-experiences-count {
        display: inline-flex;
        min-height: 46px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .wow-included-experiences-toggle {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
    }

    .wow-included-experiences-chips {
        padding-left: 16px;
        padding-right: 16px;
    }

    .wow-included-experiences-grid {
        padding: 0 16px;
    }

    .wow-included-experiences-grid-desktop,
    .wow-included-experiences-count-desktop,
    .wow-included-experiences-progress-desktop {
        display: none;
    }

    .wow-included-experiences-grid-mobile {
        display: grid;
    }

    .wow-included-experiences-count-mobile,
    .wow-included-experiences-progress-mobile {
        display: block;
    }

    .wow-included-experiences-preview.has-hidden-experiences {
        padding-bottom: 0px;
    }

    .wow-included-experiences-preview.has-hidden-experiences::after {
        left: 16px;
        right: 16px;
        height: calc(50% + 92px);
    }

    .wow-included-experiences-lock {
        top: calc(50% - 62px);
        width: calc(100% - 32px);
    }

    .wow-included-experiences-lock-icon {
        margin-bottom: 16px;
    }

    .wow-included-experiences-buy {
        width: min(100%, 300px);
        min-height: 56px;
        padding: 14px 28px;
        font-size: 16px;
    }

    .product-detail-wow .product-head-inner {
        padding-top: 28px;
    }

    .product-detail-wow .product-options-start {
        position: relative;
        width: calc(100% + 32px);
        margin: 0 -16px 22px;
        padding: 14px 17px 20px;
        border: 0;
        border-radius: 60px 60px 0 0;
        background: #f7f7f7;
        box-shadow: 3px 0 6px rgba(0, 0, 0, 0.12);
    }

    .product-detail-wow .product-options-start #variantGroupsContainer {
        position: relative;
        z-index: 1;
    }

    .product-detail-wow .product-options-start .product-variant-group,
    .product-detail-wow .product-options-start .product-variant-group-option {
        width: 100%;
    }

    .product-detail-wow #productOwlGallery .slider-item {
        min-height: 360px;
        padding: 30px 20px 96px;
    }

    .product-detail-wow .product-variant-group-option-qty {
        height: 82px;
        padding-left: clamp(54px, 17vw, 72px);
        padding-right: clamp(138px, 43vw, 174px);
        border-color: rgba(26, 26, 24, 0.1);
        border-radius: 41px;
    }

    .product-detail-wow .product-variant-group-option-qty::before {
        left: clamp(29px, 10vw, 41px);
        font-size: 20px;
    }

    .product-detail-wow .product-variant-group-option-qty input {
        height: 80px;
        font-size: 22px;
    }

    #page_catalog-product .wow-product-stepper {
        right: 152px;
    }

    .wow-product-mobile-cart-btn {
        position: absolute;
        top: 21px;
        right: 33px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 121px;
        height: 67px;
        border: 0;
        border-radius: 34px;
        background: var(--wow-green);
        color: #ffffff;
        box-shadow: none;
    }

    .wow-product-mobile-cart-btn:hover {
        background: #007533;
    }

    .wow-product-mobile-cart-icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 37px;
        height: 37px;
        line-height: 1;
    }

    .wow-product-mobile-cart-bag {
        position: relative;
        display: block;
        width: 24px;
        height: 27px;
        margin-top: 5px;
        border: 2px solid #ffffff;
        border-radius: 4px 4px 6px 6px;
    }

    .wow-product-mobile-cart-bag::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -10px;
        width: 13px;
        height: 13px;
        border: 2px solid #ffffff;
        border-bottom: 0;
        border-radius: 13px 13px 0 0;
        transform: translateX(-50%);
    }

    .wow-product-mobile-cart-bag::after {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        top: 5px;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        opacity: 0.95;
    }

    .wow-product-mobile-cart-plus {
        position: absolute;
        right: -1px;
        bottom: -1px;
        width: 15px;
        height: 15px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: var(--wow-green);
    }

    .wow-product-mobile-cart-plus::before,
    .wow-product-mobile-cart-plus::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 7px;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
        transform: translate(-50%, -50%);
    }

    .wow-product-mobile-cart-plus::after {
        width: 2px;
        height: 7px;
    }

    .wow-product-info-panel {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 14px;
        min-height: 0;
        margin-bottom: 18px;
        padding: 16px;
    }

    .wow-product-info-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .wow-product-info-copy {
        flex: 1 1 calc(100% - 72px);
    }

    .wow-product-info-copy strong {
        font-size: 32px;
    }

    .wow-product-info-copy span,
    .wow-product-info-link {
        font-size: 15px;
    }

    .wow-product-info-link {
        margin-left: 72px;
    }

    .wow-product-rating-row {
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 18px;
        text-align: center;
    }

    .wow-product-rating-row > span:last-child {
        width: 100%;
        font-size: 16px;
    }

    .product-detail-wow .buy-btn-wrapper {
        margin-bottom: 22px;
    }

    .wow-product-trust-row {
        justify-content: flex-start;
        gap: 14px;
    }

    .wow-product-trust-row span {
        width: 100%;
        font-size: 16px;
    }

    .wow-product-upsell,
    .product-detail-wow .product-head-actions .btn-buy {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    #page_catalog-product.wow-layout {
        padding-bottom: calc(94px + env(safe-area-inset-bottom));
    }

    .product-detail-wow .wow-product-fixed-amount-bar {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        padding: 7px 12px max(7px, env(safe-area-inset-bottom));
        background: #f7f7f7;
        box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.14);
    }

    .product-detail-wow .wow-product-fixed-amount-control {
        height: 70px;
        padding-left: 54px;
        padding-right: 128px;
        border-color: rgba(26, 26, 24, 0.1);
        border-radius: 35px;
    }

    .product-detail-wow .wow-product-fixed-amount-control input {
        height: 68px;
    }

    .product-detail-wow .wow-product-fixed-amount-control::before {
        left: 29px;
    }

    #page_catalog-product .wow-product-fixed-amount-control .wow-product-stepper {
        right: 136px;
    }

    .wow-product-fixed-cart-btn {
        top: 14px;
        right: 18px;
        width: 111px;
        height: 59px;
        border-radius: 30px;
    }
}
