.box-news .info,
.menu-lvl-1 > li > a[href="/promos-and-discounts-2008"] {
    color: #d42b26;
}
.btn-outline-custom,
.btn-primary-custom {
    padding: 1rem 2rem;
    font-weight: 600;
    transition: 0.3s;
}
.row .left-block,
.row .right-block {
    margin-top: 1.5rem;
}
.left-block {
    opacity: 0;
    transform: perspective(1000px) rotateY(-15deg) translateX(-50px);
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards slideInLeft;
}
.right-block {
    opacity: 0;
    transform: perspective(1000px) rotateY(15deg) translateX(50px);
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards slideInRight;
}
.hero-buttons,
.hero-text,
.hero-title {
    transform: perspective(1000px) rotateX(15deg) translateY(30px);
    opacity: 0;
}
.hero-title {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards slideInElement;
}
.hero-text {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards slideInElement;
}
.hero-buttons {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards slideInElement;
}
.stat-card:first-child {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards scaleIn;
}
.stat-card:nth-child(2) {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards scaleIn;
}
.stat-card:nth-child(3) {
    animation: 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.1s forwards scaleIn;
}
@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(0) translateX(0);
    }
}
@keyframes slideInRight {
    to {
        opacity: 1;
        transform: perspective(1000px) rotateY(0) translateX(0);
    }
}
@keyframes slideInElement {
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}
@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes countUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.banner-section {
    height: 360px;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.banner-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.1) 100%);
}
.banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}
.stat-card {
    opacity: 0;
    transform: scale(0.9);
    backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat-card.red {
    background: #d42b26;
}
.stat-card.black {
    background: #444;
}
.stat-card.gray {
    background: #f5f5f5;
}
.btn-primary-custom {
    background-color: #d42b26;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px -5px rgba(147, 51, 234, 0.5);
}
.btn-primary-custom:hover {
    background-color: #a8201c;
    transform: scale(1.05);
    color: #f5f5f5;
}
.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #d42b26;
    color: #000;
    border-radius: 0.5rem;
}
.btn-outline-custom:hover {
    background-color: rgba(192, 132, 252, 0.1);
    transform: scale(1.05);
    color: #a8201c;
}
.counter {
    animation: 0.5s ease-out countUp;
}
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-custom {
    font-size: calc(0.5rem + 0.3vw);
}
.fw-bold {
    font-weight: 700 !important;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
.page-story .h1 {
    font-weight: 700;
    font-size: 1.75rem;
}
.footer-content:has(#banner-bottom:not([style])) {
    padding-bottom: 96px;
}
.logo img {
    width: 31px;
    height: 21px;
}
.logo small {
    font-size: 10px;
}
.box-news p,
.product-information,
.std-button,
body {
    color: #000;
}
.box-side {
    padding: 0 0 0.5rem;
}
.frontpage-slider + .container .frontpage-products {
    margin-top: 0;
}
.frontpage-slider .swiper-slide {
    height: 60vh;
    padding-bottom: 209px;
    min-height: 300px;
    margin-bottom: 1rem;
}
.frontpage-slider .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.container:has(.frontpage-slider) {
    max-width: 100vw !important;
    padding: 0 !important;
}
.hero-heading {
    margin-top: calc((60vh - 209px) / 2);
    font-weight: 400;
}
@media (min-width: 992px) {
    .frontpage-slider .swiper-slide {
        height: 60vh;
        padding-bottom: 209px;
        min-height: 500px;
    }
    .frontpage-slider .swiper-button-next,
    .frontpage-slider .swiper-button-prev {
        top: calc((100% - 209px) / 2 + 50px);
    }
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
    .frontpage-slider .swiper-slide {
        padding-bottom: 209px;
    }
    .frontpage-slider .swiper-button-next,
    .frontpage-slider .swiper-button-prev {
        top: calc((60vh - 209px) / 2 + 40px);
    }
}
@media (min-width: 1440px) {
    .frontpage-slider .swiper-slide {
        padding-bottom: 209px;
    }
    .frontpage-slider .swiper-button-next,
    .frontpage-slider .swiper-button-prev {
        top: calc((100% - 209px) / 2 + 30px);
    }
}
.frontpage-slider .swiper-button-next,
.frontpage-slider .swiper-button-prev {
    top: calc((60vh - 209px) / 2 + 30px);
}
@media (max-width: 991.98px) {
    .nav-menu.show-nav {
        width: 325px !important;
    }
    .nav-menu {
        background-color: #fbfbfb;
    }
    .searchform-mob {
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        margin: 0 5px 10px;
    }
    .searchform-mob p.balance {
        margin: 0.5rem 0;
    }
    .menu-lvl-1 > li {
        border-bottom: none;
    }
    .menu-lvl-1 .d-lg-none {
        border: 1px solid #e5e5e5 !important;
        border-radius: 70px;
        margin: 10px 0;
        text-align: center;
        background: #fff;
        box-shadow: 2px 2px 2px #e5e5e5;
    }
    .menu-lvl-1 > li a,
    .menu-lvl-1 > li span {
        padding: 12px 0;
        font-weight: 700;
        font-size: 18px;
    }
    .menu-lvl-2 > li a {
        padding: 6px 0 0 15px;
        font-weight: 400;
        font-size: 16px;
    }
    .nav-menu .has-children.has-children-opened:after,
    .nav-menu .has-children::after {
        top: 20px;
    }
    .nav-menu .has-children::before {
        top: 17px;
    }
    .user-info .search-btn {
        display: none;
    }
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: opacity 0.3s;
        pointer-events: none;
    }
    body.inactive-body::before {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}
.product-cover img.img,
.swiper-product img {
    height: auto;
    aspect-ratio: 1/1;
}
.accordion_bg #product_comments_block_tab > .row .comment .customer_data .vmiddle em,
.breadcrumb ol li span {
    color: #000;
    font-weight: 500;
}
.product-cover img.img {
    width: 300px;
}
.box-product-descr img.img-fluid,
.table-fulllist .td-img img {
    aspect-ratio: 1/1;
}
.right-column-detail {
    background: #fff;
    padding-top: 20px;
}
.inner_description p {
    margin-bottom: 5px;
}
.inner_description ul {
    list-style: none;
    padding: 0;
}
.right-detail-inner-container .product-prices {
    font-size: 1.5rem !important;
}
.product-information .offer-suggest-price {
    color: #028422;
    font-size: 14px;
    font-weight: 500;
}
.product-information .offer-variations .offer-attribute-items .offer-attribute-item.selected {
    border: 3px solid #201b17;
    color: #fff;
    background: #000;
}
@media (max-width: 767.98px) {
    .product-information .offer-variations .offer-attribute-items {
        justify-content: center;
    }
}
.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 300,
        "GRAD" 0,
        "opsz" 24;
    margin-right: 5px;
}
.delivery-block {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.delivery-title {
    display: flex;
    gap: 15px 34px;
    flex-wrap: wrap;
}
.delivery-title-icons {
    display: flex;
    gap: 4px;
    align-items: center;
    position: relative;
}
.delivery-title-icons p {
    display: inline;
}
@media (min-width: 394px) {
    .delivery-title-icons:not(:last-child)::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        right: -18px;
        top: 5px;
        background-color: #000;
    }
}
.delivery-options {
    display: inline-flex;
}
.delivery-options p {
    font-size: 0.8rem !important;
    line-height: 20px !important;
}
@media (max-width: 767px) {
    .delivery-title {
        justify-content: space-evenly;
    }
    .delivery-options {
        justify-content: center;
    }
    .delivery-block {
        padding: 10px;
    }
}
.product-information:has(
        .offer-variations .offer-attribute-items .offer-attribute-item.selected[data-id="location_int"]
    )
    .inner_description
    .delivery-options#loc-us-dom {
    display: none;
}
.product-information:has(
        .offer-variations .offer-attribute-items .offer-attribute-item.selected[data-id="location_usa"]
    )
    .inner_description
    .delivery-options#loc-int {
    display: none;
}
.product-information:has(
        .offer-variations .offer-attribute-items .offer-attribute-item.selected[data-id="location_usa"]
    )
    .inner_description
    .delivery-options#loc-int-comment {
    display: none;
}
.accordion-wrapper a:hover {
    color: red;
}
@media (max-width: 768px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
}
.product-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
}
.product-highlights li::before {
    content: "✔ ";
    color: #648633;
    font-weight: 700;
}
.product-faq h3 {
    margin-top: 20px;
    color: #444;
}
footer .h-line {
    display: none;
}
.footer-content,
footer {
    background-color: #fafafa;
}
.footer-content li a {
    line-height: 28px;
    font-weight: 400;
}
.footer-content h6,
.footer-content li a {
    color: #000;
    text-transform: uppercase;
}
.f-zform input[type="email"],
.f-zform input[type="password"],
.f-zform input[type="text"],
.f-zform select,
.f-zform textarea {
    border: 1px solid #dcdcdc;
}
label.required span.input-form__required,
label.required::after:not(has(span.input-form__required)) {
    content: " *";
    color: red;
}
ul li label span:not(.text-dark) {
    display: block;
    margin-left: 30px;
}
.items-prod-out-of-stock .box-product-descr .box-title a,
.items-prod-out-of-stock .box-product-descr .no-product {
    color: #000 !important;
}
#img-popup-banner {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
#img-popup-banner .img-popup-banner-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 340/595;
}
#img-popup-banner .img-popup-banner-modal {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    border: 1px solid #fff;
}
#img-popup-banner .img-popup-banner-modal .img-popup-banner-close {
    width: 15px;
    height: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 12px;
}
#img-popup-banner .img-popup-banner-modal .img-popup-banner-content {
    background-color: #000;
    color: #fff;
    text-align: center;
}
#banner-bottom .hp-welcome-mat-module {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 0.5em;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.24);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
}
#banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}
#banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn span {
    text-decoration: underline;
}
#banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn .value-module-desc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
}
#banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn .value-module-desc .value-module-desc-wrap {
    background-image: linear-gradient(to bottom, #fff, #d6d6d6);
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 1.5rem 0;
    width: 100%;
}
#banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn .icon {
    margin-top: 5px;
    margin-left: 5px;
}
#banner-bottom .hp-welcome-mat-module .banner-bottom-close {
    position: absolute;
    cursor: pointer;
    color: #666;
    opacity: 0.45;
    top: 4px;
    right: 4px;
    height: 45px;
    width: 45px;
}
@media (orientation: portrait) {
    #banner-bottom .hp-welcome-mat-module .value-prop-col {
        float: left;
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (orientation: portrait) and (min-width: 1200px) {
    #banner-bottom .hp-welcome-mat-module .value-prop-col {
        float: left;
        width: 25%;
    }
}
@media (max-width: 576px) {
    #banner-bottom .hp-welcome-mat-module {
        font-size: 24px;
    }
    #banner-bottom .hp-welcome-mat-module .welcome-mat-module-learn .value-module-desc .value-module-desc-wrap {
        padding: 15px 5px;
    }
}
.product-info-rating .rating-conainer {
    display: inline-block;
    color: #fbbc04;
    clip-path: polygon(
        6px 0,
        4.31px 3.98px,
        0 4.34px,
        3.28px 7.18px,
        2.29px 11.4px,
        6px 9.16px,
        9.71px 11.4px,
        8.72px 7.18px,
        12px 4.34px,
        7.69px 3.98px,
        6px 0,
        20px 0,
        18.31px 3.98px,
        14px 4.34px,
        17.28px 7.18px,
        16.29px 11.4px,
        20px 9.16px,
        23.71px 11.4px,
        22.72px 7.18px,
        26px 4.34px,
        21.69px 3.98px,
        20px 0,
        34px 0,
        32.31px 3.98px,
        28px 4.34px,
        31.28px 7.18px,
        30.29px 11.4px,
        34px 9.16px,
        37.71px 11.4px,
        36.72px 7.18px,
        40px 4.34px,
        35.69px 3.98px,
        34px 0,
        48px 0,
        46.31px 3.98px,
        42px 4.34px,
        45.28px 7.18px,
        44.29px 11.4px,
        48px 9.16px,
        51.71px 11.4px,
        50.72px 7.18px,
        54px 4.34px,
        49.69px 3.98px,
        48px 0,
        62px 0,
        60.31px 3.98px,
        56px 4.34px,
        59.28px 7.18px,
        58.29px 11.4px,
        62px 9.16px,
        65.71px 11.4px,
        64.72px 7.18px,
        68px 4.34px,
        63.69px 3.98px,
        62px 0
    );
    zoom: 1.3;
    width: 75px;
    height: 14px;
    background: linear-gradient(90deg, orange 0 var(--rating-value), gray var(--rating-value));
}
.container_comments .img-stars-1,
.container_comments .img-stars-2,
.container_comments .img-stars-3,
.container_comments .img-stars-4,
.container_comments .img-stars-5 {
    display: flex;
    color: #fbbc04;
    clip-path: polygon(
        6px 0,
        4.31px 3.98px,
        0 4.34px,
        3.28px 7.18px,
        2.29px 11.4px,
        6px 9.16px,
        9.71px 11.4px,
        8.72px 7.18px,
        12px 4.34px,
        7.69px 3.98px,
        6px 0,
        20px 0,
        18.31px 3.98px,
        14px 4.34px,
        17.28px 7.18px,
        16.29px 11.4px,
        20px 9.16px,
        23.71px 11.4px,
        22.72px 7.18px,
        26px 4.34px,
        21.69px 3.98px,
        20px 0,
        34px 0,
        32.31px 3.98px,
        28px 4.34px,
        31.28px 7.18px,
        30.29px 11.4px,
        34px 9.16px,
        37.71px 11.4px,
        36.72px 7.18px,
        40px 4.34px,
        35.69px 3.98px,
        34px 0,
        48px 0,
        46.31px 3.98px,
        42px 4.34px,
        45.28px 7.18px,
        44.29px 11.4px,
        48px 9.16px,
        51.71px 11.4px,
        50.72px 7.18px,
        54px 4.34px,
        49.69px 3.98px,
        48px 0,
        62px 0,
        60.31px 3.98px,
        56px 4.34px,
        59.28px 7.18px,
        58.29px 11.4px,
        62px 9.16px,
        65.71px 11.4px,
        64.72px 7.18px,
        68px 4.34px,
        63.69px 3.98px,
        62px 0
    );
    zoom: 1.3;
    width: 75px;
    height: 14px;
    margin: 5px 0;
}
.container_comments .img-stars-1 {
    background: linear-gradient(90deg, orange 0 13.6px, gray 13.6px);
}
.container_comments .img-stars-2 {
    background: linear-gradient(90deg, orange 0 27.2px, gray 27.2px);
}
.container_comments .img-stars-3 {
    background: linear-gradient(90deg, orange 0 40.8px, gray 40.8px);
}
.container_comments .img-stars-4 {
    background: linear-gradient(90deg, orange 0 54.4px, gray 54.4px);
}
.container_comments .img-stars-5 {
    background: linear-gradient(90deg, orange 0 68px, gray 68px);
}
.product-info-rating {
    display: inline-flex;
    align-items: center;
}
@media (min-width: 992px) {
  .dropdown-menu {
    left: auto;
    width: 25%;
    background-color: #ffffff;
    /*! border: 1px solid #ececec; */
    top: ;
  }
  .dropdown-menu .menu-lvl-2 {
    display: block;
  }
  .dropdown-menu li {
    width: auto;
  }
}