:root {
    --boz-bg: #f4f2ea;
    --boz-paper: #ebe7d5;
    --boz-card: #ffffff;
    --boz-ink: #232018;
    --boz-muted: #6b6658;
    --boz-burgundy: #5b0612;
    --boz-green: #8aa73d;
    --boz-green-dark: #708731;
    --boz-brown: #7a624c;
    --boz-border: rgba(35, 32, 24, .14);
    --boz-shadow: 0 18px 45px rgba(42, 34, 22, .14);
    --boz-font: 'Montserrat', Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.site-new-master {
    margin: 0;
    background: var(--boz-bg);
    color: var(--boz-ink);
    font-family: var(--boz-font);
    letter-spacing: 0;
}

.site-new-master,
.site-new-master button,
.site-new-master input,
.site-new-master optgroup,
.site-new-master select,
.site-new-master textarea,
.site-new-master :not(i):not(.fa):not(.far):not(.fas):not(.fab):not(.fal):not(.la):not([class^="fa-"]):not([class*=" fa-"]):not([class^="la-"]):not([class*=" la-"]) {
    font-family: var(--boz-font);
}

.site-new-master [class^="icon-"]::before,
.site-new-master [class*=" icon-"]::before,
.site-new-master .ratings,
.site-new-master .ratings-val {
    font-family: "molla" !important;
}

.site-new-master a {
    color: inherit;
    text-decoration: none;
}

.site-new-master img {
    max-width: 100%;
    height: auto;
}

.boz-page {
    min-height: 100vh;
    background: var(--boz-bg);
    overflow-x: clip;
    overflow-y: visible;
}

.boz-site-header {
    left: 0;
    right: 0;
    z-index: 1000;
}

.boz-site-header.is-overlay {
    position: absolute;
    top: 48px;
}

.boz-site-header.is-solid {
    position: sticky;
    top: 0;
    background: rgba(28, 28, 25, .96);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.boz-site-header.is-scrolled .boz-header-shell {
    background: rgba(28, 28, 25, .94);
}

.boz-site-header.is-overlay.is-scrolled {
    position: fixed;
    top: 0;
}

.boz-header-shell {
    box-sizing: border-box;
    width: min(980px, calc(100% - 44px));
    min-height: 58px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: rgba(28, 28, 25, .82);
    color: #fff;
}

.boz-site-header.is-solid .boz-header-shell {
    width: min(1180px, calc(100% - 32px));
    background: transparent;
}

.boz-brand {
    display: none;
    font-family: var(--boz-font);
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .08em;
    color: #fff;
    white-space: nowrap;
}

.boz-desktop-nav {
    flex: 1 1 auto;
}

.boz-menu,
.boz-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.boz-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding-left: 25px;
}

.boz-menu > li {
    position: relative;
}

.boz-menu > li > a {
    display: block;
    padding: 21px 14px 20px;
    color: rgba(255, 255, 255, .94);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.boz-menu > li.active > a,
.boz-menu > li > a:hover {
    color: #d9dea5;
}

.boz-menu li ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    min-width: 240px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: rgba(28, 28, 25, .96);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.boz-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.boz-menu li ul a {
    display: block;
    padding: 10px 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 1.25rem;
}

.boz-menu li ul a:hover,
.boz-menu li ul .active a {
    color: #d9dea5;
}

.boz-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    white-space: nowrap;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.1;
}

.boz-phone i {
    font-size: 2.7rem;
}

.boz-phone small {
    display: block;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.boz-commerce-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.boz-mini-cart {
    position: relative;
}

.boz-mini-cart::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -10px;
    width: 350px;
    height: 14px;
}

.boz-search {
    height: 34px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
}

.boz-search input {
    width: 150px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    font-size: 1.25rem;
}

.boz-search input::placeholder {
    color: rgba(255,255,255,.72);
}

.boz-search button,
.boz-cart {
    width: 34px;
    height: 34px;
    border: 0;
    color: #fff;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.boz-cart .sepetCount {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 99px;
    background: var(--boz-green);
    color: #fff;
    font-size: 1rem;
    line-height: 17px;
    text-align: center;
}

.boz-cart-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: -12px;
    width: 340px;
    padding: 22px;
    background: #fff;
    color: var(--boz-ink);
    box-shadow: 0 20px 46px rgba(22, 18, 12, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.boz-cart-panel::before {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 100%;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.boz-mini-cart:hover .boz-cart-panel,
.boz-mini-cart.is-open .boz-cart-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.boz-cart-products {
    max-height: 282px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--boz-green) #eeeee8;
}

.boz-cart-products::-webkit-scrollbar {
    width: 6px;
}

.boz-cart-products::-webkit-scrollbar-track {
    background: #eeeee8;
}

.boz-cart-products::-webkit-scrollbar-thumb {
    background: var(--boz-green);
}

.boz-cart-products .product {
    position: relative;
    min-height: 84px;
    margin: 0;
    padding: 0 70px 16px 0;
    display: block;
    border-bottom: 1px solid var(--boz-border);
}

.boz-cart-products .product + .product {
    padding-top: 16px;
}

.boz-cart-products .product-cart-details {
    width: auto;
}

.boz-cart-products .product-title {
    margin: 0 0 7px;
    font-size: 1.18rem;
    font-weight: 500;
    line-height: 1.38;
}

.boz-cart-products .product-title a:hover {
    color: var(--boz-green-dark);
}

.boz-cart-products .cart-product-info {
    color: #8a8373;
    font-size: 1.12rem;
}

.boz-cart-products .product-image-container {
    position: absolute;
    top: 0;
    right: 22px;
    width: 42px;
    height: 62px;
    margin: 0;
}

.boz-cart-products .product + .product .product-image-container {
    top: 16px;
}

.boz-cart-products .product-image,
.boz-cart-products .product-image img {
    width: 100%;
    height: 100%;
}

.boz-cart-products .product-image img {
    object-fit: contain;
}

.boz-cart-products .btn-remove {
    position: absolute;
    top: 22px;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #aaa396;
    font-size: 1rem;
    line-height: 18px;
}

.boz-cart-products .product + .product .btn-remove {
    top: 38px;
}

.boz-cart-products .btn-remove:hover,
.boz-cart-products .btn-remove:focus-visible {
    color: var(--boz-burgundy);
}

.boz-cart-products .boz-cart-empty {
    min-height: 92px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: var(--boz-muted);
    border-bottom: 0;
}

.boz-cart-empty i {
    color: var(--boz-green);
    font-size: 2.4rem;
}

.boz-cart-total {
    margin-top: 16px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--boz-border);
    font-size: 1.2rem;
    text-transform: uppercase;
}

.boz-cart-total strong {
    font-weight: 600;
}

.boz-cart-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.boz-cart-button {
    min-height: 40px;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--boz-burgundy);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1;
}

.boz-cart-button-primary {
    background: var(--boz-burgundy);
    color: #fff !important;
}

.boz-cart-button-outline {
    background: #fff;
    color: var(--boz-burgundy) !important;
}

.boz-cart-button:hover,
.boz-cart-button:focus-visible {
    background: var(--boz-green-dark);
    border-color: var(--boz-green-dark);
    color: #fff !important;
}

.boz-menu-toggle {
    display: none;
    width: 42px;
    height: 38px;
    padding: 8px;
    border: 0;
    background: transparent;
}

.boz-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.boz-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, .42);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.boz-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(340px, 86vw);
    height: 100vh;
    z-index: 1100;
    padding: 24px;
    background: #25231f;
    color: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
    overflow-y: auto;
}

.boz-mobile-cart {
    min-height: 48px;
    margin-top: 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.boz-mobile-cart .sepetCount {
    min-width: 22px;
    height: 22px;
    margin-left: auto;
    padding: 0 6px;
    border-radius: 99px;
    background: var(--boz-green);
    color: #fff;
    font-size: 1rem;
    line-height: 22px;
    text-align: center;
}

.boz-mobile-open {
    overflow: hidden;
}

.boz-mobile-open .boz-mobile-overlay {
    opacity: 1;
    visibility: visible;
}

.boz-mobile-open .boz-mobile-panel {
    transform: translateX(0);
}

.boz-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.boz-mobile-head .boz-brand {
    display: block;
}

.boz-mobile-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.24);
    background: transparent;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1;
}

.boz-mobile-menu > li {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.boz-mobile-menu a {
    display: block;
    padding: 13px 0;
    color: rgba(255,255,255,.94);
    font-size: 1.45rem;
    font-weight: 700;
    text-transform: uppercase;
}

.boz-mobile-menu ul {
    display: none;
    list-style: none;
    margin: 0 0 10px 12px;
    padding: 0;
}

.boz-mobile-menu .open > ul {
    display: block;
}

.boz-mobile-menu .has-children > a {
    padding-right: 28px;
}

.boz-mobile-menu .has-children > a::after {
    content: "\f107";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: rgba(255,255,255,.74);
    transition: transform .2s ease;
}

.boz-mobile-menu .has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.boz-mobile-menu ul a {
    padding: 8px 0;
    color: rgba(255,255,255,.72);
    font-size: 1.3rem;
    text-transform: none;
}

.boz-mobile-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #d9dea5;
    font-weight: 700;
}

.boz-main {
    min-height: 45vh;
}

.is-subpage .boz-main {
    padding-top: 0;
}

.boz-section {
    padding: 58px 0;
}

.boz-section-title {
    position: relative;
    text-align: center;
    margin-bottom: 34px;
    padding-top: 10px;
}

.boz-section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    background: url('/_yeni_site/icon1.png') center / contain no-repeat;
    opacity: .88;
    pointer-events: none;
    z-index: 0;
}

.boz-section-title h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--boz-ink);
    font-size: 2.9rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.boz-section-title .rule-title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.boz-section-title .rule-title::before,
.boz-section-title .rule-title::after {
    content: "";
    width: 78px;
    height: 1px;
    background: var(--boz-ink);
    opacity: .55;
}

.boz-section-title p {
    position: relative;
    z-index: 1;
    margin: 7px 0 0;
    color: var(--boz-ink);
    font-size: 1.45rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.boz-hero {
    position: relative;
    background: #1c2117;
}

.boz-hero-slide {
    height: auto;
    min-height: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--boz-slide-ratio, 2.43408) / 1;
    background: #1c2117;
}

.boz-hero-slide-image {
    width: 100%;
    height: auto;
    display: block;
}

.boz-hero-slide-link {
    display: block;
}

.boz-hero-slide-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.boz-hero .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.boz-hero .owl-dot span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
}

.boz-hero .owl-dot.active span {
    background: #fff;
}

.boz-story {
    background: var(--boz-bg);
    padding: 30px 0 48px;
    overflow: hidden;
}

.boz-story h1 {
    margin: 0 0 36px;
    color: var(--boz-burgundy);
    font-family: var(--boz-font);
    font-size: 3.18rem;
    line-height: 1;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.boz-story-photo {
    display: block;
    width: min(100%, 486px);
    margin: 0 auto;
    filter: drop-shadow(0 12px 14px rgba(59, 45, 30, .22));
}

.boz-story-row {
    align-items: flex-start !important;
}

.boz-story-copy {
    position: relative;
    padding: 2px 22px 54px 18px;
}

.boz-story-copy > :not(.boz-olive-branch) {
    position: relative;
    z-index: 1;
}

.boz-story-copy .boz-chip {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 99px;
    background: #9ba15d;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.boz-story-copy h2 {
    max-width: 560px;
    margin: 0 0 16px;
    font-family: var(--boz-font);
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 500;
    color: #343022;
}

.boz-story-copy p {
    max-width: 610px;
    color: #302d25;
    font-size: 2.15rem;
    line-height: 1.48;
    margin-bottom: 13px;
}

.boz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 99px;
    border: 0;
    background: var(--boz-green);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(112, 135, 49, .22);
}

.boz-btn:hover {
    color: #fff;
    background: var(--boz-green-dark);
}

.boz-story-copy .boz-btn {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
}

.boz-olive-branch {
    position: absolute;
    right: -62px;
    bottom: -72px;
    width: 232px;
    opacity: .58;
    pointer-events: none;
}

.boz-categories {
    padding: 46px 0 44px;
}

.boz-category-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.boz-category-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.boz-category-card.caption-first img {
    order: 2;
}

.boz-category-card.caption-first .boz-category-caption {
    order: 1;
}

.boz-category-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 10px 22px rgba(45, 35, 24, .08);
}

.boz-category-caption {
    min-height: 104px;
    padding: 17px 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--boz-green-dark);
    color: #f4efd8;
    border-radius: 7px;
    box-shadow: 0 10px 22px rgba(45, 35, 24, .06);
}

.boz-category-card.alt .boz-category-caption {
    background: var(--boz-brown);
}

.boz-category-card.light .boz-category-caption {
    background: #e4e1c9;
    color: #2e3f4c;
}

.boz-category-caption h3 {
    margin: 0 0 7px;
    color: inherit;
    max-width: 76%;
    font-size: 1.36rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.boz-category-caption p {
    margin: 0;
    color: inherit;
    max-width: 62%;
    font-size: 1.18rem;
    line-height: 1.34;
}

.boz-products {
    padding-top: 40px;
}

.boz-product-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 42px;
}

.boz-product-tabs button {
    min-width: 180px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--boz-green-dark);
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 9px 22px rgba(45, 35, 24, .06);
}

.boz-product-tabs button.active {
    background: var(--boz-green);
    color: #fff;
}

.boz-product-card {
    min-height: 390px;
    height: 100%;
    padding: 8px 8px 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 14px 30px rgba(42, 34, 22, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.boz-product-card:hover,
.boz-product-card:focus,
.boz-product-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: var(--boz-shadow);
}

.boz-product-card-media {
    flex: 0 0 auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    background: #e8e0d0;
}

.boz-product-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.boz-product-card:hover .boz-product-card-media img,
.boz-product-card:focus .boz-product-card-media img,
.boz-product-card:focus-visible .boz-product-card-media img {
    transform: scale(1.08);
}

.boz-product-card-body {
    min-height: 154px;
    flex: 1 1 auto;
    margin: 0 -8px;
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    transition: background-color .28s ease, color .28s ease;
}

.boz-product-card:hover .boz-product-card-body,
.boz-product-card:focus .boz-product-card-body,
.boz-product-card:focus-visible .boz-product-card-body {
    background: var(--boz-green);
    color: #fff;
}

.boz-product-card .brand {
    margin-bottom: 12px;
    color: #2f2b22;
    font-size: 1.18rem;
    font-weight: 800;
    transition: color .28s ease;
    border-top: 0.5px solid #ccc;
}



.boz-product-card h3 {
    min-height: 48px;
    margin: 0;
    color: #2f2b22;
    font-size: 1.28rem;
    line-height: 1.28;
    font-weight: 700;
    transition: color .28s ease;
}

.boz-product-card .boz-price {
    margin-top: auto;
    padding-top: 10px;
    color: #4d432c;
    font-size: 1.28rem;
    font-weight: 800;
    transition: color .28s ease;
}

.boz-product-card:hover .brand,
.boz-product-card:focus .brand,
.boz-product-card:focus-visible .brand {
    color: #253016;
}

.boz-product-card:hover .brand::before,
.boz-product-card:focus .brand::before,
.boz-product-card:focus-visible .brand::before {
    background: rgba(37, 48, 22, .24);
}

.boz-product-card:hover h3,
.boz-product-card:hover .boz-price,
.boz-product-card:focus h3,
.boz-product-card:focus .boz-price,
.boz-product-card:focus-visible h3,
.boz-product-card:focus-visible .boz-price {
    color: #fff;
}

.boz-products-carousel .owl-stage {
    display: flex;
}

.boz-products-carousel .owl-item {
    display: flex;
}

.boz-products-carousel .owl-item > div {
    width: 100%;
    display: flex;
}

.boz-products-carousel .owl-nav button {
    position: absolute;
    top: 42%;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--boz-green-dark) !important;
    box-shadow: 0 10px 22px rgba(45, 35, 24, .12);
}

.boz-products-carousel .owl-prev {
    left: -22px;
}

.boz-products-carousel .owl-next {
    right: -22px;
}

.boz-values {
    padding: 54px 0 60px;
    text-align: center;
}

.boz-values .boz-section-title {
    margin-bottom: 38px;
}

.boz-values h2 {
    margin-bottom: 0;
    font-size: 2.85rem;
    line-height: 1;
    letter-spacing: .05em;
}

.boz-values .boz-section-title p {
    margin-top: 12px;
    font-size: 1.45rem;
    font-weight: 700;
}

.boz-values .row {
    row-gap: 28px;
}

.boz-story [data-aos],
.boz-categories [data-aos],
.boz-values [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.boz-value-item img {
    display: block;
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin: 0 auto 13px;
}

.boz-value-item h3 {
    margin: 0 0 5px;
    font-size: 1.55rem;
    font-weight: 900;
    text-transform: uppercase;
}

.boz-value-item p {
    max-width: 165px;
    margin: 0 auto;
    color: #3f3b31;
    font-size: 1.25rem;
    line-height: 1.25;
}

.boz-blog-card {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #e8e5cf;
    box-shadow: 0 14px 30px rgba(42, 34, 22, .08);
}

.boz-blog-card img {
    width: 100%;
    height: 45%;
    object-fit: cover;
}

.boz-blog-card-body {
    padding: 18px 18px 20px;
}

.boz-blog-card h3 {
    margin: 0 0 9px;
    color: #302c23;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
}

.boz-blog-card p {
    min-height: 58px;
    margin: 0 0 18px;
    color: #5f5949;
    font-size: 1.7rem !important;
    line-height: 1.35;
}

.boz-blog-card .boz-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: auto;
    border-radius: 99px;
    background: var(--boz-burgundy);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.boz-footer {
    margin-top: 24px;
    padding-top: 44px;
    background: #dedbc4;
    color: #2f2b22;
}

.boz-footer h3 {
    margin: 0 0 13px;
    font-size: 1.35rem;
    font-weight: 900;
    text-transform: uppercase;
}

.boz-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.boz-footer li,
.boz-footer p,
.boz-footer a {
    margin-bottom: 7px;
    color: #302d25;
    font-size: 1.25rem;
    line-height: 1.35;
}

.boz-footer a:hover {
    color: var(--boz-burgundy);
}

.boz-footer-contact p:last-child {
    margin-bottom: 7px;
}

.boz-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.boz-footer-social .social-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(91, 6, 18, .1);
    color: var(--boz-burgundy);
    font-size: 1.4rem;
}

.boz-footer-social .social-icon:hover {
    background: var(--boz-burgundy);
    color: #fff;
}

.boz-footer-bottom {
    margin-top: 36px;
    padding: 14px 0;
    border-top: 1px solid rgba(35,32,24,.12);
    color: #5b5546;
    font-size: 1.15rem;
}

.boz-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 2.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.boz-whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
}

.site-commerce-disabled .commerce-only,
.site-commerce-disabled .cart-dropdown,
.site-commerce-disabled #sepet_link,
.site-commerce-disabled .product-price,
.site-commerce-disabled .product-label.label-sale,
.site-commerce-disabled .btn-cart,
.site-commerce-disabled .btn-wishlist,
.site-commerce-disabled .btn-quickview,
.site-commerce-disabled .product-action,
.site-commerce-disabled .product-action-vertical,
.site-commerce-disabled .details-action-wrapper,
.site-commerce-disabled .product-details-action,
.site-commerce-disabled .old-price,
.site-commerce-disabled .new-price,
.site-commerce-disabled .summary,
.site-commerce-disabled .checkout,
.site-commerce-disabled .coupon,
.site-commerce-disabled #qty,
.site-commerce-disabled .input-spinner,
.site-commerce-disabled .quantity,
.site-commerce-disabled .cart-count,
.site-commerce-disabled .sepetCount {
    display: none !important;
}

.site-commerce-disabled .product-details {
    padding-bottom: 2rem;
}

.site-commerce-disabled .product-details-footer {
    border-top: 0;
}

.boz-product-detail-page {
    padding: 30px 0 56px;
}

.boz-product-detail-shell {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 16px 42px rgba(42, 34, 22, .08);
}

.boz-product-detail-shell .product-details-tab {
    margin-bottom: 3rem;
}

.boz-product-detail-shell .product-details-tab .tab-content,
.boz-product-detail-shell .product-main-image,
.boz-product-detail-shell .sidebar .widget {
    background: #fff;
}

.boz-product-detail-shell .ratings,
.boz-product-detail-shell .ratings-val {
    font-family: "molla" !important;
    letter-spacing: .1em;
}

@media (min-width: 1200px) {
    .boz-site-header.is-overlay .boz-header-shell {
        width: max-content;
        max-width: calc(100% - 44px);
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: max(24px, calc((100% - 1180px) / 2));
        justify-content: flex-start;
        gap: 28px;
    }

    .boz-site-header.is-overlay .boz-desktop-nav {
        flex: 0 0 auto;
        margin-left: 0;
    }

    .boz-site-header.is-overlay .boz-menu {
        justify-content: flex-start;
    }

    .boz-site-header.is-overlay .boz-phone {
        margin-left: 22px;
    }

    .boz-site-header.is-overlay .boz-commerce-actions {
        margin-left: 0;
    }

}

@media (min-width: 1200px) {
    .is-home .boz-menu > li > a {
        font-size: 1.22rem;
    }

    .is-home .boz-phone {
        font-size: 1.22rem;
    }

    .is-home .boz-phone small {
        font-size: .92rem;
    }

    .is-home .boz-story h1,
    .is-home .boz-section-title h2,
    .is-home .boz-values h2 {
        font-size: 3.25rem;
    }

    .is-home .boz-section-title p,
    .is-home .boz-values .boz-section-title p {
        font-size: 1.55rem;
    }

    .is-home .boz-story-copy .boz-chip {
        font-size: 1.35rem;
    }

    .is-home .boz-story-copy h2 {
        font-size: 3.2rem;
    }

    .is-home .boz-story-copy p {
        font-size: 2.2rem;
    }

    .is-home .boz-category-caption h3 {
        font-size: 1.48rem;
    }

    .is-home .boz-category-caption p {
        font-size: 1.28rem;
    }

    .is-home .boz-product-tabs button {
        font-size: 1.45rem;
    }

    .is-home .boz-product-card .brand {
        font-size: 1.28rem;
    }

    .is-home .boz-product-card h3,
    .is-home .boz-product-card .boz-price {
        font-size: 1.38rem;
    }

    .is-home .boz-value-item h3 {
        font-size: 1.68rem;
    }

    .is-home .boz-value-item p {
        font-size: 1.35rem;
    }

    .is-home .boz-blog-card h3 {
        font-size: 1.48rem;
    }

    .is-home .boz-blog-card p {
        font-size: 1.28rem;
    }
}

@media (max-width: 1199px) {
    .boz-header-shell {
        justify-content: space-between;
    }

    .boz-brand {
        display: block;
        font-size: 1.65rem;
    }

    .boz-desktop-nav,
    .boz-phone,
    .boz-commerce-actions {
        display: none;
    }

    .boz-menu-toggle {
        display: block;
    }

    .boz-site-header.is-overlay {
        top: 18px;
    }
}

@media (max-width: 991px) {
    .boz-hero-slide {
        height: min(72vh, 520px);
        min-height: 420px;
        background-position: 24% center;
        background-size: cover;
    }

    .boz-story h1 {
        font-size: 2.6rem;
    }

    .boz-story-copy {
        padding: 26px 0 0;
    }

    .boz-olive-branch {
        display: none;
    }

    .boz-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .boz-section-title .rule-title::before,
    .boz-section-title .rule-title::after {
        width: 44px;
    }
}

@media (max-width: 575px) {
    .boz-header-shell {
        width: calc(100% - 24px);
        min-height: 54px;
        padding: 0 15px;
    }

    .boz-brand {
        font-size: 1.42rem;
    }

    .boz-hero-slide {
        height: min(62vh, 420px);
        min-height: 360px;
        background-position: 19% center;
    }

    .boz-section {
        padding: 42px 0;
    }

    .boz-story h1 {
        margin-bottom: 24px;
        font-size: 2.1rem;
    }

    .boz-story-copy h2,
    .boz-section-title h2 {
        font-size: 2.1rem;
    }

    .boz-product-detail-page {
        padding: 18px 0 38px;
    }

    .boz-product-detail-shell {
        border-radius: 0;
        padding: 18px 14px;
    }

    .boz-story-copy p {
        font-size: 1.28rem;
    }

    .boz-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .boz-category-card {
        gap: 8px;
    }

    .boz-category-caption {
        min-height: 78px;
        padding: 11px 8px;
    }

    .boz-category-caption h3 {
        max-width: 88%;
        font-size: 1.02rem;
    }

    .boz-category-caption p {
        max-width: 88%;
        font-size: .94rem;
        line-height: 1.28;
    }

    .boz-product-tabs button {
        min-width: 134px;
        height: 40px;
        font-size: 1.15rem;
    }

    .boz-products-carousel .owl-prev {
        left: 4px;
    }

    .boz-products-carousel .owl-next {
        right: 4px;
    }

    .boz-footer .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 359px) {
    .boz-category-grid {
        grid-template-columns: 1fr;
    }

    .boz-category-caption {
        min-height: 94px;
    }

    .boz-category-caption h3 {
        font-size: 1.22rem;
    }

    .boz-category-caption p {
        font-size: 1.08rem;
    }
}
