:root {
    --primary-color: #CEC4B3;
    --secondary-color: #8F8070;
    --text-color: #55514E;
    --button-color: #55514E;
    --text-color-black: #55514E;
    --dark-black-color: #1e1d1d;
    --background-color: #F4F2EF;
    --background-grey: #F4F2EF;
    --background-darkgrey: #55514E;
    --background-lightgray: #878787;
    --background-white: #fff;
}
@font-face {
    font-family: 'GeosansLight';
    src: url('/fonts/GeosansLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GeosansLightOblique';
    src: url('/fonts/GeosansLight-Oblique.ttf') format('truetype');
}
@font-face {
    font-family: 'LaLuxesScript';
    src: url('/fonts/LaLuxesScript.ttf') format('truetype');
}
@font-face {
    font-family: 'LaLuxesSerif';
    src: url('/fonts/LaLuxesSerif.ttf') format('truetype');
}
@font-face {
    font-family: 'gilroy-light';
    src: url('/fonts/Gilroy-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayItalic';
    src: url('/fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
}

* {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    font-size: 17px;
    font-weight: 600;
}
.top-collection-header h2 {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
}
.home-offer h1 {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
    font-weight: 600;
}
.inline-col-wrapper .inline-col-content-wrapper .inline-col-title {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
}
.inline-col-wrapper .inline-col-content-wrapper .inline-col-description {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--background-lightgray);
}
.font-dmserif {
    font-family: 'GeosansLight', 'gilroy-light', serif;
}
.section-title h2 {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
}
.collection-card-wrapper .single-collection-card .overlay-text {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
}
.top-collection-card h3 {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    color: var(--dark-black-color);
}

#main input, #main select {
    font-size: 17px;
    padding: 7px 10px;
}
.bg-gray-100, .hover\:bg-gray-100:hover {
    background-color: var(--background-grey);
}
.bg-zinc-100 {
    background-color: var(--background-grey);
}
.hover\:bg-zinc-100:hover {
    background-color: var(--background-grey);
}
.custom-header-top {
    display: none;
    background-color: var(--background-white);
    border: none;
    padding: 0 300px;
}
.custom-main-header {
    border: none;
}
.custom-submain-header {
    border: none;
    padding: 10px 60px 0;
}
.custom-header-desktop {
    padding: 0 300px;
    position: fixed;
    right: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 1);
}
.custom-header-mobile {
    padding: 15px 15px;
    position: fixed;
    right: 0;
    left: 0;
}
.custom-header-desktop:hover {
    background-color: rgb(255, 255, 255, 1);
}
.custom-main-search-input {
    border-radius: 25px;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 5px 34px;
    border: 1px solid var(--dark-black-color);
    background-color: rgb(255,255,255,0);
}
.custom-main-search-input::placeholder {
    color: var(--dark-black-color);
}
.primary-button, .comment-part .btn-primary {
    color: #fff;
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    height: 38px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    font-size: 17px;
    font-family: 'GeosansLight', 'gilroy-light', serif;
}
.primary-button:hover, .comment-part .btn-primary:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.secondary-button {
    color: var(--button-color);
    border: 1px solid var(--button-color);
    background-color: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    height: 38px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    font-size: 17px;
    font-family: 'GeosansLight', 'gilroy-light', serif;
}
.secondary-button:hover {
    color: #fff;
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
}
.footer-class {
    background-color: var(--background-white);
}
.custom-footer-content {
    background-color: var(--background-white);
    color: #878787;
    padding: 0 260px;
    margin: 24px 200px;
    justify-content: center;
}
.custom-footer-copyrigth {
    background-color: var(--background-darkgrey);
    padding: 14px 300px;
}
.custom-footer-copyrigth p {
    color: var(--background-white);
}
.custom-subscription {
    display: block;
    text-align: center;
    padding: 0 300px;
    background-color: var(--background-grey);
}
.custom-subscription .grid {
    display: block;
    padding: 60px 400px;
}
.custom-subscription .heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-color-black);
}
.custom-subscription .text-xs {
    font-size: 14px;
    line-height: normal;
    color: #878787;
}
.custom-subscription-input {
    border: 1px solid var(--text-color-black);
    background-color: var(--background-white);
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 25px;
}
.custom-footer-content li p, .custom-footer-content li a {
    font-size: 15px;
}
.custom-footer-content li p:hover, .custom-footer-content li a:hover {
    color: var(--background-lightgray);
    opacity: 0.8;
}
.custom-subscription-button {
    top: 4px;
    right: 4px;
    padding: 0 25px;
}
span.custom-footer-item-title {
    font-weight: 600;
    color: var(--text-color-black);
    margin-bottom: 22px;
}
.custom-category-description {
    font-size: 14px;
    color: var(--background-lightgray);
    text-align: justify;
    padding: 0 130px 34px;
}
.custom-category-title-block {
    padding: 0 130px;
}
.custom-category-title {
    margin-bottom: 34px;
    color: var(--text-color-black);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'LaLuxesSerif', 'gilroy-light', serif;
}
.custom-product-list-page {
    padding: 0 130px;
}
.custom-filters .text-lg {
    font-weight: 600;
    font-size: 16px;
}
.custom-filters .items-center {
    padding: 3px 0;
}
.custom-filters .text-2xl {
    font-size: 16px;
}
.custom-filters .border-b {
    border: none;
}
.custom-filters .custom-filters-main-item {
    --tw-border-opacity: 1!important;
    border-color: rgb(228 228 231 / var(--tw-border-opacity))!important;
    border-bottom: 1px solid;
}
.custom-filters .custom-filter-items {
    line-height: 12px;
}
.custom-filters .custom-filter-item {
    column-gap: 6px;
}
.custom-filters .custom-filter-checkbox {
    font-size: 16px;
    color: var(--background-lightgray);
}
.custom-filters .custom-filter-label {
    color: var(--background-lightgray);
    font-size: 13px;
    padding: 2px;
}
.custom-sorter-button {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    color: var(--background-lightgray);
}
.custom-sorter-button span {
    font-size: 16px;
    color: var(--background-lightgray);
}
.custom-product-name {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.custom-product-price {
    justify-content: center;
}

.custom-product-price .final-price {
    font-size: 17px;
}
.custom-product-badge {
    background-color: var(--text-color-black);
    color: var(--background-white);
}
.custom-product-button-landing-page {
    height: 40px;
    font-weight: 600;
    line-height: 36px;
    font-size: 12px;
    padding: 10px 15px;
}
.custom-breadcrumbs-main {
    padding: 0 363px;
    justify-content: left;
}
.custom-breadcrumbs-bold {
    font-size: 14px;
    margin-left: 10px;
}
.custom-breadcrumbs-second {
    font-size: 14px;
    margin-left: 8px;
}
.custom-breadcrumbs-arrow {
    font-size: 14px;
}
.custom-product-page-main {
    padding: 0 130px;
}
.custom-product-page-main .final-price {
    font-size: 22px;
    font-weight: 600;
}
.custom-product-page-name {
    font-size: 22px;
    font-weight: 600;
    word-break: normal;
    overflow-wrap: break-word;
    font-family: 'LaLuxesSerif', 'gilroy-light', serif;
}
.custom-product-page-short-desc {
    font-size: 14px;
}
.custom-product-page-wishlist {
    font-size: 26px;
    min-width: 35px;
    max-height: 35px;
    border: none;
}
.custom-product-page-qty {
    padding: 2px 9px;
    border-radius: 16px;
    font-size: 11px;
    height: 37px;
}
.custom-product-page-qty span {
    font-size: 15px;
}
.custom-account-page {
    padding: 0 125px;
}

.custom-product-description-1 p, .custom-product-page-short-desc p {
    font-family: 'gilroy-light', serif!important;
    font-weight: 400;
}

.custom-product-description-1 p strong, .custom-product-page-short-desc p strong {
    font-family: 'gilroy-light', serif!important;
    font-weight: 600;
}
.custom-product-description-1 li, .custom-product-page-short-desc li {
    font-family: 'gilroy-light', serif!important;
    font-weight: 400!important;
}

.custom-product-description-1 li strong, .custom-product-page-short-desc li strong {
    font-family: 'gilroy-light', serif!important;
    font-weight: 600!important;
}

.custom-product-description-1 ol, .custom-product-page-short-desc ol {
    font-family: 'gilroy-light', serif!important;
    font-weight: 400;
    list-style: auto;
    margin-left: 25px;
}

.custom-product-description-1 ul, .custom-product-page-short-desc ul {
    font-family: 'gilroy-light', serif!important;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}

.custom-account-page-breadcrumb {
    margin-bottom: 35px;
}
.custom-navigate-item {
    padding: 10px 15px;
}
.custom-navigate-title {
    font-size: 17px;
    gap: 5px;
    font-weight: 600;
}
.font-medium {
    font-weight: 600;
    font-size: 15px;
}
.custom-navigate-icon {
    font-size: 15px;
    margin-top: 7px;
}
.custom-profile-block {
    padding: 10px;
}
.custom-profile-block-name {
    font-size: 18px;
}
.custom-profile-block-email {
    font-size: 12px;
}
.custom-cart-qty {
    color: #fff;
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
}
.bg-navyBlue {
    color: #fff;
    border: 1px solid var(--button-color);
    background-color: var(--button-color);
}
.bg-navyBlue:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.text-navyBlue {
    color: var(--button-color);
}
.custom-image-icon {
    filter: grayscale(100%);
}
.custom-product-carousel-home-page {
    margin: 50px 0;
    max-width: 100%;
    background-color: var(--background-grey);
    padding: 50px;
}
.text-amber-500 {
    color: var(--primary-color);
}
.bg-amber-500 {
    background-color: var(--primary-color);
}
.custom-homepage-carousel {
    height: 100vh;
}
.custom-homepage-carousel-image {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.hover\:border-navyBlue:hover {
    border-color: var(--dark-black-color);
}
.custom-header-category-label {
    font-family: 'GeosansLight', 'gilroy-light', serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 30px;
}
.custom-locale-label {
    font-size: 14px;
}
.custom-locale-icon {
    font-size: 18px;
}
.custom-locale-modal {
    border-radius: 5px;
}
.custom-locale-modal span {
    font-size: 14px;
}
.rounded-\[5px\] {
    border-radius: 5px;
}
.custom-navigate-menu {
    position: fixed;
    width: 100vw;
    left: 0;
    right: 0;
    top: 106px;
    min-height: 200px;
    padding: 20px 520px;
}
.custom-footer-content .gap-5 {
    gap: 12px;
}
.custom-navigate-menu .text-navyBlue {
    color: var(--dark-black-color);
    font-size: 14px;
    font-weight: 500;
}
main#main {
    padding-top: 85px;
}
.shop-home-index main#main,
.shop-checkout-cart-index main#main,
.shop-checkout-onepage-index main#main,
.shop-customers-register-index main#main,
.shop-customer-session-index main#main
{
    padding-top: 0;
}
.custom-menu-mobile-sub-label {
    padding: 0;
    margin: 5px 0;
    color: grey;
    font-size: 14px;
}

.custom-sign-page-container {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.custom-sign-page-container .mb-2 {
    text-align: left;
}

.custom-sign-page-title {
    font-size: 24px;
    line-height: 0.5rem;
    font-family: 'LaLuxesSerif', 'gilroy-light', serif;
}

.custom-sign-page-description {
    font-size: 18px;
}
.custom-sign-page-block {
    margin-top: 25px;
}

.custom-sign-page-logo {
    width: 220px!important;
}

.custom-product-description * {
    font-weight: normal!important;
}

.custom-nav-menu-arrow-down:hover,
.custom-nav-menu-arrow-up:hover {
    background: #e7e7e7;
    border-radius: 5px;
}

.text-blue-700 {
    color: var(--dark-black-color);
}

/* Custom scroll bar track */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background: #f1f4fa;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.034);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.034);
    border-color: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--button-color);
    border-radius: 5px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: var(--button-color);
}

/* IE */
html, body, div, textarea {
    scrollbar-face-color: var(--button-color);
    scrollbar-highlight-color: var(--button-color);
}

/* FireFox */
html, body, div, textarea {
    scrollbar-color: var(--button-color);
    /*scrollbar-width: thin;*/
}
.brand-container {
    background-color: var(--background-grey);
    padding: 40px 540px;
    margin: 40px 0;
    max-width: 100%;
}
.brand-carousel-img-block {
    border: 1px solid white;
}
.brand-carousel-img {
    width: 108px;
    height: 108px;
}
.brand-carousel-img:hover {
    border: 1px solid grey;
}
.custom-brand-product-carousel-home-page {
    margin-bottom: 285px;
}
.custom-brand-product-home-page-title {
    margin-bottom: 10px;
}
#custom-homepage-brand-banner-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 380px;
}
.home-banner-carousel {
    position: relative;
    top: 225px;
    display: flex;
}
.custom-brand-product-block {
    min-width: 268px; box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19)
}
.custom-subscription .grid {
    padding: 60px 410px;
}

.custom-desktop-slider {
    display: block;
}
.custom-mobile-slider {
    display: none;
}
.custom-price-range {
    background-color: #000!important;
}
.custom-price-range input {
    padding: 7px 3px!important;
}
.h-1 {
    margin-top: -5px!important;
}

.tags-part .tag-list a {
    background-color: var(--button-color)!important;
}
.blog-sidebar .categories .list-group li a .badge-primary {
    background-color: var(--button-color)!important;
}
.blog-post-box .post-meta a {
    color: var(--button-color)!important;
}
.tags-part .tag-list a:hover {
    background-color: var(--primary-color)!important;
}
.blog-sidebar .categories .list-group li a .badge-primary:hover {
    background-color: var(--primary-color)!important;
}
.blog-post-box .post-meta a:hover {
    color: var(--primary-color)!important;
}
.post-categories .cat-link:hover {
    background-color: var(--primary-color)!important;
}
.blog-post-item .card-title:hover, .blog-post-item .card-footer a:hover {
    color: var(--primary-color)!important;
}
.post-tags .post-tag-lists a:hover {
    background-color: var(--primary-color)!important;
}

.custom-payment-content {
    padding: 15px 50px 20px;
    justify-content: center;
}

.custom-payment-content .payment-card {
    background-color: #f4f2ef;
    padding: 20px;
}

.custom-payment-content .payment-card img {
    width: 45px;
    height: 45px;
}

@media only screen and (max-width: 1800px) {
    .custom-subscription .grid {
        padding: 60px 180px;
    }
    .custom-footer-content {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .custom-header-desktop {
        padding: 0 50px;
    }
    .custom-subscription {
        padding: 0 50px;
    }
    .custom-category-title-block {
        padding: 0 100px;
    }
    .custom-category-description {
        padding: 0 100px 34px;
    }
    .custom-product-list-page {
        padding: 0 100px;
    }
    .brand-container {
        padding: 40px 300px;
    }
    .custom-brand-product-carousel-home-page {
        padding: 0!important;
    }
    .home-banner-carousel {
        top: 225px;
        padding: 0 75px;
    }
    .custom-subscription .grid {
        padding: 60px 340px;
    }
}

@media only screen and (max-width: 1060px) {
    .custom-footer-content .flex {
        display: block;
        text-align: center;
    }
    .custom-footer-content #logo-image {
        width: 100%!important;
    }
    span.custom-footer-item-title {
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .brand-container {
        padding: 40px 100px;
    }
    .home-banner-carousel {
        top: 225px;
        padding: 0 40px;
    }
    .custom-subscription .grid {
        padding: 60px 240px;
    }
}

@media only screen and (max-width: 1024px) {
    .custom-subscription {
        padding: 0;
    }
    .custom-subscription .grid {
        padding: 60px 240px;
    }
    .custom-nav-mobile-left {
        width: 16%;
    }
    .custom-nav-mobile-right {
        width: 16%;
    }
    .custom-category-title-block {
        padding: 0 50px;
    }
    .custom-category-description {
        padding: 0 50px 34px;
    }
    .custom-product-list-page {
        padding: 0 50px;
    }
    footer {
        margin-top: 0!important;
    }
    .custom-account-page {
        padding: 0 35px;
    }
    .custom-account-page {
        padding: 0 20px;
    }
    .custom-account-page {
        padding: 0;
    }
    .custom-product-page-main {
        padding: 0;
    }
    .custom-product-page-short-desc {
        font-size: 12px;
        text-align: center;
    }
    .custom-product-page-name {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
    }
    .custom-product-page-main .final-price {
        font-size: 24px;
        font-weight: 600;
    }
    .custom-price-block {
        justify-content: center;
        padding: 10px;
    }
    .brand-container {
        padding: 40px 20px;
    }
    .home-banner-carousel {
        top: 225px;
        padding: 0 70px;
    }
}

@media only screen and (max-width: 768px) {
    .custom-footer-content {
        margin: 10px 0;
    }
    .custom-footer-copyrigth {
        padding: 14px 0;
    }
    .custom-nav-mobile-left {
        width: 22%;
    }
    .custom-nav-mobile-right {
        width: 22%;
    }
    .custom-homepage-carousel-image {
        height: 100vh;
    }
    .custom-homepage-carousel {
        height: 100vh;
    }
    .custom-category-title-block {
        padding: 0 10px;
    }
    .custom-category-description {
        padding: 0 10px 34px;
    }
    .custom-product-list-page {
        padding: 0 10px;
    }
    .home-banner-carousel {
        top: 225px;
        padding: 0 95px;
    }
    .custom-subscription .grid {
        padding: 60px 120px;
    }
    .custom-subscription .heading {
        font-size: 19px;
    }
    .custom-subscription .text-xs {
        font-size: 14px;
    }
    .custom-subscription-input {
        padding: 9px 25px;
        margin-top: 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 525px) {
    .custom-subscription .grid {
        padding: 60px 20px;
    }
    .custom-subscription .heading {
        font-size: 19px;
    }
    .custom-subscription .text-xs {
        font-size: 14px;
    }
    .custom-subscription-input {
        padding: 11px 25px;
        margin-top: 20px;
        font-size: 15px;
    }
    .custom-desktop-slider {
        display: none;
    }
    .custom-mobile-slider {
        display: block;
    }
}

@media only screen and (max-width: 425px) {
    .custom-product-page-qty {
        padding: 2px 9px;
        border-radius: 16px;
        font-size: 11px;
        height: 30px;
        column-gap: 8px;
    }
    .custom-sign-page-logo {
        width: 180px!important;
    }
    .custom-sign-page-container {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .custom-sign-page-title {
        font-size: 20px;
        line-height: 0.5rem;
        font-family: 'LaLuxesSerif', ;
    }
    .custom-sign-page-description {
        font-size: 14px;
        margin-top: 15px;
    }
    .custom-subscription .grid {
        padding: 60px 20px;
    }
    .custom-subscription .heading {
        font-size: 19px;
    }
    .custom-subscription .text-xs {
        font-size: 14px;
    }
    .custom-subscription-input {
        padding: 7px 25px;
        margin-top: 20px;
        font-size: 15px;
    }
    .custom-footer-content {
        margin: 10px 0;
    }
    .custom-nav-mobile-left {
        width: 30%;
    }
    .custom-nav-mobile-right {
        width: 30%;
    }
    .custom-product-name {
        font-size: 12px;
    }
    .custom-product-price .final-price {
        font-size: 14px;
    }
    .primary-button {
        font-size: 15px;
        height: 29px;
        line-height: 28px;
    }
    .secondary-button {
        font-size: 15px;
        height: 29px;
        line-height: 28px;
    }
    .home-banner-carousel {
        top: 225px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 375px) {
    .custom-nav-mobile-left {
        width: 34%;
    }
    .custom-nav-mobile-right {
        width: 34%;
    }
}
