.homepage-carousel {
    position: relative;
    background-color: #fff;
}

.homepage-carousel .owl-stage {
    display: flex;
}

.homepage-carousel .item {
    position: relative;
    height: 100%;
    max-height: 500px;
}

/*
@media (max-width: 993px) {
  .homepage-carousel .item {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .homepage-carousel .item {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .homepage-carousel .item {
    height: 300px;
  }
}*/
.homepage-carousel .item .slider-item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.homepage-carousel .item .slider-item {
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

@media (max-width: 1200px) {
    .homepage-carousel .item .slider-item {
        padding: 35px;
    }
}

@media (max-width: 993px) {
    .homepage-carousel .item .slider-item {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item {
        padding: 25px;
    }
}

@media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item {
        padding: 17px;
    }
}

.homepage-carousel .item .slider-item .slider-item-box {
    display: flex;
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text {
    width: 430px;
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 10px;
}

@media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
        font-size: 24px;
        line-height: 24px;
    }
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
}

@media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1,
.homepage-carousel .item .slider-item .slider-item-box .slider-item-text h2,
.homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
        margin-bottom: 5px;
    }
}

.homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
    font-size: 146px;
    line-height: 146px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 10px;
}

@media (max-width: 1600px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
        font-size: 30px;
        line-height: 30px;
    }
}

.homepage-carousel .item .slider-item .slider-item-box .text-center-width {
    width: 70%;
}

@media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .text-center-width {
        width: 100%;
    }
}

.homepage-carousel .item .slider-item .carousel-btn {
    margin-top: 30px;
    display: flex;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .homepage-carousel .item .slider-item .carousel-btn {
        margin-top: 10px;
    }
}

.homepage-carousel .item .slider-item .carousel-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-right: 65px;
    transition: all ease-in 0.1s;
    position: relative;
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a {
        background-size: 20px;
        background-position: right 10px center;
        padding: 6px 10px;
        padding-right: 50px;
        font-size: 14px;
    }
}

.homepage-carousel .item .slider-item .carousel-btn a svg {
    position: absolute;
    right: 25px;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
}

@media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a svg {
        width: 25px;
        right: 15px;
    }
}

.homepage-carousel .item .slider-item .btn-color-green a {
    background-color: #93bb07;
    border: 2px solid #93bb07;
}

.homepage-carousel .item .slider-item .btn-color-red a {
    background-color: #ec383e;
    border: 2px solid #ec383e;
}

.slider-item-template {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    top: 0;
    left: 0;
}

.fade:not(.show) {
    opacity: inherit;
}

#catalog {
    margin-top: -1rem;
    padding-top: 1rem;
}

input[type=number] {
    -moz-appearance: textfield;
}

#glsIframe {
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 993px) {
    .cart-table-col-image img {
        margin: 0 auto;
    }
}

/* ppl select box fix */
.ppl-delivery-box .modal-box {
    position: fixed;
    top: 0;
}

.ppl-delivery-box .modal-overlay,
.ppl-delivery-box .modal-box {
    z-index: 9999 !important;
}

.ppl-delivery-box #close-modal-button {
    top: 40px;
    right: 40px;
    width: 56px;
    height: 56px;
    background-color: var(--light-color);
    font-size: 0;
    line-height: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path d='M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z' fill='currentColor'/></svg>");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ppl-delivery-box #ppl-parcelshop-map .language-wrapper {
    top: 40px;
    right: 106px;
}

@media (max-width: 992px) {
    .ppl-delivery-box #ppl-parcelshop-map .language-wrapper {
        top: 20px;
        right: 56px;
    }

    .ppl-delivery-box #close-modal-button {
        width: 24px;
        height: 24px;
        right: 16px;
        top: 16px;
        background-size: 24px;
    }
}

/* dropdowny */

.section-block-dropdowns-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .875rem 1.5rem .8755rem 1.5rem;
    text-decoration: none;
}

@media (max-width: 768px) {
    .section-block-dropdowns-header {
        padding: .875rem 1.25rem;
    }
}

.section-block-dropdowns-header:hover {
    text-decoration: none;
}

.section-block-dropdowns-header h4 {
    margin-bottom: 0;
    transition-duration: 0.2s;
}

.section-block-dropdowns-header:hover h4 {
    color: var(--highlight-color);
}

.section-block-dropdowns-header-icon {
    background-color: var(--highlight-color);
    height: 43px;
    width: 43px;
    border-radius: 50%;
    transition-duration: 0.2s;
    flex-shrink: 0;
    margin-left: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-block-dropdowns-header:hover .section-block-dropdowns-header-icon {
    background-color: var(--highlight-color);
}

.section-block-dropdowns-header-icon svg {
    transition-duration: 0.2s;
}

.section-block-dropdowns-header-icon svg path {
    fill: var(--light-color) !important;
}

.section-block-dropdowns-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 100ms linear, max-height 100ms linear;
    will-change: opacity, max-height;
}

.section-block-dropdowns-body-content {
    padding: 0 2rem 2.25rem;
}

@media (max-width: 768px) {
    .section-block-dropdowns-body-content {
        padding: 0 1.25rem 1.25rem;
    }
}

.section-block-dropdowns-body-content>div>*:last-child {
    margin-bottom: 0;
}

.section-block-dropdowns-item {
    border-radius: var(--border-radius);
    background-color: transparent;
    border: 1px solid var(--border-color);
    margin-top: .44rem;
    margin-bottom: .44rem;
}

.section-block-dropdowns-item.active .section-block-dropdowns-body {
    opacity: 1;
    max-height: 100%;
}

.section-block-dropdowns-item.active .section-block-dropdowns-header-icon svg {
    transform: rotate(180deg);
}

.banner-trio-inner {
    display: grid;
    grid-template-columns: 980fr 410fr;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.banner-trio-carousel--large,
.banner-trio-small-wrapper {
    min-width: 0;
    min-height: 0;
}

.banner-trio-small-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.banner-trio-carousel,
.homepage-carousel,
.banner-trio-carousel .owl-stage,
.banner-trio-carousel .owl-stage-outer {
    height: 100%;
    width: 100%;
}

.banner-trio-carousel--small {
    height: calc(50% - 4px);
}

.banner-trio-item {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-trio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homepage-banner .item-icons img,
.homepage-banner .item-icons svg {
    max-width: 60px;
}

.banner-trio-carousel--large .banner-trio-item {
    aspect-ratio: 980 / 505;
}

.banner-trio-carousel--small .banner-trio-item {
    aspect-ratio: 410 / 248;
}

.banner-trio {
    min-height: 390px;
}

@media (min-width: 1200px) {
    .banner-trio .homepage-banner .item-imagebox {
        padding: 2.25rem 1rem 2.25rem 0;
        display: flex;
        align-items: center;
    }

    .banner-trio .homepage-banner .item-texts {
        padding: 1.5rem 2.25rem;
    }

    .banner-trio .homepage-banner .item-title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 1475px) and (min-width: 1200px) {

    .banner-trio .homepage-banner .item.extended {
        grid-template-columns: 1fr 1.1fr;
    }

    .banner-trio .homepage-banner .item-icons img,
    .banner-trio .homepage-banner .item-icons svg {
        max-height: 34px;
        max-width: 52px;
    }

    .banner-trio .homepage-banner .item-desciption,
    .banner-trio .homepage-banner .item-desciption p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-trio .homepage-banner .item-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 1200px) {
    .banner-trio-inner {
        grid-template-columns: 1fr;
    }

    .banner-trio-small-wrapper {
        flex-direction: row;
    }

    .banner-trio-carousel--small {
        width: calc(50% - 4px);
        height: auto;
    }

    .banner-trio-small-wrapper {
        display: none;
    }

    .banner-trio {
        min-height: 450px;
    }
}

@media (max-width: 576px) {
    .banner-trio.section-spacing {
        padding: 0;
    }

    .banner-trio>.container {
        padding: 0;
    }
}