html {
    scroll-behavior: smooth;
}

.container.pt-md-3.pb-2.mt-2.mb-5.pb-lg-3 {
    padding: 0 !important;
    margin: 0 !important;
}

section.mb-5 {
    margin-bottom: 0 !important;
}

.page-wrapper > .container-xl > .row, .page-wrapper > .container-lg > .row, .page-wrapper > .container-md > .row, 
.page-wrapper > .container-sm > .row, .page-wrapper > .container > .row, .page-wrapper section.featured-carousel,
section.product-single.container, .product-single section, section.related.container, .chlo_carousel .container {
    max-width: 1260px;
    margin: 0 auto;
    width: 80%;
}

.page-wrapper > .container.btn-container {
    padding-top: 0;
}

.page-wrapper > .container-xl, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

header .container {
    padding: 0;
}

header .navbar {
    padding: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;   
}

header .social-wrap a {
    padding: 5px;
    background-color: white;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

header .social-wrap a:hover {
    background-color: var(--secondary);
}

.btn-primary {
    font-weight: bold;
}

.btn-container a {
    width: fit-content;
 }

 .btn-container.centered a {
    margin: 0 auto;
 }

 ul.navbar-nav > li.dropdown > a:before {
    content: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/3ce376ef-ae3e-4ce6-aff8-8e42f239654d/3ce376ef-ae3e-4ce6-aff8-8e42f239654d);
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
 }

 .dropdown-item {
    text-wrap: auto;
 }

 .social-wrap {
    display: flex;
    gap: 10px;
 }

 .social-wrap img {
    max-height: 19px;
}

 .text-with-num .row > div {
    padding-left: 60px;
    position: relative;
    padding-top: 5px !important;
 }

.text-with-num .row > div > h2 {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 !important;
    aspect-ratio: 1 / 1;
    width: 45px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 100%;
    font-weight: 900;
    font-size: 26px;
    top: 0;
}

@media screen and (max-width: 991px) {
    .text-with-num .row > div {
        padding-left: 0;
        padding-top: 50px !important;
    }
}

.protect-ground.text-with-num .row > div > h2, .about-us-profile.row > div > h2 {
    color: var(--bs-primary);
    background-color: white;
}

 .about-us-profile.text-with-num p {
    font-size: 17px;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .about-us-profile.text-with-num p {
        max-width: 45%;
    }
}

.certifications.container {
    padding: 5% 0 !important;
}

.about-us-presence.text-with-num p, .about-us-presence.text-with-num h2, .certifications h2, .certifications p {
    color: white;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .about-us-presence.text-with-num > .row {
        gap: 20px;
    }
}

.about-us-profile.container {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/3aa7385f-19c9-408a-b009-a3c6f88e72a8/3aa7385f-19c9-408a-b009-a3c6f88e72a8);
    background-repeat: no-repeat;
    background-size: 62%;
    min-height: 700px;
    background-position-x: 0;
    position: relative;
    background-position-y: 107%;
}

.home-main-slider.pb-5 {
    padding-bottom: 0 !important;
}

.home-main-slider .tns-item p.fs-5 {
    text-wrap: wrap;
    font-size: 16px !important;
    font-weight: 500;
}

.home-main-slider .container {
    height: 500px !important;
    min-height: auto !important;
    max-height: none !important;
    justify-content: center !important;
}

.home-main-slider .me-lg-n5 {
    margin-right: 0 !important;
}

.home-main-slider .tns-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004f;
}

.home-main-slider .tns-item {
    background-position: center;
}

.home-main-slider .tns-item h2, .home-main-slider .tns-item p {
    text-align: center;
}

.home-main-slider .tns-item .delay-4 {
    width: 100%;
    text-align: center;
    padding-top: 10px !important;
}

.home-main-slider .tns-item .pb-lg-5 {
    padding: 0 !important;
    margin: 0 !important;
}

.home-main-slider.tns-carousel [data-nav] {
    width: 16px;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 100%;
    background-color: transparent !important;
    border: 2px solid white;
}

.home-main-slider.tns-carousel [data-nav].tns-nav-active {
    background-color: white !important;
}

.home-main-slider.tns-carousel .tns-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.home-main-slider.tns-carousel .tns-outer {
    position: relative;
}

.container.store-info-wrap {
    background-color: var(--bs-primary);
}

.store-info h5 {
    font-weight: 100;
    font-size: 15px;
}

.store-info h2 {
    font-size: 18px;
    font-weight: bold;
}
.store-info h2, .store-info h5 {
    color: white;
}

.category-title h5, .category-title h2, .store-info-wrap h3 {
    text-align: center;
    color: white;
}

.store-info-wrap h3 {
    margin-bottom: 30px;
}

.category-title:not(.dark) {
    background-color: var(--bs-primary);
}

.category-title:not(.dark):hover {
    background-color: var(--bs-primary);
}

.category-title.dark h5, .category-title.dark h2 {
    text-align: center;
    color: var(--bs-primary);;
}

.categories-grid-1 {
    background: linear-gradient(180deg, rgba(0, 104, 55, 1) 40%, rgba(244, 115, 33, 0) 40%);
    padding-top: 0 !important;
}

.categories-grid-1 > .row-1 {
    gap: 10px; 
}

.categories-grid-1 > .row-1 > div, .grid-cat > * {
    flex: 1 0 calc(50% - 5px);
    padding: 0;
}

.categories-grid-1 .grid-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categories-grid-1 .mega-cat .cat-wrap {
    height: 100%;
}

.categories-grid-1 .mega-cat h2 {
    font-size: 25px;
}

.categories-grid-1 h2 {
    font-size: 20px;
    color: white;
}

.container.categories-grid-1 span {
    color: white;
}

.categories-grid-1 .cat-wrap {
    background-color: rebeccapurple;
    padding: 0px;
}

.categories-grid-1 .grid-cat .cat-wrap {
    min-height: 250px;
}

.categories-grid-1 .mega-cat .cat-wrap {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/aaa2d0bf-fbf2-4815-9735-70f162382068/aaa2d0bf-fbf2-4815-9735-70f162382068);
    background-size: cover;
    background-position: center;
}

.categories-grid-1 .grid-cat .cat-wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.grid-cat h2 {
    text-align: center;
}

.categories-grid-1 .grid-cat .cat-wrap:nth-child(1) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/e8f1f12c-e25a-4160-9e7a-f823b153121f/e8f1f12c-e25a-4160-9e7a-f823b153121f);
    background-color: #cd4a6a;
}

.categories-grid-1 .grid-cat .cat-wrap:nth-child(1) a, .categories-grid-1 .grid-cat .cat-wrap:nth-child(2) a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.categories-grid-1 .grid-cat .cat-wrap:nth-child(2) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/99070c3b-6f3a-4110-968d-1de5d5664acf/99070c3b-6f3a-4110-968d-1de5d5664acf);
    background-color: #f4a52f;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.categories-grid-1 .grid-cat .cat-wrap:nth-child(3) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/0d8beb4e-c9af-4aad-a051-e9b0a6ed09a9/0d8beb4e-c9af-4aad-a051-e9b0a6ed09a9);
    background-color: #8558bf;
    background-size: cover;
}

.categories-grid-1 .grid-cat .cat-wrap:nth-child(4) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/35bede83-659f-4c7f-ab57-27c28b0b75ec/35bede83-659f-4c7f-ab57-27c28b0b75ec);
    background-color: #10abdc;
    background-size: cover;
}

.categories-grid-1 .row-2 h2 {
    text-align: center;
}

.categories-grid-1 .row-2 .cat-wrap {
    flex: calc(33.3% - 20px);
    min-height: 250px;
}

.categories-grid-1 .row-2 {
    margin-top: 10px !important;
    gap: 10px;
}

.categories-grid-1 .row-2 .cat-wrap:nth-child(1) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/33282ac1-b184-4099-a61f-ace9cd0ebaa6/33282ac1-b184-4099-a61f-ace9cd0ebaa6);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: var(--bs-primary);
}

.categories-grid-1 .row-2 .cat-wrap:nth-child(2) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/becc8175-82cd-4554-a17f-660f925bc929/becc8175-82cd-4554-a17f-660f925bc929);
    background-size: 100%;
    background-color: #f4a52f;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.categories-grid-1 .row-2 .cat-wrap:nth-child(3) {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/57cb7258-3100-4233-81ed-ef3cb3c83c56/57cb7258-3100-4233-81ed-ef3cb3c83c56);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #cd4a6a;
}

.categories-grid-1  .cat-wrap a {
    height: 100%;
    display: block;
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .categories-grid-1 .row-2 .cat-wrap, .categories-grid-1 > .row-1 > div, .grid-cat > * {
        flex: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

.page_hero_banner_layout {
    background-color: #83B735;
    background-image: url(https://shopranos-media.azureedge.net/media/2e6fec2e-3424-4535-973e-780c395885ff/2970e7e8-f0d2-46b4-b6e0-17aa97564846/2970e7e8-f0d2-46b4-b6e0-17aa97564846);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.page_hero_banner_layout.about-us {
    background-image:  linear-gradient(38deg, rgba(0,0,0,0.48082983193277307) 0%, rgba(0,0,0,0.5368522408963585) 100%), url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/abe68f5d-76e5-4650-a978-ed4f64e4747b/abe68f5d-76e5-4650-a978-ed4f64e4747b);
    background-position: center;
}

.page_hero_banner_layout.chlootapitas {
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/c18bac58-2aee-414c-aa3f-eae7cfcf2859/c18bac58-2aee-414c-aa3f-eae7cfcf2859);
    background-position: center;
}

.page_hero_banner_layout .mt-5 {
    margin-top: 0px !important;
}

.page_hero_banner h1 {
    color: white;
    font-size: clamp(1.875rem, 1.3194rem + 2.963vw, 4.875rem);
    margin-bottom: 0px;
    text-align: center;
}

.page_hero_banner p {
    color: white;
    font-size: 16px;
    text-align: center;
}

.page_hero_banner {
    padding-bottom: 0px !important;
}

.page_hero_banner .py-4 {
    padding-bottom: 0px !important;
}

.page_main_content h2 {
    font-size: 14px;
    font-weight: 600;
}

.page_hero_breadcrumb .breadcrumb-item a {
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.page_hero_breadcrumb .breadcrumb-item, .page_hero_breadcrumb .breadcrumb-item:before {
    color: white !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.page_hero_banner_layout .bg-breadcrumb {
    background-color: transparent !important;
    justify-content: center;
    padding-bottom: 40px !important;
}

.page_hero_banner_layout .ci-view-grid::before {
    content: "";
}

.contact_page_form .px-xl-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact_page_form input, .contact_page_form textarea {
    border-radius: 0px !important;
    background-color: #F7F7F7;
    color: #5e5e5e !important;
}

.contact_page_form input::placeholder, .contact_page_form textarea::placeholder {
    opacity: 0.3 !important;
}

.contact_details {
    padding: 0px !important;
}

.contact_details svg {
    margin-right: 15px;
}

.contact_details .py-4 {
    padding: 12px !important;
}

.contact_details p {
    color: #006837 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.contact_map .row div {
    z-index: 9;
}

@media screen and (min-width: 992px) {
    .contact_slider {   
        background-color: #83B735;
        margin-top: -150px !important;
        padding-top: 20% !important;
    }
}

section.featured-carousel h4 {
    color: var(--bs-primary);
    font-size: 20px;
}

.promo.tns-carousel .container {
    display: flex;
    gap: 30px;
    max-width: none;
    padding: 0px 7%;
    min-height: 58vh;
}

.promo.tns-carousel p {
    margin: 0;
}

.promo.tns-carousel .col-1 {
    flex: 3;
    width: 100%;
    display: flex;
}

.promo.tns-carousel .col-2 {
    flex: 2;
    display: flex;
    width: 100%;
}

.promo.tns-carousel .col-2 > div {
    display: flex;
    height: 100%;  
}

.promo.tns-carousel .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px;
    justify-content: center;
}

.promo.tns-carousel  h3 {
    font-size: 16px;
    font-weight: normal;
}

.promo.tns-carousel .tns-carousel-inner.tns-slider {
    overflow: visible;
}

.promo.tns-carousel:not(.chlo_carousel) .tns-carousel-inner.tns-slider .tns-item:nth-child(2) img {
    position: absolute;
    bottom: 0;
    left: 6%;
    max-height: 110%;
}

.promo.tns-carousel:not(.chlo_carousel) {
    margin-top: 3%;
}

@media screen and (max-width: 991px) {
    .promo.tns-carousel .container {
        flex-direction: column;
    }

    .promo.tns-carousel:not(.chlo_carousel) .tns-carousel-inner.tns-slider .tns-item:nth-child(2) img {
        position: relative;
        left: unset;
        max-height: 400px;
        margin: 0 auto;
        margin-top: -40px;
    }

    .promo.tns-carousel .container {
        padding: 15px 7%;
    }

    .promo.tns-carousel:not(.chlo_carousel) .tns-item {
        background-size: contain !important;
        background-position: center 99%;
        background-color: #84b736;
    }
}

.chlo-section-1.container {
    background-color: var(--secondary);
    padding-top: 5% !important;
    padding-bottom: 0 !important;
}

.chlo-section-1.text-with-num p, .chlo-section-1.text-with-num h2, .text-with-num.natural-protect p, .text-with-num.natural-protect h2, .protect-ground .row > div > div > h2, .about-us-profile h2, .about-us-profile p {
    color: white !important;
}

.chlo-section-1.text-with-num .btn-outline-primary, .text-with-num.natural-protect .btn-outline-primary {
    color: white;
    border-color: white;
}

.natural-protect.container {
    background-color: #8558bf;
    padding: 5% 0 !important;
    position: relative;
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/62969b55-8d69-4212-a51c-d13b493c4776/62969b55-8d69-4212-a51c-d13b493c4776);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

@media screen and (max-width: 1510px) {
    .natural-protect.container {
        background-image: linear-gradient(38deg, rgb(0 0 0 / 48%) 0%, rgb(0 0 0 / 48%) 100%), url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/62969b55-8d69-4212-a51c-d13b493c4776/62969b55-8d69-4212-a51c-d13b493c4776);
    }
}

.natural-protect .btn-outline-primary:hover {
    background-color: white;
    color: #8558bf !important;
}

.protect-ground.container, .about-us-profile.container {
    background-color: var(--bs-primary);
    padding: 5% 0 !important;
} 

@media screen and (max-width: 991px) {
    .about-us-profile.container {
        padding-bottom: 268px !important;
        background-size: 600px;
        background-position-x: -366px;
        min-height: auto;
    }
}

.chlo-section-1.text-with-num .btn-outline-primary:hover {
    border-color: var(--bs-primary);
}

.info-research.container {
    background-color: var(--secondary);
    position: relative;
    padding-bottom: 0px !important;
}

.info-research.container:before, .natural-protect.container:before, .chlo_carousel:before {
    content: '1';
    position: absolute;
    bottom: 0;
    left: 30px;
    font-size: 21vw;
    line-height: 0.73em;
    color: #ffffff3b;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .info-research.container img {
        width: 400px !important;
        margin: 0 auto;
        display: block;
    }
}

.natural-protect.container:before {
    content: '2';
}

.chlo_carousel:before {
    content: '3';
    bottom: 3px !important;
}

.info-research h2, .chlo_carousel .info-btn {
    color: white;
}

.info-research ul {
    list-style: none;
    padding: 0;
}

.info-research ul li {
    color: white;
    padding: 10px 20px;
    background-color: #ffffff3b;
    margin-bottom: 10px;
    border-left: 10px solid var(--bs-primary);
}

.chlo_carousel .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.5s ease;
}

.chlo_carousel .title-wrap:hover {
    opacity: 0.6;
}

.chlo_carousel .info-content b {
    margin-top: 10px;
    display: block;
}

.chlo_carousel .info-btn {
    font-size: 35px;
    transition: all 0.5s ease;
}

.chlo_carousel .visible .info-btn  {
    transform: rotate(45deg);
}

.chlo_carousel {
    background-color: var(--bs-primary);
    min-height: auto;
    padding-bottom: 5%;
}

.chlo_carousel.promo.tns-carousel .container {
    min-height: auto;
}

.chlo_carousel.promo.tns-carousel .col-1, .chlo_carousel.promo.tns-carousel .col-2 {
    flex: 1;
}

.chlo_carousel.tns-carousel .col-2 > div {
    flex-direction: column;
    width: 100%;
}

.chlo_carousel .btn.btn-primary {
    opacity: 1;
    background-color: transparent;
    border-color: white;
    padding: .625rem 1.375rem;
    font-weight: normal;
    font-size: 15px;
}

.chlo_carousel .btn.btn-primary:hover {
    background-color: white;
    color: var(--bs-primary) !important;
}

.chlo_carousel.tns-carousel [data-nav].tns-nav-active {
    background-color: white;
}

.about-us-presence.container {
    background-color: var(--secondary);
    padding: 3% 0 !important;
}

.about-us-presence.container img {
    width: auto !important;
}

.offer-form.container, .offer-form-text.container, .certifications.container {
    background-color: #3c6e57;
}

.certifications-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .certifications-wrap {
        flex-direction: column;
        gap: 30px;
    }
}

.offer-form-text.container {
    padding-top: 5% !important;
}

.offer-form.container {
    padding-bottom: 5% !important;
}

.offer-form-text p, .offer-form-text h2 {
    color: white;
}

.offer-form.container .form-control {
    background-color: #ffffff82;
    border: none;
    color: #66726d !important;
}

.offer-form.container .btn-primary {
    background-color: white;
    color: var(--bs-primary) !important;
    opacity: 1;
    border-color: white;
}

.offer-form.container .btn-primary:hover {
    background-color: transparent;
    color: white !important;
}

.product-toggle {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e0e0;
    margin-bottom: 10px;
}

.product-toggle .toggle-title h3 {
    font-size: 16px;
    transition: all 0.5s ease;
}

.product-toggle span.toggle-icon:before {
    content: "\e90a";
    font-family: 'cartzilla-icons';
    color: #e2e0e0;
    transform: rotate(90deg);
    display: block;
    line-height: 1em;
    width: 16px;
    height: 16px;
    font-size: 14px;
    transition: all 0.5s ease;
}

.product-toggle.visible span.toggle-icon:before {
    transform: rotate(270deg);
}

.product-toggle.visible h3 {
    color: var(--bs-primary);
}

.product-toggle .toggle-content, .tns-item .info-content {
    visibility: hidden;
    opacity: 0;
    max-height: 320px;
    overflow: auto;
    height: 0;
    scrollbar-width: thin;
    padding-right: 5px;
    transition: opacity 0.5s ease 0.2s;
}

.product-toggle.visible .toggle-content, .tns-item.visible .info-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.product-toggle .toggle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.product-toggle.brand h4 {
    font-size: 16px;
}

.product-toggle.brand .toggle-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.product-toggle.brand .toggle-content img {
    max-height: 100px;
}

a.partners-btn {
    background-color: var(--bs-primary);
    color: white;
    padding: 10px;
    display: block;
    width: fit-content;
    font-size: 12px;
    border-radius: 5px;
    line-height: 0;
    margin-bottom: 9px;
    transition: all 0.5s ease;
}

a.partners-btn:hover {
    color: white !important;
    opacity: 0.7;
}

a.partners-btn:before {
    content: url('https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/e789acd6-e17d-4438-87ab-a1494fa6ea81/e789acd6-e17d-4438-87ab-a1494fa6ea81');
    display: inline-block;
    vertical-align: middle;
}

.single-product-breadcrumb .container {
    padding: 0;
}

.side-product-swiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.related.container {
    padding: 5% 0px !important;
}

.related.container > div.pb-4 {
    padding: 0 !important; 
}

.related.container h2 {
    font-size: 23px;
    padding-bottom: 15px;
    position: relative;
}

.related.container h2:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: 0;
}

.related.container .tns-ovh {
    height: 550px !important;
}

.product-card-alt .text-secondary {
    display: none !important;
}

.product-card-alt .additionalFields, .product-card-alt .product-meta {
    height: auto !important;
}

.product-card-alt .product-thumb {
    border-radius: 0;
}

.product-card-alt {
    border-radius: 0;
    transition: all 0.5s ease;
}

.product-card-alt:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-product-swiper img {
    height: auto;
    object-fit: contain;
    max-height: 700px;
}

.category.container {
    padding-top: 5% !important;
}

.category-banner.container {
    background-color: var(--secondary);
    background-image: url(https://media.shopranos.eu/media/2e6fec2e-3424-4535-973e-780c395885ff/b06fda43-66f5-4378-b2a0-899cfc8a83bd/b06fda43-66f5-4378-b2a0-899cfc8a83bd);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 102px;
}

.category-banner.container h1 {
    font-size: clamp(1.25rem, 1.25rem + 3.0208vw, 4.875rem);
    text-align: center;
    color: white;  
}

.category-breadcrumb {
    margin: 0 !important;
    background-color: var(--secondary);
    padding-top: 50px;
}

.category-breadcrumb .mb-3 {
    margin-bottom: 0 !important;
}

.category-breadcrumb .bg-breadcrumb {
    background: transparent;
    justify-content: center;
}

.category-breadcrumb nav li, .category-breadcrumb nav a, .category-breadcrumb .breadcrumb-item::before, .category-breadcrumb nav li, .category-breadcrumb nav a, .category-breadcrumb .breadcrumb-item::before, .category-breadcrumb .breadcrumb-light .breadcrumb-item.active, .page_hero_banner .breadcrumb-light .breadcrumb-item.active {
    color: white !important;
}

.footer-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .img-wrap.cards img {
    margin: 0 auto;
    display: block;
}

.category-list h3 {
    color: white;
    font-size: 17px;
}

.category-list img.card-img-top {
    max-height: none !important;
    width: 100%;
    height: auto !important;
    aspect-ratio: 175 / 233;
}

.category-list .category-title {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accept-terms {
    accent-color: var(--bs-primary);
}

@media screen and (max-width: 991px) {
    header .container {
        width: 90%;
        max-width: 90%;
    }

    header .navbar-sticky {
        padding-top: 21px;   
    }

    .navbar-nav {
        max-height: 70vh;
    }
}

.handheld-toolbar {
    max-width: 100vw;
}

a {
    word-wrap: break-word;
}

header .navbar-brand > img {
    max-width: 200px !important;
}

header .navbar-stuck .navbar-brand > img {
    max-width: 140px !important;
}

.footer-text.phones a {
    color: var(--footer-txt-color);
    display: block;
}

.footer-text.phones a:hover {
    color: var(--bs-primary);
}