@media screen and (max-width: 768px) {
    /* .trending-products-area .row:nth-child(n+2) > div{
        left: 50% !important;
        transform: translateX(-50%);
    } */
    .product-card-lg {
        justify-content: center;
    }

    .hero-left-content h1 {
        width: 60vw;
    }
}

@media screen and (max-width: 425px) {
    .hero-btns {
        justify-content: center !important;
    }
}

@media screen and (max-width: 1024px) {
    .hero-right {
        margin: 0 auto;
        margin-top: 16vh !important;
    }

    .orange-1,
    .orange-2 {
        display: none;
    }
}

.toggleButton {
    background-color: #ff7c08;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 15%;
}

.categoryList {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 500px;
}

.hidden {
    max-height: 0;
}

.toggleButton svg {
    width: 3vw;
    height: 2vh;
}

.toggleButton svg path {
    fill: white;
}

@media screen and (min-width: 1024px) {
    .toggleButton {
        width: 2.8vw;
        height: 5vh;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.contact__text {
    display: flex;
    height: 45px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contacts {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

@media screen and (max-width: 512px) {
    .contacts__contact {
        justify-content: center;
        margin-bottom: 15px;
    }

    .contacts__contact:last-child {
        margin-top: 10px;
    }

    .contacts {
        padding-left: 100px;
    }

    .question-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .contacts__contact {
        justify-content: start !important;
    }
}

.search-form input {
    border: none !important;
}


.questions__content h4 {
    color: #000;
    font-family: Inter;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625rem;
    /* 83.333% */
}

.questions__content p {
    color: #373636;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem;
    /* 178.571% */
}

.questions {
    background: #ecf5e9;
    padding: 5%;
}

.questions__text p {
    margin: 0;
}

.chestionar-text h6 {
    color: #737373;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem;
    /* 178.571% */
}

.chestionar-text h3 {
    color: #373636;
    font-family: Inter;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625rem;
    /* 83.333% */
}

.chestionar-text p {
    color: #373636;
    font-family: Inter;
    font-size: 0.86819rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem;
    /* 179.978% */
}

label {
    color: #373636;
    font-family: Inter;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5625rem;
    /* 178.571% */
}

.chestionar input[type="text"],
.chestionar input[type="tel"],
.chestionar input[type="email"],
.chestionar textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
}

input[type="submit"] {
    border-radius: 1.25rem;
    background: #f15a2a;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background-color: #e03e00;
}

textarea {
    height: 100px;
}

/* Responsive styling */
@media (max-width: 600px) {

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        width: 100%;
    }


}

#message {
    height: 5vh;
}

.chestionar-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.chestionar {
    padding-right: 30px;
}

.question {
    margin-top: 10vh;
}

.message {
    display: flex;
    flex-direction: column;
}


.contacts__contact {
    justify-content: center;
}


.accordion-button {
    border-radius: 0.625rem;
    border: 1px solid rgba(55, 54, 54, 1) !important;
    background-color: #ECF5E9;
    color: #373636 !important;
    height: 4vh;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    padding: 20px;
    transition: 0.4s ease;
    position: relative;
    z-index: 2;
    --bs-accordion-btn-active-icon: < svg xmlns = "http://www.w3.org/2000/svg" version = "1.1"
    xmlns: xlink = "http://www.w3.org/1999/xlink" width = "512" height = "512" x = "0" y = "0" viewBox = "0 0 512 512" style = "enable-background:new 0 0 512 512"
    xml: space = "preserve" class = "hovered-paths" > < g > < path d = "M467 211H301V45c0-24.853-20.147-45-45-45s-45 20.147-45 45v166H45c-24.853 0-45 20.147-45 45s20.147 45 45 45h166v166c0 24.853 20.147 45 45 45s45-20.147 45-45V301h166c24.853 0 45-20.147 45-45s-20.147-45-45-45z" fill = "#000000" opacity = "1" data-original = "#000000" class = "hovered-path" > < / path > < / g > < / svg >;
    display: flex;
    justify-content: space-between;
}

.panel {
    padding: 0 18px;
    transition: 0.4s ease;
    background-color: #ecf5e9;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #8d8d8d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.catalog-input {
    border: none !important;
}

@media screen and (max-width: 768px) {
    .questions {
        padding-bottom: 60px;
    }

    .gshop-navmenu ul li a {
        font-size: 14px;
    }

    .contacts__contact > div:last-child {
        width: 162px;
        align-items: start;
    }
}

.accordion-button:after {
    content: "\2212";
    /* Unicode character for "+" sign */
    color: #484848;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: all 0.5 ease;
}

.accordion .active:after {
    content: '\002B';
    /* Unicode character for "-" sign */
    transition: all 0.5 ease;
}


.parteners__text h1 {
    display: flex;
    flex-wrap: wrap;
}

.parteners__text h1 span {
    margin-top: -7px;
}

.read-more {
    border-radius: 0.25rem;
    background: #31A948;
    color: rgba(246, 234, 234, 1);
    color: #F6EAEA;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.625rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}


.read-more:hover {
    background: #28863a;
}

.features__item {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.row > div:first-child .features__item svg path {
    fill: none;
}

.features__icon {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.features__icon svg {
    width: 40px;
    height: 40px;
}

.features__icon svg path {
    fill: rgba(0, 0, 0, 0.60);
}

.features__icon:before {
    content: "";
    position: absolute;
    right: calc(-15px / 2);
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.20);
}

.features__item p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.features__item span {
    color: #373636;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
}

.chestionar input[type="text"],
.chestionar input[type="tel"],
.chestionar input[type="email"],
.chestionar textarea {
    background-color: transparent;
}

.questions__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    border-radius: 10px;
    border: 1px solid #373636;
    padding: 2px 20px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.questions__content {
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.questions__item.inactive .questions__content {
    max-height: 0 !important;
}

.questions__close {
    position: relative;
    cursor: pointer;
}

.questions__item.inactive .questions__close:before,
.questions__item.inactive .questions__close:after {
    transform: rotate(270deg);
}

.questions__close:before,
.questions__close:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 0;
    display: block;
    width: 1px;
    height: 15px;
    transform: rotate(90deg);
    transition: all 0.3s ease;

    background-color: #484848;
}

.questions__close:after {
    transform: rotate(180deg);
}

.questions__content p {
    max-width: 90%;
}

textarea:focus {
    outline: none;
}

.message textarea {
    height: 100%;
    resize: none;
    max-height: 150px;
}

.horizontal-product-card img {
    max-height: 206px;
    max-width: 206px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-contact i {
    border: 1px solid #000;
    border-radius: 4px;
}

.social-contact i:before {
    color: #000;
}

.catalog__categories img {
    width: 100px;
}

.gshop-navbar img {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
}

.partner img {
    width: 100%;
    object-fit: contain;
}

.partners__item {
    height: 100%;
}

.partner {
    height: 100%;
    background: #fff;
    padding: 10px;
}

.partners {
    padding: 100px 0;
}

.partners .row {
    gap: 40px 0;
}

.partners__item {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
}

.partners__name {
    text-align: center;
    padding: 15px 0;
}

.partners__image {
    margin-bottom: 20px;
    width: 100%;
}

.partners__image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.categoryList a {
    color: #5d6374;
}

.catalogue__item a img {
    max-width: 280px;
    height: 280px;
    width: 100%;

    object-fit: contain;
}

.catalog__text {
    display: inline-block;
    margin-top: 10px;
    height: max-content !important;
}

.partners__socials {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.partners__socials svg {
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
}

.partners__socials svg:hover {
    opacity: 0.5;
}

.product-details-area {
    padding: 50px 0;
}

.technical-pdf {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.technical-pdf svg {
    width: 15px;
    height: 15px;
}

.product__image {
    height: 250px !important;
    object-fit: cover !important;
}

.header-banner p {
    margin: 0;
}

.header-banner p {
    color: #fff;
}

.header-banner__info-head p {
    color: #5d6374;
}

.product-details {
    position: relative;
}

.header-banner a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.product__info-text {
    font-size: 12px;
}

.swiper-wrapper {
    margin-top: 0px;
}

.product__info-text p {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-data-accent {
    font-weight: 500;
    font-size: 17px;
    color: #282828;
}

.technical-pdf {
    font-size: 14px;
    font-weight: 600;
}

.gshop-animated-iconbox {
    height: 100%;
}

.vertical-product-card img {
    height: 150px;
    object-fit: contain;
}

.product-details__feature {
    display: flex;
    gap: 15px;
    align-items: center;

    border: 1px solid #f25b21;
    border-radius: 6px;
    padding: 7px 20px;
    background: #fff;
    height: 100%;
}

.product-details__feature-wrapper {
    gap: 20px 0;
}

.product-details__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details__breadcrumb a, .product-details__breadcrumb p {
    font-weight: 500;
    font-size: 17px;
    color: #282828;
    margin: 0;
}

.product__brand img {
    max-width: 100px;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.pricing span {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 1;
    color: #ff7c08 !important;
}

.product-accordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 20px;
}

.product__accordion {
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #6eb356;
    border-radius: 4px;
    padding: 8px 12px;

    font-weight: 400;
    font-size: 16px;
    color: #6eb356;
    cursor: pointer;
}

.product__accordion .plus {
    transition: all 0.3s ease;
}

.product__accordion.active .plus {
    transform: rotate(45deg);
}

.gshop-navmenu > ul > .has-submenu > ul li a {
    text-transform: capitalize;
}

.product__accordion a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #6eb356;
    cursor: pointer;
}

.product__accordion svg path {
    fill: #6eb356;
}

.product__acordion-body {
    overflow: hidden;
}

.product__accordion-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product-details__feature p {
    font-weight: 400;
    font-size: 16px;
    color: #ff7c08;
    margin: 0;
}

.product-details__feature svg, .product-details__feature img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details__feature svg path {
    fill: #ff7c08;
}

.trending-products-area .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.vertical-product-card {
    height: 100%;
}

.partners {
    gap: 20px 0;
}

.ghead-topbar__info {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.ghead-topbar {
    position: relative;
}

.ghead-topbar__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 5px 25px;
    cursor: pointer;
}

.ghead-topbar__absolute-el {
    position: absolute;
    top: -2000px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 98;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

html, body {
    scrollbar-gutter: stable;
}

.ghead-topbar__absolute-el.active {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.ghead-topbar__absolute-el-wrapper .row {
    position: relative;
    min-height: 400px;
}

.ghead-topbar__absolute-el-desc {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.gheader__exit {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    cursor: pointer;
}

.ghead-topbar__absolute-el-desc p {
    padding-top: 50px;
}

.vertical-product-card .card-content {
    padding: 0 32px 22px;
}

.vertical-product-card .product__brand img {
    height: 50px;
}

.product__brand img {
    object-fit: contain;
}

.gheader__exit svg {
    width: 30px;
    height: 30px;
}

.gheader__exit svg path {
    fill: #fff;
}

.ghead-topbar__absolute-el-wrapper .row:before {
    content: "";
    position: absolute;
    top: -30%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1344px;
    background: rgba(110, 179, 86, 0.84);
    border-radius: 50%;
}

.ghead-topbar__absolute-el-wrapper .container .row > * {
    position: relative;
    z-index: 2;
    height: 100%;
}

.ghead-topbar__logo img {
    width: 41px;
    height: 41px;
    object-fit: contain;
    position: relative;
    top: -8px;
}

.ghead-topbar__logo:before {
    content: "";
    width: 91px;
    height: 91px;
    background: #fff;
    position: absolute;
    top: -35px;
    left: 0;
    border-radius: 50%;
}

.ghead-topbar__info a, .ghead-topbar__address {
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ghead-topbar__absolute-el-item {
    position: relative;
    height: max-content;
    transition: all 0.3s ease;
}

.ghead-topbar__absolute-el-item:hover {
    transform: scale(1.055);
}

.gshop-navbar-search form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #efefef;
    padding: 8px 15px;
    border-radius: 56px;
}

.gshop-navbar-search input {
    width: 100%;
    border: none;
    background: #efefef;
}

.ghead-topbar__absolute-el-item:nth-child(2), .ghead-topbar__absolute-el-item:nth-child(3) {
    margin-top: 100px;
}

.ghead-topbar__absolute-el-item:before {
    content: "";
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: -25px;
    border-radius: 50%;
}

.ghead-topbar__absolute-el-item img {
    max-width: 100px;
    height: 70px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.footer__nav h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
}

.partner img {
    height: 150px;
}

.partner {
    border: 3px solid #f4f4f4;
    border-radius: 15px;
}

.footer__nav ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer__nav ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer__nav ul li a, .footer__nav ul li p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    max-width: 150px;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.footer__nav ul li p {
    max-width: 100%;
}

.footer__nav ul li a svg path {
    fill: #fff;
}

.gshop-navmenu > ul > .has-submenu > ul {
    max-height: 300px;
    overflow-y: auto;
}

/*RECIPES*/

.recipes {
    padding: 100px 0;
}

.recipes .row {
    gap: 40px 0;
}

.recipes__item {
    display: block;
    border-radius: 6px;
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.recipes__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(13.199999809265137px);
    background: rgba(60, 60, 60, 0.31);
    border-radius: 6px 6px 0px 0px;

    padding: 9px 19px;
}

.recipes__content h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.recipes__content a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #ff7c08;
    border: 1px solid #ff7c08;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.recipes__content a:hover {
    background: transparent;
    color: #ff7c08;
}

.recipes__image {
    width: 100%;
    height: 100%;
}

.recipes__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe {
    padding: 50px 0;
}

.recipe__detail {
    background: #fff;
    padding: 50px 100px;
}

.recipe__detail-image {
    width: 100%;
    height: 100%;
}

.recipe__detail-image img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    height: 100%;
}

.recipe__detail-items h5 {
    font-size: 20px;
}

.recipe__detail-items ul {
    padding-left: 20px;
}

.recipe__detail-items ul li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.recipe__detail-items ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

.recipe__item-detail {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
}

.recipe__item-detail-image {
    max-width: 150px;
    width: 100%;
    height: 100%;
}

.recipe__item-detail-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.29322;
    color: #191d28;
}

.recipe__item-detail-content a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.61653;
    color: #ff7c08;
    padding: 5px 12px;
    border: 0.59px solid #ff7c08;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.recipe__item-detail-content a:hover {
    background: #ff7c08;
    color: #fff;
}

.recipe__item-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical-product-card {
    display: flex;
    flex-direction: column;
}

.vertical-product-card > div:nth-child(2) {
    flex: 1 1 auto;
}

.tags {
    padding: 50px 0 30px;
    background: #fff;
}

.template-pagination {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.tabs__header {
    position: relative;
}

.tabs__header ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #acacac;
    padding-bottom: 5px;
    gap: 10px;
}

.tabs__header ul * {
    user-select: none;
}

.tabs__header ul li.active span {
    color: #000;
}

.tabs__header ul li span {
    position: relative;
    display: block;
    max-width: max-content;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab__underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    background-color: #000;
    border-radius: 10px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.tabs{
    position: relative;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.tab {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding-top: 20px;
}

.tab ul.options{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.tab ul.options li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab.active{
    opacity: 1;
    visibility: visible;
}

.product-details .img-fluid{
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .header-banner__info-head p {
        color: #5d6374;
        font-size: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .gshop-navmenu ul li a {
        font-size: 11px;
    }

    .gshop-navmenu ul li a {
        padding: 0;
    }

    .gshop-navmenu ul {
        gap: 10px 20px;
        padding: 20px 10px;
        flex-wrap: wrap;
    }

    .gshop-navmenu > ul > .has-submenu a span i {
        position: relative;
        top: -2px;
        right: -1px;
    }
}

@media screen and (max-width: 992px) {
    .gshop-footer .row {
        gap: 50px 0;
    }

    .recipe__item-detail-content h5 {
        font-size: 16px;
    }

    .recipe__item-detail-content a {
        font-size: 12px;
    }

}

@media screen and (max-width: 768px) {
    .product__info-text p {
        position: initial;
    }

    .recipe__detail {
        padding: 50px 20px;
    }

    .product-details__breadcrumb a, .product-details__breadcrumb p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .partners__desc p {
        font-size: 14px;
    }

    .product-data-accent, .tab ul.options li{
        font-size: 14px;
    }

    .template-pagination {
        gap: 10px 5px;
        justify-content: center;
    }

    .template-pagination li a {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .product__breadcrumb-wrapper {
        max-width: max-content;
        overflow-y: auto;
    }

    .tabs__header ul li span{
        font-size: 14px;
    }

    .tabs__header{
        overflow-x: auto;
    }

    .tabs__header::-webkit-scrollbar {
        display: none;
    }

    .tabs__header ul{
        min-width: max-content;
        gap: 30px;
    }

    .product-details__breadcrumb {
        width: max-content;
    }

    .partners__item {
        padding: 15px 10px;
    }

    .gshop-footer .row {
        gap: 25px 0;
    }
}

@media screen and (max-width: 320px)
{
    .tab ul.options{
        gap: 15px;
    }
    .tab ul.options li{
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #00b6a9;
        padding-bottom: 5px;
    }

    .product__add-info li{
        font-size: 14px;
    }

    .product__add-info li span.me-2{
        margin-right: 5px !important;
    }
}
