.form-control:focus {
    outline: none;
    box-shadow: none;
}
.discount-banner {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 50%, #ffd700 100%);
    color: #000;
    padding: 12px 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    border-bottom: 2px solid #b8860b;
    position: relative;
    margin-top: 5px;
}
.discount-banner-content {
    position: relative;
    padding-right: 40px;
}
.discount-banner-heading {
    font-family: 'Fahkwang', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    color: #000;
    text-shadow: 0 1px 2px rgb(255 255 255 / 0.3);
}
.discount-banner-heading .discount-code,
.discount-banner-description .discount-code {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
}
.discount-banner-description {
    font-size: 0.9rem;
    margin: 0;
    color: #333;
    font-weight: 500;
}
.discount-banner-description .gift-highlight {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
}
.discount-banner-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.discount-banner-close:hover {
    background-color: rgb(0 0 0 / 0.1);
    color: #000;
}
.discount-banner-close:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 0.2);
}
body {
    padding-top: 8rem;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
body.cart {
    padding-top: 80px;
}
body.has-discount-banner {
    padding-top: 115px;
}
body.has-discount-banner.cart {
    padding-top: 132px;
}
@media (min-width: 992px) {
    body {
        padding-top: 13rem;
    }
    body.cart {
        padding-top: 90px;
    }
    body.has-discount-banner {
        padding-top: 177px;
    }
    body.has-discount-banner.cart {
        padding-top: 142px;
    }
}
body.cart .container {
    max-width: 1100px;
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item {
    background-color: #000 !important;
}
.termsfeed-com---palette-dark .cc-cp-foot-save,
.termsfeed-com---palette-dark .cc-nb-okagree {
    background-color: #ba9863 !important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #9f7e49 !important;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Fahkwang', sans-serif;
    font-weight: 400;
}
:root {
    --bs-primary: #d6bd7b;
    --bs-link-color-rgb: 206, 200, 184;
    --bs-link-hover-color-rgb: 182, 174, 151;
    --bs-primary-rgb: 214, 189, 123;
    --bs-link-color: #d6bd7b;
    --bs-link-hover-color: #d6bd7b;
}
.active > .page-link,
.page-link.active {
    --bs-pagination-active-bg: #d6bd7b;
    --bs-pagination-active-border-color: #d6bd7b;
}
.card,
.card-body,
.card-footer,
.form-control,
.input-group,
.card-img,
.card-img-top,
.input-group-text,
.list-group,
.list-group-item,
.btn {
    border-radius: 0px !important;
}
.btn-outline-secondary.active,
.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #d6bd7b;
    --bs-btn-border-color: #d6bd7b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e9dc8c;
    --bs-btn-hover-border-color: #e9dc8c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e9dc8c;
    --bs-btn-active-border-color: #e9dc8c;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d6bd7b;
    --bs-btn-disabled-border-color: #d6bd7b;
    font-size: 14px !important;
    padding: 0.6rem 1rem !important;
}
.btn-primary:hover {
    color: #000;
    background-color: #e9dc8c;
    border-color: #e9dc8c;
}
.btn-primary-rounded {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
    font-variant: all-small-caps;
    border-radius: 2rem;
    text-transform: uppercase;
    background-color: #d6bd7b;
    padding: 0.7rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.btn-primary-rounded:hover {
    background: #e9dc8c;
    transition: all 0.3s ease;
}
.btn-outline-primary {
    --bs-btn-color: #d6bd7b;
    --bs-btn-border-color: #d6bd7b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d6bd7b;
    --bs-btn-hover-border-color: #d6bd7b;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d6bd7b;
    --bs-btn-active-border-color: #d6bd7b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d6bd7b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d6bd7b;
    --bs-gradient: none;
}
.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #000;
    --bs-list-group-active-bg: #d6bd7b;
    --bs-list-group-active-border-color: #d6bd7b;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.bg-dark {
    background-color: #1d1d1d !important;
}
.navbar-dark,
.navbar[data-bs-theme='dark'] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: #d6bd7b !important;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: rgba(255, 255, 255);
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg + xml, %3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0 0 30 30'%3e%3cpathstroke='rgba%28255, 255, 255, 0.55%29'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
[data-bs-theme='dark'] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}
.nav-link:hover {
    color: #d6bd7b !important;
}
.form-control:focus {
    border-color: #d6bd7b;
}
.bg-brown {
    background-color: #352d25;
}
.bg-black-lines {
    background-image: url(../img/background-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.125rem 0;
}
.accordion {
    background-color: transparent !important;
}
.accordion-button {
    background-color: #161616;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #161616;
}
[data-bs-theme='dark'] {
    --bs-body-bg: #252525;
    background-color: #252525;
}
.navbar-dark.bg-dark {
    background-color: #111111 !important;
}
[data-bs-theme='dark'] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme='dark'].carousel .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
[data-bs-theme='dark'] .carousel .carousel-control-next-icon,
[data-bs-theme='dark'] .carousel .carousel-control-prev-icon,
[data-bs-theme='dark'].carousel .carousel-control-next-icon,
[data-bs-theme='dark'].carousel .carousel-control-prev-icon {
    filter: none;
}
.card-text a {
    color: #cec8b8;
    text-decoration: none;
}
.card-text a:hover {
    text-decoration: underline;
}
.bg-primary .card-text a,
.bg-primary .card-text a:hover {
    color: #000;
}
.topbar {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    transition: 0.3s all;
}
.topbar-link {
    font-weight: 500;
    color: #cec8b8;
}
.navbar-mobile {
    height: 63px;
}
.navbar-search-mobile {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    padding: 0.25rem 0.75rem;
}
body.scrolled .topbar {
    top: -45px;
}
.navbar-desktop {
    top: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s all;
}
.navbar-search-results {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-search-results .dropdown-item-text {
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.7;
}
body.scrolled .navbar-desktop {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
}
.navbar-brand {
    font-weight: 500;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    max-height: 50px;
}
.navbar-search {
    width: 300px;
}
.navbar-cart .progress {
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: -16px;
    border-radius: 0;
}
@media (min-width: 992px) {
    .navbar-brand {
        margin-right: 20px;
    }
    .nav-link {
        margin-right: 10px;
    }
}
.modal-minicart .modal-fullscreen {
    width: 100vw;
    max-width: 360px;
}
.modal-minicart.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}
.modal-minicart.fade.show .modal-dialog {
    transform: translateX(0);
}
.minicart-product:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.minicart-product .name {
    line-height: 1.1;
    font-size: 1rem;
}
.minicart-nothing {
    opacity: 0.3;
}
.minicart-product .price-original {
    text-decoration: line-through;
}
.minicart-product .price-action {
    color: red;
}
.minicart-product .btn-outline-secondary,
.minicart-product .btn-outline-secondary.disabled {
    border-color: #a8a8a8;
    color: #a8a8a8;
    opacity: 1;
    min-width: 40px;
    border-radius: 0;
}
form.blocked {
    opacity: 0.8;
    pointer-events: none;
    cursor: default;
}
form.blocked * {
    pointer-events: none;
    cursor: default;
}
.cart-option-card {
    cursor: pointer;
    line-height: 1.2;
}
.cart-option-card strong {
    font-weight: 500;
}
.cart-option-card .fa-2x {
    font-size: 1.5rem;
}
.cart-agree {
    font-size: 0.9rem;
}
.placeholder-line {
    height: 10px;
    background-color: rgb(165 165 165 / 0.3);
    margin: 0 0 10px 0;
}
.placeholder-line.transparent,
.text-input__loading--line.transparent {
    opacity: 0.5;
}
.placeholder-line.w-80,
.text-input__loading--line.w-80 {
    width: 80%;
}
.placeholder-line.w-60,
.text-input__loading--line.w-60 {
    width: 60%;
}
.placeholder-line.w-40,
.text-input__loading--line.w-40 {
    width: 40%;
}
.placeholder-line.w-20,
.text-input__loading--line.w-20 {
    width: 20%;
}
.placeholder-line.w-10,
.text-input__loading--line.w-10 {
    width: 10%;
}
.modal-menu .modal-fullscreen {
    width: 400px;
    max-width: 70vw;
}
.modal-menu .modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
}
.modal-menu .modal-header a {
    color: inherit;
    text-decoration: none;
}
.modal-menu .modal-header img {
    height: 45px;
}
.modal-menu hr {
    margin-left: 0;
    margin-right: 0;
    border-color: #dfdfdf;
}
.modal-menu .menu-main-links .list-group-item {
    border: none;
    margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
    .menu-main-links {
        position: sticky;
        top: 90px;
    }
}
.product-card a {
    text-decoration: none;
    color: #cec8b8;
}
.cart-option-card:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
.product-card .card-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.product-price-old {
    text-decoration: line-through;
}
.product-price-action {
    color: red;
}
@media (max-width: 575px) {
    .product-card .card-title {
        font-size: 1rem;
    }
}
@media (max-width: 500px) {
    .product-card .card-title {
        min-height: 40px;
    }
}
.product-badges {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.product-badges .badge {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}
.product-badges .badge-warning {
    color: #fff;
    background: linear-gradient(135deg, #4d0000, #b30000);
    font-size: 12px !important;
    border: none;
}
.product-badges .badge-success {
    color: #fff;
    background: linear-gradient(135deg, #866c47, #d6bd7b);
    font-size: 12px !important;
    border: none;
}
.product-badges .badge-male {
    background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
    color: #fff;
}
.product-badges .badge-female {
    background: linear-gradient(90deg, #ee9ca7 0%, #ffdde1 100%);
    color: #fff;
}
.product-badges .badge-unisex {
    background: linear-gradient(90deg, #8360c3 0%, #2ebf91 100%);
    color: #fff;
}
.product-detail-image .slick-slide {
    position: relative;
}
.product-detail-image img {
    width: 100%;
    height: auto;
    max-height: 50rem;
    object-fit: contain;
    display: block;
}
.product-card {
    position: relative;
    transition: box-shadow 0.3s ease;
}
.product-card .product-card-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.product-card-image-overlay {
    pointer-events: none;
}
.product-detail-image {
    position: relative;
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.product-detail-image .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-image .slick-slide > div {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-image .product-badges {
    z-index: 20;
}
#product-video {
    background-color: #161616;
    max-height: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 575px) {
    .breadcrumb {
        font-size: 0.8rem;
    }
    #product-video {
        max-height: 74vw;
    }
}
.product-detail-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.product-detail-price {
    color: #e5e0d7;
    font-size: 1.2rem;
}
.product-detail-price .price-original {
    text-decoration: line-through;
}
.product-detail-price .price-action {
    color: red;
}
.product-detail-image img,
.product-detail-gallerynav img {
    transition: all 0.6s ease;
}
.product-detail-gallerynav .slick-current img {
    border: 1px solid #d6bd7b;
}
@media (max-width: 767px) {
    .product-detail-gallery:not(.count-1) .slick-list {
        padding: 0 20% 0 0 !important;
    }
}
@media (min-width: 768px) {
    .product-detail-title {
        font-size: 2rem;
    }
    .product-detail-info {
        position: sticky;
        top: 80px;
    }
}
.slick-slider {
    position: relative;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
}
.slick-slide {
    padding: 0 0.5rem;
}
.slick-dots {
    position: absolute;
    width: 100%;
    bottom: -24px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.slick-dots > li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}
.slick-dots > li > button {
    width: 30px;
    height: 3px;
    border: none;
    font-size: 0;
    box-shadow: none;
    padding: 0;
    background-color: #fff;
    opacity: 0.25;
    transition: opacity 0.6s ease;
}
.slick-dots > li.slick-active > button {
    opacity: 1;
}
button.slick-arrow {
    border: none;
    width: 40px;
    height: 40px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    font-size: 0;
    color: #fff0;
    transition: opacity 0.6s ease;
    opacity: 0.4;
}
button.slick-arrow:hover {
    opacity: 1;
}
.carousel-control-prev-icon,
.slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon,
.slick-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 575px) {
    button.slick-arrow {
        width: 30px;
        height: 30px;
    }
}
.slider-title {
    font-family: 'Fahkwang', sans-serif;
    text-align: center;
}
.slider-text {
    text-align: center;
    font-size: 1rem;
}
.homepage-slider {
    text-shadow: 1px 1px 2px #000;
}
@media (min-width: 992px) {
    .homepage-slider .slider-title {
        font-size: 45px;
        max-with: 400px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .homepage-slider .slider-title {
        font-size: 55px;
        max-with: 400px;
        margin: 0 auto;
    }
}
.homepage-welcome {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}
@media (max-width: 575px) {
    .slider-title {
        font-size: 1.4rem;
    }
    .slider-text {
        font-size: 0.8rem;
    }
    .homepage-slider .carousel-indicators {
        margin: 0;
    }
    .homepage-slider .carousel-control-next-icon,
    .homepage-slider .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    .homepage-welcome {
        font-size: 0.9rem;
    }
    .homepage-slider img.w-100 {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0;
    }
    .homepage-slider {
        text-shadow: 1px 1px 3px #000;
    }
    .homepage-slider .slide-2 img.w-100 {
        margin-left: 0;
    }
}
.carousel-item-next,
.carousel-item-prev {
    transform-origin: center;
    transform: scale(1.1, 1) skewX(45deg, 0deg);
    filter: blur(3px);
}
.carousel-item.active {
    transform: scale(1) skewX(0deg);
    filter: blur(0);
}
.category-title {
    font-size: 2.9rem;
    font-weight: 400;
    padding-bottom: 2rem;
}
.page h1 {
    font-size: 1.8rem;
    font-weight: 700;
}
@media (max-width: 575px) {
    .content-icon-boxes h5 {
        font-size: 1rem;
        font-weight: 700;
    }
    .accordion-collapse p,
    .product-detail-short-description,
    .content-icon-boxes p {
        font-size: 0.9rem;
    }
    .content-icon-boxes img {
        width: 30px;
    }
}
#why-us .container {
    padding-bottom: 3.125rem;
}
[class*='icheck-'] > label {
    font-size: 0.9rem;
    line-height: 1.2;
}
footer h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
}
footer p {
    margin-bottom: 0.5rem;
}
footer a {
    color: rgb(255 255 255 / 0.5);
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .content-inline-icons a {
    background-color: #333;
    color: #fff;
    border-radius: 99px;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-flex;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s, color 0.3s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.2);
    text-decoration: none;
}
footer .content-inline-icons a:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.4);
    background-color: #555;
    color: gold;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-selection {
    background-color: #252525;
    border: 1px solid #495057;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #dee2e6;
}
.select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.select2-container--bootstrap-5 .select2-dropdown {
    background-color: #252525;
    border-color: #d6bd7b;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    color: #dee2e6;
    background-color: #252525;
    background-clip: padding-box;
    border: 1px solid #495057;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #d6bd7a;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    background-color: #fff0;
    color: #dee2e6;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: #fff;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected='true']:not(.select2-results__option--highlighted) {
    color: #000;
    background-color: #d6bd7b;
}
.blog-thumb {
    height: 25vh;
    max-height: 300px;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.blog-detail-image {
    margin-bottom: 2rem;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    img {
        width: 100%;
        height: 30rem;
        max-width: 100%;
        display: block;
        border-radius: 0.5rem;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 768px) {
    .blog-detail-image {
        margin-bottom: 1.5rem;
        max-width: 100%;
        img {
            height: 200px;
            border-radius: 0.25rem;
        }
    }
}
.blog-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
}
@media (max-width: 768px) {
    .blog-content img {
        margin: 1rem 0;
        border-radius: 0.25rem;
    }
}
.blog-container {
    margin-bottom: 2rem;
}
.blog-description {
    margin-top: 2rem;
}
.blog-posts-grid .blog-post-card {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    overflow: hidden;
}
.blog-posts-grid .blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    border-color: #d6bd7b;
}
.blog-post-thumb {
    height: 200px;
    overflow: hidden;
}
.blog-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog-post-card:hover .blog-post-thumb img {
    transform: scale(1.05);
}
.blog-post-title a {
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
}
.blog-post-title a:hover {
    color: #d6bd7b;
    text-decoration: none;
}
.blog-post-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}
.blog-post-meta {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    margin-top: 1rem;
}
.blog-post-meta .btn {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.blog-post-meta .btn-outline-primary {
    border-color: #d6bd7b;
    color: #d6bd7b;
}
.blog-post-meta .btn-outline-primary:hover {
    background-color: #d6bd7b;
    border-color: #d6bd7b;
    color: #fff;
}
.blog-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 2rem;
}
.blog-card {
    transition: all 0.3s ease;
    overflow: hidden;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card-inner {
    display: flex;
    align-items: stretch;
}
.blog-card-left .blog-card-inner {
    flex-direction: row;
}
.blog-card-right .blog-card-inner {
    flex-direction: row-reverse;
}
.blog-card-image {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    border-radius: 0.688rem;
}
.blog-card-image img {
    width: 100%;
    max-height: 20rem;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}
.blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    text-align: left;
    justify-content: start;
}
.blog-card-title {
    margin-bottom: 1rem;
}
.blog-card-excerpt {
    color: #fafafa;
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}
.blog-show-all {
    text-align: center;
    margin-top: 2rem;
}
.blog-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
    font-style: italic;
}
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem;
    }
}
@media (max-width: 768px) {
    .blog-grid {
        gap: 2rem;
    }
    .blog-card-inner {
        flex-direction: column !important;
        min-height: auto;
    }
    .blog-card-image {
        flex: 0 0 200px;
    }
    .blog-card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        text-align: left;
    }
    .blog-card-title {
        font-size: 1.2rem;
    }
    .blog-card-excerpt {
        font-size: 0.9rem;
    }
    .blog-section-description {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .blog-posts-grid .col-sm-6.col-md-4 {
        margin-bottom: 1.5rem;
    }
}
.slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 48px;
    line-height: 1;
}
.slider-button--primary {
    background-color: #d6bd7b;
    border: 2px solid #d6bd7b;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
    font-weight: 500;
    letter-spacing: 1.1px;
}
.slider-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(214 189 123 / 0.4);
    text-decoration: none;
}
.slider-button--primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgb(214 189 123 / 0.2);
}
.slider-button--outline {
    background: #fff0;
    border: 2px solid #d6bd7b;
    color: #d6bd7b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
}
.slider-button--outline:hover {
    background: rgb(255 255 255 / 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(255 255 255 / 0.2);
    text-decoration: none;
}
.slider-button--outline:active {
    transform: translateY(0);
    background: rgb(255 255 255 / 0.15);
}
.slider-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.2), transparent);
    transition: left 0.5s;
    z-index: -1;
}
.slider-button:hover::before {
    left: 100%;
}
@media (max-width: 768px) {
    .slider-button {
        padding: 10px 24px;
        font-size: 0.95rem;
        letter-spacing: 0.3px;
    }
}
@media (max-width: 575px) {
    .slider-button {
        padding: 8px 20px;
        font-size: 0.9rem;
        letter-spacing: 0.2px;
    }
}
.slider-button-container {
    margin-top: 1.5rem;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .slider-button-container {
        margin-top: 2rem;
    }
}
@keyframes slideButtonIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.slider-button {
    animation: slideButtonIn 0.6s ease-out 0.3s both;
}
.slider-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(214 189 123 / 0.5);
}
.slider-button--outline:focus {
    box-shadow: 0 0 0 3px rgb(255 255 255 / 0.3);
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 48px;
    line-height: 1;
    background: #fff0;
    border: 2px solid #d6bd7b;
    color: #d6bd7b;
    text-align: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
}
.btn-outline:hover {
    background: #d6bd7b;
    color: #000;
    transition: all 0.3s ease;
}
.btn-outline:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 0.3);
}
@media (max-width: 768px) {
    .btn-outline {
        padding: 10px 24px;
        font-size: 0.95rem;
        letter-spacing: 0.3px;
    }
}
@media (max-width: 575px) {
    .btn-outline {
        padding: 8px 20px;
        font-size: 0.9rem;
        letter-spacing: 0.2px;
    }
}
.card-description {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 1rem;
}
.section-title {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-size: 3.438rem;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}
.section-description {
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7;
    padding-top: 0.3rem;
    padding-bottom: 1.5rem;
}
.fst-italic {
    font-style: italic;
}
.content-testimonials {
    position: relative;
    padding: 0 60px;
    margin: 20px 0;
}
.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-rating i {
    font-size: 1.2rem;
    margin: 0 2px;
}
.content-testimonials .slick-prev,
.content-testimonials .slick-next {
    width: 50px;
    height: 50px;
    background-color: rgb(0 0 0 / 0.7) !important;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}
.content-testimonials .slick-prev {
    left: -60px !important;
}
.content-testimonials .slick-next {
    right: -60px !important;
}
.content-testimonials .slick-prev:before,
.content-testimonials .slick-next:before {
    font-size: 20px;
    color: #fff;
}
.content-testimonials .slick-dots {
    bottom: -40px;
}
.content-testimonials .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
}
.content-testimonials .slick-dots li.slick-active button:before {
    color: #007bff;
}
@media (max-width: 768px) {
    .content-testimonials {
        padding: 0 50px;
    }
    .content-testimonials .slick-prev,
    .content-testimonials .slick-next {
        width: 40px;
        height: 40px;
    }
    .content-testimonials .slick-prev {
        left: -50px !important;
    }
    .content-testimonials .slick-next {
        right: -50px !important;
    }
    .section-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .section-description {
        font-size: 1rem;
        line-height: 1.2;
    }
    .content-wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 576px) {
    .content-testimonials {
        padding: 0 20px;
    }
    .content-testimonials .slick-prev {
        left: -25px !important;
    }
    .content-testimonials .slick-next {
        right: -25px !important;
    }
    .content-testimonials .slick-prev,
    .content-testimonials .slick-next {
        width: 35px;
        height: 35px;
    }
}
.blockquote p {
    font-style: italic !important;
}
.content-image-cta {
    border-radius: 0.688rem;
    border: 3px solid #fff0;
    background-image: linear-gradient(#1a1a1a, #1a1a1a), linear-gradient(to bottom, #706340, #d6bd7b);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.image-cta-image {
    border-radius: 0 0.688rem 0.688rem 0;
}
.category-subcategories .card {
    height: 100%;
    overflow: hidden;
}
.category-subcategories .card-body {
    height: 100%;
}
.category-subcategories .card-link {
    display: block;
    height: 100%;
}
.subcategory-image-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #fafafa;
    border-radius: 50%;
    margin: 0 auto;
}
.active-border {
    border: 1px solid #d6bd7b;
}
.subcategory-title {
    padding-top: 1rem;
    width: auto;
}
.subcategory-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.category-subcategories .card-text {
    width: fit-content;
    max-width: 100%;
    word-break: break-word;
}
.discovery-set-cta-section {
    border-radius: 0.85rem;
    border: 3px solid #fff0;
    padding: 2rem;
    background-image: linear-gradient(#252525, #252525), linear-gradient(to right, #d6bd7b, #404040);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
p {
    margin-bottom: 0 !important;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-7 {
    padding-bottom: 5rem !important;
}
.pb-8 {
    padding-bottom: 6rem !important;
}
.pb-9 {
    padding-bottom: 7rem !important;
}
.pb-10 {
    padding-bottom: 8rem !important;
}
.pb-11 {
    padding-bottom: 9rem !important;
}
.pb-12 {
    padding-bottom: 10rem !important;
}
.pb-lg-6,
.pb-lg-7,
.pb-lg-8,
.pb-lg-9,
.pb-lg-10,
.pb-lg-11,
.pb-lg-12 {
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 7rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 8rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 9rem !important;
    }
    .pb-lg-12 {
        padding-bottom: 10rem !important;
    }
}
.mt-6 {
    margin-top: 4rem !important;
}
.mt-7 {
    margin-top: 5rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mt-9 {
    margin-top: 7rem !important;
}
.mt-10 {
    margin-top: 8rem !important;
}
.mt-11 {
    margin-top: 9rem !important;
}
.mt-12 {
    margin-top: 10rem !important;
}
.mt-lg-6,
.mt-lg-7,
.mt-lg-8,
.mt-lg-9,
.mt-lg-10,
.mt-lg-11,
.mt-lg-12 {
    margin-top: 0;
}
.pt-lg-8 {
    padding-top: 0;
}
@media (min-width: 992px) {
    .mt-lg-6 {
        margin-top: 4rem !important;
    }
    .mt-lg-7 {
        margin-top: 5rem !important;
    }
    .mt-lg-8 {
        margin-top: 6rem !important;
    }
    .mt-lg-9 {
        margin-top: 7rem !important;
    }
    .mt-lg-10 {
        margin-top: 8rem !important;
    }
    .mt-lg-11 {
        margin-top: 9rem !important;
    }
    .mt-lg-12 {
        margin-top: 10rem !important;
    }
    .pt-lg-8 {
        padding-top: 6rem !important;
    }
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-9 {
    margin-bottom: 7rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-11 {
    margin-bottom: 9rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-lg-6,
.mb-lg-7,
.mb-lg-8,
.mb-lg-9,
.mb-lg-10,
.mb-lg-11,
.mb-lg-12 {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 8rem !important;
    }
    .mb-lg-11 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-12 {
        margin-bottom: 10rem !important;
    }
}
.text-yellow {
    color: #d6bd7b !important;
}
.text-left {
    text-align: left !important;
}
.add-to-cart {
    background-color: transparent !important;
    color: #fafafa !important;
    border: none !important;
    font-size: 0.85rem !important;
}
.link-group {
    gap: 1em;
    justify-content: center;
    font-size: 3em;
    display: flex;
}
.underline-link {
    color: #fafafa;
    font-size: 1em;
    line-height: 1.25;
    text-decoration: none;
    position: relative;
}
.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
    content: '';
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    height: 0.0625em;
    background-color: #fafafa;
    transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
}
.underline-link:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
}
.underline-link.is--alt::before {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
}
.underline-link.is--alt:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
}
.underline-link.is--alt::after {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
}
.underline-link.is--alt:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
}
.subcategory-link {
    color: #fafafa;
}
.subcategory-link .subcategory-title {
    position: relative;
    display: inline-block;
}
.subcategory-link .subcategory-title::before,
.subcategory-link.is--active .subcategory-title::before,
.subcategory-link.is--active .subcategory-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 0.0625em;
    background-color: #fafafa;
    transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
}
.subcategory-link:hover .subcategory-title::before {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
}
.subcategory-link.is--active .subcategory-title::before {
    background-color: #fafafa;
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
}
.subcategory-link.is--active:hover .subcategory-title::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
}
.subcategory-link.is--active .subcategory-title::after {
    background-color: #fafafa;
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
}
.subcategory-link.is--active:hover .subcategory-title::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
}
.subcategory-description {
    font-style: italic;
}
.w-100 {
    width: 100%;
}
@media (min-width: 992px) {
    .w-lg-60 {
        width: 60% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.product-detail-gallerynav > div {
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    min-height: 15rem;
    max-height: 15rem;
    padding: 1px;
}
.product-detail-gallerynav img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    min-height: 15rem;
    max-height: 15rem;
}
.product-detail-gallerynav .position-relative {
    height: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 1px;
}
.product-detail-gallerynav .position-relative img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    min-height: 15rem;
    max-height: 15rem;
}
.gender-filter-container h5 {
    color: #333;
    font-weight: 500;
    margin-bottom: 1rem;
}
.gender-filter-container .btn {
    min-width: 120px;
    transition: all 0.3s ease;
    border-width: 2px;
}
.gender-filter-container .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}
.gender-filter-container .btn.active {
    background-color: #d6bd7b;
    border-color: #d6bd7b;
    color: #000;
    font-weight: 500;
}
.gender-filter-container .btn.active:hover {
    background-color: #e9dc8c;
    border-color: #e9dc8c;
    color: #000;
}
@media (max-width: 768px) {
    .gender-filter-container {
        padding: 1rem;
    }
    .gender-filter-container .btn {
        min-width: 100px;
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
    .gender-filter-container .row {
        gap: 0.5rem;
    }
}
.btn-outline-dark {
    color: #fafafa;
    font-weight: 500;
    border-color: #fafafa;
}
.btn-outline-dark:hover {
    color: #000;
    background-color: #d6bd7b;
    border-color: #d6bd7b;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgb(52 58 64 / 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: #fff0;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #000;
    background-color: #d6bd7b;
    border-color: #d6bd7b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgb(52 58 64 / 0.5);
}
.blog-featured-image {
    height: 20rem;
    object-fit: cover;
    object-position: center center;
}
.text-sm {
    font-size: 0.85rem;
}
#faqAccordion .accordion-button {
    color: #d6bd7b;
}
#countryDetectionModal .modal-backdrop {
    background-color: rgb(0 0 0 / 0.8) !important;
    backdrop-filter: blur(2px);
}
#countryDetectionModal .btn-outline-secondary {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}
#countryDetectionModal .btn-outline-secondary:hover {
    background-color: rgb(255 255 255 / 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* Country Detection Modal Centering */
#countryDetectionModal {
    display: none;
    z-index: 1060;
}

#countryDetectionModal.show {
    display: block;
}

#countryDetectionModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1070;
}

#countryDetectionModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(2px);
    z-index: 1055;
}

@media (max-width: 576px) {
    #countryDetectionModal .modal-dialog {
        width: 95vw;
        max-width: none;
    }
}

#featured-products {
    padding-top: 5rem !important;
}

@media (min-width: 1024px) {
    #featured-products {
        padding-top: 0rem !important;
    }
}

.discount-banner-description .gift-highlight {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#discount-banner a {
    color: #fff !important;
}

.discount-banner-description .product-link {
    color: #fff !important;
    font-weight: 700;
    text-decoration: underline;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.discount-banner-description .product-link:hover {
    color: #fff !important;
    text-decoration: none;
}

.discount-banner-cta {
    margin-top: 8px;
}

.discount-banner-button {
    background: #000 !important;
    border: 2px solid #000 !important;
    color: #ffd700 !important;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.discount-banner-button:hover {
    background: #ffd700 !important;
    color: #000 !important;
    border-color: #ffd700 !important;
    text-decoration: none;
}
