.product-info-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.product-info-section:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    background-image: url(/wp-content/themes/gvbbiopharma/assets/imgs/icons/product-bg-top.svg);
    background-size: cover;
    width: 1572px;
    height: 680px;
    margin-right: -320px;
    z-index: -1;
}
.product-info-section:after {
    content: '';
    position: absolute;
    left: 50%;
    background-image: url(/wp-content/themes/gvbbiopharma/assets/imgs/icons/product-bg-right.svg);
    background-size: cover;
    width: 488px;
    height: 504px;
    top: 306px;
    margin-left: 471px;
}
.product-info-layout {
    display: flex;
    justify-content: space-between;
	column-gap: 32px;
}
.product-info-layout__img {
	width: 50%;
}
.product-info-layout__img img {
	width: 100%;
}
.product-info-layout .product-info-layout__desc {
	max-width: 50%;
}
.product-info-desc {
    position: relative;
}
.verified-wrapper {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
}
.verified-content__wrapper {
    display: flex;
    column-gap: 16px;
    position: absolute;
    background-color: #e35d3a;
    border-radius: 16px;
    padding: 12px 16px;
    bottom: 29px;
    right: -150px;
    width: 211px;
}
.verified-content__wrapper svg {
    min-width: 32px;
}
.verified-wrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 0 !important;
    letter-spacing: 0;
}
.product-info-layout__desc {
    max-width: 584px;
    box-sizing: border-box;
    padding: 40px;
    margin: 4px 0;
    background: #fff;
    box-shadow: 0px 24px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    position: relative;
    z-index: 2;
}
.woocommerce-variation.single_variation {
    display: none;
}
teble.variations .woocommerce-variation.single_variation {
    display: block;
}
.short-description__wrapper {
    margin-top:  16px;
}
.short-description__wrapper p {
    margin-bottom: 16px;
}
.product-info__text {
    margin-top: 24px;
}
.product-info-actions {
    margin-top: 16px;
}
.variations {
    width: 100%;
    margin-bottom: 16px;
}
.woocommerce-variation.single_variation {
    margin-bottom: 16px;
}
.variations_button .d-flex {
    justify-content: space-between;
}
.variations_button .d-flex button,
.variations_button .d-flex div {
    width: calc(50% - 12px);
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}
.woocommerce-variation-add-to-cart .notice {
    margin-top: 24px;
}
.product-certificate-wrap ul {
    justify-content: center;
}
.product-certificate-wrap ul li {
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center;
}
.product-certificate-wrap ul li img {
}
.single-product > .woocommerce-notices-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto;
}
.benefits-section {
    padding-bottom: 80px;
}
.benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    width: 20%;
    max-width: 232px;
    box-sizing: border-box;
}
.benefits-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    background-image: url(/wp-content/themes/gvbbiopharma/assets/imgs/icons/benefits-poligon.svg);
}
.benefits-item p {
    margin-top: 8px;
    text-align: center;
}

.benefits-item {
    text-align: center;
}

.benefits-item__img img {
    max-width: 100%;
}

.specification-product {
    margin-bottom: 80px;
}
.specification-accordion-wrapper {
    display: flex;
    justify-content: space-between;
}
.specification__wrapper {
    width: 65%;
}

.specification__img-wrapper {
    width: 30%;
    padding-top: 77px;
}
.specification__img-wrapper img {
    width: 100%;
    height: auto;
}
.specification-product {
    margin-top: 80px;
    margin-bottom: 80px;
}
.specification-product h4 {
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 37px;
    letter-spacing: 0.3px;
}
.specification-accordion-list {
    display: inline-grid;
    grid-template-columns: min-content auto;
    width: 100%;
    border: 1px solid rgba(19, 28, 50, 0.1);
    border-radius: 3px;
}
.specifications-question {
    padding: 24px;
    border-bottom:1px solid rgba(19, 28, 50, 0.1);
    white-space: nowrap;
    border-right: 1px solid rgba(19, 28, 50, 0.1);
    font-weight: 600;
    color: #0F8BA1;
}
.specifications-content__wrapper {
    padding: 24px;
    border-bottom:1px solid rgba(19, 28, 50, 0.1);
}
.specifications-content__item {
    display: flex;
    margin-bottom: 24px;
}
.specifications-content__item img {
    width: 80px;
    height: 80px;
}
.specifications-content__item:last-child {
    margin-bottom: 0;
}
.specifications-content__text-wrapper {
    padding: 16px;
}
.about {
    margin: 120px 0;
}
.about__wrapper {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 32px;
}
.about__item {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .content-img video {
    height: auto;
    max-width: 100%;
}
.p-suggestion-section .swiper-wrapper {
    padding: 80px 0;
}
.p-suggestion-section .container {
    position: relative;
}
.p-suggestion-slider .item {
    box-shadow: 0px 24px 16px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    height: auto;
}
.p-suggestion-item__img {
    width: 330px;
    margin: 0 auto;
    flex: 1;
}
.p-suggestion-item {
    padding: 24px;
    box-sizing: border-box;
    height: 100%;
}
.p-suggestion-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.p-suggestion-slider .item img {
    width: 100%;
    height: 100%;
}
.p-learn-more-description p {
    margin-top: 24px;
}
.p-learn-more-section .section-title {
    margin-bottom: 40px;
}
.faq {
    margin-top: 80px;
}
.faq .section-title {
    margin-bottom: 40px;
}
.products-accordion-outer-wrapper .products-accordion-wrapper {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.products-accordion-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products-accordion-outer-wrapper .products-accordion-wrapper {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.product-template-default .products-accordion-outer-wrapper .products-accordion-wrapper h3 {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    color: rgba(19, 28, 50, 1);
}
.product-template-default .products-accordion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: none;
}
.product-template-default .products-accordion > * + * {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.collections-accordion dd, .products-accordion dd {
    margin: 0;
    padding: 15px 25px;
}
.product-template-default .products-accordion dt {
    display: flex;
}
.product-template-default .products-accordion dt a {
    padding: 24px 55px 24px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    position: relative;
}
.product-template-default .products-accordion dt a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L12 12.5858L14.2929 10.2929C14.6834 9.90237 15.3166 9.90237 15.7071 10.2929C16.0976 10.6834 16.0976 11.3166 15.7071 11.7071L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L8.29289 11.7071C7.90237 11.3166 7.90237 10.6834 8.29289 10.2929Z' fill='%23131C32'/%3E%3C/svg%3E%0A");
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: transform .3s;
}
.product-template-default .products-accordion dt a.active::after {
    transform: rotate(180deg);
}
.reviews-section {
    overflow-x: hidden;
    padding-top: 80px;
}
.reviews-section-bg {
    position: relative;
}
.reviews-section-bg:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/wp-content/themes/gvbbiopharma/assets/imgs/icons/reviews-bg.svg);
    background-size: cover;
    z-index: -1;
    width: 932px;
    height: 1040px;
    left: 50%;
    margin-left: 134px;
    top: -136px;
}
.reviews-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.reviews-item {
    padding: 40px 24px;
}
.reviews-item__desc {
    height: 168px;
    overflow-y: auto;
}
.reviews-swiper {
    padding-bottom: 40px;
    width: 850px;
/*    overflow: hidden;*/
    padding-left: 8px;
    margin-left: -8px;
}
.reviews-swiper .swiper-slide {
    width: 400px;
    margin-right: 32px;
}
.reviews-item__author {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 16px;
}
.reviews-item {
    background: #fff;
    box-shadow: 0 25px 16px rgba(0,0,0,.04);
    border-radius: 8px;
}
.reviews-quote {
    display: flex;
}
.reviews-quote._top {
    justify-content: flex-start;
    margin-bottom: 46px;
}
.reviews-quote._btm {
    justify-content: flex-end;
}
.reviews-slider-wrap {
    max-width: 677px;
    width: 100%;
}
.reviews-swiper-nav {
    display: flex;
    margin-top: 24px;
}
.reviews-swiper-nav .swiper-button-prev, .reviews-swiper-nav .swiper-button-next {
    position: static;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 24px 0 0;
    background: linear-gradient(180deg,rgba(204,230,235,.5) 0%,#B7DCE3 100%),#fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.articles {
    padding: 80px 0 0;
}
.articles__header-wrapper {
    display: flex;
    justify-content: space-between;
}
.articles__header-wrapper {
    display: flex;
    justify-content: space-between
}
.articles__header-wrapper h2 {
    margin-bottom: 0;
}

.articles__title {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Open Sans';
    margin-top: 8px
}

.articles__button:not(.articles__button) {
    display: block;
    max-height: 56px;
    letter-spacing: 0;
    transition: color .3s,background .3s
}

.articles__button:hover {
    color: #131C32;
    opacity: .8
}

.articles__list {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 120px;
    margin-top: 40px;
    justify-content: space-between;
}

.articles__item {
    border-radius: 4px;
    max-width: 32%;
    box-shadow: 0 24px 16px rgba(0,0,0,.04);
    overflow: hidden;
    height: auto;
}

.articles__thumbnail-wrapper {
    height: 304px;
    margin: 0 auto;
}

.articles__thumbnail-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.p-video-section {
    margin: 80px 0;
}

.articles__thumbnail-wrapper a img {
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: 0
}

.articles__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px
}
.articles__content-wrapper .articles__item-date {
    margin-top: auto;
}
.articles__item-title {
    color: #131C32;
    font-weight: 500;
    letter-spacing: 0
}

.articles__item-content {
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 4px;
    color: #131C32
}

.articles__item-date {
    color: #92AAB3;
    margin-bottom: 0
}

.articles__header-wrapper .btn-turqoise,.btn-turqoise.btn-mobile {
    width: auto;
    background-color: #e35d3a;
    border-color: #e35d3a
}

.articles__header-wrapper .btn-turqoise:hover,.btn-turqoise.btn-mobile:hover {
    color: #e35d3a
}
.d-flex.pricing .d-flex,
.select2-container {
    width: 100% !important;
}
.reg-price {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p-gallery-section {
        padding-top:60px
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-section {
        padding:60px 0
    }
}

.p-gallery-slider {
    padding-bottom: 48px
}

@media only screen and (max-width: 767px) {
    .p-gallery-slider {
        height:328px;
        margin-top: 24px
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slider {
        height:424px;
        margin-top: 24px
    }
}

.p-gallery-slider .swiper-pagination {
    bottom: 0
}

.p-gallery-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 8px;
    background-color: #131C32
}

.p-gallery-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.25;
    width: 6px;
    height: 6px;
    margin: 9px
}

@media only screen and (max-width: 767px) {
    .p-gallery-slider .swiper-button-next,.p-gallery-slider .swiper-button-prev {
        display:none
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slider .swiper-button-next,.p-gallery-slider .swiper-button-prev {
        width:24px;
        height: 24px
    }

    .p-gallery-slider .swiper-button-next::after,.p-gallery-slider .swiper-button-prev::after {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slider .swiper-button-prev {
        left:0
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slider .swiper-button-next {
        right:0
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slide {
        width:378px
    }
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
    .p-gallery-slide {
        width:338px
    }
}

@media only screen and (min-width: 768px) {
    .p-gallery-slide:not(.swiper-slide-active) {
        opacity:0.25
    }

    .p-gallery-slide.swiper-slide-next,.p-gallery-slide.swiper-slide-prev {
        opacity: 0.75
    }
}

.p-gallery-slide-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-gallery-slide-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}
@media (max-width: 1439px) {
    .verified-content__wrapper {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0 auto 16px;
    }
    .product-info-desc {
        margin-top: 0;
    }
    .reviews-slider-wrap {
        max-width: 50%;
    }
    .reviews-swiper {
        width: 100%
    }
}
@media (max-width: 1220px) {
    .product-info-layout {
        column-gap: 36px;
    }
    .product-info-layout__desc,
    .product-info-layout__img {
        max-width: 50%;
    }

    .product-info-layout__img img {
        width: 100%;
        height: auto;
    }
    .articles__item {
        min-width: 379px;
        width:  379px;
    }
    .articles__list {
        column-gap: 30px;
    }

}
@media (max-width: 1024px) {
    .product-info-layout {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
    .product-info-layout__desc, .product-info-layout__img {
        max-width: 100%;
    }
    .variations_button .d-flex button, .variations_button .d-flex div {
        width: calc(50% - 12px);
    }
    .specification-accordion-wrapper {
        flex-direction: column;
    }
    .specification__img-wrapper {
        width: 100%;
        text-align: center;
    }
    .specification__wrapper {
        width: 100%;
    }

    .specification__img-wrapper img {
        max-width: 360px;
    }
    .about {
        margin: 80px 0;
    }
    .about__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
    .about__item {
        max-width: 100%;
    }
    .reviews-content {
        flex-direction: column;
    }
    .reviews-section__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .reviews-section__title h2 {
        margin-bottom: 0;
    }
    .reviews-swiper-nav {
        margin-top: 0;
    }
    .reviews-slider-wrap {
        max-width: 100%;
    }
    .reviews-swiper {
        overflow: unset;
    }
}

@media (max-width:768px) {
    .product-info-section {
        padding-top: 20px;
    }
    .product-info-layout__desc {
        padding: 24px;
    }
    .variations_button .d-flex {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .variations_button .d-flex button, .variations_button .d-flex div {
        width: 100%;
    }
    .specification-accordion-list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .specifications-question {
        white-space: unset;
        border-right: 1px;
        position: relative;
    }
    .specifications-question:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L12 12.5858L14.2929 10.2929C14.6834 9.90237 15.3166 9.90237 15.7071 10.2929C16.0976 10.6834 16.0976 11.3166 15.7071 11.7071L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L8.29289 11.7071C7.90237 11.3166 7.90237 10.6834 8.29289 10.2929Z' fill='%23131C32'/%3E%3C/svg%3E%0A");
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 24px;
        right: 24px;
        transition: transform .3s;
    }
    .specifications-question.active:after {
        transform: rotate(180deg)
    }
    .specifications-content__wrapper {
        display: none;
    }
    .about {
        margin: 60px 0;
    }
    .products-accordion-outer-wrapper {
        flex-direction: column;
    }
    .products-accordion-outer-wrapper .products-accordion-wrapper {
        width: 100%;
    }
    .articles__list {
        padding-bottom: 40px;
    }
    .articles .btn-wrapper {
        display: flex;
        justify-content: center;
    }
    .articles__header-wrapper .btn-primary {
        display: none;
    }
    .articles {
        margin-bottom: 40px;
    }
}
@media (max-width:460px) {
    .product-info-desc h1{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .benefits-list {
        flex-wrap: wrap;
    }
    .benefits-item {
        min-width: 88px;
    }
}

@media (max-width: 350px) {
    .verified-content__wrapper {
        width: auto;
    }
}

.p-video-content{
    display: flex;
    width: 100%;
    position: relative;
    margin: 40px 0 0 0;
}
.p-video-section video{
    width: 100%;
    max-width: 790px;
    /* max-height: 320px; */
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.p-video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.p-video-btn svg{
    cursor: pointer;
}
.button-group._group-coa{
    display: flex;
    justify-content: space-between;
}
.button-group._group-coa a{
    margin-top: 24px;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    width: calc(50% - 12px);
}

@media (max-width:768px) {
    .reviews-swiper .swiper-slide{
        width: 312px;
    }
    .container h2 {
        font-weight: 400!important;
    }

    .reviews-section .reviews-quote._top, .reviews-section .reviews-quote._btm, .reviews-section .reviews-swiper-nav{
        display: none;
    }

.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns per row */
    gap: 20px; /* Adjust the gap as needed */
}

.benefits-item:first-child {
    width: 100%;
    margin: auto;
    grid-column: span 2; /* Make the first item span both columns */
}

.benefits-item{
    margin: auto;
}

    .button-group._group-coa{
        flex-direction: column;
    }
    .button-group._group-coa a{
        width: 100%; 
    }
    .variations .select2-container{
        width: 100%!important;
        min-width: auto;
    }
    .product-info-layout .product-info-layout__desc {
        max-width: 100%;
    }
    .variations .d-flex{
        width: 100%!important;
    }
}

@media (min-width:1024px) {
    .reviews-slider-wrap {
        padding-left: 20px;
        clip-path: inset( -100vw -100vw -100vw 0 );
    }
}

@media (min-width: 1300px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 593px;
    }   
}

@media (max-width: 1300px) and (min-width: 1133px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 513px;
    }
}

@media (max-width: 1133px) and (min-width: 1024px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 433px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 374px;
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 669px;
    }
}

@media (max-width: 500px) and (min-width: 440px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 387px;
    }
}

@media (max-width: 440px) and (min-width: 400px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 339px;
    }
}

@media (max-width: 400px) {
    .d-flex.pricing .d-flex,
    .select2-container {
        max-width: 287px;
    }
}

