/*
Theme Name: Dafore Theme
Author: Fullo.dev
Author URI: https://fullo.dev
Description: Custom theme for Dafore underwear
Text Domain: dafore
Version: 1.0
*/
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Lato-Regular.ttf') format('ttf');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/Lato-Bold.ttf') format('ttf');
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-rendering: optimizeLegibility;
}
*{
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}
body{
    margin: 0;
}
.container{
    max-width: 1450px;
    width: 100%;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
    position: relative;
}
a{
    text-decoration: none;
    color: #241F1F;
}
button{
    background: transparent;
    padding: 0;
    border: none;
}
p, h1, h2, h3, h4, h5, h6{
    margin: 0;
    color: #241F1F;
}
h1{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.23;
    text-transform: uppercase;
}
ol.no-style, ul.no-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
img.fullwidth{
    width: 100%;
    height: auto;
}
.dafore-button{
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    border: 1px solid #241F1F;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #241F1F;
}
.dafore-button.white{
    border-color: white;
    color: white;
}
#breadcrumbs{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}
#breadcrumbs a{
    text-decoration: underline;
    text-underline-offset: 4px;
    color: inherit;
}

/* H E A D E R */
.preheader{
    background: #AD8D7C;
    padding: 6px 0;
}
.preheader p{
    color:white;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.main-header{
    padding: 40px 0;
    background: white;
    border: 1px solid #E2E2E2;
}
.main-header .container{
    display: grid;
    grid-template-columns: minmax(0, calc(50% - 93px)) minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    align-items: center;
}
.main-nav{
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: stretch;
    column-gap: 33px;
}
.main-nav > .menu-item{
    display: flex;
    justify-content: start;
    align-items: center;
}
.main-nav > .menu-item > a,
.secondary-menu .menu-item:not(.cart-menu-item) span:not(.mini-cart-count){
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}
.secondary-menu{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 25px;
}
.logo{
    margin-right: auto;
}
.menu-button{
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
}
/*   PRIMARY MENU - M E G A   M E N U   */
.main-header{
    position: relative;
}
.main-header > .container{
    position: unset;
}
.main-menu-wrapper, .menu-glavni-meni-container{
    align-self: stretch;
    display: flex;
    justify-content: start;
    align-items: center;
}
.mega-nav{
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% - 44px));
    z-index: 9999;
    background: white;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    min-height: 370px;
    padding: 60px 0 60px;
}
.mega-nav.active{
    opacity: 1;
    visibility: visible;
}
.mega-nav .container{
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    grid-template-rows: auto;
    justify-content: center;
    align-items: start;
    column-gap: 20px;
}
.mega-nav-subwrapper{
    grid-column: span 1;
    display: flex;
    flex-flow: column nowrap;
    row-gap: 10px;
}
.mega-nav-subtitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
}
.mega-nav-submenu{
    list-style-type: none;
    padding: 0;
    display: block;
}
.main-nav .menu-item .submenu-item a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
}
.submenu-item:not(:last-child){
    margin-bottom: 10px;
}
.mega-nav-banner{
    position: relative;
}
.mega-nav-banner img{
    width: 100%;
    height: auto;
    aspect-ratio: 0.84;
    object-fit: cover;
}
.mega-nav-banner span{
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min(calc(160px), 80%);
    background: #241F1F;
    color: white;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
}
@media (max-width: 1300px) {
    .secondary-menu .menu-item:not(.cart-menu-item) span:not(.aws-search-btn_icon){
        display: none;
    }
    .main-nav{
        column-gap: 20px;
    }
    .main-nav > .menu-item > a{
        font-size: 12px;
    }
}
@media (max-width: 1100px) {
    .main-nav{
        column-gap: 10px;
    }
}
@media (min-width: 1025px) {
    #hamburger{
        display: none;
    }
    .toggle-submenu{
        display: none;
    }
}
@media (max-width:1024px){
    .main-header{
        border: none;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.024) 0%, rgba(156, 156, 156, 0.024) 100%);
    }
    .header-logo svg path{
        fill: #241F1F;
    }
    #hamburger .opened, #hamburger.visible .closed{
        display: none;
    }
    #hamburger.visible .opened{
        display: block;
    }
    .menu-glavni-meni-container{
        position: absolute;
        width: 100vw;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
        z-index: 0;
    }
    .menu-glavni-meni-container.visible{
        top: 100%;
        min-height: fit-content;
        height: calc(100vh - 114px);
        padding: 50px 0;
        background: white;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #menu-glavni-meni{
        width: 100%;
        overflow: auto;
    }
    .main-nav{
        flex-flow: column nowrap;
        justify-content: start;
        row-gap: 25px;
        align-items: stretch;
    }
    .main-nav .menu-item{
        flex-flow: row wrap;
        row-gap: 20px;
        justify-content: space-between;
    }
    .main-nav .menu-item > a{
        padding-left: 20px;
    }
    .mega-nav{
        order: 3;
        width: 100%;
        height: 0;
        padding: 30px 20px;
        min-height: 0;
        transform: none;
        margin: 0;
        transition: all 0.3s ease;
    }
    .mega-nav.active{
        position: relative;
        inset: unset;
        border-style: solid;
        border-color: #241F1F80;
        border-width: 0.3px 0;
        height: auto;
    }
    .mega-nav-subtitle.active{
        color: #AD8D7C;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .mega-nav-banner img{
        aspect-ratio: 1.06;
    }
    .mega-nav-banner span{
        bottom: 0;
        width: 100%;
    }
    .toggle-submenu{
        padding-right: 20px;
    }
    .toggle-submenu.open, .toggle-mega-submenu.open{
        transform: scaleY(-1);
        transition: all 0.3s ease;
    }
    .toggle-mega-submenu.open svg path{
        stroke: #AD8D7C;
    }
}
@media (max-width: 880px){
    .mega-nav .container{
        grid-template-columns: repeat(6, minmax(0,1fr)) !important;
        row-gap: 16px;
    }
    .mega-nav-subwrapper{
        grid-column: span 2;
    }
    .mega-nav-subwrapper:has(.mega-nav-banner) {
        grid-column: span 3;
    }
}
@media(min-width: 768px){
    .toggle-mega-submenu{
        display: none;
    }
}
@media (max-width: 767px){
    .main-header{
        padding: 24px 0;
    }
    .main-header .container{
        position: relative;
        grid-template-columns: 26px minmax(0, 1fr);
        grid-template-rows: auto;
        column-gap: 20px;
        align-items: center;
    }
    .menu-glavni-meni-container.visible{
        height: calc(100vh - 88px);
        transform: translateY(20px);
    }
    .main-nav{
        column-gap: 20px;
    }
    .mega-nav .container{
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        column-gap: 10px;
    }
    .mega-nav-subwrapper{
        flex-flow: row wrap;
        justify-content: space-between;
        row-gap: 0;
        width: 100%;
    }
    .mega-nav-submenu{
        width: 100%;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: all 0.3s ease;
    }
    .mega-nav-submenu.active{
        padding: 20px 0;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .mega-nav-subwrapper{
        grid-column: span 2;
    }
    .mega-nav-subwrapper:has(.mega-nav-banner) {
        grid-column: span 1;
    }
    .logo{
        width: 125px;
        margin-right: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .logo svg{
        width: 100%;
    }
    .search-menu-item{
        margin-right: auto;
    }
    .wishlist-menu-item{
        display: none;
    }
    .header-logo{
        display: block;
        line-height: 0;
    }
}

/*  C A R T   I N   M E N U   */
#open-cart{
    position: relative;
    display: block;
    line-height: 0;
}
.mini-cart-count{
    position: absolute;
    top:0;
    right: -2px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #241F1F;
    color: white;
    font-weight: 700;
    font-size: 8px;
    line-height: 1;
    border-radius: 50%;
}
.mini-cart{
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -9999px;
    width: min(100%, 470px);
    height: 100vh;
    z-index: 9999;
    background: white;
    transition: right 0.3s ease-in-out;
    padding: 13px 20px;
}
.widget_shopping_cart_content{
    height: calc(100% - 40px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: stretch;
}
.mini-cart.open{
    right: 0;
}
/* Empty mini cart */
.empty-mini-cart .wp-block-image{
    display: block;
    margin: -20px -20px 20px;
}
.empty-cart-cta{
    text-align: center;
    margin: -20px -20px 25px;
    padding: 40px 20px;
    border-bottom: 1px solid #00000080;
}
.empty-cart-cta p{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.empty-cart-cta p strong{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.empty-cart-cta p:last-of-type strong{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.empty-cart-cta a{
    display: block;
    width: 100%;
    background: #241F1F;
    color: white;
    margin-top: 20px;
}
.empty-cart-suggestions-title{
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.empty-mini-cart .products{
    padding: 0 0 20px;
    grid-template-columns: minmax(0,1fr);
}
.empty-mini-cart .products li:not(:last-child){
    margin-bottom: 20px;
}
.empty-mini-cart .woocommerce-LoopProduct-link{
    display: grid;
    grid-template-columns: minmax(110px,37%) minmax(0,1fr);
    grid-template-rows: 1fr 1fr 60px;
    align-items: center;
    column-gap: 20px;
}
.empty-mini-cart .woocommerce-LoopProduct-link .product-thumbnail-flip{
    grid-row: span 3;
    margin-bottom: 0;
}
.empty-mini-cart .woocommerce-LoopProduct-link *:not(.product-thumbnail-flip) {
    grid-row: span 1;
}
.empty-mini-cart .product-swatches,
.empty-mini-cart .product-categories{
    display: none;
}
.empty-mini-cart .package-label{
    width: 40px;
    height: 40px;
    font-size: 14px;
    top: 10px;
    right: 10px;
    row-gap: 2px;
}
.empty-mini-cart .product-labels{
    row-gap: 6px;
}
.empty-mini-cart .product-labels .label{
    padding: 4px 12px;
}
.empty-mini-cart .package-label span{
    font-size: 10px;
    line-height: 1;
}
.empty-mini-cart .woocommerce-loop-product__title{
    align-self: end;
}
.empty-mini-cart .price{
    align-self: start;
    font-size: 26px !important;
    font-weight: 700;
}

.mini-cart:has(.empty-mini-cart) #close-cart svg path{
    fill: white;
}
.mini-cart:has(.empty-mini-cart) .mini-cart-title{
    display: none;
}
.mini-cart-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #241F1F;
    margin-bottom: 16px;
}
#close-cart{
    position: absolute;
    top: 13px;
    right: 20px;
}
#close-cart svg{
    width: 22px;
    height: auto;
}
.woocommerce-mini-cart__empty-message{
    display: none;
}
.woocommerce-mini-cart{
    order: 2;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    max-height: 70vh;
    overflow: auto;
}
.woocommerce-mini-cart-item{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    padding-left: calc(min(110px, 37%) + 20px);
    position: relative;
    min-height: calc(130px * 1.07);
}
.woocommerce-mini-cart-item:not(:last-child){
    margin-bottom: 20px;
}
.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: min(110px, 37%);
    height: auto;
    aspect-ratio: 0.78;
    object-fit: cover;
}
.woocommerce-mini-cart-item .remove{
    position: absolute;
    bottom: 22px;
    left: calc(min(110px, 37%) + 140px);
    font-size: 0;
}
.woocommerce-mini-cart-item .remove:before{
    content: url("/wp-content/uploads/2025/09/delete.svg");
    display: inline-block;
    position: relative;
}
.woocommerce-mini-cart-item a:not(.remove){
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0 10px;
}
.woocommerce-mini-cart-item a:not(.remove) small{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.18;
    color: #241F1F80;
    text-transform: capitalize;
    margin-top: 5px;
}
.mini-cart-quantity-wrapper{
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.mini-cart-qty-controls{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: stretch;
    row-gap: 10px;
    margin: 10px 0;
}
.mini-cart-quantity-wrapper .price{
    width: 100%;
}
.minus{
    width: 28px;
    height: 43px;
    text-align: right;
    border-style: solid;
    border-color: #E2E2E2;
    border-width: 1px 0 1px 1px;
    font-size: 16px;
    line-height: 1;
    color:#241F1F;
}
.qty{
    height: 43px;
    min-width: 50px;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    -moz-appearance:textfield;
    border-radius: 0;
    outline: none;
}
.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.plus{
    width: 28px;
    height: 43px;
    text-align: left;
    border-style: solid;
    border-color: #E2E2E2;
    border-width: 1px 1px 1px 0;
    font-size: 16px;
    line-height: 1;
    color: #241F1F;
}
.woocommerce-mini-cart__total{
    order: 4;
    padding: 16px 10px;
    background: #F2F2F2;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}
.woocommerce-mini-cart__buttons{
    order: 5;
}
.mini-cart .free-shipping{
    display: block;
    margin-top: auto;
    order: 3;
    padding: 16px 10px;
    background: #F2F2F2;
}
.mini-cart .free-shipping .line{
    position: relative;
    display: block;
    height: 8px;
    background: #E2E2E2;
    border-radius: 2px;
    margin-bottom: 15px;
}
.mini-cart .free-shipping .line .filling{
    position: relative;
    height: 8px;
    border-radius: 2px;
    background-color: #241F1F;
}
.mini-cart .free-shipping .tekst{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.mini-cart .free-shipping .tekst a{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.mini-cart .free-shipping .tekst svg{
    display: inline-block;
    width: 28px;
    height: 18px;
    vertical-align: top;
    margin-right: 4px;
}
/*  Dugmad  */
.woocommerce-mini-cart__buttons .button{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #241F1F;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color:#241F1F;
}
.woocommerce-mini-cart__buttons .button.checkout{
    background: #241F1F;
    color: white;
    margin-top: 10px;
}

/* SEARCH U HEADERU */
.search-container {
    display: none;
    flex-flow: row nowrap;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 300;
    top: 0;
    bottom: 0;
    width: 100vw;
    overflow-x: hidden;
    height: 100%;
    padding-top: 100px;
    background-color: #241F1F66;
    backdrop-filter: blur(3px);;
}
.search-container.is-open {
    display: flex;
}
.search-container .search-wrapper{
    position: relative;
    max-width: min(1410px, calc(100vw - 40px));
    width: 100%;
    margin: 0 auto;
    padding: 4% 95px;
    background: white;
    height: fit-content;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.aws-container{
    flex-grow: 1;
}
.aws-container .aws-search-form .aws-form-btn{
    border: none;
    background: #8787871C;
    margin: 0 !important;
}
.aws-container .aws-search-form input[type="search"]{
    display: inline-block;
    padding: 14px 16px;
    background: #8787871C;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #241F1F;
}
.aws-container .aws-search-form input[type="search"]::placeholder{
    color: #25323D80;
    opacity: 1;
}
.aws-close{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 44px;
    height: 44px;
    background: #8787871C;
}
.search-container:not(.is-open) .aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear,
.search-container:not(.is-open) .aws-container .aws-search-form:not(.aws-form-active) .aws-search-clear{
    display: none !important;
}
.aws-search-result{
    width: calc(min(1410px, calc(100vw - 40px)) - 190px) !important;
    right: -42px;
}
.aws-search-result .aws_search_more a{
    display: block;
    padding: 15px;
    color: white;
    background: #241F1F;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}
.aws-search-result .aws_search_more:hover a{
    background: #241F1F;
}
.aws-search-result ul{
    max-height: calc((100vh - 250px) * 0.8);
}
.aws-search-result ul li{
    border-bottom: 1px solid #E2E2E2;
}
.aws-search-result .aws_result_link{
    padding: 20px;
}
.aws-search-result .aws_result_image{
    padding-right: 20px;
}
.aws-search-result .aws_result_image img{
    width: 110px;
    aspect-ratio: 1;
    object-fit: cover;
}
.aws-search-result .aws_result_title{
    font-size: 18px;
    line-height: 1.5;
    color: #241F1F;
}
.aws-search-result .aws_result_price{
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}
.aws-search-result .aws_result_price ins{
    padding-right: 0;
}
.aws-search-result .aws_result_excerpt{
    margin: 5px 0 15px;
    font-size: 14px;
    line-height: 1.43;
    max-width: 580px;
}
.aws-search-result .aws_result_item.hovered, .aws-search-result .aws_result_item:hover{
    background: #F2F2F2;
}
.aws-search-result .aws_result_sale{
    width: 57px;
    height: 52px;
}
.aws-search-result .aws_onsale{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF314A 0 0;
    font-weight: 700;
    height: 25px;
    font-size: 20px;
}
@media(max-width:1024px){
    .search-container .search-wrapper{
        padding: 40px;
    }
    .aws-search-result{
        width: calc(min(1410px, calc(100vw - 40px)) - 80px) !important;
    }
    .aws-container .aws-search-form input[type="search"]{
        font-size: 16px;
        line-height: 1.31;
    }
}
@media(max-width:767px){
    .search-container .search-wrapper{
        padding: 20px;
    }
    .aws-search-result{
        width: calc(min(1410px, calc(100vw - 40px)) - 40px) !important;
    }
    .aws-search-result .aws_result_link{
        padding: 15px;
    }
    .aws-search-result .aws_result_image{
        padding-right: 15px;
    }
    .aws-search-result .aws_result_image img{
        width: 70px;
    }
    .aws-search-result .aws_result_title{
        font-size: 16px;
    }
    .aws-search-result .aws_result_price{
        font-size: 14px;
    }
    .aws-search-result .aws_result_excerpt{
        margin: 5px 0 10px;
        font-size: 12px;
    }
    .aws-search-result .aws_result_sale{
        width: 47px;
        height: 42px;
    }
    .aws-search-result .aws_onsale{
        height: 20px;
        font-size: 16px;
    }
}

/* FOOTER */
.prefooter{
    background: white;
    padding: 50px 0;
    border-top: 1px solid #E2E2E2;
}
.prefooter .container{
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 20px;
}
.prefooter-item{
    display: flex;
    flex-flow: column nowrap;
    align-items: start;
    justify-content: start;
}
.prefooter-item h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.18;
    text-transform: uppercase;
    margin: 14px 0;
}
.prefooter-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
.site-footer{
    padding: 60px 0 20px;
    background: #AD8D7C;
}
.main-footer{
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 20px;
}
.footer-column:last-child{
    min-width: 514px;
}
.footer-column:first-child img{
    margin-bottom: 15px;
}
.footer-heading{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.18;
    text-transform: uppercase;
    color: white;
    margin-bottom: 16px;
}
.footer-text, .main-footer .menu li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.18;
    color: white;
}
.footer-text{
    max-width: 353px;
}
.main-footer .menu li:not(:last-child){
    margin-bottom: 8px;
}
.main-footer .fluentform{
    margin: 16px 0;
}
.main-footer .ff-el-group{
    margin: 0 !important;
}
.main-footer .frm-fluent-form .ff-t-container{
    gap:0;
}
.main-footer .ff-default input.ff-el-form-control{
    padding: 16px 24px;
    border-radius: 0;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.main-footer .ff-default input.ff-el-form-control::placeholder{
    color: inherit;
    opacity: 0.5;
}
.main-footer .ff-btn-submit{
    max-width: 190px;
    width: 100%;
    padding: 13px 24px;
    margin:0 !important;
    background: #241F1F;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: white;
}
.main-footer .ff-message-success{
    color: white;
    border-color: white;
    font-size: 14px;
}
.socials{
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    column-gap: 12px;
}
.socials svg{
    height: 16px;
    width: auto;
}
.copyrights{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.copyrights p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 8px;
    color: white;
}
.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.card-item img{
    width: fit-content;
    max-width: 100px;
    height: 25px;
    object-fit: contain;
}
.card-item:not(:last-child){
    padding-right: 10px;
    border-right: 1px solid white;
}
@media (max-width: 1024px){
    .prefooter-item{
        max-width: 160px;
        text-align: center;
        align-items: center;
    }
    .site-footer{
        padding: 60px 0 20px;
        background: #AD8D7C;
    }
    .main-footer{
        flex-wrap: wrap;
    }
    .footer-column:first-child{
        width:100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .footer-column:first-child .footer-text{
        max-width: 100%;
        text-align: center;
    }
    .footer-column:last-child{
        min-width: 35%;
    }
    .copyrights{
        justify-content: center;
        row-gap: 16px;
    }
    .cards{
        order: -1;
        width: 100%;
    }
}
@media (max-width: 767px){
    .prefooter{
        padding: 40px 0;
    }
    .prefooter .container{
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        grid-template-rows: auto;
        row-gap: 40px;
        justify-items: center;
    }
    .prefooter-item h2{
        margin: 12px 0;
    }
    .prefooter-item p{
        font-size: 12px;
        max-width: 140px;
    }
    .main-footer{
        margin-bottom: 70px;
        flex-flow: column nowrap;
        align-items: center;
    }
    .footer-column{
        width: 100%;
    }
    .footer-column:last-child{
        order:-1;
        text-align: center;
        margin-bottom: 70px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
    .footer-column:last-child .footer-heading{
        font-size: 30px;
        font-weight: 700;
        line-height: 1.26;
        max-width: 290px;
    }
    .footer-column:last-child .footer-text{
        max-width: 320px;
    }
    .main-footer .fluentform{
        margin: 28px 0;
        max-width: 320px;
        width: 100%;
    }
    .main-footer .ff-default input.ff-el-form-control{
        width: 100%;
        margin-bottom: 10px;
    }
    .main-footer .ff-btn-submit{
        max-width: 100%;
        width: 100%;
    }
    .collapsable{
        padding: 10px 0;
        border-bottom: 1px solid white;
    }
    .footer-column:nth-child(2){
        border-top: 1px solid white;
    }
    .collapsable .footer-heading{
        line-height: 1.5;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    .collapsable .footer-heading:after{
        content: url(./assets/images/arrow.svg);
        display: block;
        position: relative;
    }
    .collapsable .menu{
        padding: 15px 0;
        display: none;
    }
    .collapsable.open .menu{
        display: block;
    }
    .copyrights p:first-child{
        order: 3;
    }
    .cards{
        flex-wrap: wrap;
        row-gap: 10px;
        max-width: 300px;
    }
    .card-item:not(:last-child){
        border-right: none;
    }
    .card-item:nth-child(3){
        padding-right: 0;
    }
}

.splide__arrow:disabled{
    display: none;
}

/* Products */
ul .product{
    text-align: left;
    position: relative;
}
.product-thumbnail-flip{
    position: relative;
    aspect-ratio: 0.84;
    margin: 0 0 20px;
    overflow: hidden;
}
.woocommerce ul.products li.product a img,
.attachment-woocommerce_thumbnail,
.flip-thumbnail{
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    object-fit: cover;
}
.flip-thumbnail{
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    opacity: 0;
    transition: all 0.8s ease;
}
.product-thumbnail-flip:hover .flip-thumbnail{
    transform: scale(1.05);
    z-index: 5;
    opacity: 1;
}
.product-swatches{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.product-swatches span:not(.num){
    display:inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.product-swatches span.num{
    display: inline-block;
    margin-left: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #241F1F80;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce-loop-product__title{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding: 0;
}
.woocommerce ul.products li.product .price,
.product .price,
.mini-cart-quantity-wrapper .price{
    display: flex;
    flex-flow: row wrap;
    column-gap: 5px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #241F1F !important;
}
.mini-cart-quantity-wrapper .price{
    font-size: 20px;
}
.woocommerce ul.products li.product .price del,
.product .price del,
.mini-cart-quantity-wrapper .price del{
    order: -1;
    color: #918f8f;
    margin-right: 15px;
}
.woocommerce ul.products li.product .price ins,
.product .price ins,
.mini-cart-quantity-wrapper .price ins{
    text-decoration: none;
}
.mini-cart-quantity-wrapper .amount{
    font-size: 20px;
}
.product .product-categories {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.21;
    color: #241F1F80;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.product .product-categories span{
    white-space: nowrap;
}
.product-labels{
    display: flex;
    flex-flow: column nowrap;
    row-gap: 15px;
    justify-content: start;
    align-items: start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.product-labels .label{
    padding: 8px 25px;
    border-radius: 0 0 8px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.16;
    text-align: center;
}
.package-label{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    white-space: normal;
    border-radius: 50%;
    background: #241F1FCC;
    color: white;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}
.package-label span{
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.product-actions{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 60px);
    z-index: 200;
    visibility: hidden;
    opacity: 0;
}
li.product:hover .product-actions{
    visibility: visible;
    opacity: 1;
}
.empty-mini-cart li.product .product-actions{
    opacity: 1;
    visibility: visible;
    top: auto !important;
    bottom: 10px;
    right: 0;
    left: auto;
    margin: 0;
    width: calc(100% - max(110px, 37%) - 20px);
}
.product-actions .add_to_cart_button{
    padding: 12px;
    flex-grow: 1;
    background: white;
    border: 1px solid #E2E2E2;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.empty-mini-cart li.product .product-actions .add_to_cart_button{
    padding: 8px;
    font-size: 12px;
}
li.product .product-actions .yith-wcwl-add-to-wishlist-button svg{
    width: 20px;
    height: auto;
}
.product-actions .yith-add-to-wishlist-button-block{
    flex-shrink: 0;
    margin: 0;
}
.product-actions .yith-wcwl-add-to-wishlist-button{
    width: 46px;
    height: 46px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #E2E2E2;
}
.product-actions .added_to_cart{
    display: none;
}
.empty-mini-cart li.product .product-actions .yith-wcwl-add-to-wishlist-button{
    width: 33px;
    height: 33px;
}
.yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
@media (max-width: 1200px){
    .product-actions{
        width: calc(100% - 20px);
        column-gap: 10px;
        visibility: visible;
        opacity: 1;
    }
}
@media(max-width:1024px){
    .product-actions .add_to_cart_button{
        font-size: 14px;
    }
}
@media (max-width:767px){
    .attachment-woocommerce_thumbnail{
        margin-bottom: 15px;
    }
    .product .product-categories {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3,
    .woocommerce ul.products li.product h2,
    .woocommerce-loop-product__title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .woocommerce ul.products li.product .price,
    .product .price{
        font-size: 16px;
    }
    .woocommerce ul.products li.product .price del,
    .product .price del{
        margin-right: 7px;
    }
    .empty-mini-cart .price{
        font-size: 20px !important;
    }
    .empty-mini-cart li.product .product-actions{
        column-gap: 6px;
    }
    .product-swatches{
        column-gap: 8px;
        margin-bottom: 15px;
    }
    .product-swatches span:not(.num){
        width: 15px;
        height: 15px;
    }
    .package-label{
        transform: scale(0.7);
        top: 5px;
        right: 5px;
    }
    .product-labels{
        row-gap: 8px;
    }
    .product-labels .label{
        padding: 4px 16px;
        font-size: 10px;
    }
    .product-actions{
        column-gap: 5px;
    }
    .product-actions .add_to_cart_button{
        padding: 8px 4px;
        font-size: 12px;
        line-height: 12px;
    }
    .product-actions .yith-wcwl-add-to-wishlist-button{
        width: 30px;
        height: 30px;
    }
    li.product .product-actions .yith-wcwl-add-to-wishlist-button svg{
        width: 16px;
    }
}
@media(max-width: 390px){
    .product-actions .add_to_cart_button{
        font-size: 10px;
    }
}

.woocommerce-notices-wrapper:not(:empty){
    margin-bottom: 20px;
}
.woocommerce-message, .woocommerce-error{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #241F1F;
    color: white;
    outline: none;
    row-gap: 10px;
}
.woocommerce-error{
    list-style-type: none;
    background: #D51F35;
}
.woocommerce-message a, .woocommerce-error a{
    color: white;
    text-decoration: underline;
}
.splide:not(#hero-splide):not(#featured-posts) .splide__arrow{
    opacity: 1;
    background: white !important;
    width: 40px;
    height: 40px;
    top: 50%;
}
.splide:not(#hero-splide):not(#featured-posts) .splide__arrow--prev{
    left: 0;
    transform: translate(-50%, -100%);
}
.splide:not(#hero-splide):not(#featured-posts) .splide__arrow--next{
    right: 0;
    transform: translate(50%, -100%);
}
.splide:not(#hero-splide):not(#featured-posts) .splide__arrow svg path{
    fill: none;
    stroke: #241F1F;
    stroke-width: 2px;
}
@media(max-width:576px){
    .splide:not(#hero-splide):not(#featured-posts) .splide__arrow--prev{
        left: 10px;
    }
    .splide:not(#hero-splide):not(#featured-posts) .splide__arrow--next{
        right: 10px;
    }
}

.sgpb-popup-dialog-main-div-theme-wrapper-6{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
