.single-product .woocommerce-product-attributes-item--attribute_pa_size {
  display: none;
}

.single-product .container.content-wrapper{
    margin-top: 24px!important;
    margin-bottom: 90px!important;
    max-width: 1240px !important;
    padding: 0 20px !important;
}

.single-product .woocommerce-notices-wrapper {
    display: none!important;
}

.single-product .product_title {
    color: #0B0B16;
    font-family: 'Playfair'!important;
    font-size: 28px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase!important;
    text-align: start!important;
    margin-bottom: 3px !important;
}

.single-product .scroll-to-reviews {
    margin: 0!important;
    color: rgba(11, 11, 22, 0.50)!important;
    font-family: 'Bellota'!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-product .woocommerce-product-rating {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: 10px!important;
}

.single-product .woocommerce-review-link {
    color: rgba(11, 11, 22, 0.50)!important;
    font-family: 'Bellota'!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .single-product  .star-rating span::before {
    color: #a5a5a9!important;
}

.single-product .star-rating {
    color: #0B0B16!important;
} */

.single-product .product-gallery-summary .entry-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    padding-left: 0!important;
    width: 100%;
    max-width: 587px;
    margin: 20px auto 0!important;
}

.single-product .price {
    color: rgba(11,11,22,0.50)!important;
    font-family: "Bellota Text"!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 300!important;
    line-height: normal;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.single-product .price .woocommerce-Price-amount {
   color: rgba(11,11,22,0.50)!important;
}

.single-product .woocommerce-product-details__short-description {
    color: #0B0B16!important;
    text-align: justify!important;
    font-family: "Bellota Text"!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
}

.single-product .woocommerce-product-details__short-description p:last-of-type {
    margin-bottom: 24px;
}

.custom-size-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 2px;
}

.custom-size-header {
    margin-bottom: 16px;
}

.custom-size-header .title {
    color: #0B0B16;
    font-family: "Playfair";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.custom-size-header .sub-title {
    color: #0B0B16;
    text-align: justify;
    font-family: "Bellota Text";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.size-option {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #0B0B16;
    background: transparent;
    color: #0B0B16;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    font-family: "Playfair";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.size-option--selected {
    background: #0b0b16;
    color: white;
}

.size-option--disabled {
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #E6E6E7;
    background-color: #E6E6E7;
    color: #F9F9F9;
}

.size-option--available:hover {
    background: #0b0b16;
    color: white;
}

.single-product .product-gallery-summary .divider {
    background-color: #0B0B16!important;
    border: 0;
    height: 1px;
    margin-bottom: 32px!important;
    margin-top: 32px !important;
}

.single-product .product-gallery-summary .botiga-single-addtocart-wrapper {
    border-top: 1px solid #0B0B16!important;
    padding-top: 32px;
    gap: 40px!important;
	flex-direction: row;
}

.comment-form-comment label {
	display: inline-block;
}

.single-product .product-gallery-summary  form.cart .quantity {
    max-width: 93px!important;
    height: 40px!important;
    border: 1px solid #0B0B16;
	margin-bottom: 0;
}

.single-product .product-gallery-summary  form.cart .quantity input[name="quantity"] {
    border-right: 1px solid #0B0B16;
    border-left: 1px solid #0B0B16;
    /*width: 45px!important;*/

    color: #0B0B16!important;
    font-family: 'Bellota'!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
}

.single-product .product-gallery-summary .quantity .botiga-quantity-plus,
.single-product .product-gallery-summary .quantity .botiga-quantity-minus {
    color: #0B0B16!important;
    font-family: 'Bellota'!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
    width: 45px!important;
}

.single-product .product-gallery-summary .quantity .botiga-quantity-plus {
    padding-top: 6px !important;
}

.single-product .product-gallery-summary .quantity .botiga-quantity-plus:hover,
.single-product .product-gallery-summary .quantity .botiga-quantity-minus:hover {
    color: rgba(11, 11, 22, 0.50)!important;
}

.single-product .product-gallery-summary .single_add_to_cart_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: -webkit-max-content!important;
    max-width: -moz-max-content!important;
    max-width: max-content!important;
    height: 40px!important;
    padding: 8px 16px!important;
    border: 1px solid #0B0B16;
    background-color: transparent!important;
    cursor: pointer;

    color: #0B0B16!important;
    text-align: center;
    font-family: 'Playfair'!important;
    font-size: 20px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-transform: uppercase;
}

.single-product .product-gallery-summary .single_add_to_cart_button:hover,
.single-product .product-gallery-summary .single_add_to_cart_button.loading {
    background-color: #0B0B16!important;
    color: #F9F9F9!important;
}

.single-product .product-gallery-summary .single_add_to_cart_button:hover .svg-buy path,
.single-product .product-gallery-summary .single_add_to_cart_button.loading .svg-buy path{
    stroke: #F9F9F9!important;
}

.single-product .product-gallery-summary .single_add_to_cart_button svg {
    fill: none!important;
    margin-left: 8px;
}

.single-product .product-gallery-summary .single_add_to_cart_button.loading::after {
    width: 15px!important;
    height: 15px!important;
    display: none!important;
}

.single-product .product-gallery-summary .single_add_to_cart_button.added:after {
    display: none!important;
}

.single-product .product-gallery-summary .single_add_to_cart_button:not(.added) .svg-added {
    display: none;
}

.single-product .product-gallery-summary .single_add_to_cart_button .added .svg-added {
    display: block;
}

.single-product .product-gallery-summary .single_add_to_cart_button .svg-buy {
    display: none;
}

.single-product .product-gallery-summary .single_add_to_cart_button:not(.added) .svg-buy {
    display: block;
}

.product-social-links {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 16px;
}

.product-social-links a:hover svg path{
    fill: rgba(11, 11, 22, 0.50);
}

.single-product .description_tab a,
.single-product .additional_information_tab a,
.single-product .reviews_tab a {
    padding: 15px 25px 15px 0!important;
    color: rgba(11, 11, 22, 0.50)!important;
    font-family: "Bellota Text"!important;
    font-size: 20px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
}

.single-product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid rgba(11, 11, 22, 0.50)!important;
    margin: 0 0 16px!important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    border-color: #0B0B16!important;
	color: #0B0B16!important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    margin-bottom: -2px!important;
}

.single-product .woocommerce-tabs .wc-tab {
    color: #0B0B16!important;
    text-align: justify;
    font-family: "Bellota Text"!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: normal;
}

.complete-look-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.complete-look-item-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.complete-look-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 16px;
}

.complete-look-item:not(:last-child) a {
    border-bottom: 1px solid #0B0B16;
}

.complete-look-item-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.complete-look-item img {
    width: 71px;
    height: 71px;
    -o-object-fit: cover;
    object-fit: cover;
}

.complete-look-item .product-title {
    color: #0B0B16;
    font-family: 'Playfair';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.complete-look-item .product-price{
    color: rgba(11, 11, 22, 0.50);
    font-family: 'Bellota Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.complete-look-item .product-price .woocommerce-Price-amount{
    color: rgba(11, 11, 22, 0.50)!important;
}

.complete-look-item-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.view-product-button {
    border: 1px solid #0B0B16;
    padding: 4px 8px;
    color: #0B0B16;
    text-align: center;
    font-family: 'Playfair';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.view-product-button:hover {
    color: #F9F9F9!important;
    background-color: #0B0B16;
}

.single_variation_wrap .woocommerce-variation-price {
     margin-bottom: 0!important;
}


@media (min-width: 1211px) {
    .single-product .product-gallery-summary .entry-summary {
        margin: 0!important;
        padding-left: 27px!important;
    }
}

@media (min-width: 768px) {
    .single-product .product_title {
        font-size: 36px!important;
    }

    .single-product .woocommerce-product-details__short-description p:last-of-type {
        margin-bottom: 38px;
    }

    .complete-look-products {
        margin-bottom: 40px;
    }

    .complete-look-item a {
        gap: 32px;
    }

    .complete-look-item .product-title {
        font-size: 20px;
    }

    .complete-look-item .product-price{
        font-size: 20px;
    }

    .view-product-button {
        padding: 6px 12px;
        font-size: 15px;
    }
	.single-product .description_tab a,
   .single-product .additional_information_tab a,
    .single-product .reviews_tab a {
        padding: 0 25px 16px 0!important;
    }

}



/* Product Slider */
.product-gallery-summary .onsale-custom {
    position: absolute;
    z-index: 100;
    padding: 2px 15px 2px 10px;
    top: 0 !important;
    left: 1px !important;
    color: #F9F9F9!important;
    font-family: "Bellota Text"!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 22px!important;
    background-color: transparent!important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70' height='28' viewBox='0 0 70 28' fill='none'><path d='M63 14L69.875 28H0V0H69.875L63 14Z' fill='%230B0B16'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
}

.product-gallery-summary > .onsale {
    display: none!important;
}

.main-gallery-product-custom .swiper-slide {
    height: 384px;
}

.zoom-icon-btn-fixed {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
    border: none;
    padding: 11px;
    cursor: pointer;
    background-color: #0000001f;
    border-radius: 50%;
}

.zoom-icon-btn-fixed svg {
    display: block;
}

.custom-product-gallery {
    position: relative;
    max-width: 584px;
    margin: 0 auto;
}

.custom-product-gallery .swiper-button-prev,
.custom-product-gallery .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    outline: none;
    background-color: #0000001f;
    border-radius: 50%;
}

.custom-product-gallery .swiper-button-prev::after,
.custom-product-gallery .swiper-button-next::after,
.zoom-modal-content .swiper-button-prev::after,
.zoom-modal-content .swiper-button-next::after {
    display: none;
}

.custom-product-gallery  .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='51' viewBox='0 0 45 51' fill='none'%3E%3Cg filter='url(%23filter0_d_2110_55786)'%3E%3Cpath d='M31 14.0276L13.964 25.4862L31 36.9449' stroke='%23F9F9F9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2110_55786' x='0.463867' y='0.527344' width='44.0364' height='49.9177' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2110_55786'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2110_55786' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.custom-product-gallery  .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='50' viewBox='0 0 45 50' fill='none'%3E%3Cg filter='url(%23filter0_d_2110_55782)'%3E%3Cpath d='M13.9536 36.4377L30.9896 24.979L13.9536 13.5203' stroke='%23F9F9F9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2110_55782' x='0.453369' y='0.0201416' width='44.0364' height='49.9177' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2110_55782'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2110_55782' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.custom-product-gallery .main-gallery-product-custom img {
    width: 100%;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.custom-product-gallery .thumbs-gallery-product-custom {
    margin-top: 16px;
}

.custom-product-gallery .thumbs-gallery-product-custom .swiper-slide {
    width: 173px !important;
    margin-right: 32px;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1.5px solid transparent;
}

.custom-product-gallery .thumbs-gallery-product-custom .swiper-slide-thumb-active {
    opacity: 1;
    border: 1.5px solid #0B0B16;
}

.custom-product-gallery .thumbs-gallery-product-custom img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background: none !important; /* удаляем фон */
}

/* Попап */
.zoom-modal-product-custom {
    display: none;
    position: fixed;
    /*position: absolute;*/
    /*height: 100vh;*/
    overflow: hidden;
    /*width: 90vw;*/
    z-index: 999;
    inset: 0;
    background: #F9F9F9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zoom-modal-product-custom.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zoom-modal-product-custom .zoom-modal-content {
    position: relative;
    width: 90%;
    max-width: 960px;
}

.zoom-modal-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 384px;
}

.zoom-modal-content .swiper-slide img{
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
}

.zoom-modal-product-custom .zoom-close {
    position: absolute;
    top: -50px;
    right: -8px;
    z-index: 10;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.zoom-modal-content .swiper-button-prev,
.zoom-modal-content .swiper-button-next {
    padding: 10px;
    background-color: #ffffff63;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .thumbs-gallery-product-custom .swiper-slide {
        width: 100px !important;
        margin-right: 16px;
    }
	
	.woocommerce-tabs ul.tabs li {
        border-bottom: 1px solid #0B0B16;
    }
	
	.single-product .woocommerce-tabs ul.tabs {
		border-bottom: none!important;
	}
	
	.woocommerce-tabs {
       margin-top: 20px;
       margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
	.woocommerce-tabs {
       margin-top: 45px;
       margin-bottom: 30px;
    }
	
    .main-gallery-product-custom .swiper-slide {
        height: 584px;
    }

    .zoom-modal-content .swiper-slide {
        height: 472px;
    }

    .zoom-modal-content .swiper-button-prev,
    .zoom-modal-content .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .zoom-modal-content .swiper-slide img {
        max-width: 85%;
    }

    .single-product .woocommerce-breadcrumb {
        margin-bottom: 54px!important;
    }

    .custom-product-gallery .thumbs-gallery-product-custom {
        margin-top: 32px;
    }
}

.related-product-custom {
    padding-top: 30px!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.related-product-custom .woocommerce-loop-product__link div {
    overflow: hidden;
}

.related-product-custom .woocommerce-loop-product__link div img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.related-product-custom .woocommerce-loop-product__link div:hover img {
    opacity: 1!important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.related-product-custom .related-title {
    color: #0B0B16!important;
    text-align: center;
    font-family: 'Playfair'!important;
    font-size: 28px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.related-product-custom .products {
    border-top: none!important;
    padding-top: 0!important;
    margin-top: 42px!important;
}

.related-product-custom h3,
.related-product-custom span,
.related-product-custom .price,
.related-product-custom .button {
    display: none!important;
}

@media (min-width: 768px) {
    .related-product-custom {
        padding-top: 50px!important;
    }
    .related-product-custom .related-title {
        font-size: 36px!important;
    }
}
