body {
    font-family: "basic-sans", sans-serif;
    color: #292929;
    background: #ffffff;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body.menu-active {
    margin: 0;
    overflow: hidden;
}
h1 {
    font-family: "basic-sans", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.02em;
}
h2 {
    font-family: "basic-sans", sans-serif;
    font-size: clamp(30px, 2vw + 1rem, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
}
h3 {
    font-family: "basic-sans", sans-serif;
    font-size: clamp(30px, 2vw + 1rem, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 0;
}
h4 {
    font-family: "basic-sans", sans-serif;
    font-size: clamp(24px, 2vw + 1rem, 36px);
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin: 0;
}
h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: "basic-sans", sans-serif;
    line-height: normal;
    margin: 0;
}
img{max-width: 100%; max-height: 100%;}
ul{padding-left: 0;}
a, a:hover {
    text-decoration: none;
    font-style: normal;
}
p {
    margin-bottom: 0;
    font-size: clamp(14px, 2vw + 1rem, 16px);
    line-height: 150%;
    word-wrap: break-word;
    font-weight: 400;
    letter-spacing: -0.01em;
}
*, ::after, ::before {
    box-sizing: border-box;
}
li {
    list-style: none;
}
section {
    width: 100%;
    display: block;
}
body.menu-active .overflow-color {
    display: block;
    z-index: 9;
}
body.menu-active .header.nav-active {
    background: #ffaeae00;
}
.header {
    background-color: #E6D3A3;
    padding: 0px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.ready {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 0;
}
.header.active-menu {
    display: block !important;
    opacity: 1 !important;
    top: 0 !important;
    backdrop-filter: unset !important;
}
.header.active {
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
    position: fixed;
    border-bottom: 1px solid #44444436;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 90px;
    top: 0;
}
.header.active .header__row {
    height: 90px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.logo_mobile {
    width: 100%;
    text-align: center;
    display: none;
}
.subpage .header {
    background: #fff;
}
.header.none{
    display: none;
}
.header.nav-active .dropdown-content a{
    color: #fff;
}
.header.nav-active span {
    background: #000;
}
.header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    height: 120px;
}
.header__menu {
    padding: 0;
    margin: 0;
    width: 40%;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.16px;
}
.menu-menu_header-container {
    display: inline-block;
}
.header__burger {
    display: none;
    width: 28px;
    height: 21.78px;
    position: relative;
    margin: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s, ease;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    transition: 0.3s, ease;
    height: 0px;
}
.header__burger.open:before {
    opacity: 0;
}
.header__burger.open {
    opacity: 0;
    z-index: -99999;
}
.header.fixed .header__burger {
    top: 31px;
}
.header__burger:before {
    background: url(../images/burger.svg);
    background-repeat: no-repeat;
    width: 44px;
    height: 29px;
    display: block;
    content: "";
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: contain;
    opacity: 1;
    transition-delay: 0.2s;
}
.header__close {
    content: "";
    background: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.3s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    float: right;
}
.header__burger.open:before {
    left: -40px;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__burger span:nth-child(1) {top: 0px;}
.header__burger span:nth-child(2) {top: 11px;}
.header__burger span:nth-child(3) {top: 22px;}
.header__burger.open span {
    background-color: #E2000F !important;
}
.header__burger.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.header__burger.open span:nth-child(2) { opacity: 0; left: -35px;}
.header__burger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.header__logo {
    transition: all 0.1s ease-out;
    float: left;
    width: 20%;
    margin: 0;
    text-align: center;
}
.header__logo a:last-child{
    display: none;
}
.header__logo img {
    transition: all 0.1s ease;
    max-width: 100%;
    width: 200px;
}
.header__menu ul{margin-bottom: 0;margin-top: 0;}
.header__menu li {
    display: inline-block;
}
.header__menu .phone {
    padding: 20px 20px 0 0px;
    width: 100%;
    float: left;
}
.header__menu .phone a {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    border-top: 1px solid #fff;
    display: inline-block;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
.header.fixed .header__menu li a {
    color: #00060F;
}
.header.active-menu.fixed .header__menu li a {
    color: #fff;
}
#menu-menu_header_left .sub-menu li {
    text-align: left;
    margin: 0!important;
    line-height: 24px;
    min-width: max-content;
}
.header__menu li a {
    color: #292929;
    transition: 200ms;
    background-repeat: no-repeat;
    background-position: 100% 53%;
    background-size: 8px;
    position: relative;
    padding: 18px 45px 14px 30px;
    border-radius: 4px;
    display: table-cell;
    font-size: 18px;
    font-weight: 400;
}
.header__menu ul.sub-menu a {
    text-transform: inherit;
    width: 100%;
    display: block;
    border-radius: 0px !important;
    padding: 14px 30px;
    font-size: 16px;
}
.header__menu li a:hover {
    color: #8F7D61;
}
.header__menu ul.sub-menu a:hover {
    color: #05222E;
    background: #FFF3D6;
}
.header__menu ul li a:hover::after {
    top:0px;
    opacity: 1;
}
.header__menu .sub-menu a::after {
    content: none !important;
}
.header .btn.ico {
    height: 48px !important;
    line-height: 18px !important;
}
.menu-item-has-children:before {
    content: "";
    background: #ffffff;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    bottom: 0;
    opacity: 0;
}
.menu-item-has-children:hover:before {
    height: 100%;
    bottom: 0;
    opacity: 1;
}
.sub-menu {
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
    padding: 0;
    z-index: 1;
    top: 0px;
    overflow: hidden;
    height: 0;
    top: 0px;
    margin-top: 20px !important;
    font-size: 14px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    flex-direction: column;
    border-radius: 0 10px 10px 10px;
    display: flex;
    opacity: 0;
}
.menu-item-has-children:hover .sub-menu {
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 99999;
    opacity: 1;
    top: 34px;
    left: 0;
}
.menu-item-has-children:hover > a:before {
    filter: invert(54%) sepia(86%) saturate(277%) hue-rotate(87deg) brightness(95%) contrast(92%);
}
.menu-item-has-children:hover > a {
    color:#8F7D61;
}
.header.active-menu .header__menu li a:hover, .header.active-menu .header__phone a:hover {
    color: #fff !important;
}
.header.active-menu .sub-menu li a {
    color: #ffffff;
}
.header.active-menu ul.sub-menu {
    top: 0 !important;
}
.nav-active .header__logo img {
    transition: all 0.1s ease;
}
.header.variant .header__logo img {
    opacity: 0;
}
#menu-menu_header li:last-child {
    margin-right: 0;
}
#menu-menu_header li:last-child a{
    padding-right: 0;
}
#menu-menu_header_left li {
    display: inline-block;
}
#menu-menu_header_right li {
    margin-left: 20%;
}
ul.sub-menu a {
    color:#292929;
}
.menu-item .active {
    color: #D4C28C;
}
.nav__phone {
    display: inline-block;
    line-height: 28px;
    margin-left: 3em;
}
.nav__phone a {
    color: #ff4d00;
    font-weight: 600;
    font-size: 14px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    position: absolute;
    background-color: #212121e0;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 0;
    z-index: 1;
    top: 30px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    height: 0px;
}
.dropdown-content ul li {
    margin: 0;
    width: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
}
.dropdown-content ul li {
    line-height: 40px;
}
.header__phone {
    position: absolute;
    right: 50px;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}
.header__phone a {
    color: #17ABE5;
    font-size: 14px;
    transition: 200ms;
}
.menu-item.menu-item-has-children {
    position: relative;
}
.menu-item.menu-item-has-children::after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    width: -moz-available;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 46%;
    right: 25px;
}
.header__shop {
    padding: 0;
    margin: 0;
    width: 40%;
    font-family: "basic-sans", sans-serif;
    font-weight: 400;
    display: inline-flex;
    justify-content: flex-end;
    font-size: 18px;
    align-items: center;
}
.header__shop a {
    color: #444444;
    margin-left: 50px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__shop a:hover {
    color: #8F7D61;
}
.top_info_box {
    background: #444444;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    transition: 200ms;
    margin: 0;
    color: #FFF3D6;
    letter-spacing: 0.04em;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.top_info_box .container {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.top_info_box p {
    margin: 0;
    text-align: center;
}
.top_info_box a {
    color: #E6D3A3;
}
.header_cart {
    display: inline-flex;
}
.header__shop div {
    display: inline-flex;
}
#cart-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.cart-info {
    display: flex;
    flex-direction: column;
}
.cart-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cart {
    background-image: url(../images/cart.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    background-position: 50% 50%;
    display: inline-block;
    background-size: contain;
}
#price {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#login {
    background-image: url(../images/login.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right:4px;
    background-position: 50% 50%;
}
#search {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right:4px;
    background-position: 50% 50%;
}
.search__box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #444444db;
    z-index: 9999999999999;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.search__box.on{
    display: flex;
}
.search__box .container {
    display: flex;
    align-items: center;
}
.search-box {
    background: #E6D3A3;
    margin: 0 auto;
    padding: 50px 100px;
    border-radius: 15px;
    position: relative;
    width: 50%;
}
.close-btn:before {
    content: "";
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
.close-btn {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-50%);
    top: 0;
    right: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.05);
}
.close-btn:hover {
    background: #EFEFEF !important;
}
.input-group {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    border: 1px solid #444;
    border-radius: 4px;
}
.search__box input, .mobile_search input{
    border-radius: 4px;
    outline: none;
    border: none;
    background: #E3E3E3;
    font-family: "basic-sans", sans-serif;
    padding: 0 15px;
    font-size: 16px;
    color: #292929;
    height: 46px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search__box input:focus {
    background: #fff;
}
.search__box input.btn, .mobile_search input.btn{
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-left: -20px;
    max-width: 120px;
    cursor: pointer;
}
.search-box h3 {
    margin-bottom: 30px;
    font-weight: 600;
}
.search-box p, .search-box a{
    color:#444444;
    font-size: 18px;
}
.top_info_box .mobile{
    display: none;
}
.mobile_top,.mobile_bottom{
    display: none;
}
.header .mobile_top img {
    opacity: 0;
    scale: 1;
}
.header.active-menu .mobile_top img {
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    scale: 0.7;
}
/*---------------------------------------
|||||||||||||||||||||||||||||||||||||||||

BODY

|||||||||||||||||||||||||||||||||||||||||
---------------------------------------*/
.full-container {
    padding-right: 100px;
    padding-left: 100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container {
    padding-right: 200px;
    padding-left: 200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* Flexbox container for column layouts */
.col-group {
    display: flex;
    flex-wrap: wrap;
}
.col-10 {
    width: 10%;
    flex: 0 0 10%;
}
.col-20 {
    width: 20%;
    flex: 0 0 20%;
}
.col-30 {
    width: 30%;
    flex: 0 0 30%;
}
.col-40 {
    width: 40%;
    flex: 0 0 40%;
}
.col-50 {
    width: 50%;
    flex: 0 0 50%;
}
.col-60 {
    width: 60%;
    flex: 0 0 60%;
}
.col-70 {
    width: 70%;
    flex: 0 0 70%;
}
.col-80 {
    width: 80%;
    flex: 0 0 80%;
}
/*---------------------------------------
SLIDER
---------------------------------------*/
.top {
    margin-top: 0px;
    position: relative;
}
.top #slider img {
    border-radius: 15px;
}
.header.active ~ .top {
    margin-top: 90px;
}
.background-color {
    background: #E6D3A3;
    width: 100%;
    height: calc(100% - 200px);
    top: 0;
    display: block;
    position: absolute;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -999999;
}
.slider_text h2 {
    font-weight: 600;
}
.slider_text {
    position: absolute;
    bottom: 50%;
    left: 100px;
    transform: translateY(50%);
}
.big-btn {
    background: #FFAA33;
    color: #292929;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: clamp(40px, 4vw, 50px);
    line-height: clamp(40px, 4vw, 50px);
    font-size: clamp(16px, 2vw, 20px);
    padding: clamp(10px, 1vw, 15px) clamp(20px, 3vw, 50px);
    cursor: pointer;
    white-space: nowrap;
}
.big-btn:hover {
    background: #CC8829;
}
.big-btn #cart {
    transform: scaleX(-1);
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-right: -5px;
    margin-left: 5px;
}
.product-item .big-btn {
    padding: 0 30px 0 30px;
    font-size: 18px;
}
.slider_text p {
    color: #fff;
    font-size: clamp(14px, 2vw + 1rem, 20px);
    margin-bottom: 50px;
    letter-spacing: 0.004em;
}
#arrow {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-position: 50% 50%;
    display: inline-flex;
    align-items: center;
    background-size: contain;
    margin-left: 10px;
}
.top .owl-dots {
    position: absolute;
    bottom: 80px;
    width: 100%;
}
.owl-nav {
    margin: 0 !important;
    height: 60px;
}
.owl-nav button span {
    display: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFAA33 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 10px !important;
    background: #d6d6d670 !important;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.owl-prev, .owl-next {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.owl-prev:before {
    content: "";
    background-image: url(../images/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: 40% 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
.owl-next:before {
    content: "";
    background-image: url(../images/arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: 40% 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    rotate: 180deg;
}
.owl-prev{
    left: -30px;
}
.owl-next {
    right: -30px;
}
.owl-prev:hover, .owl-next:hover {
    background: #EFEFEF !important;
}
/*---------------------------------------
SECTIONS
---------------------------------------*/
.section_header {
    text-align: center;
    margin: 60px 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.partnership .section_header, .category .section_header {
    justify-content: center;
}
.section_header h4{
    font-weight:600;
}
.category {
    margin-top: -60px;
    margin-bottom: 30px;
}
.carousel-container {
    margin: 0 auto;
    width: 100%;
}
.carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
#categories .owl-stage-outer {
    overflow: unset !important;
}
#categories .owl-controls {
    display: none;
}
.owl-stage {
    padding: 0 !important;
}
.cat_title h5 {
    text-align: center;
    color: #444444;
    font-size: 24px;
}
.video__channel {
    background: #E6D3A3;
    padding-bottom: 30px;
}
.channel {
    display: block;
    width: 100%;
    background: #191715;
    padding: 70px 0 110px;
}
#channel {
    display: inline-block;
}
.video__channel .item {
    overflow: hidden;
    position: relative;
    height: auto !important;
    float: left;
    border-radius: 15px;
}
.video__channel .owl-carousel .owl-stage-outer {
    overflow: unset;
}
.video__channel .item:before {
    content: "";
    background-image: url(../images/play_icon.svg);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: 50% 50%;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999999999;
    width: 100%;
    height: 100%;
}
.video__channel .item img {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
    float: left;
}
.video__channel .item:hover:before {
    background-image: url(../images/play.svg);
}
.video__channel .item:hover img {
    scale: 1.2;
}
.video__channel .title {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
    display: inline-block;
    border-bottom: 2px solid #f000;
}
.video__channel .title:hover {
    text-decoration: underline;
}
.video__channel .author {
    color: #8F7D61;
}
.video__channel .details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.video__channel .time {
    display: inline-flex;
    align-items: center;
    color: #8F7D61;
}
.video__channel .time span {
    background-image: url(../images/time.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    background-position: 50% 50%;
}
.video__channel .owl-prev {
    left: -110px;
}
.video__channel .owl-next {
    right: -110px;
}
.video__channel .owl-prev,.video__channel .owl-next {
    top: 50%;
    transform: translateY(calc(-50% - 50px));
}
button.owl-prev.disabled, button.owl-next.disabled {
    opacity: 1 !important;
    background: #E3E3E3 !important;
}
button.owl-prev.disabled:before, button.owl-next.disabled:before {
    opacity: 0.3;
}
.btn-link {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.btn-link:hover {
    color: #2E2E2E;
    text-decoration: underline;
}
.partnership {
    margin-bottom: 100px;
}
.partnership .section_header {
    border-top: 1px solid #E3E3E3;
    padding-top: 70px;
}
#partners .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#partners .owl-stage {
    display: inline-flex;
    align-items: center;
}
#partners img {
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#partners .owl-controls {
    display: none;
}
.product-item .title a{
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.product-image {
    margin-bottom: 20px;
}
.btn-price {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.price {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.old-price {
    color: #858585;
    font-size: 16px;
    text-decoration: line-through;
}
.owl-products .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}
.owl-products .owl-prev, .owl-products .owl-next {
    background: #E3E3E3 !important;
}
.owl-products .title {
    margin-bottom: 70px;
}
.owl-products .title .delivery {
    color: #8F7D61;
    font-size: 15px;
    letter-spacing: 0.04em;
    background: #FFF3D6;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
}
.owl-products .owl-prev {
    left: -110px;
}
.owl-products .owl-next {
    right: -110px;
}
.sale {
    background: #FFF3D6;
}
#sale .delivery {
    background: #fff;
}
.sale-badge {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.04em;
    background: #8F7D61;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.sale-badge:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #8F7D61;
    position: absolute;
    bottom: -8px;
}
.sale .owl-products .owl-prev,.sale .owl-products .owl-next {
    background: #fff !important;
}
.cat_title h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
}
.cat_item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #EFEFEF;
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1 / 1;
}
.cat_item:hover {
    background: #FFF3D6;
}
.cat_title{
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0px);
}
.cat_item img {
    object-fit: contain;
    scale: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 80% !important;
}
.cat_item .btn-link {
    text-align: center;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
    color: #8F7D61;
    font-size: 15px;
    letter-spacing: 0.04em;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
}
.cat_item #arrow {
    background-image: url(../images/arrow-brown.svg);
}
.cat_item:hover img {
    object-fit: contain;
    scale: 0.8;
    transform: translateY(-40px);
}
.cat_item:hover .cat_title {
    transform: translateY(-50px);
}
.cat_item:hover .btn-link {
    bottom: 35px;
    opacity: 1;
}
.ad__wrapper {
    background-image: url(../images/ad.webp);
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border-radius: 15px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 20px;
}
.ad {
    margin-top: 80px;
    margin-bottom: 100px;
}
.ad h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.ad p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.004em;
    text-align: center;
    font-size: clamp(18px, 1.5vw + 0.5rem, 20px);
}
.ad__wrapper img {
    border-radius: 15px;
}
.recommended__group {
    display: flex;
}
.recommended__group .col-40 .wrapper {
    color: #fff;
    z-index: 9;
    background: #00000087;
    padding: 30px 50px;
    border-radius: 15px 0;
}
.recommended__group .col-40 .wrapper h3 {
    font-weight: 600;
    font-size: clamp(24px, 2vw + 1rem, 36px);
}
.recommended__group .col-40 .wrapper p {
    font-size: clamp(18px, 1.5vw + 0.5rem, 20px);
}
.recommended__group .col-40 .info-box {
    background: #E6D3A3;
    background-image: url(../images/recommended2.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 15px;
    display: inline-flex;
    width: calc(100% + 20px);
    height: calc(100% + 60px);
    margin-top: -60px;
    position: relative;
    left: -100px;
    justify-content: flex-end;
    align-items: flex-end;
}
.info-box:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 15px;
    z-index: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3rem, 1vw, 2rem);
    align-items: start;
    width: 60%;
    margin: 0 auto;
}

.col p{
  font-size: clamp(0.95rem, 1vw + 0.6rem, 1.05rem);
}

.title h1 {
    font-size: clamp(30px, 2vw + 1rem, 40px);
    line-height: 1.15;
    margin: 0 0 .5rem 0;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.title .kicker{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(.8rem, .4vw + .7rem, .95rem);
  border-left: 4px solid var(--accent);
}
/*---------------------------------------
|||||||||||||||||||||||||||||||||||||||||

FOOTER

|||||||||||||||||||||||||||||||||||||||||
---------------------------------------*/
footer {
    display: block;
    background: #444444;
    width: 100%;
    padding-top: 40px;
}
.footer_menu {
    display: flex;
    align-items: stretch;
}
.footer_newsletter {
    display: flex;
    align-items: stretch;
    padding-bottom: 40px;
    border-bottom: 1px solid #2E2E2E;
}
.footer_menu .container {
    display: flex;
}
.footer_newsletter .col-30 a {
    margin-right: 60px;
    display: inline-flex;
}
footer .payments {
    border-top: 1px solid #2E2E2E;
    color: #dddddd;
    font-size: 14px;
    padding: 30px 0;
}
footer .payments .container{
    display: inline-flex;
    align-items: center;
}
footer .payments p {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.01em;
}
footer .payments img {
    margin-left: 15px;
}
.col-30.social-media {
    border-right: 1px solid #2E2E2E;
    width: calc(30% - 60px);
    margin-right: 60px;
}
.footer_menu span {
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    letter-spacing: 0.01em;
}
.footer_menu .container > div {
    padding: 60px 0;
}
.footer_menu .container div > ul {
    margin-top: 30px;
}
.footer_menu ul li {
    line-height: 24px;
}
.footer_newsletter h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
footer li a, .footer_newsletter p{
    color: #dddddd;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
footer li a:hover {
    color: #E6D3A3;
    border-bottom: 1px solid;
}
.footer_newsletter p{
    color: #dddddd;
    font-size:18px;
    margin:0;
    letter-spacing: 0.01em;
}
.footer_newsletter .container {
    display: inline-flex;
    align-items: center;
}
.footer_newsletter input {
    border-radius: 4px;
    outline: none;
    border: none;
    background: #E3E3E3;
    font-family: "basic-sans", sans-serif;
    padding: 0 15px;
    font-size: 16px;
    color: #292929;
    height: 46px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 480px;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer_newsletter input:focus{
    background: #fff;
}
.footer_newsletter input.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-left: -20px;
    max-width: 120px;
    cursor: pointer;
}
.footer_newsletter .newsletter {
    display: inline-flex;
    align-items: center;
}
.newsletter .col-50:nth-child(1) {
    flex:2;
}
.newsletter .col-50:nth-child(2) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex:1.5;
}
.social-media .sm-icons {
    display: inline-block;
}
.social-media .sm-icons li a {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-media .sm-icons li a:hover {
    background: #E6D3A3;
    border: none !important;
}
.social-media .sm-icons li {
    display: inline-flex;
    margin-right: 6px;
}  

/*---------------------------------------
|||||||||||||||||||||||||||||||||||||||||

RESPONSIVE WEB DESIGN

|||||||||||||||||||||||||||||||||||||||||
---------------------------------------*/


@media(max-width: 1920px){
.container {
    padding-right: 100px;
    padding-left: 100px;
}
.grid {
    width: 80%;
}
.top #slider img {
    height: calc(100px + 50vh);
    object-fit: cover;
}
.slider_text img {
    max-height: 120px;
    min-height: 70px;
    object-fit: contain !important;
    object-position: bottom left;
    height: auto !important;
}
.slider_text {
    left: 60px;
    right: 60px;
}
.recommended__group .col-40 .info-box {
    width: calc(100% - 80px);
    left: 0;
}
.recommended__group .col-40 .wrapper {
    border-radius: 0 0 15px 15px;
    width: 100%;
}
.header__menu li a {
    padding: 18px 35px 14px 20px;
}
.menu-item.menu-item-has-children::after {
    right: 15px;
}
.owl-products .owl-prev, .video__channel .owl-prev {
    left: -80px;
}
.owl-products .owl-next, .video__channel .owl-next {
    right: -80px;
}
}

@media (max-width: 1400px) {
  .grid{
    grid-template-columns: 1fr;
  }
.footer_newsletter .newsletter {
    align-items: flex-start;
    flex-direction: column;
}
.newsletter .col-50:nth-child(2) {
    margin-top: 20px;
    justify-content: flex-start;
}
.newsletter .col-50 {
    width: 100%;
}
.recommended__group {
    display: flex;
    flex-direction: column;
}
.recommended__group .col-40 {
    width: 100%;
}
.recommended__group .col-40 .info-box {
    width: 100%;
}
.recommended__group .col-60 {
    width: 100%;
}
.header__shop a {
    margin-left: 20px;
}
.header__menu li a {
    padding: 18px 1.5vw 14px 1.5vw;
}
.header__logo a:last-child{
    display: inline-flex;
}
.header__logo a:first-child{
    display: none;
}
.header__logo img {
    max-width: 100%;
    width: 100%;
    min-height: 70px;
}
.active .header__logo img {
    min-height: 60px;
}
.header__logo {
    width: 10%;
}
.menu-item.menu-item-has-children::after {
    right: 0.1vw;
}
.recommended__group .col-40 .info-box {
    margin-top: 60px;
    margin-bottom: 30px;
    min-height: 400px;
}
.recommended .section_header {
    display: none;
}
.ad {
    margin-top: 40px;
    margin-bottom: 80px;
}
}

@media (max-width: 1024px) {
.fake{
display: none;
}
.section_header .col-60, .section_header .col-20 {
width: 50%;
text-align: left;
}
.footer_menu .container {
display: flex;
flex-wrap: wrap; /* pozwala kolumnom zawijać się w nowy wiersz */
gap: 20px; /* odstępy między kolumnami */
}
.footer_menu .col-30.social-media {
width: 100%;
margin-right: 0;
border: none;
display: inline-flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
flex: 0 0 100%;
order: -1;
padding: 40px 0 0;
}
.footer_menu .col-20, .footer_menu .col-10 {
flex: 0 0 calc(25% - 15px);
margin: 0;
}
.footer_menu .container div > .sm-icons {
margin-top: 0;
margin-bottom: 0;
}
.header_search, .header_login {
    display: none !important;
}
.header__burger {
    z-index: 999999999;
    width: 40%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.header__menu {
        width: 0;
        position: fixed;
        left: 0;
        text-align: center;
        top: 0;
        bottom: 0;
        height: 100vh;
        display: block;
        transition: 300ms;
        background: #E6D3A3;
        overflow: hidden;
        z-index: 999999999;
    }
.header__menu.active {
    top: 0;
    right: 0vw;
    z-index: 99999999;
    width: 100%;
    overflow: hidden;
}
.header__menu li {
    display: block !important;
    overflow: hidden;
    width: calc(100vw - 40px);
}
.header__menu li a {
    font-size: 24px;
    margin-left: 0px;
    line-height: 80px;
}
.header__row.active .header__menu li a {
    line-height: 80px;
}
#menu-menu_header_right li:last-child:before{
    display: none;
}
.header__menu.active {
    overflow-y: scroll;
    overflow-x: hidden;
}
.header__row{  
    z-index: 9999999;
}
.header__row.active {
    z-index: 999999999;
}
.menu-item-has-children:hover .sub-menu {
    display: none;
    margin: 0!important;
    z-index: 99999;
    top: 0;
}
.menu-item-has-children .sub-menu {
    opacity: 0 !important;
    display: block !important;
    max-height: 0 !important;
    transition: 0.6s cubic-bezier(0.645,0.045,0.355,1) !important;
    padding: 0 !important;
}
.menu-item-has-children .sub-menu.active-sub {
    display: block !important;
    opacity: 1 !important;
    max-height: 999px !important;
}
.menu-item-has-children > a:before {
    height: 18px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.sub-menu {
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
    z-index: 1;
    background: none;
    box-shadow: none;
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
    margin-top: 0 !important;
}
ul.sub-menu li {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
ul.sub-menu a {
    color: #969696;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 48px !important;
}
.top_info_box .mobile{
    display: inline-block;
}
.top_info_box p{
    display: none;
}
.menu-item-has-children:before{
    background: none;
}
.header.active-menu .sub-menu li a {
    color: #292929;
}
.header.active-menu .header__menu li a:hover, .header.active-menu .header__phone a:hover {
    color: #292929 !important;
}
.mobile_top {
    display: block;
    padding: 10px 20px;
    width: 100vw;
}
.mobile_bottom {
    display: block;
    padding: 10px 20px 60px;
    width: 100vw;
    text-align: left;
    border-top: 1px solid #2E2E2E;
}
.mobile_bottom a {
    font-size: 16px !important;
    line-height: 36px !important;
}
.mobile_bottom span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #292929;
    display: block;
    margin: 30px 0 20px;
}
.mobile_top a {
    color: #2E2E2E;
}
.mobile_top .col-group {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.container, .full-container {
    padding-right: 40px;
    padding-left: 40px;
}
.header__menu li a {
    padding: 0;
}
.menu-menu_header-container {
    margin: 10px 20px 30px;
}
ul.sub-menu {
    transform: translateX(20px);
}
.header__menu ul.sub-menu a:hover {
    background: none;
}
.menu-item.menu-item-has-children::after {
    top: 35px;
}
.owl-products .owl-prev, .video__channel .owl-prev {
    left: -30px;
}
.owl-products .owl-next, .video__channel .owl-next {
    right: -30px;
}
}

@media (max-width: 768px) {
.footer_newsletter .container {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
}
.footer_newsletter .col-30 {
    width: 100%;
    margin-bottom: 30px;
}
.footer_newsletter .newsletter {
        width: 100%;
    }
    .footer_menu .col-20, .footer_menu .col-10 {
        flex: 0 0 calc(100% - 0px);
        margin: 0;
        padding: 0 !important;
    }
    .footer_menu .col-30.social-media {
    margin-bottom: 20px;
}
.footer_menu .col-10 {
    margin-bottom: 40px;
}
.mobile_search input.btn {
    max-width: 80px;
}
}

@media (max-width: 579px) {
    .container, .full-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .grid {
    width: 100%;
    }
    footer .payments .container {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}
.payments .col-50 {
    width: 100%;
    text-align: center;
}
.payments .col-50:nth-child(2) {
    text-align: center !important;
    margin-right: 15px;
    margin-top: 20px;
}
#cart-link {
    gap: 0px;
}
.owl-prev, .owl-next {
    width: 50px !important;
    height: 50px !important;
}
.owl-next {
    right: -10px;
}
.owl-prev {
    left: -10px;
}
.slider_text {
    left: 50px;
    right: 50px;
}
.header__logo {
    width: 20%;
}
.owl-products .owl-prev, .video__channel .owl-prev {
    left: -10px;
}
.owl-products .owl-next, .video__channel .owl-next {
    right: -10px;
}
}

@media(max-width: 375px){
    .footer_menu .col-30.social-media {
        margin-bottom: 20px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
    }
.cart-text {
    display: none;
}
#price {
    font-size: 16px;
}
#slider .big-btn {
    width: 100%;
}
.recommended__group .col-40 .wrapper {
    padding: 30px 20px;
}
}

@media(max-width: 320px){
.header__menu li a {
    font-size: 24px;
}
.coop_welcome {
    padding-top: 250px;
}
}

/*OTHER*/

@media (max-height: 900px) and (max-width: 1920px) {
    .slider_item p {
        display: none;
    }
}

@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
    .header.active .header__row {
        height: 60px;
    }
    .header.active {
        height: 60px;
    }
    .active .header__logo img {
        min-height: 30px;
        max-height: 40px;
    }
    .header.active ~ .top {
        margin-top: 60px;
    }
    .header__row {
        height: 90px;
    }
    .slider_text img {
        max-height: 60px;
        min-height: 60px;
    }
  }
  
