/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: home
Compile-Dependencies: 
*/

@font-face {
    font-family: 'RefregratorDx';
    src: url(../fonts/refrigerator_deluxe-webfont.woff) format('woff'),
    url(../fonts/refrigerator_deluxe-webfont.woff2) format('woff2'),
    url(../fonts/refrigerator_deluxe_bold-webfont.woff) format('woff'),
    url(../fonts/refrigerator_deluxe_bold-webfont.woff2) format('woff2'),
    url(../fonts/refrigerator_deluxe_extrabold-webfont.woff) format('woff'),
    url(../fonts/refrigerator_deluxe_extrabold-webfont.woff2) format('woff2'),
    url(../fonts/refrigerator_deluxe_heavy-webfont.woff) format('woff'),
    url(../fonts/refrigerator_deluxe_heavy-webfont.woff2) format('woff2'),
    url(../fonts/refrigerator_deluxe_light-webfont.woff) format('woff'),
    url(../fonts/refrigerator_deluxe_light-webfont.woff2) format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 16px !important;
}

.col, .col-md-12 {
    padding: 0 !important;
}

body {
    background-color: #FFF;
    color: #000;
    position: relative;
}

.header-container a {
    text-decoration: none;
    color: #000;
}

.header-container button.user-button,
.header-container button.cart-button {
    background-color: transparent;
    border: none;
    outline: none;
    gap: 4px !important;
}

.mobile-user-account-header .user-button,
.mobile-user-account-header .cart-button {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

/* Accordion section */
.top-vertical-scroll {
    font-family: Work Sans, sans-serif;
    font-size: .875rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.top-accordion {
    background-color: #1c1d1f !important;
}

.accordion-button {
    background-color: #1c1d1f !important;
    color: #fff !important;
}

.accordion-button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: 32px;
}

.accordion-button::after {
    display: none !important;
}

.accordion-body {
    padding-top: 2rem;
    padding-bottom: 5.063rem;
    font-family: "work-sans", sans-serif;
}

.top-most-shipping-button {
    color: #fff;
    font-weight: 500;
} 

.top-shipping-button {
    font-weight: 800;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: .1rem;
    color: #1c1d1f;
    border-bottom: .125rem solid #4aa629;
    text-transform: uppercase;
    text-decoration: none;
}

.top-shipping-button:hover {
    text-decoration: none;
    color: #000;
}

.top-links-nav {
    display: flex;
    align-items: center;
    /* gap: 20px; */
}

.top-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-links span {
    font-size: .75rem !important;
}

/* .top-links:nth-child(-n+2) {
    padding: 0 20px;
    border-right: .063rem solid #CCCCCC;
} */

 .top-links:nth-child(1) {
    padding: 0 20px;
    border-right: .063rem solid #CCCCCC;
}

/* .top-links:nth-child(3) {
    padding-left: 20px;
} */

.top-links:nth-child(2) {
    padding-left: 20px;
}

.top-links span {
    line-height: 165%;
}

header {
    padding-top: .75rem;
    padding-bottom: 1.125rem;
}

header .header-utility-container {
    border-bottom: .063rem solid #CCCCCC;
    margin-bottom: .938rem;
    padding-bottom: .688rem;
}

.header-search-box {
    width: 55%;
}

.header-search-box form {
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 6.25rem;
    position: relative;
}

.header-search-box input {
    padding: .5rem 1rem;
    border: .063rem solid #949494;
    height: 42px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 55rem;
    width: 100%;
    outline: none;
    border-radius: 4px 0 0 4px;
}

.header-search-box .search-button {
    background-color: #4aa629;
    width: 50px;
    height: 42px;
    outline: none;
    border: none;
    border-radius: 0 4px 4px 0;
}

.search-modal {
    display: flex;
}

.search-modal-left {
    min-width: 18rem;
    background-color: #f3f3f1;
}

.search-modal-left .title,
.search-modal-right .title {
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.user-link-logged-in a span,
.user-link a span, strong,
.cart-link a span, strong {
    font-size: .75rem !important;
    line-height: 120%;
}

/*Desktop Menu*/

.navbar-nav {
    background-color: #f3f3f1;
}

.navbar-nav > .nav-item {
  width: 12.5%; /* 100% / 8 items = 12.5% each */
  text-align: center;
}

.nav-link {
  display: block;
  width: 100%;
  font-weight: 800;
  font-family: 'RefregratorDx', sans-serif;
  letter-spacing: .18rem;
  font-size: 1rem;
  color: #000;
  padding: .688rem .625rem !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-in;
  z-index: 1000;
  width: 95%;
  padding: 0 !important;
  border: none !important;
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.175);
}

.trending {
    background-color: lightgray;
    padding: 0 .5rem;
    border-radius: 4px;
}

.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-menu a {
    text-decoration: none;
    color: #000;
}

.nav-link:hover {
  background-color: #4aa629;
  color: #fff;
  text-decoration: none;
}

.first-column {
    background-color: #f3f3f1;
    padding: 2rem !important;
}

/* .second-column li,
.third-column li {
    border-left: 3px solid transparent;
} */

.second-column li:hover a,
.third-column li:hover a,
.toggle-sublist.active-sublist {
  background-color: #f3f3f1;
  border-left: 3px solid #4aa629;
  font-weight: 600;
}

.nav-item:hover .nav-link {
  background-color: #4aa629;
  color: #fff;
  text-decoration: none;
}


/* Grid Category Menu */

.card-body-link {
    position: relative;
    cursor: pointer;
}

.card-body-link .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: .5rem 1.25rem .75rem;
    /* background-color: #4aa629; */
    margin-bottom: 0 !important;
}

.card-body-link .card-title span {
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: .125rem;
}

.card-body-link:hover .card-title {
    background-color: #4aa629;
}



/* Container hover effect setup */
.card-body-link {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

/* Card title gradient overlay */
.card-title {
  position: relative;
  padding: 0.75rem 0;
  color: #fff;
  z-index: 1;
}

/* Gradient background with fade effect */
.card-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 0.5s ease-in-out;
  z-index: 0;
}

/* Arrow icon hidden by default */
.card-title img {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(-5px);
  background: transparent;
  height: 100%;;
}

/* On hover: expand gradient overlay and fade in arrow */
.card-body-link:hover .card-title::after {
  width: 85%;
}

.card-body-link:hover .card-title img {
  opacity: 1;
  transform: translateX(0);
}

/* Ensure card title text is above the overlay */
.card-title > span {
  position: relative;
  z-index: 1;
}


/* Banner */

.banner-info {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 3.75rem;
    padding: 2.5rem;
    background-color: #f3f3f1;
    max-width: 28.75rem;
}

.banner-info .p-title {
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    color: #4aa629;
}

.banner-info h1 {
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    font-size: 2.75rem !important;
    font-weight: 400;
    font-family: 'RefregratorDx', sans-serif;
}

.banner-info .p-info {
    margin-bottom: 2rem !important;
    font-weight: 400;
    line-height: 160%;
    color: #4d4d4d;
}

.banner-info button {
    display: flex;
    align-items: center;
    border: none;
    color: #fff;
    background-color: #1c1d1f;
    height: 3rem;
    padding: .625rem 1.25rem;
    border-radius: .25rem;
    width: fit-content;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: clamp(.8rem, 2vw, 1rem);
    line-height: normal;
    letter-spacing: .11rem;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-info button span {
    background-color: #4aa629;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    border-radius: 0 .25rem .25rem 0;
}

.banner-info span .double-arrow {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Banner Section Three */
.banner-section-three,
.banner-section-four,
.banner-section-five{
    position: relative;
}

.banner-content-three {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 3.75rem;
    padding: 2.5rem;
    max-width: 28.75rem;
    color: white;
}

.banner-content-three .banner-section-three-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: .625rem 1.25rem;
    border-radius: .25rem;
    width: fit-content;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .11rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1c1d1f;
    color: #fff;
}

.banner-content-three .banner-section-three-link span {
    font-family: 'RefregratorDx', sans-serif;
    font-size: clamp(.8rem, 2vw, 1rem) !important;
}

.banner-content-three .banner-section-three-icon {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    border-radius: 0 .25rem .25rem 0;
    background-color: #4aa629;
}

.banner-content-three .p-title {
    font-family: Roboto Mono, monospace;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
}

.banner-content-three .p-hashtag {
    font-style: normal;
    font-weight: bolder;
    line-height: 160%;
    color: #4aa629;
}

.banner-content-four {
    position: absolute;
    top: 35%;
}

.banner-content-five {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3.75rem;
    max-width: 28.75rem;
}

.banner-content-five span {
    display: block;
    font-size: 2.75rem !important;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: bolder;
    line-height: 120%;
    letter-spacing: .12rem;
    color: #fff;
}

.banner-content-five-link {
    display: block;
    border: .094rem solid #ffffff;
    color: #fff;
    height: 3rem;
    padding: .625rem 1.25rem;
    border-radius: .25rem;
    width: fit-content;
}

.banner-content-five-link .link-text {
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: 1rem !important;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .11rem;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-content-five-link .double-arrow {
    color: #fff;
    border-left: .094rem solid #ffffff;
    height: inherit;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    border-radius: 0 .25rem .25rem 0;
    display: flex;
    align-items: center;
}

.banner-content-four-top {
    position: absolute;
    top: 17%;
    color: #fff;
}

.banner-content-four-top span {
    display: block;
    font-family: 'RefregratorDx', sans-serif;
    font-size: 2.75rem !important;
    letter-spacing: .33rem;
    font-weight: bolder;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.banner-content-four-top p {
    font-family: Roboto Mono, monospace;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .32rem;
    text-transform: uppercase;
}

.banner-content-four .discounted-header {
    top: 0;
}

.banner-content-three h3 {
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 400;
    font-size: 2.75rem !important;
    line-height: 120%;
    letter-spacing: .12rem;
}

/* .banner-content-four .discounted-cards {
    margin: 3.75rem;
    padding: 3.75rem 0;
} */

.banner-content-four .banner-content-four-inner {
    background-color: white;
    border-radius: .375rem;
    padding: 3.75rem;
}

.banner-content-four .discounted-cards .card{
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    flex: 1 0 calc(25% - 10px);
    min-width: 0;
    max-width: calc(25% - 10px);
}

.banner-content-four .discounted-cards .card .image-link {
    background-color: #f3f3f1;
    border-radius: 0;
}

.banner-content-four .discounted-cards .card .product-image {
    mix-blend-mode: darken;
}

/* Our Story Section */

.our-story-section span {
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.our-story-section .left span {
    display: block;
    font-size: 2.75rem !important;
    letter-spacing: .33rem;
    width: 75%;
}

.our-story-section .right {
    margin-left: 5.75rem;
}

/* Globals styles */

div, h1, h2, h3, h4, h5, h6, p, a, li, label, button, select, options, summary {
    font-family: "Work Sans", sans-serif;
    /* font-display: optional; */
}

ul li {
    list-style-type: none;
    cursor: pointer;
}

    ul li a {
        text-decoration: none;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


/* Header section */

/* header {
    padding: 40px 0 0 0;
} */

.logo {
    width: 110px;
    border-radius: 16px;
}

.catalog {
    width: 100px;
    border-radius: 16px;
    background: #F2F0EA;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.search-box {
    width: 45%;
    border-radius: 16px;
    border: 2px solid #383634;
    display: flex;
    align-items: center;
    padding: 20px;
}

.search-box-mo {
    border-radius: 16px;
    border: 2px solid #383634;
    display: flex;
    align-items: center;
    padding: 20px;
}

.md-search-box {
    width: 250px;
    border-radius: 16px;
}

.md-search-box form {
    width: 100%;
}

.search-box input {
    flex: 1;
    width: 90%;
    height: 65px;
    background-color: #F2F0EA;
    border: none;
    outline: none;
}

.search-box-mo input {
    flex: 1;
    width: 90%;
    height: 65px;
    background-color: #F2F0EA;
    border: none !important;
    outline: none;
    padding: 0 !important;
}

.blinking {
    caret-color: transparent;
    caret-shape: block;
    animation: none;
}

#hamburger-menu-btn {
    border-radius: 16px;
}

#md-cart {
    border-radius: 16px;
}

.nav li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #383634;
}

.currency,
.user,
.cart {
    width: 78px;
    border-radius: 16px;
    background: #F2F0EA;
}

    .user:hover img,
    .cart:hover img {
        filter: brightness(0) invert(1);
    }

    .cart:hover img,
    .cart img {
        transition: fill 0.3s ease;
    }

    .currency select {
        outline: none;
        border: none;
    }

    .currency:hover select {
        background-color: #383634;
        color: #fff;
    }

/* Main section style */

.main-section {
    height: 680px;
    position: relative;
    margin-top: 10px;
    z-index: 0;
}

    .main-section img {
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.carousel-inner .intro {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.intro h1 {
    width: 60%;
    font-size: 3.3vw;
    font-weight: 500;
    color: #fff;
}

.intro p {
    width: 75%;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0 !important;
}

.carousel-inner .learn {
    gap: 10px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
}

.carousel-inner .learn .discover-popular,
.carousel-inner .learn .explore-sales {
    width: 17.5vw;
    border-radius: 10px;
    border: 1px solid #383634;
    font-size: 1.3vw;
    font-weight: 400;
    height: 7.8vh;
    background-color: #F2F0EA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383634;
}

/* New arrivals section */

.new-arrival-section {
    padding: .75rem 0;
    margin: 20px 0;
}

.new-arrival-header {
    margin-left: 3.75rem;
}

.new-arrival-header h2 {
    font-size: 2rem !important;
    letter-spacing: .2rem;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    line-height: 120%;
    margin: 0 !important;
}

.new-arrival-header p {
    font-family: Roboto Mono, monospace;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .32rem;
    color: #4aa629;
    margin: 0 !important;
}

.our-story-section .left a,
.banner-content-four-top a,
.new-arrival-header a,
.discounted-header a {
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: .1rem;
    color: #1c1d1f;
    border-bottom: .125rem solid #4aa629;
    text-transform: uppercase;
    text-decoration: none;
}

.new-arrival-cards,
.discounted-cards {
    margin-top: 1.5rem;
}

.new-arrival-cards::-webkit-scrollbar,
.discounted-cards::-webkit-scrollbar {
    height: 6px;
}

.new-arrival-cards::-webkit-scrollbar-track,
.discounted-cards::-webkit-scrollbar-track {
    background: transparent;
}

.new-arrival-cards::-webkit-scrollbar-thumb,
.discounted-cards::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); 
    border-radius: 3px;
}

.new-arrival-cards,
.discounted-cards {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}


.new-arrival-cards .card {
    position: relative;
    background-color: #fff;
    border: none;
    min-width: 17.5rem;
}

.quick-shop {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem #00000026;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 80%;
}

.quick-shop a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .87rem;
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.new-arrival-cards .card .quick-shop,
.discounted-cards .card .quick-shop {
  display: none;
}

.new-arrival-cards .card:hover .quick-shop,
.discounted-cards .card:hover .quick-shop {
    display: flex;
  display: flex;
}


.new-arrival-cards .card:hover,
.discounted-cards .card:hover {
    cursor: pointer;
}

.card .discount {
    /* background-color: #ffb09c; */
    width: 70px;
    height: 34px;
    border-radius: 10px;
    padding: 5px;
    z-index: 1;
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.card .discount img {
    padding: 5px 5px 0 0;
    width: 18px;
    height: 18px;
}
.card .discount p {
    padding-left: 5px;
}

.product-image-and-title {   
    margin-top: auto !important;
}

.product-image-and-title img {
    min-width: 100%;
    height: auto;
    mix-blend-mode: darken;
}

.product-image-and-title h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    z-index: 1;
}

/* .btn img {
    border: 1px solid #383634;
    border-radius: 10px;
    padding: 10px;
} */

.discouted-price {
    font-size: 15px;
    font-weight: 400;
    color: #7E7F81;
    text-decoration: line-through;
}

.price-now {
    font-size: 30px;
    font-weight: 500;

}

    .price-now span {
        font-family: Inter;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #7E7F81;
    }

.new-arrival-section .new-arrival-cards .card:hover {
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
}

.show-more-new-arrivals-btn,
.show-less-new-arrivals-btn,
.show-more-discounted-btn,
.show-less-discounted-btn {
    margin: 50px 0 0 0;
    padding: 20px 50px;
    border: 1px solid;
    border-radius: 10px;
}

/* Discounted Section */

.discounted-main-con {
    background-color: #fff;
    padding: 30px 0;
}

.discounted-header {
    margin-left: 3.75rem;
}

.discounted-header h2 {
    font-size: 2rem !important;
    letter-spacing: .2rem;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    line-height: 120%;
    margin: 0 !important;
}

.discounted-header p {
    font-family: Roboto Mono, monospace;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .32rem;
    color: #4aa629;
    margin: 0 !important;
}

.discounted-main-con .card:hover {
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.discounted-cards .card {
    background-color: #fff;
    /* border-radius: 16px; */
    z-index: 0;
    border: none;
}

    .discounted-cards .card:hover {
        cursor: pointer;
    }

/* Partners section */

.partners-main-con {
  position: relative; /* Required for positioning the overlay */
  padding: 2.5rem 3.75rem;
  background-image: url(../images/backgroundRectangle.webp);
  background-size: cover;
  background-position: center;
  z-index: 0; /* Keep it below the content */
}

.partners-main-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the 0.5 for more or less darkness */
  z-index: -1; /* Places overlay below content */
}

.partners-main-con .partners-intro .title {
    padding-bottom: 2rem;
    width: 75%;
    font-size: 2.75rem !important;
    letter-spacing: .33rem;
    color: #fff;
    font-family: 'RefregratorDx', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.partners-main-con .partners-intro .join-us-anchor {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: .625rem 1.25rem;
    border-radius: .25rem;
    width: fit-content;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: clamp(.8rem, 2vw, 1rem) !important;
    line-height: normal;
    letter-spacing: .11rem;
    text-transform: uppercase;
    text-decoration: none;
    border: .094rem solid #ffffff !important;
    cursor: pointer;
}

.partners-main-con .partners-intro .join-us-anchor span {
    display: inline-table;
    height: inherit;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    border-radius: 0 .25rem .25rem 0;
    border-left: .094rem solid #ffffff;
    display: flex;
    align-items: center;
}

.partners-intro {
    padding-top: 3.75rem;
}

.partners-btn-div {
    margin: 2.5rem 0;
    margin-left: 5.75rem;
    border-top: .063rem solid rgba(255, 255, 255, .3);
    border-bottom: .063rem solid rgba(255, 255, 255, .3);
    max-width: 35.5rem;
    padding: 1.25rem 0;
}

.partners-btn-div .description-header {
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .5rem;
    letter-spacing: .11rem;
}

.partners-description {
    color: #fff;
}

.partners-btn-div a:hover {
    background-color: #383634;
    color: #F2F0EA;
}

.partners-main-con img {
    border-radius: 16px;
}

.partners-main-con .text-section {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    
}

.partners-main-con .text-section p {
    font-size: 60px;
    font-weight: bold;
    color: #F2F0EA;
    line-height: 60px;
    cursor: pointer;
}

.partners-main-con .text-section p a {
    text-decoration: none;
    color: #F2F0EA;
}

.partners-main-con .text-section p:nth-of-type(2) {
    display: block;
    width: 60% !important;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 18px !important;
    color: #F2F0EA;
    font-weight: 300;
}

.hidden-text {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.hidden-text.visible {
    position: static;
    top: auto;
    left: auto;
}


.tag-img-div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
}

.tag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.25);
    z-index: 1;
    border-radius: 16px;
}

.text-section {
    position: relative;
    z-index: 2;
}

/* About section */
.about-us-section {
    position: relative;
}

.about-us-content {
    position: absolute;
    margin: 3.75rem;
    padding: 2.5rem;
    top: 44%;
    right: 0;
    transform: translateY(-50%);
    max-width: 28.75rem;
    background-color: #f3f3f1;
}

.about-us-content p {
    font-family: Roboto Mono, monospace;
    letter-spacing: .32rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
}

.about-us-content span {
    text-align: center;
    font-size: 2.75rem !important;
    font-weight: bolder;
    font-family: 'RefregratorDx', sans-serif;
    line-height: 120%;
    letter-spacing: .12rem;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.about-us-content .about-us-button {
    background-color: transparent;
    border: .094rem solid #1c1d1f;
    color: #1c1d1f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: .625rem 1.25rem;
    border-radius: .25rem;
    width: fit-content;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: clamp(.8rem, 2vw, 1rem) !important;
    line-height: normal;
    letter-spacing: .11rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.about-us-content .about-us-button .double-arrow {
    border-left: #000000 solid 1px;
    display: inline-table;
    height: inherit;
    padding: 0 1.25rem;
    margin-left: 1.25rem;
    margin-right: -1.25rem;
    border-radius: 0 .25rem .25rem 0;
    width: 3.5rem;
}

/* Footer section */

footer {
    background-color: #1c1d1f;
    padding: 2.5rem 4rem;
}

.footer-menu-container,
.footer-bottom {
    margin-top: 1.781rem;
}

.footer-contact-section {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.footer-menu .headline,
.footer-contact-section .headline {
    font-size: 1rem;
    margin: 0;
    color: #ededed !important;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: .125rem;
}

.footer-contact-email {
    color: #fff;
    padding: 1.5rem .75rem;
    background-color: transparent;
    border: .063rem solid #ffffff;
    border-radius: .25rem;
    flex: 1 1 0%;
    font-family: Work Sans, sans-serif;
    font-size: .875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer-contact-email:focus {
    background-color: transparent;
    border: .063rem solid #ffffff;
    color: #fff;
}

.footer-menu p,
.footer-menu div a {
    color: #d9d9d9;
}

.footer-menu .get-started-btn {
    font-family: 'RefregratorDx', sans-serif;
    min-width: 5.625rem;
    font-size: 1rem;
    padding: .75rem;
    border-radius: .25rem;
    border: 0;
    white-space: nowrap;
    justify-content: center;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .11rem;
    font-weight: 800;
}

.footer-divider_desktop {
    border: .063rem solid #ffffff;
    opacity: .3;
    width: 100%;
    margin-top: 1.875rem;
}

.email-submit-btn {
    font-family: 'RefregratorDx', sans-serif;
    width: 5.625rem;
    font-size: 1rem;
    padding: .75rem;
    border-radius: .25rem;
    border: 0;
    white-space: nowrap;
    justify-content: center;
    background-color: #fff;
    color: #000;
    letter-spacing: .11rem;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-top div {
    color: #d9d9d9;
    font-size: 1.25rem !important;
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.footer-top-divider {
    flex-shrink: 0;
    width: .063rem;
    height: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #d9d9d9;
}

.footer-links a {
    color: #d9d9d9;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.sign-up-for-sms-link {
    color: #d9d9d9;
    font-family: 'RefregratorDx', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}

/* Media Queries */

@media (min-width: 768px) and (max-width: 992px) {
    /*

    #btnLoginDesktop {
        display: none !important;
    }

    #btnLogoutDesktop {
        display: none !important;
    }

    #btnLoginMobile {
        display: block;
    }

    */

    nav .navbar-nav {
        flex-direction: row !important;
    }

    .discounted-cards .card {
        flex: 1 0 calc(33.333% - 6px);
        min-width: 0;
        max-width: calc(33.333% - 6px);
        margin: 3px 3px;
    }

    .footer-social-links {
        flex-direction: column;
    }

    .location-and-signup {
        flex-direction: column;
    }

    .footer-border {
        display: none;
    }

    #sideNav {
        display: none;
    }
}

@media (max-width: 768px) {

    .accordion-button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-vertical-scroll {
        font-size: .75rem !important;
    }

    .top-most-shipping-button {
        font-size: .75rem !important;
        padding-left: .5rem !important;
    }

    .top-accordion-inner {
        min-width: fit-content !important;
        padding:  1.25rem 1.25rem 1rem;
    }

    .top-most-shipping-button {
        margin: 0 !important;
    }

    .card-body-link {
        border: none !important;
    }

    .card-body-link .card-title {
        position: static !important;
        color: #000 !important;
        padding: 0 !important;
    }

    .banner-content-four .discounted-cards .card {
        flex: 1 0 calc(55% - 10px);
        min-width: 0;
        max-width: calc(50% - 10px);
    }

    .banner-content-four-top {
        top: 10% !important;
    }

    .banner-content-four-top p {
        font-size: .875rem !important;
        text-align: center;
    }

    .banner-content-four-top span {
        font-size: 2rem !important;
        text-align: center;
    }

    .banner-section-four {
        flex-direction: column !important;
    }

    .banner-content-four {
        position: static !important;
        margin: 0 auto !important;
    }
    .banner-info h1,
    .banner-content-three h3,
    .banner-content-five span,
    .banner-content-four-top span,
    .about-us-content span,
    .show-adventure-text .header,
    .our-story-section .left span,
    .partners-intro .title {
        font-size: 2rem !important;
    }

    .footer-contact-section {
        width: 100% !important;
    }

    .footer-top {
        gap: .5rem !important;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
    /*

    #btnLoginDesktop {
        display: none !important;
    }

    #btnLogoutDesktop {
        display: none !important;
    }

    #btnLoginMobile {
        display: block;
    }

    */

    .new-arrival-cards {
        height: auto;
        overflow-y: unset;
    }

        .new-arrival-cards .card {
            flex: 1 0 33.333%;
            min-width: 0;
            max-width: calc(49%);
            margin: 3px 3px;
        }

    .discounted-cards {
        height: auto;
        overflow-y: unset;
    }

        .discounted-cards .card {
            flex: 1 0 33.333%;
            min-width: 0;
            margin: 3px 3px;
            max-width: calc(49%);
        }

    .about-section-con {
        flex-direction: column;
    }

    .about-section-left,
    .about-section-right {
        width: 100%;
    }

    .left-footer {
        flex-direction: column;
    }

    .location-and-signup {
        flex-direction: column;
        gap: 0 !important;
    }


    footer {
        justify-content: center;
    }

    /* .footer-links,
    .policies {
        text-align: center;
    } */

        .footer-links ul {
            padding: 0;
        }

        .policies ul {
            padding: 0;
        }

    .footer-social-links {
        flex-direction: column;
        gap: 0 !important;
    }

        .footer-social-links ul {
            display: flex;
            gap: 30px;
        }

    footer .locations {
        max-width: 100%;
    }

    .locations {
        text-align: center;
    }

    .location-and-signup {
        flex-direction: column;
        text-align: center;
    }

    .footer-border {
        display: none;
    }

    .subscribe-form {
        gap: 5px;
        justify-content: center;
        align-items: center;
        border: 1px solid gray;
        border-radius: 10px;
        width: 57%;
        margin: 0 auto;
    }

    #sideNav {
        display: none;
    }
    .carousel-inner .learn {
        flex-direction: column;
    }
    .carousel-inner .learn .discover-popular,
    .carousel-inner .learn .explore-sales {
    width: 25vw;
    height: 4.5vh;
    }

    .discouted-price {
        font-size: 12px;
    }

    .hero-text-div {
        width: 85%;
    }
}

@media screen and (max-width: 576px) {

    .carousel-inner .intro {
        left: 10px;
        bottom: 10px;
    }


    .carousel-inner .learn {
        flex-direction: column;
    }

    .carousel-inner .learn .discover-popular,
    .carousel-inner .learn .explore-sales {
    width: 25vw;
    height: 4.5vh;
    }
            /*

    #btnLoginDesktop {
        display: none !important;
    }

    #btnLogoutDesktop {
        display: none !important;
    }

    #btnLoginMobile {
        display: block;
    }

    */

    .intro h1 {
        width: 95%;
    }

    .new-arrival-cards {
        height: auto;
        overflow-y: unset;
    }

    .new-arrival-cards .card {
        flex: 1 0 33.333%;
        min-width: 0;
        margin: 3px 3px;
        max-width: calc(49%);
    }

    .discounted-cards {
        height: auto;
        overflow-y: unset;
    }

    .discounted-cards .card {
        flex: 1 0 33.333%;
        min-width: 0;
        margin: 3px 3px;
        max-width: calc(49%);
    }

    .about-us-text {
        top: 30%;
    }

    .about-section-left .about-us-desc {
        width: 95%;
    }

    .about-section-con {
        flex-direction: column;
    }

    .about-section-left {
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
    }

    .about-section-right {
        width: 100%;
    }

    footer {
        justify-content: center;
    }

    .left-footer {
        flex-direction: column;
        gap: 0 !important;
    }

    /* .footer-links,
    .policies {
        text-align: center;
    } */

        .footer-links ul {
            padding: 0;
        }

        .policies ul {
            padding: 0;
        }

    .footer-social-links {
        flex-direction: column;
        gap: 0 !important;
    }

        .footer-social-links ul{
            display: flex;
            gap: 30px;
        }

        .location-and-signup {
            flex-direction: column;
            text-align: center;
        }

    footer .locations {
        max-width: 100%;
    }


    .subscribe-form {
        gap: 5px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: none;
        border-radius: 0;
        padding: 10px;
    }

    .signup-section input {
        width: 60vw;
        border-right: none;
        border: 1px solid gray;
        border-radius: 10px;
        padding: 5px;
    }

    .signup-section button {
        width: 60vw;
        border: 1px solid gray;
        border-radius: 10px;
        padding: 5px;
    }

    .footer-border {
        display: none;
    }

    .footer-bottom .copy-right {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .price-now {
        font-size: 18px;
    }

    .price-now span {
        font-size: 10px;
    }

    .discounted-cards .card .product-image-and-title h5 a {
        font-size: 16px !important;
    }

    .new-arrival-cards .card .product-image-and-title h5 a {
        font-size: 16px !important;
    }

    #sideNav {
        display: none;
    }

    .discouted-price {
        font-size: 12px;
    }

    .hero-text-div {
        width: 95%;
    }
}

.search-box input[type="text"] {
    border: none;
    background-color: #F2F0EA;
    outline: none;
    padding: 0 !important;
}

.new-arrival-cards .card .product-image-and-title h5 {
    align-self: flex-start;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    height: 42px;
}

.new-arrival-cards .card .product-image-and-title h5 a {
    align-self: flex-start;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.new-arrival-cards .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .new-arrival-cards .card .product-image-and-title .image-link {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #f3f3f1;
    }


.discounted-cards .card .product-image-and-title h5 {
    align-self: flex-start;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    height: 42px;
}


.discounted-cards .card .product-image-and-title h5 a {
    align-self: flex-start;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.discounted-cards .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 17.5rem;
}

    .discounted-cards .card .product-image-and-title .image-link {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #f3f3f1;
    }


.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 95%;
    margin: 0;
    list-style-type: none;
}

    .tag-cloud li span {
        display: none;
    }

    .tag-cloud li a {
        color: #f2f0ea;
    }

    .tag-cloud li.size1 {
        font-size: 40px;
    }

    .tag-cloud li.size2 {
        font-size: 32px;
        margin-left: 10px;
        margin-top: 5px
    }

    .tag-cloud li.size3 {
        font-size: 25px;
        margin-left: 10px;
        margin-top: 14px;
    }

    .tag-cloud li.size4 {
        font-size: 18px;
        margin-right: 6px;
    }

    .tag-cloud li.size5 {
        font-size: 12px;
        margin-right: 5px;
        margin-top: 2px;
    }

    .tag-cloud li {
        margin-right: 10px;
    }

.new-arrival-cards .product-image-and-title h5 a {
    text-decoration: none;
}

.new-arrival-cards .card .discount p {
    text-decoration: none;
}

.new-arrival-cards .discouted-price {
    text-decoration: none;
}

.new-arrival-cards .price-now {
    text-decoration: none;
    margin: 0;
}

.discounted-cards .product-image-and-title h5 a {
    text-decoration: none;
}

.discounted-cards .discouted-price {
    text-decoration: none;
}

.discounted-cards .card .discount p {
    text-decoration: none;
}

.discounted-cards .price-now {
    text-decoration: none;
    margin: 0;
}

ins {
    text-decoration: none;
}

#add-address-box a{
    background-color: #383634;
    padding: 17px;
}

/* User menu */

.account-menu-hide {
    display: none;
}

/* .user-menu-popup-main {
    position: absolute;
    top: 100%;
    right: 78px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 27px;
    z-index: 100;
    border-radius: 16px;
    background-color: #fff;
} */

    .user-menu-popup-main a {
        padding: 17px 67px;
        border-radius: 10px;
        cursor: pointer;

        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #383634;
        text-decoration: none;
    }

    .user-menu-popup-main .my-account-anchor-tag:hover {
        background-color: #383634;
        color: #F2F0EA;
    }

    .user-menu-popup-main .log-out-anchor-tag:hover {
        background-color: lightgray;
    }

.card-bottom-section {
    height: 62px !important;
    padding-bottom: 1rem;
}

.bought-div img {
    width: 200px !important;
    border-radius: 10px;
}

.me {
    margin-right: 100px;
}


/* .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1c1d1f !important;
    box-shadow: none !important;
} */

/* .very-top {
    height: 30px;
    background-color: #383634;
    position: fixed;
    top: 0;
    z-index: 2;
}

.very-top-mobile {
    height: 30px;
    background-color: #383634;
    position: fixed;
    top: 0;
    z-index: 2;
}

.very-top a,
.very-top p {
    font-size: 16px !important;
}

.very-top a:hover {
    color: #F2F0EA;
} */

.cotact-call a {
    color: #383634;
    font-size: 32px;
}

.breadcrumb {
    background-color: #fff !important;

}

.breadcrumb > li + li:before {
    content: '' !important;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    display: flex;
    align-items: center;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li a span {
    font-size: .75rem !important;
    font-style: normal;
    font-weight: 400;
    color: #4d4d4d;
}

.left-navigation {
    position: absolute;
    top: 30%;
    left: 0;
}

#sideNav {
    position: absolute;
    top: 30%;
    left: 0;
    background-color: #F2F0EA;
    border-radius: 0 10px 10px 0;
    width: 15%;
    padding-bottom: 10px;
}

.list-anchors {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#sideNav .list-anchors a {
    color: #383634;
    font-size: 20px;
}

/* Color variant images */

.has-variant-div {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 30px;
    gap: 4px;
}

.variant-empty-div {
    min-height: 30px;
}

.has-variant-div::-webkit-scrollbar {
    display: none;
}

.has-variant-div img {
    max-width: 30px !important;
    border: 1px solid #383634;
    border-radius: 50%;
    padding: 2px
}

.new-phone {
    all: unset !important;
    cursor: pointer;
}

/* */

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
    height: 2rem !important;
    margin: auto 20px !important;
}

.carousel-item img {
    width: 100% !important;
    height: auto !important;
}

#confirmation-message {
    min-width: 300px;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    text-align: center;
}

.footer-social-links {
    height: 10rem;
}

.working-hours-p {
    font-size: 2rem !important;
    margin-top: 10px;
}

.working-hours-p,
.working-hours-div,
.holyday-info {
    color: #F2F0EA;
}

/**/

.above-footer {
    padding: 2.5rem;
}

.above-footer p {
    margin-bottom: 0 !important;
    text-decoration: none;
    font-family: Roboto Mono, monospace;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .07rem;
    text-transform: uppercase;
    color: #1c1d1f;
}

/* Scroll */
.scroll-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #4aa629;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 1.031rem;
  border-radius: .206rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.scroll-btn {
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: auto;
  visibility: visible;
}

.scroll-btn.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.scroll-btn.left {
  left: 2.5rem;
}

.scroll-btn-prev {
  left: -5.2rem !important;
}

.scroll-btn-next {
  right: -5.2rem !important;
}

.scroll-btn.right {
  right: 2.5rem;
}

.animate-slide-up {
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px); /* Visual feedback */
  }
}

/**/

.show-adventure-section {
    margin: 4.5rem auto;
}

.show-adventure-text {
    text-align: center;
}

.show-adventure-text .header {
    font-family: 'RefregratorDx', sans-serif;
    font-size: 2.75rem !important;
    letter-spacing: .33rem;
    line-height: 120%;
    text-transform: uppercase;
}

.show-adventure-text .desc {
    font-weight: bolder;
}

.show-adventure-text .adventure-button-div {
    margin-top: 2rem;
}

.show-adventure-text .adventure-button {
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: .1rem;
    color: #1c1d1f;
    border-bottom: .125rem solid #4aa629;
    text-transform: uppercase;
    text-decoration: none;
}

.show-adventure {
    overflow-x: scroll;
}

.show-adventure::-webkit-scrollbar {
    height: 6px;
} 

.show-adventure .first-col {
    margin-left: 3.75rem;
}

.show-adventure .last-col {
  margin-right: 3.75rem;
}

.show-adventure .card img {
    width: 19.21875rem;
    height: 19.21875rem;
}

/**/

/* Base menu container */
.mobile-main-menu {
  display: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh !important;
  width: 95%;
  z-index: 1000;
}

.mobile-menu-button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}

.shop-all-div{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.shop-all-div .menu-item-link {
  font-family: 'RefregratorDx', sans-serif;
  font-size: 1.25rem !important;
  line-height: 120%;
  letter-spacing: .125rem;
  font-weight: 800;
  color: #000;
}

.shop-all-div:hover {
  color: #4aa629;
  text-decoration: none;
}

.close-menu-button {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 1.25rem;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.mobile-main-menu.active {
  display: block;
  animation: slide-in 0.3s forwards;
}

/* Level screens */
.menu-level {
  display: none;
  padding: 0 1rem;
  animation: slide-in 0.3s forwards;
}

.menu-level.active {
  display: block;
}

/* Back button */
.back-button {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.back-label {
    display: flex;
    color: #4aa629;
}

/* Menu items */
.menu-item {
  padding: 1rem;
  border-top: .063rem solid #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.level-3 .menu-item {
  color: #000;
}

.main-menu-item {
  color: #000;
  font-weight: 800;
  font-family: 'RefregratorDx', sans-serif;
  letter-spacing: .125rem;
}

.menu-item:hover {
  text-decoration: none;
  color: #000;
}

.shop-all-menu-link {
    color: #4aa629;
    font-size: .875rem !important;
    display: flex;
    align-items: center;
    gap: .25rem;

}

/* Slide in animation */
@keyframes slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}


.category-menu {
    display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; /* same as gap-4 */
}


/*GPD Mobile*/

@media (max-width: 992px) {
    .desktop-main-menu {
      display: none;
    }
    .header-search-box {
        width: 100% !important;
        background-color: #F2F0EA;
        padding: .625rem 0;
        margin-bottom: .75rem;
    }
    .header-search-box-mobile {
        width: 92.2%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

  .banner-info {
    position: static;
    max-width: 100%;
    margin: 0;
    text-align: center;
  } 

  .banner-info button {
    margin: 0 auto;
  }

  .banner-content-three {
    position: static;
    transform: translateY(0);
    text-align: center;
    margin: 0;
    color: #000;
    max-width: 100%;
  }

  /* .card-body-link .card-title {
    position: static;
    padding: .5rem 0 .75rem;
    background-color: transparent;
  } */

  .banner-content-three .banner-section-three-link {
    margin: 0 auto;
  }

  .banner-content-four .banner-content-four-inner {
    padding: 0;
  }

  /* .banner-content-four .discounted-cards .card {

  } */

  .banner-content-five {
    position: static;
    transform: translateY(0);
    text-align: center;
    margin: 0;
    color: #000;
    max-width: 100%;
  }

  .banner-content-five span,
  .banner-content-five-link {
    color: #000;
  }

  .new-arrival-header,
  .discounted-header {
    margin-left: 1.25rem;
  }

  .new-arrival-cards .card:first-child,
  .discounted-cards .card:first-child {
    margin-left: 1.25rem !important;
  }

  .our-story-section .left div {
    width: fit-content;
    margin: 0 auto;
  }

  .our-story-section .left span {
    width: 100%;
  }

  .our-story-section .right {
    display: none;
  }

  .about-us-content {
    position: static;
    margin: 0;
    max-width: 100%;
    transform: translateY(0);
    padding: 1.25rem 1.25rem 2rem;
  }

  /**/
  .category-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .scroll-btn {
    display: none;
  }

  .show-adventure .first-col {
    margin-left: 1.25rem;
  }

  .show-adventure .last-col {
    margin-right: 1.25rem;
  }

  .partners-intro {
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
  }

  .partners-main-con .partners-intro .join-us-anchor {
    margin: 0 auto;
  }

  .partners-main-con .partners-intro .title {
    width: 100% !important;
  }

  .partners-btn-div {
    display: none;
  }

  .above-footer {
    width: 100% !important;
    padding: 1.25rem !important;
    margin: 0 !important;
    align-items: start !important;
    gap: 1.25rem !important;
  }

  /**/
  footer {
    padding: 2.25rem 1.25rem;
  }

  .our-socials,
  .footer-contact-section-div {
    padding-left: 0 !important; 

  }

  .inner-footer {
    width: 100% !important;
    margin: 0 !important;
  }

  .inner-footer :nth-child(3) {
    order: -1 !important;
  }
}

/* Side Login UI */
.login-section-right-small input[type="email"], .login-section-right-small input[type="text"], .login-section-right-small input[type="password"], .login-section-right-small input[type="tel"] {
    height: 3rem;
    padding: 0 .75rem;
    border: .063rem solid #949494;
    border-radius: 4px;
    gap: 10px;
}

.login-section-right-small button.login-small {
    height: 3rem;
    background-color: #000;
    padding: 0 1.25rem;
    border-radius: 4px;
    border: 1px;
    gap: 10px;
    margin-top: 20px;
    color: #fff;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: clamp(.8rem, 2vw, 1rem) !important;
    text-transform: uppercase;
    letter-spacing: .11rem;
}

.logout-small {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
/* Overlay */
.screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999; /* below panel */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Active overlay */
.screen-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Login side panel */
.login-section-right-small {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  background: white;
  z-index: 1000; /* above overlay */
  transition: right 0.3s ease;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  padding: 1.5rem;
  overflow-y: auto;
}

.login-text-div {
    margin: 1.25rem 0;
    line-height: 120%;
    font-size: 2rem !important;
    letter-spacing: .2rem;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.double-arrow-right-login {
    background-color: #4aa629;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.close-login-icon {
    display: flex;
    justify-content: end;
    border-bottom: .063rem solid #CCCCCC;
    padding-bottom: 1.25rem;
    cursor: pointer;
}

/* Active panel */
.login-section-right-small.active {
  right: 0;
}

.my-account-anchor-tag:hover,
.address-anchor-tag:hover,
.orders-anchor-tag:hover,
.change-password-anchor-tag:hover {
    padding-left: .75rem !important;
    border-left: .188rem solid #4aa629;
    font-weight: 600;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Confirm add popup */
.modal-backdrop.show {
    opacity: 0.5 !important;
}

.modal-header {
    flex-direction: row-reverse;
}

.modal-header .modal-title {
    line-height: 120%;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px;
    font-size: 1.5rem !important;
    letter-spacing: 0.15rem;
}

.fade {
    opacity: 1 !important;
    transition: opacity 0.15s linear;
}

.modal-dialog {
    width: 600px;
    margin: 0 !important;
    margin-left: auto !important;
    top: 15% !important;
    right: 5% !important;
}

.bootbox-body {
    max-height: 300px;
    overflow-y: auto;
}

.modal-footer {
    background-color: #f3f3f1 !important;
    justify-content: space-between !important;
}

.btn-checkout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    width: fit-content;
    font-family: 'RefregratorDx', sans-serif;
    font-weight: 800;
    font-size: clamp(0.8rem, 2vw, 1rem);
    line-height: normal;
    letter-spacing: 0.11rem;
    text-transform: uppercase;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 0.25rem;
    text-decoration: none;
    background-color: #000;
}

.btn-checkout:hover {
    background-color: transparent !important;
    border: .094rem solid #1c1d1f !important;
}

.bootbox-close-button {
    width: 20px;
    height: 20px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: none !important;
}
