body.admin-logged {
    .site-msg.information {
        display: none;
    }

    .navigation-in.menu  .mobile-menu-logo {
        display: none;
    }

    @media (min-width: 768px) {
        .mobile-menu-logo,
        .mobile-submenu-drawer {
            display: none !important;
        }

        #header .navigation-in ul.menu-level-2 {
            display: none !important;
        }
    }

    .mobile-submenu-drawer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
    }

    .mobile-submenu-drawer.is-active {
        transform: translateX(0);
    }

    .mobile-submenu-header {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #dadada;
        min-height: 79px;
    }

    .mobile-submenu-back {
        background: none;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        color: #000;
        padding: 0;
    }

    .mobile-submenu-content {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-submenu-content .mobile-submenu-featured  {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-bottom: 1px solid #dadada;
        padding: 20px;
    }

    .mobile-submenu-content .mobile-submenu-featured a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-submenu-content .mobile-submenu-categories .axello-submenu__col--main {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .mobile-submenu-content .axello-submenu {
        display: block !important;
    }

    #header .search input[type="search"].form-control {
        opacity: 0;
    }


    #header .axello-submenu a {
        text-decoration: none;
        font-size: 1rem;
        line-height: 20px;
        font-weight: 500;
        color: #161617 !important;
        white-space: nowrap;
        padding: 0!important;
    }

    #header .axello-submenu a:hover {
       text-decoration: underline;
    }

    #header .axello-submenu .axello-submenu__col--featured  a {
        color: #848283 !important;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    #header .axello-submenu__wrapper {
        display: flex;
        width: 70%;
        padding: 25px 0px 25px 80px;
        justify-content: space-between;
    }

    #header .axello-submenu {
        z-index: 10;
        background-color: #f5f5f7;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 30px 30px 30px 0;
        display: none;
        box-sizing: border-box;
    }

    #header .navigation-in > ul > li:hover .axello-submenu {
        display: flex;
        justify-content: space-between;
        gap: 48px;
    }

    .axello-submenu__col--featured {
        display: flex;
        flex-direction: column;
        gap: 25px;
        min-width: 25%;
        border-right: 1px solid white;
    }

    .axello-submenu__col--main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 70%;
        max-height: 150px;
        gap: 25px 80px;
        padding-left: 30px;
    }

    .axello-submenu__col--custom {
        max-width: 25%;
        width: 25%;
        background-color: white;
        max-height: 220px;
        height: 220px;
        overflow: hidden;
        display: flex;
        position: relative;
    }

    .axello-submenu__col--custom .btn-holder {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    #header .axello-submenu .axello-submenu__col--custom .btn-holder a.btn {
        white-space: nowrap;
        padding: 10px 60px !important;
        font-size: 1rem  !important;
        line-height: 28px  !important;
        font-weight: 300  !important;
        color: black  !important;
        background-color: white  !important;
        transition: color, background-color, 0.4s ease-in-out  !important;
        height: unset  !important;
        margin: 0  !important;
        box-shadow: none  !important;
        border: 0  !important;
    }

    #header .axello-submenu .axello-submenu__col--custom .btn-holder a.btn:hover {
        background-color: #8c959d  !important;
        color: white !important;
        text-decoration: none !important;
    }

    .axello-submenu__col--custom img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    #header .search input:focus-visible {
        outline: unset !important;
    }

    #header .search:focus-within input[type="search"].form-control {
        opacity: 1;
    }

    .newsletter {
        display: none !important;
    }

    #footer .custom-footer .custom-footer__newsletter h3 {
        font-size: 15px !important;
    }

    .custom-footer__newsletter .newsletter-header .present {
        text-align: center;
        padding: 8px;
        border: 1px solid black;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .custom-footer__newsletter .newsletter-header .newsletter-subtext {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .custom-footer__newsletter .newsletter-header p {
        display: none;
    }

    .custom-footer__newsletter .smart-label-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .custom-footer__newsletter .smart-label-wrapper label {
        width: 100%;
    }

    .custom-footer__newsletter .smart-label-wrapper .form-control-wrapper  {
        width: 61%;
    }

    .custom-footer__newsletter .validator-msg-holder {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .custom-footer__newsletter .btn {
        position: relative !important;
    }

    .custom-footer__newsletter .consents {
        font-size: 12px;
    }

    .custom-footer__newsletter input[type="email"] {
        padding: 7px 20px !important;
        border: 1px solid #161617 !important;
        border-radius: 0;
    }

    .custom-footer__newsletter {
        width: 25% !important;
        align-self: flex-start;
        border: 1px solid black;
    }

    .signature-wrapper #signature .company {
        display: none !important;
    }

    .signature-wrapper .credits-link {
        color: #c2c1c2 !important;
        align-items: center;
        gap: 4px;
        font-weight: 700;
        text-decoration: underline;
    }

    .signature-wrapper .credits-link:hover {
        text-decoration: none;
    }

    @media (max-width: 678px) {
        .custom-footer__newsletter {
            width: 100% !important;
            align-self: flex-start;
            border: 1px solid black;
        }
    }

    @media (max-width: 767px) {
        .navigation-in.menu  .mobile-menu-logo {
            width: 100%;
            display: block;
            padding: 15px 20px;
            border-bottom: 1px solid #dadada;
            position: fixed;
            top: 0;
            background: white;
        }

        .mobile-submenu-content .axello-submenu__col--main a {
            display: block;
            padding: 10px 0;
            font-size: 15px;
            text-transform: uppercase;
        }

        .mobile-submenu-content .mobile-submenu-categories .axello-submenu__col--main {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 20px;
            max-height: unset;
        }

        .axello-submenu__col--custom {
            max-width: 100%;
            width: 100%;
            background-color: white;
            max-height: 220px;
            height: 220px;
            overflow: hidden;
            display: flex;
            position: relative;
            padding: 20px;
        }

        .axello-submenu__col--custom .btn-holder {
            top: 0;
            left: 0;
        }

        .axello-submenu__col--custom .btn-holder .btn {
            white-space: nowrap;
            padding: 10px 60px !important;
            font-size: 1rem !important;
            line-height: 28px !important;
            font-weight: 300 !important;
            color: black !important;
            background-color: white !important;
            transition: color, background-color, 0.4s ease-in-out !important;
            height: unset !important;
            margin: 0 !important;
            box-shadow: none !important;
            border: 0 !important;
        }

        .navigation-in .menu-level-1 {
            border-bottom: 1px solid #dadada;
            padding-top: 79px;
        }

        .navigation-in .menu-level-1 li {
            border: unset;
        }

        .navigation-in .menu-level-1 li a {
            display: flex;
            justify-content: space-between;
            padding-right: 0;
        }

        .navigation-in .menu-level-1 li a b {
            font-weight: 500;
            font-size: 15px;
        }


        .navigation-in .menu-level-1 li a .submenu-arrow:after {
            content: "\e910";
            transition: transform .3s ease-out;
        }

        .navigation-in .navigationActions {
            border-bottom: 1px solid #dadada;
            padding: 10px 0;

        }

        .navigation-in .navigationActions a{
            justify-content: space-between;
        }

        .navigation-in .navigationActions li span{
            padding: 10px 0;
        }
        .navigation-in .navigationActions li:last-child {
            border: unset;
        }

        .navigation-in .navigationActions .menu-level-2 a {
            font-size: 14px;
            font-weight: 400;
        }

        .navigation-in .navigationActions li span {
            font-size: 14px;
        }

        .navigation-close {
            display: block;
            padding: 30px 20px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .navigation-in.menu  .mobile-menu-logo img {
            max-width: 5rem;
        }
    }

    #footer .custom-footer h4  {
        font-size: 1.1rem !important;
        line-height: 28px !important;
        font-weight: 500 !important;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #161617;
    }

    #footer .custom-footer h3  {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #footer .custom-footer__productRating {
        display: none;
    }
}

body.admin-logged.type-category {

        #content .filters {
            display: block;
            margin-bottom: 19px;
            border: unset;
        }

        #content .category-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        #content .category-top .category-title {
            margin: 20px 0;
            line-height: 60px;
        }

        #content .category-top .category-perex {
            flex-grow: 1;
            width: 100%;
        }

        #content .filters-unveil-button-wrapper {
            display: none;
        }

        .category-top .subcategories {
            flex-grow: 1;
            width: 100%;
        }

        .category-top .subcategories a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 20px !important;
            border: 1px solid rgb(22, 22, 23) !important;
            background-color: transparent !important;
            color: rgb(22, 22, 23) !important;
            transition: background-color 0.2s !important;
        }

        .filter-sections {
            padding: 20px 0;
        }

        .custom-filter-dropdown {
            position: relative;
            display: inline-block;
            padding: 0;
            cursor: pointer;
            transition: 200ms ease;
        }

        .custom-filter-dropdown:hover {
            background-color: #f1f1f1;
        }

        .custom-dropdown-header {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            padding: 20px !important;
            border: 1px solid rgb(22, 22, 23) !important;
            background-color: transparent !important;
            color: rgb(22, 22, 23) !important;
            transition: background-color 0.2s !important;
            user-select: none;
            min-width: 225px;
        }

        .custom-dropdown-body .slider-header {
            padding-bottom: 35px;
        }

        .custom-dropdown-body .slider-content {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 25px;
            width: 80%;
            margin-bottom: 0;
        }

        .custom-dropdown-header .custom-dropdown-title {
            width: unset;
            flex-grow: unset;
            text-align: center !important;
            padding: 0 !important;
            font-size: 1rem;
            line-height: 28px;
            font-weight: 300;
            color: #161617;
            border-bottom: 1px solid #fff0;
            transition: color 0.4s ease-in-out;
        }

        .custom-dropdown-arrow {
            font-size: 10px;
            line-height: 10px;
        }

        .custom-dropdown-arrow:after {
            content: "";
            margin-left: auto;
            width: 8px;
            height: 8px;
            border: 2px #161617;
            border-top-style: solid;
            border-left-style: solid;
            transform: rotate(-135deg);
            transition: transform 0.3s ease-in-out;
            display: block;
            margin-top: -4px;
        }

        .custom-filter-dropdown.is-open .custom-dropdown-arrow {
            transform: rotate(180deg);
        }

        .category-top .subcategories {
          margin-top: 30px;
        }

        .custom-dropdown-body {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 100;
            min-width: 225px;
            background: #fff;
            border: 1px solid #9a9a9a;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 16px;
            border-radius: 0;
            margin-top: 5px;
        }

        .custom-dropdown-body fieldset {
            display: flex;
            flex-direction: column;
        }

        #category-filter-hover .filter-section fieldset {
            display: flex;
        }

        .custom-filters-toggle-btn {
            gap: 8px;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 20px !important;
            border: 1px solid rgb(22, 22, 23) !important;
            color: white !important;
            transition: background-color 0.2s !important;
            user-select: none;
            min-width: 225px;
            background-color: #1d252e;;
        }

        .custom-filters-toggle-btn img{
            margin-top: -4px;

        }

        .filter-sections .param-filter-top {
            text-align: left;
            margin-top: 30px;
        }

        .custom-filters-toggle-btn span{
            width: unset;
            flex-grow: unset;
            text-align: center !important;
            padding: 0 !important;
            font-size: 1rem;
            line-height: 28px;
            font-weight: 300;
            color: white;
            border-bottom: 1px solid #fff0;
            transition: color 0.4s ease-in-out;
        }

        .filter-sections .slider-wrapper {
            position: relative;
            max-width: unset;
            margin-block: 0px;
            margin: 0;
            border: unset;
            flex: unset;
            padding: 0;
        }

        .custom-filter-dropdown.is-open .custom-dropdown-body {
            display: block;
        }

        #filters:not(.filters-expanded) .filter-section-custom-collapsible {
            display: none !important;
        }

        #category-filter-hover {
            display: flex !important;
            justify-content: flex-start;
            gap: 18px;
            flex-wrap: wrap;
        }

        .category-header {
            padding-right: 0px;
        }

        .category-header .listSorting__controls {
            border: 1px solid #9a9a9a;
            margin-top: 5px;
        }

    @media(max-width: 768px) {
        .custom-dropdown-body {
            width: 100%;
        }

        .filter-sections .param-filter-top {
            text-align: left;
            margin-top: 15px;
            display: flex;
            flex-direction: column;
        }

        .param-filter-top form fieldset {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .param-filter-top>form:first-child {
            float: left;
            padding-right: 40px;
            padding-bottom: 10px;
        }

        .custom-sort-dropdown {
            overflow: visible !important;
            width: 100%;
            margin-top: 20px;
        }
    }
}

body.admin-logged.type-index {
    /*HOMEPAGE*/

    #dklab_instagram_widget  {
        margin-bottom: 0!important;
    }

    .content-wrapper .body-banners > div:first-of-type .banner-wrapper {
        display: none !important;
    }

    .homepage-group-title::before {
        display: none !important;
    }

    .homepage-products-heading-23 {
        display: none !important;
    }

    #products-23 {
        display: none !important;
    }

    .homepage-box .body-banners > div:first-of-type .banner-wrapper {
        display: none !important;
    }

    @media (max-width: 1400px) {

        .banners-content.body-banners > div:first-of-type .banner-wrapper {
            display: none !important;
        }

    }

    .benefitBanner__item {
        justify-content: center;
    }

    .categories-container {
        max-width: calc(1440px + 4rem);
        padding-inline: 2rem !important;
        margin-inline: auto;
    }

    .new-categories-holder .slick-next {
        position: absolute !important;
        right: -75px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .new-categories-holder .slick-prev {
        left: -75px !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    @media(max-width: 1500px) {
        .new-categories-holder {
            margin-bottom: 150px;
        }

        .new-categories-holder .slick-next {
            position: absolute !important;
            bottom: -65px!important;
            right: -10px!important;
            top: unset !important;
            transform: unset !important;
        }

        .new-categories-holder .slick-prev {
            bottom: -65px !important;
            position: absolute !important;
            right: 50px !important;
            top: unset !important;
            transform: unset !important;
            left: unset !important;
        }
    }

    .new-categories-holder .slick-track {
        padding: 10px 0;
    }

    .new-categories-holder {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 120px;
    }

    .new-categories-holder.slick-initialized {
        display: block !important;
    }

    .new-categories-holder  a:hover {
        color: black !important;
    }

    .new-categories-holder .category-link .image-wrapper {
        position: relative;
        overflow: hidden;
        width: 345px;
        max-width: 100%;
        height: 517px;
        box-shadow: 0 0 8px 2px rgb(0 0 0 / 18%), 0 0 4px 0px rgba(0, 0, 0, 0.05);
    }

    .new-categories-holder .category-link .image-wrapper .title {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 200;
    }

    .new-categories-holder .category-link .image-wrapper img {
        transition: 300ms ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .new-categories-holder .category-link .image-wrapper:hover img {
        transform: scale(1.05);
    }

    .homepage-products-18 {
        max-width: calc(1440px + 4rem);
        padding-inline: 2rem !important;
        margin-inline: auto;
    }


    /*GRID*/

    .parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 20px;
        max-width: 1920px;
        margin-inline: auto;
        min-height: 701px;
        margin-top: 120px;
    }

    .hp-product-grid .image-wrapper {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: relative;
        background-position: top center;
    }

    .hp-product-grid .grid-product-link {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        padding: 10px 60px;
        font-size: 1rem;
        line-height: 28px;
        font-weight: 300;
        color: white;
        background-color: black;
        transition: color, background-color, 0.4s ease-in-out;
        height: unset;
        margin: 0;
        box-shadow: none;
        border: 0;
    }

    .hp-product-grid .is-main-banner .grid-product-link {
        left: 240px;
        transform: translateX(0);
    }

    .hp-product-grid .grid-product-link:hover {
        background-color: white;
        color: black;
    }

    .is-main-banner .main-banner-texts {
        position: absolute;
        left: 240px;
        top: 50%;
        transform: translateY(-50%);
    }

    .is-main-banner .main-banner-texts .main-banner-headline {
        position: initial;
        margin-bottom: 0px;
        padding: 0;
        font-size: clamp(1.5rem, 2.3vw, 2.75rem);
        line-height: clamp(39px, 3.3vw, 66px);
        letter-spacing: .05em;
        text-transform: uppercase;
        border: 0;
        background-color: #fff0;
        color: white;
        box-shadow: none;
    }

    .is-main-banner .main-banner-texts .main-banner-subline {
        font-size: 1.125rem;
        line-height: 32px;
        font-weight: 300;
        color: white;
        max-width: 350px;
    }

    .div1 {
        grid-column: span 3 / span 3;
        grid-row: span 4 / span 4;
    }

    .div2 {
        grid-row: span 2 / span 2;
        grid-column-start: 4;
    }

    .div3 {
        grid-row: span 2 / span 2;
        grid-column-start: 4;
        grid-row-start: 3;
    }

    .div4 {
        grid-row: span 4 / span 4;
        grid-column-start: 5;
        grid-row-start: 1;
    }

    @media (max-width: 1199px) {
        .custom-footer__newsletter {
            width: 50% !important;
            align-self: flex-start;
            border: 1px solid black;
        }
    }

    @media (max-width: 991px) {
        .parent {
            grid-template-columns: repeat(2, 1fr) !important;
            grid-template-rows: auto !important;
            min-height: unset !important;
        }

        .parent > div {
            grid-column: auto !important;
            grid-row: auto !important;
            min-height: 350px;
        }

        .is-main-banner .main-banner-texts {
            position: absolute;
            left: 50%;
            top: 35%;
            transform: translate(-50%, -50%) !important;
        }

        .hp-product-grid .is-main-banner .grid-product-link {
            left: 50%;
            transform: translateX(-50%);
        }

        .is-main-banner .main-banner-texts .main-banner-headline {
            text-align: center;
            line-height: 25px;
        }

        .is-main-banner .main-banner-texts .main-banner-subline {
           text-align: center;
        }
    }

    @media (max-width: 767px) {
        .parent {
            grid-template-columns: 1fr !important;
            gap: 15px !important;
        }

        .parent > div {
            min-height: 250px;
        }

        .blog-wrapper .news-item {
             width: 100% !important;
        }

        .next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-texts {
            position: initial !important;
            bottom: 40px !important;
            margin-inline: auto !important;
            justify-content: flex-end !important;
            color: #161617 !important;
            left: unset !important;
        }

        .next-to-carousel-banners .banner-wrapper:nth-child(2) video {
            height: auto !important;
        }

        .extended-banner-wrapper {
            top: unset !important;
            bottom: 40px !important;
            margin-inline: auto !important;
            padding-inline: 2rem !important;
            justify-content: flex-end !important;
        }

        .custom-footer__newsletter {
            width: 100% !important;
            align-self: flex-start;
            border: 1px solid black;
        }
    }


    .custom-footer__banner3 {
        max-width: 1920px ;
    }

    .next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-texts {
        position: absolute;
        z-index: 5;
        max-width: 600px;
        margin-left: 240px;
        color: #fff;
    }

    .next-to-carousel-banners .banner-wrapper:nth-child(2) video {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .extended-banner-wrapper {
        position: absolute;
        top: 0;
        z-index: 5;
        max-width: 600px;
        height: 100%;
        margin-left: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }


    .slick-track .slick-slide {
        margin: 0 10px;
        height: inherit !important;
    }

    [data-testid="gridTopBanners"] [data-testid="bannerTop"]:first-of-type {
        display: none !important;
    }

    .footer-banners {
        display: none !important;
    }

    /*BLOG*/

    .blog-wrapper .homepage-group-title::before {
        display: none;
    }

    .blog-wrapper .news-item {
        flex-basis: 33%;
        width: 33%;
    }

    .blog-wrapper .news-item .title {
        display: block;
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
        margin-bottom: 10px;
        text-decoration: none;
        text-transform: none;
    }

    .blog-wrapper .news-item .image img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    .blog-wrapper .news-item .text .description {
        line-height: 1.5rem;
    }

    .blog-wrapper {
        justify-content: space-between !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    .blog-wrapper .news-item:nth-of-type(5) {
        display: none !important;
    }

    .contact-banner {
        margin-block: 120px;
        margin-bottom: 0 !important;
    }

        /*FOOTER*/

    .products-block {
        margin-bottom: 0 !important;
    }
}

body.admin-logged.type-product {
    /*background-color: red;*/

    .overall-wrapper {
        background-image: unset !important;
    }

    .made-cz {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .p-detail-inner-header h1 {
        line-height: 39px !important;
        margin-bottom: 10px !important;
    }

    .made-cz span {
        padding: 10px;
        background: black;
        color: white;
        font-size: 14px;
        font-weight: 500;
    }

    .product-top {
        align-items: flex-start;
        gap: 30px;
    }

    .p-info-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 45%;
        position: sticky;
        top: 100px;
        height: fit-content;
    }

    .custom-product-photos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
        width: 55%;
        flex-shrink: 0;
    }

    .custom-product-photos.one-product-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .custom-photo-item {
        overflow: hidden;
    }

    .custom-photo-item img {
        width: 100%;
        object-fit: cover;
        display: block;
        height: 580px;
        transition: 200ms ease;
    }

    .custom-product-photos.one-product-grid img {
        height: unset;
    }

    .custom-photo-item:hover img {
        transform: scale(1.05);
    }

    .custom-photo-item a {
        position: relative;
    }

    .custom-photo-item .unseen-count {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .custom-photo-item .unseen-count .unseen-holder {
        width: 130px;
        height: 130px;
        background: #808080bd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: white;
        font-size: 63px;
    }


    .custom-photo-item video {
        width: 100%;
        object-fit: cover;
        display: block;
        height: 580px;
    }


    .p-detail-inner-header {
        order: 1 !important;
    }

    .p-detail-info {
        order: 2 !important;
    }

     .p-final-price-wrapper {
        order: 3 !important;
         border-top: unset;
         padding-top: 0;
         margin-top: 10px;
    }

    .p-short-description {
        order: 4 !important;
    }

    .product-specification {
        order: 5 !important;
        margin-bottom: 0;
    }

    #myBtnTabulka_velikosti {
        order: 6 !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        background: unset !important;
        box-shadow: unset !important;
        cursor: pointer !important;
        margin-bottom: 10px !important;
        padding: 15px 5px !important;
        border-top: 2px solid #cccfd4 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #4d4d4d !important;
        line-height: 16px !important;
        display: flex;
        align-items: center !important;
        justify-content: space-between !important;
    }

    #myBtnTabulka_velikosti::after {
        content: '+';
        font-weight: 500;
        font-size: 22px;
        transition: transform 0.2s ease;
    }

    #myBtnTabulka_velikosti:before {
        display: none !important;
    }

    .detail-parameters {
        order: 7 !important;
    }

    .p-info-wrapper .add-to-cart {
        order: 8 !important;
        align-items: center;
        display: flex;
        gap: 35px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .custom-size-label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .product-specification .accordion-header {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 700;
        color: #4d4d4d;
        line-height: 16px;
        padding: 15px 5px;
        border-top: 2px solid #cccfd4;
    }

    .product-specification .product-specification__content h2.accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .product-specification .product-specification__content h2.accordion-header::after {
        content: '+';
        font-weight: 500;
        font-size: 22px;
        transition: transform 0.2s ease;
    }

    .product-specification .product-specification__content h2.accordion-header.is-open::after {
        content: '−';
    }

    .product-specification__content td, .product-specification__content th {
        padding: 10px 5px !important;
    }

    .add-to-cart .quantity {
        border: 1px solid #ebebeb;
        padding-block: 0px !important;
        padding-inline: 8px !important;
    }

    .add-to-cart .quantity .amount {
        position: initial;
        order: 2;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.125em;
        font-family: "Poppins", Arial, sans-serif;
        text-align: center;
        color: #161617;
        padding: 0;
        border: unset !important;
        border-radius: 0;
    }


    .add-to-cart .quantity .increase {
        flex: 0 0 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        order: 3;
        background-color: #1c212a;
        color: #c6c9ce;
    }

     .add-to-cart .quantity .increase::before {
        background-color: #c6c9ce;
    }

    .add-to-cart .quantity .increase::after {
        background-color: #c6c9ce;
    }

    .add-to-cart .quantity label {
        order: 2;
    }

    .add-to-cart .quantity .decrease {
        order: 1;
        background-color: #f3f4f6;
        color: #575c62;
    }

    .add-to-cart .quantity .decrease::before {
        position: initial;
        content: "";
        line-height: 0;
        width: 8px;
        height: 2px;
        background-color: #575c62;
    }

    .social-buttons-wrapper {
        margin-top: 20px;
    }


    #myBtnTabulka_velikosti {
        width: 250px;
        margin-top: 30px;
        border-radius: 2px;
        background: white;
        color: black;
        font-size: 15px;
        box-shadow: 1px 2px 0.2rem 1px grey;
        cursor: pointer;
        margin-bottom: 20px;
        padding: 3px;
        text-align: center;
        transition: 350ms;
    }

    #myBtnTabulka_velikosti:before {
        content: '\2702';
        font-family: shoptet;
        padding-right: 5px;
    }

    #myBtnTabulka_velikosti:hover {
        background: #f7f7f7;
        color: black;
        box-shadow: 1px 2px 0.5rem 1px black;
    }



    .p-detail-inner-header h1, .type-detail h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: clamp(1.875rem, 3.3vw, 1.1rem);
        line-height: clamp(2.4375rem, 4.3vw, 3.625rem);
        letter-spacing: .05em;
        color: #161617;
        font-weight: 400;
    }

    .p-detail-info .stars-wrapper .stars-label {
        margin-bottom: -3px;
        color: #bfc2c7;
    }

    .stars .star.star-on::before {
        color: #f6c740;
        font-size: 20px;
    }

    .stars .star.star-half::before {
        color: #f6c740;
        font-size: 20px;
    }

    .star.star-off:before {
        content: "\e91c" !important;
        color: #dce1e0;
        font-size: 20px;
    }

     .stars span {
        width: 22px;
        height: 19px;
    }

    [data-testid="productCardBrandName"] {
        color: #bfc2c7;
    }

    .variant-code-wrapper {
        color: #bfc2c7;
    }

    .p-info-wrapper .p-shipping-details {
        display: none;
    }

    .p-detail-info .stars-wrapper .stars-link {
        display: none;
    }

     .p-final-price-wrapper .price-final-holder {
        font-size: 1.3rem;
        line-height: 20px;
         letter-spacing: unset;
        font-weight: 600;
        color: #595e65;
    }

    .p-final-price-wrapper .price-standard {
        font-size: 1.125rem;
        font-weight: 300;
        color: #706e6f;
        margin-bottom: -4px;
    }

    .product-specification .product-specification__content {
        flex-basis: 100%;
    }

    .product-specification .product-specification__image {
        display: none !important;
    }



    .benefitBanner__item {
        justify-content: center;
    }

    .newsletter {
        display: none !important;
    }

    @media (max-width: 1199px) {
        .custom-footer__newsletter {
            width: 50% !important;
            align-self: flex-start;
            border: 1px solid black;
        }
    }

    #footer .custom-footer .custom-footer__newsletter h3 {
        font-size: 15px !important;
    }

    .custom-footer__newsletter .newsletter-header .present {
        text-align: center;
        padding: 8px;
        border: 1px solid black;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .custom-footer__newsletter .newsletter-header .newsletter-subtext {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .custom-footer__newsletter .validator-msg-holder {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .custom-footer__newsletter .btn {
        position: relative !important;
    }

    .custom-footer__newsletter .consents {
        font-size: 12px;
    }

    .custom-footer__newsletter input[type="email"] {
        padding: 17px 20px !important;
        border: 1px solid #161617 !important;
        border-radius: 0;
    }

    .custom-footer__newsletter {
        width: 25% !important;
        align-self: flex-start;
        border: 1px solid black;
    }

    #ratingTab .rate-wrap {
        display: flex;
        gap: 0 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-template-columns: repeat(1, 1fr);
        width: 35%;
        flex-shrink: 0;
    }

    #ratingTab h2 {
        margin-bottom: 20px;
        font-weight: 500;
    }

    .rate-wrap .custom-rating-title {
        font-size: 22px;
        font-weight: 500;
        color: black;
    }

    #ratingTab .vote-wrap {
        padding: 25px;
        border-bottom: 1px solid #161617 !important;
    }

    #ratingTab .vote-wrap .vote-summary .stars {
        width: unset;
    }

    #ratingTab .vote-wrap .stars .star::before {
        font-size: 13px;
    }

    #ratingTab .vote-wrap .stars span {
        width: 16px;
        height: 19px;
    }

    #ratingTab .vote-wrap .vote-delimeter {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: -2px;
    }

    #ratingTab .custom-ratings-list-title {
        font-size: 22px;
        font-weight: 500;
        color: black;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap>div:nth-child(2) {
        padding-left: 0px !important;
    }

    #ratingWrapper {
        display: flex;
        align-items: center;
        gap: 100px;
    }

    #ratingWrapper .add-comment {
        margin-top: 30px !important;
    }

    #ratingWrapper .add-comment .btn.btn-secondary {
        background-color: #f0b034;
        color: #754708;
    }

    #ratingWrapper .add-comment .btn.btn-secondary:hover {
        background-color: #f3bb63;
        color: #754708;
    }

    .votes .rate-block .rate-bar {
        width: 100% !important;
        display: block;

        background: linear-gradient(
                to right,
                #000000 var(--rate-bar-width),
                #e5e5e5 var(--rate-bar-width)
        ) !important;

        border-radius: 4px;
    }

    .votes .rate-block .rate-count {
        display: none;
    }

    .votes .rate-block .rate-count.active {
        display: block;
    }

    #ratingTab .rate-wrap .rate-average-inner {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    #ratingTab .rate-wrap .rate-average-inner .rate-average:after {
        display: none;
    }

    #ratingTab .rate-wrap .rate-average-inner .rate-star-wrap {
        margin: 0px 0 0;
        gap: 5px;
    }

    #ratingTab .rate-wrap .rate-average-inner .rate-star-wrap .stars {
        display: flex;
        justify-content: flex-start;
        margin: 0;
        gap: 2px;
    }

    #ratingTab .rate-wrap .rate-average-inner .rate-star-wrap .stars-label {
        text-align: center;
        color: black !important;
    }

    #ratingTab .rate-wrap .votes .star-off:before  {
        color: #edc73e !important;
    }

    #ratingTab .rate-wrap .votes {
        padding-left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    #ratingTab .rate-wrap .rate-average-wrap {
        border-right: unset !important;
    }

    #ratingTab .stars .star.star-on:before {
        color: #edc73e !important;
    }

    #ratingTab .add-comment {
        text-align: center !important;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    #ratingTab .add-comment .btn {
        padding: 10px 50px;

    }

    #ratingTab .rate-wrap .votes {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    #ratingTab .rate-wrap .votes .rate-list .rate-star .rate-value {
        color: black;
        font-size: 19px;
        font-weight: 500;
        line-height: 15px;
        text-align: center;
    }


    @media (max-width: 991px) {
        .custom-product-photos {
            width: 100% !important;
        }

        .p-info-wrapper {
            max-width: 100%;
        }

        #ratingTab .rate-wrap {
            width: 50% !important;
        }

        .p-info-wrapper, .custom-product-photos {
            max-width: 100%;
            width: 100%;
            position: static;
        }
    }

    @media (max-width: 768px) {
        .p-detail-info .stars-wrapper {
            flex-direction: row;
            align-items: flex-start;
            gap: 0px;
            margin-top: 15px;
        }

        .p-detail-inner-header h1 {
            margin-bottom: 0px !important;
        }

        .made-cz {
            flex-basis: 100%;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .p-detail-info {
            gap: 15px;
        }

        .custom-product-photos {
            width: 100% !important;
        }

        .custom-product-photos .custom-photo-item.item-2,
        .custom-product-photos .custom-photo-item.item-3,
        .custom-product-photos .custom-photo-item.item-4,
        .custom-product-photos .custom-photo-item.item-5,
        .custom-product-photos .custom-photo-item.item-6,
        .custom-product-photos .custom-photo-item.item-7,
        .custom-product-photos .custom-photo-item.item-8,
        .custom-product-photos .custom-photo-item.item-9,
        .custom-product-photos .custom-photo-item.item-10,
        .custom-product-photos .custom-photo-item.item-11 {
            display: none;
        }

        .custom-product-photos .custom-photo-item.item-1 {
            grid-column: span 2;
            aspect-ratio: 3 / 4;
        }

        .custom-photo-item img {
            height: auto !important;
        }

        #ratingTab .rate-wrap .rate-average-wrap {
            border-right: unset !important;
            border-bottom: unset !important;
        }

        .custom-footer__newsletter {
            width: 100% !important;
            align-self: flex-start;
            border: 1px solid black;
        }
    }

    @media (max-width: 678px) {
        #ratingWrapper {
            display: flex;
            align-items: center;
            gap: 10px !important;
            justify-content: center;
            flex-wrap: wrap;
        }

        #ratingTab .rate-wrap {
            width: 100% !important;
        }
    }
}


