@font-face {
    font-display: swap;
    font-family: Tyn Gaisyr;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynGaisyr-Book.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Gaisyr;
    font-style: italic;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynGaisyr-BookItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Gaisyr;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynGaisyr-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Gaisyr;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynGaisyr-LightItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn SourceSerif;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynSourceSerif-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn SourceSerif;
    font-style: italic;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynSourceSerif-MediumItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn SourceSerif;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynSourceSerif-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn SourceSerif;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynSourceSerif-LightItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynROM-Book.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM;
    font-style: italic;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynROM-BookItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROM-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROM-LightItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM Extended;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROMExtended-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM Extended;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROMExtended-LightItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM Mono;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/TynROMMono-Book.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM Wide;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROMWide-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn ROM Wide;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/TynROMWide-LightItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Inter;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Inter;
    font-style: italic;
    font-weight: 700;
    src: url(/assets/webfonts/tyn/Inter-MediumItalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Inter;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/Inter-Light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Tyn Inter;
    font-style: italic;
    font-weight: 300;
    src: url(/assets/webfonts/tyn/Inter-LightItalic.woff2) format("woff2")
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --tyn-offcanvas-width: 550px;
}

:root {
    --tyn-font-sans-serif: 'Tyn ROM', Helvetica, Arial, sans-serif;
    --font-family-gaisyr: "Tyn Gaisyr";
    --font-family-rom: "Tyn ROM";
    --font-family-rom-extended: "Tyn ROM Extended";
    --font-family-rom-mono: "Tyn ROM Mono";
    --font-family-rom-wide: "Tyn ROM Wide";
    --tyn-border-radius: 0;
}

:root,
[data-bs-theme="light"] {
    --tyn-primary: #8ec5b7;
    --tyn-primary-rgb: 142, 197, 183;
    --tyn-primary-text-emphasis: #5a9c8d;
    --tyn-primary-bg-subtle: #edf6f4;
    --tyn-primary-border-subtle: #cfe5df;
}

[data-bs-theme="dark"] {
    --tyn-primary-text-emphasis: #9fd3c6;
    --tyn-primary-bg-subtle: #1b2322;
    --tyn-primary-border-subtle: #2a3533;
}

.btn-primary {
    --tyn-btn-bg: #8ec5b7;
    --tyn-btn-border-color: #8ec5b7;
    --tyn-btn-hover-bg: #79b1a3;
    --tyn-btn-hover-border-color: #79b1a3;
    --tyn-btn-active-bg: #79b1a3;
    --tyn-btn-active-border-color: #79b1a3;
    --tyn-btn-disabled-bg: #8ec5b7;
    --tyn-btn-disabled-border-color: #8ec5b7;
}

.btn-outline-primary {
    --tyn-btn-color: #8ec5b7;
    --tyn-btn-border-color: #8ec5b7;
    --tyn-btn-hover-bg: #8ec5b7;
    --tyn-btn-hover-border-color: #8ec5b7;
    --tyn-btn-active-bg: #8ec5b7;
    --tyn-btn-active-border-color: #8ec5b7;
    --tyn-btn-disabled-color: #8ec5b7;
    --tyn-btn-disabled-border-color: #8ec5b7;
}

label:has(+ input[required])::after,
label:has(+ textarea[required])::after,
label:has(+ select[required])::after,
label:has(+ .tom-select-custom select[required])::after {
    content: " *";
    color: red;
}

.invalid-feedback strong {
    font-weight: 400 !important;
}

.card {
    --tyn-card-spacer-y: .75rem;
    --tyn-card-spacer-x: .75rem;
}

.card.job-card {
    transition: border-color .3s ease-in-out;
    cursor: pointer;
}

.card.job-card:hover {
    border-color: var(--tyn-primary);
    --tyn-card-border-color: var(--tyn-primary);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav>.nav-item>.nav-link:before {
        bottom: -1.1rem !important;
    }

    .navbar-expand-lg .header-secondary .navbar-nav>.nav-item>.nav-link:before {
        bottom: -.5rem !important;
    }

}

.btn-group-xs>.btn-icon.btn,
.btn-icon.btn-xs {
    --tyn-btn-size: 1rem;
}

section.banner {
    position: relative;
    height: 640px;
    max-height: 90vh;
}

/* sm:max-h-none (>= 640px) */
@media (min-width: 640px) {
    section.banner {
        max-height: none;
    }
}

/* lg:h-[760px] (>= 1024px) */
@media (min-width: 1024px) {
    section.banner {
        height: 760px;
    }
}


section.banner .prev-wrapper {
    top: 50%;
    left: 0;
}

section.banner .next-wrapper {
    top: 50%;
    right: 0;
}

@media (max-width: 768px) {
    section.banner .swiper-slide {
        padding: 2rem 0 2rem !important;
    }

    section.banner .prev-wrapper {
        top: 70% !important;
        left: 39% !important;
    }

    section.banner .next-wrapper {
        top: 70% !important;
        right: 39% !important;
    }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tyn-primary);
    width: 32px;
    margin: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    margin: 0 3px !important;
    border-radius: 8px !important;
    transition: width 0.3s ease-in-out;
}

.nav-underline .nav-link:before {
    background-color: var(--tyn-primary);
    height: 3px;
}


@media (max-width: 768px) {
    ol.breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ol.breadcrumb>li {
        flex-shrink: 0;
    }

}

.home-navigation {
    top: 100%;
}

@media (max-width: 768px) {
    .home-navigation {
        top: 120%;
    }
}


/* Checkout Styles */
.checkout-steps {
    margin-bottom: 2rem;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 2rem;
}

.step-indicator::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 2rem;
    right: 2rem;
    height: 2px;
    background: #e9ecef;
    z-index: 0;
}

.step {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto 0.5rem;
    transition: all 0.3s;
}

.step.active .step-number {
    background: var(--tyn-primary);
    color: #fff;
}

.step.completed .step-number {
    background: #28a745;
    color: #fff;
}

.step.completed .step-number::after {
    content: '✓';
    font-size: 1.2rem;
}

.step-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.step.active .step-label {
    color: var(--tyn-primary);
    font-weight: 600;
}

.delivery-option {
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.delivery-option:hover {
    border-color: var(--tyn-primary);
    transform: translateY(-2px);
}

.delivery-option.border-primary {
    border-color: var(--tyn-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(89, 12, 20, 0.25);
}

.shipping-method-option,
.payment-method-option {
    cursor: pointer;
    transition: all 0.3s;
}

.shipping-method-option:hover,
.payment-method-option:hover {
    border-color: var(--tyn-primary);
}

.shipping-method-option input:checked+label,
.payment-method-option input:checked+label {
    color: var(--tyn-primary);
}

.shipping-method-option input:checked~.card,
.payment-method-option input:checked~.card {
    border-color: var(--tyn-primary);
}

.shipping-method-option:has(input[type="radio"]:checked),
.payment-method-option:has(input[type="radio"]:checked) {
    --tyn-card-border-color: var(--tyn-primary);

}

.navbar-sticky.navbar-stuck.navbar {
    background-color: #fff;
}

.navbar-sticky.navbar-stuck.navbar .text-white {
    color: #000 !important;
}

.navbar-sticky.navbar-stuck.navbar .search-bar {
    border-bottom-color: #000;
}

header ul.navbar-nav li a.nav-link {
    text-size-adjust: 100%;
    font-size: 15px;
    font-variation-settings: normal;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: 24px;
    tab-size: 4;
    text-transform: uppercase;
    text-wrap-mode: nowrap;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.truncate {
    margin-bottom: -2px;
    margin-top: -2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.line-clamp-1,
.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}


.font-display-l {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 44px;
    line-height: 44px
}

@media (min-width: 768px) {
    .font-display-l {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 76px;
        line-height: 74px
    }
}

@media (min-width: 1024px) {
    .font-display-l {
        font-size: 100px;
        line-height: 98px
    }
}

.font-display-1 {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 34px
}

@media (min-width: 768px) {
    .font-display-1 {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 46px
    }
}

@media (min-width: 1024px) {
    .font-display-1 {
        font-size: 48px;
        line-height: 50px
    }
}

.font-display-2 {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px
}

@media (min-width: 768px) {
    .font-display-2 {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 28px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .font-display-2 {
        font-size: 34px;
        line-height: 36px
    }
}

.font-display-3 {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: -.2px;
    line-height: 24px
}

@media (min-width: 1024px) {
    .font-display-3 {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 28px;
        letter-spacing: -.28px;
        line-height: 32px
    }
}

.font-display-4 {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 20px
}

@media (min-width: 1024px) {
    .font-display-4 {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 20px;
        letter-spacing: -.2px;
        line-height: 22px
    }
}

.font-display-5 {
    font-family: var(--font-family-rom-wide), Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -.14px;
    line-height: 18px
}

@media (min-width: 1024px) {
    .font-display-5 {
        font-family: var(--font-family-rom-extended), Helvetica, Arial, sans-serif;
        font-size: 16px;
        letter-spacing: -.16px;
        line-height: 20px
    }
}

.font-headline-xl {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 76px;
    line-height: 78px
}

@media (min-width: 768px) {
    .font-headline-xl {
        font-size: 124px;
        line-height: 126px
    }
}

@media (min-width: 1024px) {
    .font-headline-xl {
        font-size: 164px;
        line-height: 166px
    }
}

.font-headline-l {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 48px;
    line-height: 50px
}

@media (min-width: 768px) {
    .font-headline-l {
        font-size: 80px;
        line-height: 82px
    }
}

@media (min-width: 1024px) {
    .font-headline-l {
        font-size: 104px;
        line-height: 106px
    }
}

.font-headline-0 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 44px;
    letter-spacing: -.88px;
    line-height: 46px
}

@media (min-width: 768px) {
    .font-headline-0 {
        font-size: 56px;
        letter-spacing: -1.12px;
        line-height: 62px
    }
}

@media (min-width: 1024px) {
    .font-headline-0 {
        font-size: 72px;
        letter-spacing: -1.44px;
        line-height: 78px
    }
}

.font-headline-1 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 36px;
    letter-spacing: -.72px;
    line-height: 40px
}

@media (min-width: 768px) {
    .font-headline-1 {
        font-size: 48px;
        letter-spacing: -.96px;
        line-height: 52px
    }
}

@media (min-width: 1024px) {
    .font-headline-1 {
        font-size: 56px;
        letter-spacing: -1.12px;
        line-height: 62px
    }
}

.font-headline-2 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 32px;
    letter-spacing: -.32px;
    line-height: 36px
}

@media (min-width: 768px) {
    .font-headline-2 {
        font-size: 44px;
        letter-spacing: -.44px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    .font-headline-2 {
        font-size: 48px;
        letter-spacing: -.48px;
        line-height: 52px
    }
}

.font-headline-3 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 28px
}

@media (min-width: 768px) {
    .font-headline-3 {
        font-size: 28px;
        letter-spacing: -.28px;
        line-height: 32px
    }
}

@media (min-width: 1024px) {
    .font-headline-3 {
        font-size: 34px;
        letter-spacing: -.34px;
        line-height: 38px
    }
}

.font-headline-4 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 20px;
    letter-spacing: -.2px;
    line-height: 24px
}

@media (min-width: 1024px) {
    .font-headline-4 {
        font-size: 28px;
        letter-spacing: -.28px;
        line-height: 32px
    }
}

.font-headline-5 {
    font-family: var(--font-family-gaisyr), "Times New Roman", Times, serif;
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 20px
}

@media (min-width: 1024px) {
    .font-headline-5 {
        font-size: 20px;
        letter-spacing: -.2px;
        line-height: 24px
    }
}

.font-subtitle-1,
.font-subtitle-1-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -.22px;
    line-height: 28px
}

.font-subtitle-1-bold {
    font-weight: 700
}

.font-subtitle-2,
.font-subtitle-2-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 24px
}

.font-subtitle-2-bold {
    font-weight: 700
}

.font-paragraph-1,
.font-paragraph-1-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 24px
}

.font-paragraph-1-bold {
    font-weight: 700
}

.font-paragraph-2,
.font-paragraph-2-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -.14px;
    line-height: 20px
}

.font-paragraph-2-bold {
    font-weight: 700
}

.font-caption-1,
.font-caption-1-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px
}

.font-caption-1-bold {
    font-weight: 700
}

.font-caption-2,
.font-caption-2-bold {
    font-family: var(--font-family-rom), Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 16px
}

.font-caption-2-bold {
    font-weight: 700
}

.font-topline-1 {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 20px
}

.font-topline-1,
.font-topline-2 {
    font-family: var(--font-family-rom-mono), "Courier New", Courier, monospace;
    font-weight: 700;
    text-transform: uppercase
}

.font-topline-2 {
    font-size: 12px;
    letter-spacing: .48px;
    line-height: 16px
}

.text-raven-100 {
    color: #1d1d1f;
}

.search-bar {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #fff;
}
.search-bar .search-input {
    pointer-events: none;
    cursor: inherit;
}

/* focus dışında hover */
.search-bar:not(:focus-within):hover {
    opacity: .5;
}

/* scroll state */
.scrolled .search-bar {
    border-bottom-color: var(--raven-25);
}

/* INPUT */
.search-input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none !important;
    font: inherit;
    min-width: 220px;
}

.search-input::placeholder {
    color: currentColor;
}

/* BUTTONS */
.search-btn {
    padding-bottom: .5rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* varsayılan */
.search-submit {
    display: none;
}

.search-reset {
    display: block;
}

/* placeholder varsa */
.search-input:placeholder-shown~.search-submit {
    display: block;
}

.search-input:placeholder-shown~.search-reset {
    display: none;
}

/* accessibility helper */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --tyn-gutter-x: 40px;
}

@media screen and (min-width: 1200px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --tyn-gutter-x: 80px;
    }
}

/* Öne çıkan kategoriler altı banner kartları: sabit yükseklik */
.category-banners .category-banner-card {
    height: 480px;
}

.category-banners .category-banner-card .category-banner-card-content {
    padding: 40px !important;
}

@media (min-width: 992px) {
    .category-banners .category-banner-card {
        height: 760px;
    }

    .category-banners .category-banner-card .category-banner-card-content {
        padding: 80px !important;
    }

    /* Ürün detay sağ kolon sticky */
    .product-detail-sticky {
        position: sticky;
        top: 0;
        margin-top: -110px;
        padding-top: 110px;
    }
}

.category-image-banner img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .category-image-banner img {
        height: 380px;
    }
}

/* Filtre offcanvas: accordion başlıklar + büyük siyah border/checked checkbox */
.filter-offcanvas-accordion .accordion-button::after {
    margin-left: auto;
}

.filter-offcanvas-accordion .accordion-button:not(.collapsed) {
    color: inherit;
}

.filter-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: center;
}

.filter-offcanvas-check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.filter-offcanvas-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #000;
    border-radius: 0;
    cursor: pointer;
    flex-shrink: 0;
    outline: 0;
    box-shadow: none;
}

.filter-offcanvas-check .form-check-input:checked {
    background-color: #000;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.filter-offcanvas-check .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.filter-offcanvas-check .form-check-label {
    cursor: pointer;
    font-size: 0.9rem;
}

/* Ürün kartı: hover'da 2. görsel göster */
.product-card-second-img {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.animate-underline:hover .product-card-second-img,
.hover-effect-opacity:hover .product-card-second-img {
    opacity: 1;
}

.navbar-expand-lg.navbar-stuck .navbar-stuck-hide:not(.collapse):not(.collapsing) {
    display: none !important;
}

.navbar-expand-lg.navbar-stuck .navbar-stuck-show {
    display: block !important;
}

@media (max-width: 992px) {
    header .navbar-brand img {
        width: 150px;
    }
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill: #000 !important;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    height: 40px !important;
}

#searchOffcanvas {
    height: max-content;
}

#searchOffcanvas .offcanvas-search-top-header {
    min-height: 3.5rem;
}

#searchOffcanvas .global-search-offcanvas-form {
    max-width: 42rem;
}

#searchOffcanvas .offcanvas-search-logo {
    max-height: 48px;
    width: auto;
}

#searchOffcanvas .offcanvas-search-top-header {
    min-height: 3.5rem;
}

#searchOffcanvas .global-search-offcanvas-form {
    max-width: 42rem;
}

#searchOffcanvas .offcanvas-search-logo {
    max-height: 48px;
    width: auto;
}


.menu-cat-item:hover {
    font-weight: 700;
}

.footer-social-links .footer-social-btn {
    --tyn-btn-bg: transparent;
    --tyn-btn-border-color: transparent;
    --tyn-btn-hover-bg: transparent;
    --tyn-btn-hover-border-color: transparent;
    --tyn-btn-active-bg: transparent;
    --tyn-btn-active-border-color: transparent;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0;
    min-width: 0;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.footer-social-links .footer-social-btn:hover,
.footer-social-links .footer-social-btn:focus-visible,
.footer-social-links .footer-social-btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.footer-social-links .footer-social-btn:focus-visible {
    outline: 2px solid var(--bs-body-color);
    outline-offset: 2px;
}

.footer-social-img {
    width: 2rem;
    height: 2rem;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-social-links .footer-social-btn:hover .footer-social-img,
.footer-social-links .footer-social-btn:focus-visible .footer-social-img {
    opacity: 0.88;
}

.btn-color {
    border-radius: 0 !important;
    height: 28px;
    width: 28px;
}

.btn-color:before {
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .product-page .product-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .product-page .product-detail-sticky {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}