@font-face {
	font-family: 'Jost-Regular';
	src: url('../fonts/Jost-Regular.ttf');
}
@font-face {
    font-family: 'Jost-Light';
    src: url('../fonts/Jost-Light.ttf');
}
@font-face {
	font-family: 'RidleyGrotesk-Regular';
	src: url('../fonts/RidleyGrotesk-Regular.otf');
}
@font-face {
    font-family: 'RidleyGrotesk-Light';
    src: url('../fonts/RidleyGrotesk-Light.otf');
}
@font-face {
    font-family: 'Italianno-Regular';
    src: url('../fonts/Italianno-Regular.ttf');
}

ul,h1,h2,h3,h4,h5,p{
	padding: 0;
	margin: 0;
}
ul li{
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	margin: 0;
    font-family: 'Jost-Light';
	background-color: #FCFAF7;
}
img {
	width: 100%;
	height: 100%;
}
.container {
    width: 95%;
    margin: 0 auto;
    margin-top: 130px;
}

/* header */
.home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    transition: all 0.3s ease;
}
.home header .menu li a,
.home header #products-dropdown-toggle,
.home header .custom-header-cart .cart-count {
    text-transform: uppercase;
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    font-size: 13px;
}
.home header .main-logo img {
    filter: unset;
}
header.sticky,
header {
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
header.woocommerce-products-header {
    display: none;
}
header.sticky .main-logo img,
header .main-logo img {
    filter: brightness(0) invert(0);
}
header.sticky .menu li a,
header .menu li a,
header.sticky #products-dropdown-toggle,
header #products-dropdown-toggle,
header.sticky .custom-header-cart .cart-count,
header .custom-header-cart .cart-count{
    color: #000;
    text-transform: uppercase;
    font-family: 'RidleyGrotesk-Light';
    font-size: 13px;
}
#products-dropdown-toggle {
     position: relative;
     padding-left: 25px;
     display: inline-flex;
     align-items: center;
 }
#products-dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/10/bars.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* mini cart */
.icon-white,
.home header .menu-main .icon-black,
.home header.sticky .icon-white {
    display: none;
}
header.sticky .menu-main .icon-black,
header .menu-main .icon-black,
.home header .icon-white {
    display: block;
}
.custom-header-cart {
    position: relative;
    display: inline-block;
}
.custom-header-cart .cart-icon img {
    width: 20px;
    height: 20px;
}
.custom-header-cart .cart-count {
    position: absolute;
    top: 4px;
    right: -13px;
}
.header-wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 95%;
    margin: 0 auto;
}
.menu-main {
    width: 40%;
}
.menu-pages-left {
    display: flex;
    gap: 50px;
}
.menu-pages-right {
    display: flex;
    gap: 30px;
    justify-content: end;
}
.menu-pages-left .menu {
    display: flex;
    gap: 50px;
    justify-content: start;
}
.menu-pages-right .menu {
    display: flex;
    gap: 50px;
    justify-content: end;
}
.main-logo {
    width: 120px;
}
span.wishlist_products_counter.top_wishlist-heart:before {
    margin-right: 0 !important;
}
.menu-main .woocommerce-mini-cart__empty-message {
    display: none;
}
.wpgs-lightbox-icon::before {
    display: none !important;
}
/* Proizvod menu */
#menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#menu-overlay.active {
    display: block;
    opacity: 1;
}
body.menu-open {
    overflow: hidden;
}
#products-dropdown-wrapper {
    position: relative;
}
.products-dropdown {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 500px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 999;
    padding: 30px;
    transition: left 0.4s ease;
    overflow-y: auto;
}
.products-dropdown.active {
    left: 0;
}
.products-dropdown-header {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}
.products-dropdown-header .close-dropdown,
.close-cart {
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    color: #DDB16B;
}
.products-dropdown-header .title,
.mini-cart-content h3 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
}
.products-dropdown .product-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;

    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
.products-dropdown .product-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.products-dropdown .product-item p {
    margin: 0;
    font-weight: 300;
    color: #000;
}
.products-dropdown .product-item a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
/* === Custom Header Cart === */
.cart-contents {
    cursor: pointer;
}
.mini-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 380px;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.25);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.mini-cart-sidebar.active {
    transform: translateX(0);
}
.mini-cart-content {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px;
}
.products-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.woocommerce-mini-cart-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    position: relative;

    display: flex;
    flex-direction: column;
}
.woocommerce-mini-cart-item a {
    display: flex;
    flex-direction: column;
}
.woocommerce-mini-cart-item a img {
    width: 220px;
    margin: 0 auto;
}
.woocommerce-mini-cart__total {
    display: none;
}
.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}
.woocommerce-mini-cart__buttons a {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-mini-cart-item a.remove {
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-size: 30px;
}
.woocommerce-mini-cart__buttons a.wc-forward {
    border: 1px solid #000;
    color: #000;
    background: transparent;
}
.mini-cart-content::-webkit-scrollbar {
    width: 6px;
}
.mini-cart-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* pocetna */
.banner-wrapper {
    position: relative;
}
.home .banner-desktop {
    filter: brightness(0.3);
}
.banner-desktop video {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
}
.banner-text,
.three-blocks-text,
.we-belive-text,
.newsletter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.banner-text h1,
.we-belive-text h2,
.newsletter-text h2 {
    color: #fff;
    font-size: 74px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 80px;
}
.banner-text h1 strong {
    color: #CDB886;
    font-weight: 300;
}
.banner-text a,
.three-blocks-text a,
.we-belive-text a,
.newsletter-wrapper a {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 12px;
    letter-spacing: 1px;
}
.related-products-holder {
    text-align: center;
    padding: 70px 0 50px 0;
}
.related-products-holder h3 {
    font-size: 36px;
    font-family: 'Jost-Light';
    font-weight: 300;
    letter-spacing: 1.4px;
}
.related-products-holder a.related-btn {
    display: block;
    text-decoration: underline;
    font-family: 'RidleyGrotesk-Light';
    font-size: 13px;
    letter-spacing: 1.7px;
    padding: 10px 0 30px 0;
}
.related-products-wrapper {
    width: 90%;
    margin: 0 auto;
}
.related-products-wrapper li {
    list-style-type: none;
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    position: relative;
    padding-top: 0;
}
.related-products-wrapper li a {
    display: block;
}
.related-products-wrapper li h2 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 100;
}
.related-products-wrapper .price {
    padding: 10px 0;
}
.related-products-wrapper .price .amount bdi {
    font-size: 16px;
}
.related-products-wrapper li a.product_type_variable,
table.variations .label label {
    display: none;
}


.three-blocks-wrapper {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.three-blocks {
    width: 33.33%;
    position: relative;
    overflow: hidden;
}
.three-blocks-image {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    overflow: hidden;
}
.three-blocks-image img,
.three-blocks-image-hover img {
    transition: transform 0.5s ease-in-out;
    display: block;
}
.three-blocks-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.three-blocks:hover .three-blocks-image {
    opacity: 0;
}
.three-blocks:hover .three-blocks-image img,
.three-blocks:hover .three-blocks-image-hover img {
    transform: scale(1.1);
}
.three-blocks:hover .three-blocks-image-hover {
    opacity: 1;
}
.three-blocks-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
}
.we-belive-wrapper,
.newsletter-wrapper {
    position: relative;
}
.we-belive-wrapper .we-belive-image-desk img {
    filter: brightness(0.5);
}
.we-belive-image-mob {
    display: none;
}
.two-blocks-wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;

    display: flex;
    flex-direction: column;
    gap: 50px;
}
.two-blocks-wrapper.bg-grey {
    width: 100%;
    background-color: #191818;
}

.two-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.two-blocks:last-child .two-blocks-text,
.page-template-template-kuca-cokolade .two-blocks:nth-child(odd) .two-blocks-text {
    order: 2;
    text-align: left;
}
.two-blocks:last-child .two-blocks-image,
.page-template-template-kuca-cokolade .two-blocks:nth-child(odd) .two-blocks-image {
    order: 1;
}
.two-blocks-text {
    width: 40%;
    text-align: right;
}
.home .two-blocks-text h3,
.about-pack-text h3 {
    color: #000;
    font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 54px;
    position: relative;
}
.two-blocks-text h3 {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 54px;
}
/*.two-blocks:first-child .two-blocks-text h3:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -22%;*/
/*    top: 23%;*/
/*    transform: translateY(-50%);*/
/*    width: 120px;*/
/*    height: 1px;*/
/*    background: linear-gradient(to right, #000 49%, #fff 50%);*/
/*}*/
/*.two-blocks:last-child .two-blocks-text h3:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -23%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 120px;*/
/*    height: 1px;*/
/*    background: linear-gradient(to right, #fff 49%, #000 50%);*/
/*}*/
.two-blocks-text h4 {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 15px;
}
.home .two-blocks-text p,
.about-pack-text p {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    padding-top: 30px;
}
.two-blocks-text p {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 20px;
}
.two-blocks-text a {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    display: block;
    position: relative;
}
.page-template-template-kuca-cokolade .two-blocks-text a {
    color: #fff;
    background-color: #000;
    padding: 10px 0 !important;
    font-family: 'RidleyGrotesk-Light';
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    display: block;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
}
.page-template-template-kuca-cokolade .two-blocks:nth-child(6) .two-blocks-text a {
    float: right;
}
.page-template-template-kuca-cokolade .two-blocks .two-blocks-text a:after,
.page-template-template-kuca-cokolade .two-blocks .two-blocks-text a:before {
    display: none;
}
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2),
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #191818;
    padding: 100px 0;
}
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-text,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-image,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-text,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-image,
.two-blocks-wrapper.bg-grey .two-blocks-image,
.two-blocks-wrapper.bg-grey .two-blocks-text {
    width: 30%;
}
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) h3,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) h3,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) h4,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) h4,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) p,
.page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) p,
.two-blocks-wrapper.bg-grey .two-blocks-text h3,
.two-blocks-wrapper.bg-grey .two-blocks-text p {
    color: #ffffff;
}
.two-blocks:first-child .two-blocks-text a {
    padding-right: 40px;
}
.two-blocks:last-child .two-blocks-text a {
    padding-left: 40px;
}
.two-blocks:first-child .two-blocks-text a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #D8C39D;
}
.two-blocks:last-child .two-blocks-text a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #D8C39D;
}
.two-blocks-image {
    width: 40%;
    border-radius: 20px;
}
.two-blocks-image img {
    border-radius: 5px;
}
.page-template-template-kuca-cokolade .two-blocks-image {
    width: 45%;
}
.page-template-template-korporativni-pokloni .two-blocks:first-child .two-blocks-text {
    order: 2;
    text-align: left;
}
.page-template-template-korporativni-pokloni .two-blocks:first-child .two-blocks-image {
    order: 1;
}
.page-template-template-korporativni-pokloni .two-blocks:nth-child(2) .two-blocks-text {
    order: 1;
    text-align: right;
}
.page-template-template-korporativni-pokloni .two-blocks:nth-child(2) .two-blocks-image {
    order: 2;
}
.newsletter-text p {
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding-top: 10px;
}
/* listanje */
.products-list-text {
    background-color: #fff;
    text-align: center;
    padding: 30px;
}
.products-list-text h1 {
    font-weight: 300;
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}
.products-list-text p {
    width: 60%;
    margin: 0 auto;
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    line-height: 26px;
}
ul.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
ul.products li.product {
    background-color: #fff;
}
ul.products li.product:not(.custom-banner) {
    text-align: center;
    padding-bottom: 20px;
}
ul.products li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-filters {
    text-align: center;
    margin: 20px 0;
}
ul.products .add_to_cart_button,
ul.products .tinvwl_add_to_wishlist_button,
.product .tinvwl_add_to_wishlist_button {
    display: none;
}
ul.products h2 {
    font-size: 18px;
    font-weight: 300;
    padding: 20px 5px 10px 5px;
}
.custom-filters .filter-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    background: #fff;
    transition: all 0.2s ease;
}
.custom-filters .filter-button:hover {
    background: #f5f5f5;
}
.custom-filters .filter-button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}
.page-template-template-cokoladne-praline .price bdi {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
}
.product.custom-banner {
    position: relative;
}
.product.custom-banner img {
    border-radius: 10px;
}
.product.custom-banner h2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    padding-right: 20px;
}
.fw-banner-wrapper {
    position: relative;
    padding: 20px 0 40px 0;
}
.fw-banner-mobile {
    display: none;
}
.fw-banner-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.fw-banner-text h2 {
    color: #fff;
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fw-banner-text p {
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    padding: 20px 0;
}
.fw-banner-text a {
    color: #000;
    background-color: #fff;
    padding: 5px 0;
    display: block;
    width: 130px;
    text-align: center;
}
ins,
del {
    text-decoration: none !important;
}
del bdi {
    text-decoration: line-through;
}

/* single */
main > .woocommerce-breadcrumb {
    display: none !important;
}
.single-product.product.type-product {
    background-color: #fff;
    padding: 20px 0;
}

.onsale {
    background-color: #FF0000;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 5px 10px;
    border-radius: 3px;
}

.single .single-content-wrapper .onsale {
    left: 30px;
    top: 10px;
    z-index: 1;
}

.single .single-content-wrapper {
    position: relative;
}

.single-product .related-products-wrapper .product {
       padding-top: 0 !important;
}

.woocommerce-breadcrumb {
    padding: 0 0 20px 30px;
}
.content-area {
    width: 95%;
    margin: 150px auto 0 auto;
}
.single-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background-color: #fff;
}
.single-product .woocommerce-product-gallery {
    width: 40%;
}
/* Stiker na single proizvodu */
.product-image-wrapper {
    position: relative;
}
.single-product .woo-product-gallery-slider {
    position: relative;
}
.single-product .woo-product-gallery-slider .product-sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
.flaticon-back:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f053" !important;
    font-weight: 100;
}
.flaticon-right-arrow:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f054" !important;
    font-weight: 100;
}
/* Stiker na listanjima */
.product-sticker-list {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    max-width: 60px;
}
.single-product .summary {
    width: 35%
}
h1.product_title {
    font-size: 46px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}
.summary .product-weight {
    text-transform: uppercase;
    font-family: 'RidleyGrotesk-Light';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.single-content-wrapper .summary .price {
    padding: 20px 0 30px 0;
    display: block;
}
.single_variation_wrap .single_variation .price {
    padding-top: 0;
}
.single-content-wrapper .summary .price .amount bdi {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
}
form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
}
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}
.mini-cart-content .quantity {
    border: none;
}
.quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    padding: 12px 5px;
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    -moz-appearance: textfield;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity .minus-btn,
.quantity .plus-btn {
    background-color: #fff;
    border: none;
    padding: 12px 15px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #000;
}
.quantity .minus-btn:hover,
.quantity .plus-btn:hover {
    background-color: #f5f5f5;
}
.single_add_to_cart_button {
    flex: 1;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    cursor: pointer;
}
.delivery-wrapper {
    width: 100%;
    background-color: #FCFAF7;
    padding: 20px;
    margin: 10px 0 30px 0;
    box-sizing: border-box;
}
.delivery-title {
    display: flex;
    gap: 5px;
    padding-bottom: 10px;
}
.delivery-title img {
    width: 25px;
}
.delivery-title h5 {
    font-family: 'RidleyGrotesk-Light';
    font-weight: 900;
    font-size: 14px;
}
.delivery-wrapper p {
    padding-bottom: 5px;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}
.product_meta .posted_in,
.product_meta .sku_wrapper {
    display: none;
}
.all-pack-holder {
    text-align: center;
}
.all-pack-holder h3 {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 30px 0;
}
.all-pack-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0 30px 0;
}
.all-pack-block {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    width: 16.66%;
}
.all-pack-block p {
    font-size: 16px;
}
.all-pack-block.hidden-pack {
    display: flex;
}
.toggle-packs-btn {
    padding: 10px 30px;
    background-color: #D8C39D;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'RidleyGrotesk-Light';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    transition: 0.3s;
    display: none;
}
.about-pack-holder {
    background-color: #fff;
}
.about-pack-wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 100px 0 50px 0;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.about-pack-image,
.about-pack-text {
    width: 50%;
}
.variations {
    margin-bottom: 30px;
}
.reset_variations {
    display: none;
}
.variable-items-wrapper {
    gap: 20px;
}
.button-variable-item,
.tab-buttons li {
    padding: 6px;
    transition: 0.3s;
    border: none !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: 'RidleyGrotesk-Light';
}
.tab-buttons li {
    border-bottom: 2px solid #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
}
.button-variable-item.selected .variable-item-span,
.tab-buttons li.active {
    border-bottom: 2px solid #D8C39D !important;
}
.tabs-wrapper {
    margin: 20px 0;
}
.tab-content {
    min-height: 120px;
}
.tab-buttons {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    gap: 20px;
}
.tab-text {
    display: none;
    font-size: 14px !important;
    font-family: 'RidleyGrotesk-Light';
    line-height: 22px;
}
.tab-text.active {
    display: block;
}
.single-product .related h2 {
    text-align: center;
    padding: 30px 0;
}
.single-product .related ul.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    width: 95%;
    margin: 0 auto 30px auto;
}
.single-product .related ul.products li {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}
.single-product .related ul.products li a {
    display: block;
}
.single-product .related ul.products li h2 {
    padding: 10px 0;
}
.related-products-wrapper li.product .product_type_simple {
    display: none;
}
.related-products-wrapper .owl-dot span {
    display: none !important;
}
.related-products-wrapper .owl-dots {
    width: 100%;
    max-width: 400px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
}
.related-products-wrapper .owl-dot {
    flex: 1;
    height: 2px;
    margin: 0;
    background: #E8E4DE !important;
    position: relative;
    z-index: 1;
}
.related-products-wrapper .owl-dot.active {
    background: #000 !important;
    border-radius: 2px;
}
#main .woocommerce-notices-wrapper {
    display: none;
}
#main .woocommerce-notices-wrapper.show {
    display: block;
}
#main .woocommerce-message {
    text-align: center;
    outline: none !important;
}
.woocommerce-message .close-msg {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
/* woocommerce shop */
.woocommerce-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
    padding: 0;
}
.woocommerce-shop ul.products li.product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    padding: 15px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}
.woocommerce-shop ul.products li.product img {
    max-height: 280px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #222;
}
.woocommerce-shop ul.products li.product .price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.woocommerce-shop ul.products li.product .button {
    display: inline-block;
    padding: 10px 18px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.3s ease;
}
/* woocommerce cart */


/* woocommerce checkout */

.woocommerce-checkout form.checkout {
    display: flex;
    gap: 40px;
    position: relative;
}

.woocommerce-checkout #customer_details {
    width: 55%;
    background-color: #fff;
    padding: 40px;
}

.woocommerce-checkout #customer_details::before {
    content: 'CHECKOUT';
    display: block;
    font-size: 36px;
    font-family: 'Jost-Light';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.woocommerce-checkout .col2-set {
    display: block;
    width: 100%;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    width: 100%;
    float: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 16px;
    font-family: 'RidleyGrotesk-Light';
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout .form-row label {
    font-size: 14px;
    font-family: 'RidleyGrotesk-Light';
    color: #666;
    margin-bottom: 8px;
    display: none;
}
#billing_premium_dostava_field label {
    display: block;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    font-size: 14px;
    font-family: 'Jost-Light';
    border-radius: 4px;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
}

.shop_table .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
/* Grid layout za polja */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field {
    grid-column: span 1;
}

.woocommerce-checkout #billing_first_name_field {
    grid-column: 1;
}

.woocommerce-checkout #billing_last_name_field {
    grid-column: 2;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_slika_field {
    grid-column: 1 / -1;
}

.woocommerce-checkout #billing_city_field {
    grid-column: 1;
}
.woocommerce-checkout #billing_postcode_field {
    grid-column: 2 / 3;
}
.woocommerce-checkout #billing_phone_field {
    grid-column: 3;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
/* Order review */
.woocommerce-checkout #order_review_heading {
    display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 45%;
    background-color: #fff;
    padding: 40px;
    position: sticky;
    top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order::before {
    content: 'VAŠA NARUDŽBINA';
    display: block;
    font-size: 36px;
    font-family: 'Jost-Light';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.woocommerce-checkout .shop_table {
    border: none;
    margin-bottom: 30px;
}

.woocommerce-checkout .shop_table thead {
    display: none;
}

.woocommerce-checkout .shop_table tbody tr,
.woocommerce-checkout .shop_table tfoot tr {
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th {
    padding: 15px 0;
    font-family: 'Jost-Light';
    font-size: 14px;
}

.woocommerce-checkout .shop_table .product-name {
    font-family: 'Jost-Regular';
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-checkout .shop_table .product-thumbnail {
    width: 60px;
    height: 60px;
}

.woocommerce-checkout .shop_table .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total td {
    font-size: 18px;
    font-family: 'Jost-Regular';
    font-weight: 600;
}

.woocommerce-checkout #place_order {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'Jost-Regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
}

.woocommerce-checkout #place_order:hover {
    background-color: #333;
}

/* Payment methods */
.woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0;
}

.woocommerce-checkout .wc_payment_methods {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce-checkout .wc_payment_method {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.woocommerce-checkout .wc_payment_method label {
    font-family: 'Jost-Regular';
    font-size: 14px;
}

.woocommerce-checkout .payment_box {
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
}

/* Flexible Checkout Fields - Image field */
.woocommerce-checkout .fcf_field_type_image,
.woocommerce-checkout .inspire_checkout_field_type_image,
.woocommerce-checkout p[class*="image"] img {
    display: block !important;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.woocommerce-checkout .form-row img {
    display: block !important;
    max-width: 100%;
    height: auto;
}


/* woocommerce checkout order */
.woocommerce-order {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    font-family: "RidleyGrotesk-Light", sans-serif;
}
.woocommerce-notice.woocommerce-thankyou-order-received {
    background: #f4f4f4;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
}
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.woocommerce-order-overview li {
    flex: 1 1 180px;
    background: #fafafa;
    border-radius: 8px;
    padding: 15px 20px;
    list-style: none;
    font-size: 14px;
}
.woocommerce-order-overview li strong {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #000;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 15px 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 14px;
}
.woocommerce-table--order-details thead th {
    background: #f8f8f8;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #eee;
}
.woocommerce-table--order-details tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
    padding: 12px 15px;
    font-weight: 600;
    border-top: 2px solid #eee;
    text-align: left;
}
.woocommerce-customer-details address {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 14px;
}
.woocommerce-customer-details p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #444;
}

.zoomImg {
    display: none !important;
    opacity: 0 !important;
}

/* team building page */
.page-template-template-team-building .banner-wrapper,
.page-template-template-kuca-cokolade .banner-wrapper,
.page-template-template-o-nama .banner-wrapper,
.page-template-template-prodajna-mesta .banner-wrapper,
.page-template-template-opsti-uslovi .banner-wrapper,
.page-template-template-naplata-i-odustajanje-od-kupovine .banner-wrapper,
.page-template-template-privatnost-podataka .banner-wrapper,
.page-template-template-rekalamacija-ili-vracanje-robe .banner-wrapper,
.page-template-template-korporativni-pokloni .banner-wrapper {
    margin-top: 107px;
}
.page-template-template-opsti-uslovi .banner-wrapper .banner-desktop img,
.page-template-template-naplata-i-odustajanje-od-kupovine .banner-wrapper .banner-desktop img,
.page-template-template-privatnost-podataka .banner-wrapper .banner-desktop img,
.page-template-template-rekalamacija-ili-vracanje-robe .banner-wrapper .banner-desktop img,
.page-template-template-korporativni-pokloni .banner-wrapper .banner-desktop img {
    height: 300px;
    object-fit: cover;
}
.home .banner-text h2 {
    color: #CDB886;
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
}
.home .banner-text h3 {
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 900;
}
.banner-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 16px;
    margin-bottom: 30px;
}
.post-banner-text {
    padding: 50px 20px;
    text-align: center;
}
.about-us-holder {
    padding: 100px 0;
    text-align: center;
}
.about-us-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-banner-text h3 {
    position: relative;
    font-family: 'Italianno-Regular';
    color: #776A5E;
    font-size: 44px;
    line-height: 36px;
    font-weight: 400;
}
.about-us-wrapper h3 {
    font-family: 'Italianno-Regular';
    color: #776A5E;
    font-size: 74px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 30px;
}
.post-banner-text h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #D8C39D;
    margin: 30px auto;
}
.post-banner-text p,
.about-us-wrapper p {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.page-template-template-o-nama .post-banner-text p:first-of-type,
.page-template-template-o-nama .about-us-wrapper p:first-of-type {
    padding-bottom: 20px;
}
.four-blocks-holder {
    position: relative;
}
.four-blocks-holder img {
    height: 450px;
    object-fit: cover;
}
.four-blocks-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.four-blocks-content {
    background: #FFFFFF33;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.four-blocks-content img {
    width: auto !important;
    height: auto !important;
}
.four-blocks-content p {
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.four-blocks-content h3 {
    color: #D8C39D;
    font-family: 'Jost-Light';
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}
.four-blocks-wrapper .four-blocks-content:last-child {
    background: #FFFFFF;
}
.four-blocks-wrapper .four-blocks-content:last-child p {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 10px;
}
.tb-offer-wrapper {
    padding: 70px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.tb-offer-wrapper .button-offer {
    display: inline-block;
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #000;
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    font-size: 18px;
    font-weight: 400;
}
.tb-offer-wrapper p {
    color: #000;
    font-family: 'RidleyGrotesk-Light';
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.page-template-template-o-nama .two-blocks .two-blocks-text {
    text-align: left;
}
.page-template-template-o-nama .two-blocks:last-child .two-blocks-image {
    order: 2;
}
.page-template-template-o-nama .two-blocks:last-child .two-blocks-text {
    order: 1;
    text-align: right;
}
.shop-places-holder {
    padding: 100px 0;
}
.shop-places-wrapper {
    width: 70%;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.shop-places-block {
    background: #fff;
    overflow: hidden;
}
.shop-places-block img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.shop-places-text {
    padding: 20px;
    margin-top: -7px;
}
.shop-places-text h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Jost-Light';
    font-weight: 300;
    padding-bottom: 10px;
}
.shop-places-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shop-places-text ul li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 7px;
    font-family: 'RidleyGrotesk-Light';
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.shop-places-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shop-places-text ul li:nth-child(1)::before {
    background-image: url('/wp-content/uploads/2025/11/adore-location.png');
}
.shop-places-text ul li:nth-child(2)::before {
    background-image: url('/wp-content/uploads/2025/11/adore-time.png');
}
.shop-places-text ul li:nth-child(3)::before {
    background-image: url('/wp-content/uploads/2025/11/adore-phone.png');
}
/* korporativni pokloni */
.corpo-catalog-wrapper {
    background-color: #222326;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -6px;
}
.corpo-catalog-text-wrapper {
    width: 40%;
    text-align: right;
}
.corpo-catalog-text-block {
    max-width: 80%;
    margin: 0 auto;
}
.corpo-catalog-text-block h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Jost-Light';
    font-weight: 300;
    color: #fff;
    line-height: 54px;
}
.corpo-catalog-text-block p {
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    padding: 30px 0;
}
.corpo-catalog-text-block a {
    display: block;
    width: 200px;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    text-align: center;
    float: right;
}
.corpo-catalog-image {
    width: 60%;
}
.corpo-info-wrapper {
    text-align: center;
    padding: 100px 0;
}
.corpo-info-wrapper h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Jost-Light';
    font-weight: 300;
    color: #000;
    line-height: 26px;
}
.corpo-info-wrapper p {
    font-family: 'RidleyGrotesk-Light';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 50px;
    padding-top: 50px;
}
.corpo-info-wrapper a {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.corpo-info-wrapper a.corpo-mob {
    width: 350px;
    margin: 0 auto;
    border: 1px solid #C8BEB0;
    font-weight: 400;
    letter-spacing: 5px;
}
.corpo-info-wrapper a.corpo-mail {
    margin-top: -25px;
}
/* cart */
.woocommerce-cart .container,
.woocommerce-checkout .container{
    width: 70%;
}
.woocommerce-cart .container h1 {
    width: calc(65% - 20px);
    background-color: #fff;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}
.wc-block-components-sidebar-layout.wc-block-cart {
    gap: 30px;
    flex-wrap: nowrap;
    align-items: start;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 30px !important;
    background-color: #fff;
}
.wc-block-components-sidebar {
    padding: 30px !important;
    background-color: #fff;
    margin-top: -76px !important;
}
.wp-block-woocommerce-cart-order-summary-block h2.wp-block-woocommerce-cart-order-summary-heading-block,
.woocommerce-cart .container h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Jost-Light';
    font-weight: 300;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    font-family: 'Jost-Light';
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    color: #000;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    display: none;
}
.wc-block-cart-item__total {
    vertical-align: middle !important;
}
.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
    margin: 0 !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>* {
    margin-bottom: 5px !important;
}
.wc-block-cart-item__remove-link {
    position: relative;
    padding-left: 30px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400 !important;
    color: #000;
}
.wc-block-cart-item__remove-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 13px;
    background-image: url('/wp-content/uploads/2025/11/Frame-121.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wc-block-components-product-name {
    font-size: 14px !important;
    font-family: 'Jost-Light';
    font-weight: 100;
    color: #000;
}
.wc-block-cart-item__prices .wc-block-formatted-money-amount {
    font-size: 14px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400;
    color: #000;
}
.wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 16px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400;
    color: #000;
}
.wc-block-components-product-details .wc-block-components-product-details__value,
.wc-block-components-product-details .wc-block-components-product-details__name {
    font-size: 12px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 300 !important;
    color: #000;
}
.wc-block-cart__submit-container {
    background-color: #000;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    font-size: 16px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:after {
    content: '›';
    font-size: 16px !important;
    color: #fff;
    margin-left: 10px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-weight: 100 !important;
}
.wc-block-components-checkout-return-to-cart-button {
    font-size: 14px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400 !important;
}
.wc-block-components-checkout-place-order-button {
    background-color: #000;
    border: none !important;
    color: #fff;
    font-size: 14px !important;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 400 !important;
    text-transform: uppercase;
}
.variations_form > div {
    width: 100%;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
.page-content {
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}
.footer-page-text {
    position: relative;
    text-align: center;
}
.footer-page-text::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #D8C39D;
    margin: 40px auto;
}
.footer-page-text:last-child::after {
    display: none;
}
.footer-page-text h3 {
    font-family: 'Jost-Light';
    font-size: 30px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    text-transform: uppercase;
}
.footer-page-text h4 {
    font-family: 'Jost-Light';
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    padding-top: 20px;
}
.footer-page-text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.footer-page-text li {
    list-style-type: disc;
    font-size: 16px;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 300;
    color: #000;
    padding-bottom: 5px;
}
.footer-page-text p {
    font-size: 16px;
    font-family: 'RidleyGrotesk-Light';
    font-weight: 300;
    color: #000;
    padding-top: 20px;
}
/* footer */
footer {
    background-color: #0D0707;
    margin-top: -6px;
}
.newsletter-image-mob {
    display: none;
}
.footer-wrapper {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
}
.footer-copyright p {
    color: #fff;
    font-family: RidleyGrotesk-Light;
    font-size: 10px;
}
.footer-copyright-left,
.footer-copyright-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-copyright-left {
    padding-right: 10px;
}
.footer-copyright-right {
    border-left: 1px solid #534C4C;
    padding-left: 10px;
}
.footer-copyright-right a {
    display: inline-flex;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 60%;
}
.footer-links a {
    color: #fff;
    font-family: RidleyGrotesk-Light;
    font-size: 12px;
    font-weight: 400;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-separator {
    color: #534C4C;
    font-size: 14px;
}
.footer-social {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 20%;
}
.footer-social i {
    color: #fff;
    font-size: 18px;
}
.footer-pay {
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
}
.footer-pay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer-pay ul li {
    background-color: #fff;
}
.footer-pay ul li:first-child {
    padding-left: 10px;
}
.footer-pay ul li:last-child {
    padding-right: 10px;
}
.footer-pay ul li img {
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Newsletter Form Styling */
.newsletter-form {
    margin-top: 30px;
}
.newsletter-form #input_1_1 {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 16px;
    font-family: 'RidleyGrotesk-Light';
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.newsletter-form #input_1_1::placeholder {
    color: #fff;
}
.newsletter-form input[type="submit"] {
    background-color: rgba(128, 128, 128, 0.5);
    color: #fff;
    font-family: 'RidleyGrotesk-Light';
    padding: 12px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.newsletter-form .gform_footer {
    justify-content: center;
}
.gform_validation_errors {
    display: none;
}
#validation_message_1_1 {
    max-width: 300px;
    margin: 0 auto;
}
.wc-block-checkout-empty .wp-block-button {
    display: none;
}
/* responsive */
@media (max-width: 1762px) {
    .menu-main {
        width: 45%;
        gap: 30px;
    }
    .menu-pages-left .menu,
    .menu-pages-right .menu {
        gap: 30px;
    }
}
@media (max-width: 1600px) {
    .product.custom-banner h2 {
        left: 30px;
        bottom: 30px;
        font-size: 26px;
    }
    .two-blocks-text {
        width: 45%;
    }
}
@media (max-width: 1550px) {
    .menu-pages-left .menu,
    .menu-pages-right .menu {
        gap: 30px;
    }
    .banner-text h1,
    .we-belive-text h2,
    .newsletter-text h2 {
        font-size: 64px;
        line-height: 70px;
    }
    .home .banner-text h2 {
        font-size: 40px;
    }
    .two-blocks-text h3,
    .home .two-blocks-text h3,
    .about-pack-text h3,
    .corpo-catalog-text-block h3,
    .corpo-info-wrapper h3 {
        font-size: 44px;
    }
    .single-product .summary {
        width: 40%;
    }
}
@media (max-width: 1440px) {
    .main-logo {
        width: 100px;
    }
    .menu-main,
    .menu-pages-left .menu,
    .menu-pages-right .menu {
        gap: 20px;
    }
}
@media (max-width: 1400px) {
    .home header .menu li a {
        font-size: 12px;
    }
    .three-blocks-text h3 {
        font-size: 30px;
    }
    .two-blocks-wrapper,
    .about-pack-wrapper {
        width: 85%;
    }
    .all-pack-wrapper {
        width: 90%;
    }
    ul.products {
        grid-template-columns: repeat(4, 1fr);
    }
    .fw-banner-text h2 {
        font-size: 42px;
    }
    .four-blocks-content {
        width: 250px;
        height: 200px;
        gap: 10px;
    }
    .four-blocks-content p {
        font-size: 18px;
    }
    .four-blocks-content h3 {
        font-size: 26px;
    }
    .four-blocks-wrapper .four-blocks-content:last-child p {
        font-size: 16px;
        line-height: 26px;
    }
    .shop-places-wrapper {
        width: 80%;
    }
    .shop-places-text h3 {
        font-size: 28px;
    }
    header.sticky .menu li a,
    header .menu li a,
    header.sticky #products-dropdown-toggle,
    header #products-dropdown-toggle,
    header.sticky .custom-header-cart .cart-count,
    header .custom-header-cart .cart-count,
    .home header .menu li a,
    .home header #products-dropdown-toggle,
    .home header .custom-header-cart .cart-count{
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .menu-pages-left .menu,
    .menu-pages-right .menu,
    .menu-pages-left,
    .menu-pages-right {
        gap: 20px;
    }
    .banner-text h1,
    .we-belive-text h2,
    .newsletter-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .related-products-holder {
        padding: 30px 0;
    }
    .two-blocks-text h3,
    .home .two-blocks-text h3,
    .about-pack-text h3,
    .corpo-catalog-text-block h3,
    .corpo-info-wrapper h3 {
        font-size: 38px;
        line-height: 40px;
    }
    .two-blocks-text h4 {
        font-size: 18px;
    }
    .single-content-wrapper {
        gap: 50px;
    }
    .single-product .summary,
    .single-product .woocommerce-product-gallery {
        width: 45%;
    }
    h1.product_title {
        font-size: 36px;
    }
    .tab-buttons {
        gap: 10px;
    }
    .tab-buttons li {
        padding: 6px 10px;
    }
    .woocommerce-cart .container,
    .woocommerce-checkout .container {
        width: 95%;
    }
    .wp-block-woocommerce-cart-order-summary-block h2.wp-block-woocommerce-cart-order-summary-heading-block,
    .woocommerce-cart .container h1 {
        font-size: 30px;
    }
    .newsletter-image-desk img {
        height: 350px;
        object-fit: cover;
    }
    .menu-main,
    .menu-pages-left .menu,
    .menu-pages-right .menu {
        gap: 15px;
    }
    #products-dropdown-toggle:before {
        left: -15px;
    }
    #products-dropdown-toggle {
        padding-left: 10px;
    }

}
@media (max-width: 1200px) {
    .fw-banner-text {
        top: 45%;
    }
    .fw-banner-text h2 {
        font-size: 34px;
    }
    .fw-banner-text p {
        font-size: 18px;
        padding: 10px 0;
    }
    .fw-banner-text a {
        font-size: 14px;
    }
    .four-blocks-holder img {
        height: 480px;
    }
    .four-blocks-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-places-holder {
        padding: 50px 0;
    }
    .shop-places-wrapper {
        width: 90%;
    }
    .shop-places-text h3 {
        font-size: 24px;
    }
    .shop-places-block img {
        height: 300px;
    }
    .main-logo {
        width: 80px;
    }
    header.sticky .menu li a,
    header .menu li a,
    header.sticky #products-dropdown-toggle,
    header #products-dropdown-toggle,
    header.sticky .custom-header-cart .cart-count,
    header .custom-header-cart .cart-count,
    .home header .menu li a,
    .home header #products-dropdown-toggle,
    .home header .custom-header-cart .cart-count{
        font-size: 10px;
    }
    #products-dropdown-toggle:before {
        top: 0;
    }
    .custom-header-cart .cart-count {
        top: 7px;
    }
}
@media (max-width: 1024px) {
    .two-blocks,
    .about-pack-wrapper {
        gap: 50px;
    }
    .two-blocks-wrapper.bg-grey .two-blocks {
        padding: 0 20px;
    }
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-text,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-image,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-text,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-image {
        width: 40% !important;
    }
    .two-blocks-text,
    .two-blocks-image {
        width: 50% !important;
    }
    .two-blocks-text p,
    .about-pack-text p {
        padding-top: 20px;
    }
    .single-content-wrapper {
        gap: 10px;
    }
    .single-product .summary,
    .single-product .woocommerce-product-gallery {
        width: 50%;
    }
    .all-pack-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .related-products-wrapper li h2 {
        font-size: 18px;
    }
    .product.custom-banner h2 {
        left: 15px;
        bottom: 15px;
        font-size: 22px;
    }
    .banner-desktop img {
        height: 350px;
        object-fit: cover;
    }
    .shop-places-text h3 {
        font-size: 20px;
    }
    .corpo-catalog-text-block p {
        font-size: 15px;
        padding: 20px 0;
    }
    .corpo-catalog-image img {
        height: 350px;
        object-fit: cover;
    }
}
/* Mobile Menu Styles */
@media screen and (max-width: 991px) {
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px;
        box-sizing: border-box;
        position: relative;
    }
    .mobile-menu {
        order: 1;
        display: block;
        cursor: pointer;
        z-index: 1001;
        position: relative;
    }
    .main-logo {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-logo img {
        max-width: 120px;
        height: auto;
    }
    .menu-pages-right {
        order: 3;
    }
    .menu-pages-right .custom-header-cart {
        display: block !important;
    }
    .menu-pages-right .menu-header,
    .menu-pages-left,
    .menu-item-2147480004 {
        display: none !important;
    }
    .icon-bar {
        display: block;
        height: 1px;
        background: #000;
        margin: 7px 0;
        transition: all 0.3s ease;
    }
    .icon-bar.top-bar {
        width: 28px;
    }
    .icon-bar.bottom-bar {
        width: 22px;
    }
    .home header .icon-bar {
        background: #fff;
    }
    header.sticky .icon-bar,
    header .icon-bar {
        background: #000;
    }
    .mobile-nav-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1001;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding: 0;
        padding-top: 100px;
    }
    .mobile-nav-wrapper.active {
        left: 0;
    }
    .mobile-menu-close {
        position: fixed;
        top: 20px;
        left: 20px;
        font-size: 50px;
        font-weight: 100;
        color: #CDB886;
        cursor: pointer;
        z-index: 1002;
        width: 30px;
        height: 30px;
        display: none;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
    }
    .mobile-nav-wrapper.active .mobile-menu-close {
        display: flex;
    }
    .mobile-nav-logo {
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
        display: none;
    }
    .mobile-nav-wrapper.active .mobile-nav-logo {
        display: block;
    }
    .mobile-nav-logo img {
        max-width: 100px;
        filter: brightness(0) invert(0);
    }
    .mobile-nav-wrapper .custom-header-cart {
        display: none !important;
    }
    .mobile-nav-wrapper .menu {
        list-style: none;
        padding: 0 40px;
        margin: 0;
    }
    .mobile-nav-wrapper .menu li {
        margin: 0;
    }
    .home header .menu li a {
        color: #000 !important;
        font-size: 15px;
    }
    .mobile-nav-wrapper .menu li a {
        display: block;
        padding: 30px 0;
        color: #000;
        text-decoration: none;
        font-size: 15px !important;
        text-transform: uppercase;
        font-family: 'RidleyGrotesk-Light';
        letter-spacing: 0.5px;
    }
    .mobile-products-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 40px;
        color: #000;
        cursor: pointer;
        position: relative;
        font-size: 15px !important;
        text-transform: uppercase;
        font-family: 'RidleyGrotesk-Light';
        font-weight: normal;
        letter-spacing: 0.5px;
        background: #fff;
        margin: 0;
        line-height: 26px;
    }
    .mobile-products-toggle:after {
        content: '›';
        font-size: 40px;
        color: #000;
        font-weight: 300;
        transition: transform 0.3s ease;
    }
    .mobile-products-toggle.active:after {
        transform: rotate(180deg);
    }
    .mobile-product-items {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1003;
        transition: right 0.3s ease;
        overflow-y: auto;
        padding: 0;
    }
    .mobile-product-items.active {
        right: 0;
    }
    .mobile-products-header {
        background: #fff;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-products-back {
        color: #000;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 50px 0 30px 40px;
    }
    .mobile-products-back:before {
        content: '‹';
        margin-right: 5px;
        color: #CDB886;
        font-size: 40px;
        line-height: 13px;
        height: 20px;
        width: 20px;
    }
    .mobile-products-back span {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'RidleyGrotesk-Light';
    }
    .mobile-products-header .mobile-nav-logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: block;
    }
    .mobile-product-items .product-item {
        padding: 0;
        background: #fff;
    }
    .mobile-product-items .product-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
        padding: 20px 40px;
    }
    .mobile-product-items .product-item img {
        max-width: 70px;
        margin-right: 20px;
    }
    .mobile-product-items .product-item span {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'RidleyGrotesk-Light';
        letter-spacing: 0.5px;
    }
    .page-content {
        width: 80%;
        padding: 30px 0;
    }
    .footer-page-text h3 {
        font-size: 26px;
    }
    .woocommerce-cart .container,
    .woocommerce-checkout .container {
        width: 95%;
        margin-top: 100px;
    }
}
@media screen and (min-width: 992px) {
    .mobile-menu,
    .mobile-nav-wrapper,
    .mobile-menu-close,
    .mobile-nav-logo,
    .mobile-products-header,
    .mobile-product-items {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .page-template-template-team-building .banner-wrapper,
    .page-template-template-kuca-cokolade .banner-wrapper,
    .page-template-template-o-nama .banner-wrapper,
    .page-template-template-prodajna-mesta .banner-wrapper,
    .page-template-template-opsti-uslovi .banner-wrapper,
    .page-template-template-naplata-i-odustajanje-od-kupovine .banner-wrapper,
    .page-template-template-privatnost-podataka .banner-wrapper,
    .page-template-template-rekalamacija-ili-vracanje-robe .banner-wrapper,
    .page-template-template-korporativni-pokloni .banner-wrapper{
        margin-top: 70px;
    }
    .banner-text h1,
    .we-belive-text h2,
    .newsletter-text h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .home .banner-text {
        width: 95%;
    }
    .home .banner-text h2 {
        font-size: 26px;
    }
    .home .banner-text h3 {
        font-size: 18px;
    }
    .related-products-holder h3 {
        font-size: 30px;
    }
    .related-products-wrapper li h2 {
        font-size: 16px;
        height: 70px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .three-blocks-wrapper {
        flex-wrap: wrap;
        width: 90%;
        padding: 15px 0;
        margin: 0 auto;
    }
    .three-blocks,
    .two-blocks-text,
    .two-blocks-image,
    .about-pack-image,
    .about-pack-text,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-text,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2) .two-blocks-image,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-text,
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) .two-blocks-image {
        width: 100% !important;
    }
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2),
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) {
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .we-belive-image-desk,
    .newsletter-image-desk {
        display: none;
    }
    .we-belive-image-mob,
    .newsletter-image-mob {
        display: block;
    }
    .two-blocks-wrapper {
        width: 95%;
        gap: 30px;
    }
    .two-blocks,
    .single-content-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
    .two-blocks-text {
        order: 1 !important;
    }
    .two-blocks-image {
        order: 2 !important;
    }
    .page-template-template-team-building .two-blocks-text,
    .page-template-template-kuca-cokolade .two-blocks-text {
        order: 2 !important;
    }
    .page-template-template-team-building .two-blocks-image,
    .page-template-template-kuca-cokolade .two-blocks-image {
        order: 1 !important;
    }
    .two-blocks-text h3,
    .home .two-blocks-text h3,
    .about-pack-text h3,
    .corpo-catalog-text-block h3,
    .corpo-info-wrapper h3 {
        font-size: 28px;
    }
    .two-blocks-text h4 {
        font-size: 16px;
    }
    .two-blocks-text p,
    .about-pack-text p {
        font-size: 14px;
        line-height: 30px;
    }
    .newsletter-text p {
        font-size: 15px;
        padding: 10px 20px 0 20px;
    }
    .newsletter-text p br {
        display: none;
    }
    .single-product .content-area {
        margin: 90px auto 0 auto;
    }
    .single-product .summary,
    .single-product .woocommerce-product-gallery {
        width: 100%;
    }
    h1.product_title {
        font-size: 28px;
    }
    .single-product .summary {
        background-color: #FCFAF7;
    }
    .single-product .summary,
    .about-pack-text {
        padding: 0 20px;
    }
    .all-pack-wrapper {
        gap: 10px;
    }
    .all-pack-block {
        padding-bottom: 20px;
        width: 22%;
    }
    .all-pack-block p {
        font-size: 12px;
    }
    .about-pack-wrapper {
        padding: 0 0 30px 0;
    }
    .about-pack-wrapper {
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
    }
    .about-pack-text h3 br {
        display: none;
    }
    .content-area {
        margin: 90px auto 0 auto;
        box-sizing: border-box;
    }
    .products-list-text h1 {
        font-size: 26px;
    }
    .products-list-text p {
        font-size: 14px;
        width: 95%;
        line-height: 24px;
    }
    #custom-filters {
        width: 90%;
        margin: 20px auto;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    #custom-filters .filter-button {
        flex: 0 0 auto;
        white-space: nowrap;
        margin: 5px 0 20px 0;
    }
    /* Stilizovani scrollbar */
    #custom-filters::-webkit-scrollbar {
        height: 2px;
    }
    #custom-filters::-webkit-scrollbar-track {
        background: #E8E4DE;
        border-radius: 3px;
    }
    #custom-filters::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 3px;
    }
    ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .product.custom-banner h2 {
        font-size: 26px;
        left: 30px;
        bottom: 50px;
    }
    .fw-banner-desktop {
        display: none;
    }
    .fw-banner-mobile {
        display: block;
    }
    .fw-banner-mobile img {
        filter: brightness(0.5);
    }
    .fw-banner-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
    .fw-banner-text h2 {
        font-size: 28px;
    }
    .fw-banner-text p {
        padding-bottom: 20px;
    }
    .fw-banner-text a {
        margin: 0 auto;
    }


    .tabs-wrapper {
        display: flex;
        flex-direction: column;
    }

    .tab-buttons {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
        background-color: #fff;
        padding: 10px 0;
    }

    .tab-buttons li {
        position: relative;
        padding: 15px 0;
        padding-right: 40px;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0 !important;
        margin-bottom: 10px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .tab-buttons li:last-child {
        border-bottom: none !important;
    }

    /* Plus ikonica */
    .tab-buttons li::before {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        width: 14px;
        height: 1px;
        background-color: #000;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .tab-buttons li::after {
        content: '';
        position: absolute;
        right: 26px;
        top: 50%;
        width: 1px;
        height: 14px;
        background-color: #000;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .tab-buttons li.active::after {
        opacity: 0;
        transform: translateY(-50%) rotate(90deg);
    }
    .tab-buttons li.active {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }
    .tab-buttons li.active::before {
        background-color: #000;
    }
    .tab-content {
        position: relative;
        display: none;
    }
    .tab-text {
        display: none;
        padding: 15px 0;
        background-color: #fff;
        border-top: none;
        border-radius: 0 0 6px 6px;
        margin-top: -10px;
        margin-bottom: 10px !important;
        animation: slideDown 0.3s ease;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .tab-text.active {
        display: block;
    }



    .four-blocks-wrapper {
        grid-gap: 15px;
    }
    .four-blocks-content {
        width: 200px;
        height: 180px;
    }
    .four-blocks-content p {
        font-size: 15px;
    }
    .four-blocks-wrapper .four-blocks-content:last-child p {
        font-size: 14px;
    }
    .four-blocks-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .post-banner-text {
        padding: 30px 20px 0 20px;
    }
    .post-banner-text h3,
    .about-us-wrapper h3 {
        font-size: 36px;
    }
    .post-banner-text p,
    .about-us-wrapper p {
        font-size: 15px;
    }
    .post-banner-text p br {
        display: none;
    }
    .tb-offer-wrapper {
        padding: 30px 0;
        gap: 20px;
    }
    .tb-offer-wrapper .button-offer {
        width: 90%;
        font-size: 16px;
    }
    .tb-offer-wrapper p {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 16px;
    }
    .tb-offer-wrapper p a {
        width: 100%;
    }
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(2),
    .page-template-template-kuca-cokolade .two-blocks-wrapper .two-blocks:nth-child(5) {
        padding: 40px 20px;
    }
    .post-banner-text h3::after {
        margin: 20px auto;
    }
    .about-us-holder {
        padding: 30px 0;
    }
    .about-us-wrapper h3 {
        padding-bottom: 10px;
    }
    .shop-places-holder {
        padding: 20px 0;
    }
    .shop-places-wrapper {
        width: 95%;
        grid-gap: 20px;
    }
    .footer-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-copyright,
    .footer-links,
    .footer-social {
        width: 100%;
        justify-content: center;
    }
    .footer-copyright {
        order: 3;
    }
    .footer-links {
        order: 1;
        flex-direction: column;
        gap: 20px;
    }
    .footer-social {
        order: 2;
    }
    .footer-separator {
        display: none;
    }
    .newsletter-form #input_1_1,
    .newsletter-form input[type="submit"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* Checkout Mobile */
    .woocommerce-checkout form.checkout {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        padding: 20px;
    }

    .woocommerce-checkout #customer_details::before,
    .woocommerce-checkout .woocommerce-checkout-review-order::before {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }

    .woocommerce-checkout #billing_first_name_field,
    .woocommerce-checkout #billing_last_name_field,
    .woocommerce-checkout #billing_city_field,
    .woocommerce-checkout #billing_postcode_field,
    .woocommerce-checkout #billing_phone_field {
        grid-column: 1 !important;
    }

    .woocommerce-checkout .shop_table .product-name {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .woocommerce-checkout .shop_table .product-thumbnail {
        width: 80px;
        height: 80px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order {
        position: static;
    }
    .corpo-catalog-wrapper {
        flex-wrap: wrap;
    }
    .corpo-catalog-text-wrapper,
    .corpo-catalog-image {
        width: 100%;
    }
    .corpo-catalog-image img {
        height: 250px;
    }
    .corpo-catalog-text-wrapper {
        padding: 30px 0;
        text-align: center;
    }
    .corpo-catalog-text-block {
        max-width: 100%;
    }
    .corpo-catalog-text-block a {
        float: unset;
        margin: 0 auto;
    }
    .corpo-info-wrapper {
        padding: 30px 0;
    }
    .corpo-info-wrapper p {
        padding-top: 30px;
    }
    .corpo-info-wrapper a.corpo-mob {
        width: 250px;
        letter-spacing: 1px;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 735px) {
    .woocommerce-cart .container h1 {
        width: 100%;
        padding: 30px 0 0 10px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding: 10px !important;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 150px 132px !important;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-right: 5px !important;
    }
}
@media (max-width: 600px) {
    .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 0;
    }
    .footer-social,
    .footer-copyright,
    .footer-btn {
        width: 100%;
    }
    .back-to-top::after {
        margin: 0 auto;
    }
    .all-pack-block {
        width: 31%;
        gap: 10px;
    }
    .all-pack-block.hidden-pack {
        display: none;
    }
    .all-pack-block.hidden-pack.show {
        display: flex;
    }
    .toggle-packs-btn {
        display: inline-block;
    }
    .woocommerce-order {
        padding: 10px;
    }
    #custom-filters {
        justify-content: start;
    }
    .product.custom-banner h2 {
        font-size: 22px;
    }
    .shop-places-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .shop-places-block img {
        height: 250px;
    }
    .footer-pay ul {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .page-content {
        width: 90%;
    }
    .footer-page-text::after {
        margin: 30px auto;
    }
}
@media (max-width: 450px) {
    .we-belive-text h2 {
        padding: 0 10px;
    }
    .we-belive-text br {
        display: none;
    }
    .product.custom-banner h2 {
        font-size: 20px;
        bottom: 20px;
        left: 20px;
    }
    .quantity .minus-btn,
    .quantity .plus-btn {
        padding: 10px;
    }
    .quantity input.qty {
        padding: 10px 0;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 100px 132px !important;
        align-items: center;
    }
    .wc-block-cart-item__total .wc-block-formatted-money-amount {
        font-size: 15px !important;
    }
    .wc-block-components-product-details .wc-block-components-product-details__value,
    .wc-block-components-product-details .wc-block-components-product-details__name {
        padding-right: 10px;
    }
}

#billing_adresa_za_naplatu_field {
    font-size: 16px;
    font-family: 'RidleyGrotesk-Light';
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#billing_country_field {
    display:none;
}