@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {

    background-color: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #D5D5D5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Antonio", sans-serif;
}

p,
a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    /* font-weight: 600; */
}

.menu-header {
    background: #8C7D5E;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
}

.menu-header p {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
}

.nav-menu li a {
    font-family: "Antonio", sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

ul.icon-nav {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    float: right;
    gap: 15px;
}

.home-banner {
    background-image: url('../images/home-banner.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 15rem;
}

section.home-banner {
    display: flex;
    align-items: center;
}

h1.banner-head {
    font-size: 80px;
    font-weight: 700;
}

span.brown {
    color: #9D5A37;
}

span.br-white {
    color: #8C7D5E;
}

.btn {
    border: 0;
    border-radius: 30px;
    padding: 15px 20px;
}

a.btn {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.btn-primary {
    background: #8C7D5E;
}

.btn.btn-secondary {
    background: white;
    color: black;
}

.section-bg {
    background-image: url('../images/sect-bg.png');
    background-size: cover;
    /* height: 100vh; */
    width: 100%;
    position: relative;
    /* top: -200px; */
}

figure.banner-image {
    position: relative;
    z-index: 1;
}

.product-section {
    display: flex;
    align-items: end;
    padding-bottom: 50px;
}

.product-title {
    font-weight: 900;
}

.btn-web {
    color: white;
    border: 1px solid #9D5A37;
}

section.section.roast-sec-product {
    background-image: url('../images/third-sec.png');
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    top: -200px;
    padding-top: 20rem;
    padding-bottom: 50rem;
}

.bg-sec-discount {
    background-image: url('../images/bg-discount.png');
    background-size: cover;
    position: relative;
}

.left-bg-cofee {
    padding-left: 4rem;
    padding-top: 3rem;
}

p.premimum-cofee-heading {
    font-size: 22px;
    color: white;
    font-weight: 600;
    letter-spacing: 8px;
}

h3.coffee-heading {
    font-size: 120px;
    color: white;
    font-weight: 900;
}

.hollow {
    -webkit-text-stroke: 1px white;
    color: transparent;
}

a.btn.shipping-btn {
    color: white;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50px;
    margin-top: 1rem;
}

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserzrat:ital,wght@0,100..900;1,100..900&display=swap');

body {

    background-color: #1A1818;
}

.discount-black {
    background: #1A1818;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

p.sub {
    color: white;
    font-size: 19.18px;
    font-weight: 600;
    margin: 0;
}

span.discount-number {
    font-family: 'Antonio';
    font-size: 150px;
    font-weight: 900;
    color: #EDA202;
    word-spacing: -30px;
    line-height: 140px;
}

span.discount-number .percent {
    font-size: 60px;
    margin: 0;
    color: #EDA202;
    padding: 0;
}

figure.right-bg-cofee {
    margin: 0;
    position: absolute;
    right: 0;
    top: -23px;
    width: 37%;
    height: 110%;
}

figure.right-bg-cofee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

section.section.bg-sec-discount::after {
    content: "";
    position: absolute;
    bottom: -98px;
    left: 0;
    width: 430px;
    height: 100%;
    background-image: url("../images/beans.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999999999999;
}

.cofee-content {
    padding-bottom: 65px;
}

.product-section {
    padding: 8rem 0;
}

h3.discount-title {
    font-size: 30px;
    font-weight: 700;
}

figure.discount-img {
    margin: 0;
    width: 100%;
}

.product-content {
    background: #302C2C;
    padding: 2rem 1.5rem;
    width: 100%;
    padding-bottom: 2rem;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: relative;
    top: -15px;
    z-index: -1;
}

figure.discount-img img {
    width: 100%;
    /* background: #302c2c; */
}

a.btn.btn-discount {
    position: absolute;
    background: #1A1818;
    color: white;
    border: 1px solid #8C7D5E;
}

a.btn.btn-discount:hover {
    background: white;
    color: #1a1818;
}

.discount-box {
    position: relative;
    padding-bottom: 1rem;
}

.dis-percentage {
    position: absolute;
    right: -10px;
    background: #8C7D5E;
    padding: 30px;
    display: flex;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    justify-content: center;
    align-items: anchor-center;
    top: -23px;
}

.dis-percentage p {
    margin: 0;
}

.dis-percentage p {
    font-size: 81px;
    font-family: 'Antonio';
    font-weight: 900;
}

span {}

.offer-percentag span {
    font-size: 28px;
}

.offer-percentag {
    display: flex;
    flex-direction: column;
    line-height: 31px;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.dis-percentage.brown-percentage {
    background: #9D5A37;
}

.bottom-section {
    padding-bottom: 8rem;
}

h3.new {
    font-size: 80px;
    font-weight: 900;
}

.pro-content .btn-web {
    background: #232020;
}

p.price-text.pro {
    color: #8C7D5E;
    font-size: 24px;
    font-weight: 600;
}

.test-sec {
    background-image: url('../images/bg-test.png');
    height: 720px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    overflow: hidden;
}

.test-item {
    background: #1F1D1D;
    padding: 0 1rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

figure.beans-test {
    position: absolute;
    top: 20;
    width: 35%;
}

.test-content {}

.test-slider .slick-slide {
    margin: 0 10px;
}

.test-slider .slick-list {
    margin: 0 -10px;
}

.insta-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

footer {
    background: url('../images/footer-bg.png');
    background-size: cover;
    height: 100vh;
    margin-top: -9rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

footer ul a,
footer ul p {
    color: #B3AEAE;
    text-decoration: none;
}

ul.quick-footer li {
    line-height: 30px;
}


ul.contact-footer li {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer ul li {
    line-height: 40px;
}

ul.contact-footer li p,
ul.contact-footer li a {
    font-size: 16px;
}

li.phone a {
    color: white;
    font-size: 22px;
}

footer h2 {
    font-weight: 700;
}

h2.news-heading {
    font-size: 30px;
}

span {}

h2.news-heading span {
    font-size: 59px;
    color: #8C7D5E;
}

form.footer-form-newsletter input {
    width: 100%;
    background: 0;
    color: white;
    border: none;
    border-bottom: 1px solid #A69B9B;
    padding: 1rem;
    font-family: "Roboto", sans-serif;

}

.news-letter-content {}

form.footer-form-newsletter {
    margin-top: 2rem;
}


form.footer-form-newsletter input::placeholder {
    color: white;
}

form.footer-form-newsletter {
    position: relative;
}

form.footer-form-newsletter button {
    position: absolute;
    top: 0;
    bottom: 0;
    background: 0;
    border: 0;
    right: 26px;
}

.news-letter-content p {
    font-size: 16px;
}

ul.social-media-footer {
    display: flex;
    list-style: none;
    float: right;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.inner-banner {
    background-image: url("../images/inner-bg.png");
    width: 100%;
    padding: 20rem 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.inner-banner h1 {
    font-size: 80px;
    margin: 0;
    font-weight: 700;
}

section.mission {
    padding-top: 5rem;
}

.mission-primary {
    background: #8C7D5E;
}

.mission-content {
    padding: 2rem 4rem;
    border-radius: 20px;
}

p.mission-description {
    margin: 0;
}

h1.mission-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.mission-secondary {
    background: #9D5A37;
}

section.section.mission .col-md-6 {
    padding-bottom: 3rem;
}

section.section.team {
    padding: 5rem 0;
}

.team-content {
    margin-bottom: 4rem;
}

h6.team-member-title {
    font-size: 20px;
    margin-bottom: 8px;
}

p.team-member-description {
    font-size: 16px;
    color: #9D5A37;
    margin-bottom: 8px;
}

ul.team-social-icons {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 10px;
    align-items: center;
}

ul.team-social-icons path {
    fill: #616161;
}

iframe {
    border-radius: 20px;
}

section.contact-sec {
    padding: 5rem 0;
}

.contact-content {
    background: #9D5A37;
    padding: 2rem 0;
    padding-left: 3rem;
    margin: 10px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 20px);
}

.contact-row {
    background: #2D2C2C;
    border-radius: 15px;
}

.contact-content p {
    margin: 0;
}

.contact-content h3 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: white;
}

ul.contact-icons {
    padding-top: 7rem;
    list-style: none;
    padding-left: 0;
}

ul.contact-icons li {
    display: flex;
    gap: 14px;
    line-height: 44px;
    align-items: center;
}

ul.contact-icons a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

ul.contact-icons p {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

ul.contact-social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    padding-top: 3rem;
    align-items: center;
    gap: 20px;
}


ul.contact-social-icons svg {
    background: black;
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 50%;
}

.form-contact {
    padding: 5rem 0 1rem 1rem;
}

h2.get-contact {
    font-size: 60px;
    font-weight: 700;
}

form.contact-form label {
    display: block;
}

form.contact-form * {
    font-family: 'Montserrat';
}

form.contact-form {
    margin-top: 2rem;
}

form.contact-form label {
    font-size: 14px;
    color: #8C7D5E;
}

form.contact-form .form-group {
    margin-bottom: 1.5rem;
}

form.contact-form input {
    background: 0;
    border: 0;
    border-bottom: 1px solid #B3AEAE;
    width: 100%;
    padding-top: 16px;
}

form.contact-form textarea {
    background: 0;
    border: 0;
    border-bottom: 1px solid #B3AEAE;
    width: 100%;
    padding-top: 16px;
    height: 100px;
}

button.btn.btn-contact {
    background: #8C7D5E;
    color: white;
}

ul.contact-social-icons svg:hover {
    background: white;
}

ul.contact-social-icons svg:hover path {
    color: #9d5a37;
}

.contact-content::after {
    position: absolute;
    content: "";
    background-image: url(../images/circles.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    /* Keep original size */
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.contact-content>* {
    position: relative;
    z-index: 2;
}

.section-heading {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Range Slider Styles */
.range-slider-container {
    max-width: 600px;
    margin: 4rem auto;
    position: relative;
}

.range-input-wrapper {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #3B3428;
    border-radius: 10px;
    outline: none;
    margin: 0;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: #3B3428;
    border-radius: 10px;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 90px;
    height: 38px;
    background: #1A1818;
    border: 2px solid #8C7D5E;
    border-radius: 25px;
    cursor: pointer;
    margin-top: -14px;
    position: relative;
    z-index: 5;
}

.custom-range::-moz-range-thumb {
    width: 90px;
    height: 38px;
    background: #1A1818;
    border: 2px solid #8C7D5E;
    border-radius: 25px;
    cursor: pointer;
}

.range-thumb-label {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-family: 'Antonio', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    z-index: 6;
    left: 50%;
    text-transform: uppercase;
    transition: left 0.1s ease;
}

.range-labels {
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.range-label {
    font-size: 14px;
    color: #FFFFFF;
}

.range-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.range-slider-box .slick-slide {
    margin: 0 15px;
}

.range-slider-box .slick-list {
    margin: 0 -15px;
}

.range-box figure {
    display: flex;
    justify-content: center;
    position: relative;
    height: 391px;
}

.range-box a {
    margin-top: 1rem;
}

.range-bg {
    width: 100%;
    height: 252px;
    background: #221e1e;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
}

.range-slider-box {
    padding-top: 8rem;
    overflow: hidden;
}

.range-slider-box .slick-current.slick-active .range-bg {
    height: calc(100% - 50px);
    background: linear-gradient(to right, #9D5A37 0%, #372013 100%);
}

.pro-section {
    padding: 15rem 0;
    margin-top: -8rem;
}

.pro-section .product-content {
    z-index: 0;
    background: transparent;
}

section.products {
    padding: 10rem 0;
}

ul.filter {
    font-family: 'Antonio';
    list-style: none;
    padding: 0;
}

ul.filter li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff40;
    font-size: 18px;
    align-items: center;
}

li.filter-head {
    font-size: 30px;
    padding-top: 0 !important;
}

span.yellow a {
    text-decoration: none;
    color: #eda202;
}

ul.filter a {
    font-family: 'Antonio';
}

li.filter-head span {
    font-size: 30px;
}

ul.filter span.yellow a {
    font-size: 28px;
}

.search-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 1rem;
    display: flex;
    gap: 16px;
    margin-bottom: 2rem;
}

input.product-search {
    width: 100%;
    background: transparent;
    border: 0;
    font-family: 'Antonio';
    font-size: 18px;
}

.pro-shop-thumb figure {
    background: #2D2C2C;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
    height: 338px;
    align-items: center;
}



.pro-shop-content .pro-title-price * {
    font-family: 'Antonio';
    font-size: 20px;
}

.pro-shop-content .pro-title-price a {
    text-decoration: none;
    color: white;
}

.pro-title-price {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.pro-shop-content {
    margin-top: 1.5rem;
}

.pro-shop-content .yellow {
    color: #EDA202;
}

.qty-btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 13px;
}

.pro-title-price * {
    margin: 0;
}

.pro-shop-thumb {
    margin-bottom: 2rem;
}

/* Product Detail Styles */
.section-product-detail {
    padding: 100px 0;
    background-color: #1A1818;
    color: #D5D5D5;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232020;
    position: sticky;
    border-radius: 30px;
    top: 0;
}

.main-slider {
    border-radius: 40px;
    padding: 0 40px;
    min-height: 440px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main-slider .slider-item {
    outline: none;
}

.main-image {
    margin: 0;
    width: 100%;
    text-align: center;
}

.main-image img {
    max-width: 100%;
    max-height: 450px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1.5px solid rgba(213, 213, 213, 0.3);
    color: #D5D5D5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider-arrow:hover {
    background: white;
    color: black;
    border-color: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
    left: 25px;
}

.next-arrow {
    right: 25px;
}

.thumbnail-slider {
    padding: 10px 0;
}

.thumbnail-slider .slick-track {
    margin-left: 0;
}

.thumbnail-slider .thumb-item {
    /* width: 85px !important; */
    height: 100px;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    outline: none;
}

.thumbnail-slider .thumb-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.thumbnail-slider .thumb-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.thumbnail-slider .slick-current.thumb-item {
    border-color: #EDA202;
    background: rgba(237, 162, 2, 0.05);
}

.thumbnail-slider .slick-current.thumb-item img {
    filter: grayscale(0%);
}

.product-info {
    padding-left: 60px;
}

.product-title-detail {
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.product-price-detail {
    font-size: 30px;
    color: #EDA202;
    margin-bottom: 30px;
    font-weight: 700;
}

.product-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 30px 0;
}

.product-description-detail p {
    font-size: 17px;
    line-height: 1.8;
    color: #A0A0A0;
    /* margin-bottom: 40px; */
}

.product-selections {
    /* display: flex; */
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
    gap: 15px;
}

.selection-options {
    display: flex;
    gap: 15px;
    flex: 3;
}

.selection-btn {
    background: #1A1818;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selection-btn:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.selection-btn.active {
    border-color: #EDA202;
    background: rgba(237, 162, 2, 0.1);
}

.btn-shop-now {
    background: #8C7D5E;
    color: white;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-shop-now:hover {
    background: #a3926e;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.product-sub-description {
    font-size: 17px;
    line-height: 1.8;
    color: #A0A0A0;
    margin-bottom: 50px;
}

.tasting-notes h4 {
    font-size: 24px;
    color: #D5D5D5;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.tasting-notes ul {
    list-style: none;
    padding: 0;
}

.tasting-notes ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #A0A0A0;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.tasting-notes ul li strong {
    color: white;
    font-weight: 700;
    min-width: 180px;
    display: inline-block;
    text-transform: capitalize;
}

.slick-slide.slick-current .thumb-item {
    background: #1A1818;
    border: 1px solid #EDA202;
}

.selection-options .btn.btn-web {
    font-family: 'Montserrat';
    font-weight: 600;
    width: 20%;
}

.qty-btns a {
    width: 100%;
}

section.section.recommended-products {
    padding: 5rem 0;
}

section.section.recommended-products {
    padding: 5rem 0;
}

.recommended-products-content {
    margin-bottom: 3rem;
}

.choose-your-product-content h2 {
    font-size: 80px;
    font-weight: 700;
}

button#profile-tab {}

ul#custom-product-filter {
    font-family: 'Montserrat';
    background: #302C2C;
    padding: 10px 0;
    border-radius: 30px;
}

ul#custom-product-filter button {
    font-size: 14px;
    color: white;
    padding: 10px 18px;
}

ul#custom-product-filter {}

button#profile-tab {}

ul#custom-product-filter {
    font-family: 'Montserrat';
    background: #302C2C;
    padding: 10px 0;
    border-radius: 30px;
}

ul#custom-product-filter button {
    font-size: 14px;
    color: white;
    padding: 10px 18px;
}

ul#custom-product-filter {}

button#profile-tab {}

ul#custom-product-filter {
    font-family: 'Montserrat';
    background: #302C2C;
    padding: 10px 15px;
    border-radius: 30px;
    justify-content: space-between;
}

ul#custom-product-filter button {
    font-size: 14px;
    color: white;
    padding: 10px 25px;
    text-align: center;
}

ul#custom-product-filter {}

button#home-tab {}

ul#custom-product-filter .active {
    background: #9D5A37;
    border-radius: 30px;
}

section.choose-your-product {
    padding: 5rem 0;
    margin-bottom: 6rem;
}

.product-filter-box {
    background: #2D2C2C;
    border-radius: 30px;
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-bottom: 3rem;
}

.product-filter-lists {
    margin-top: 2rem;
}

.product-counter {
    position: absolute;
    background: #8C7D5E;
    width: 80%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0.35rem;
    border-radius: 20px;
    font-size: 22px;
    font-family: 'Montserrat';
}

.product-counter .input-qty {
    background: transparent;
}

.product-counter input {
    background: 0;
    border: 0;
    text-align: center;
    width: 75%;
}

.product-counter .btn-m-qty {
    background: 0;
    border: 0;
}

.product-counter * {
    font-weight: 600;
}

.product-filter-box figure {
    width: 100%;
}

.discount-codes {
    display: flex;
    justify-content: space-around;
    gap: 15px;
}

.discount-codes * {
    font-family: 'Antonio';
}

.dis-box {
    text-align: center;
    width: 100%;
    /* padding: 1.5rem 0.5rem; */
    /* border-radius: 35px; */
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem;
}


.dis-box p {
    margin: 0;
    font-size: 16px;
    color: #A59B9B;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
}

.dis-box h5 {
    font-size: 39px;
    font-weight: 900;
    color: #9D5A37;
    line-height: 1;
    margin-bottom: 5px;
}

.dis-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/border-image.png);
    background-size: 100% 100%;
}

.dis-box.free-shipping::after {
    background: url(../images/border-img-2.png);
    background-size: 100% 100%;
}

.dis-box.free-shipping {
    margin-top: 25px;
    padding: 2rem 0;
}

.dis-box.free-shipping h6 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}

/* Subscription Column Titles */
.sub-column-title {
    font-family: 'Antonio', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* Frequency Section */
.frequency-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.freq-btn {
    background: #232020;
    border: none;
    color: white;
    padding: 16px 20px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.freq-wrapper.popular {
    position: relative;
    margin-top: 5px;
}

.badge-popular {
    position: absolute;
    top: -12px;
    left: 0;
    background: #8C7D5E;
    backdrop-filter: blur(4px);
    color: white;
    font-size: 12px;
    padding: 3px 14px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 55%;
}

.freq-btn:hover {
    background: #302C2C;
}

.freq-btn.active {
    background: #9D5A37;
}

/* Subscription Options Grid */
.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sub-option label {
    background: #232020;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;


    @import url('https: //fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    body {

        background-color: #000;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        color: #D5D5D5;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Antonio", sans-serif;
    }

    p,
    a {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        /* font-weight: 600; */
    }

    .menu-header {
        background: #8C7D5E;
    }

    header {
        position: absolute;
        width: 100%;
        top: 0;
    }

    .menu-header p {
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 5px 0;
    }

    .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        list-style: none;
        padding: 0;
    }

    .nav-menu li a {
        font-family: "Antonio", sans-serif;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: white;
    }

    ul.icon-nav {
        display: flex;
        align-items: center;
        height: 100%;
        list-style: none;
        float: right;
        gap: 15px;
    }

    .home-banner {
        background-image: url('../images/home-banner.png');
        background-size: cover;
        height: 100%;
        width: 100%;
        padding-top: 15rem;
    }

    section.home-banner {
        display: flex;
        align-items: center;
    }

    h1.banner-head {
        font-size: 80px;
        font-weight: 700;
    }

    span.brown {
        color: #9D5A37;
    }

    span.br-white {
        color: #8C7D5E;
    }

    .btn {
        border: 0;
        border-radius: 30px;
        padding: 15px 20px;
    }

    a.btn {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }

    .btn-primary {
        background: #8C7D5E;
    }

    .btn.btn-secondary {
        background: white;
        color: black;
    }

    .section-bg {
        background-image: url('../images/sect-bg.png');
        background-size: cover;
        height: 100vh;
        width: 100%;
        position: relative;
        top: -200px;
    }

    figure.banner-image {
        position: relative;
        z-index: 1;
    }

    .product-section {
        display: flex;
        align-items: end;
        padding-bottom: 50px;
    }

    .product-title {
        font-weight: 900;
    }

    .btn-web {
        color: white;
        border: 1px solid #9D5A37;
    }

    section.section.roast-sec-product {
        background-image: url('../images/third-sec.png');
        background-size: cover;
        height: 100vh;
        width: 100%;
        position: relative;
        top: -200px;
        padding-top: 20rem;
        padding-bottom: 50rem;
    }

    .bg-sec-discount {
        background-image: url('../images/bg-discount.png');
        background-size: cover;
        position: relative;
    }

    .left-bg-cofee {
        padding-left: 4rem;
        padding-top: 3rem;
    }

    p.premimum-cofee-heading {
        font-size: 22px;
        color: white;
        font-weight: 600;
        letter-spacing: 8px;
    }

    h3.coffee-heading {
        font-size: 120px;
        color: white;
        font-weight: 900;
    }

    .hollow {
        -webkit-text-stroke: 1px white;
        color: transparent;
    }

    a.btn.shipping-btn {
        color: white;
        padding: 15px 20px;
        text-align: center;
        border: 1px solid white;
        border-radius: 50px;
        margin-top: 1rem;
    }

    @import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserzrat:ital,wght@0,100..900;1,100..900&display=swap');

    body {

        background-color: #1A1818;
    }

    .discount-black {
        background: #1A1818;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    p.sub {
        color: white;
        font-size: 19.18px;
        font-weight: 600;
        margin: 0;
    }

    span.discount-number {
        font-family: 'Antonio';
        font-size: 150px;
        font-weight: 900;
        color: #EDA202;
        word-spacing: -30px;
        line-height: 140px;
    }

    span.discount-number .percent {
        font-size: 60px;
        margin: 0;
        color: #EDA202;
        padding: 0;
    }

    figure.right-bg-cofee {
        margin: 0;
        position: absolute;
        right: 0;
        top: -23px;
        width: 37%;
        height: 110%;
    }

    figure.right-bg-cofee img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px;
    }

    section.section.bg-sec-discount::after {
        content: "";
        position: absolute;
        bottom: -98px;
        left: 0;
        width: 430px;
        height: 100%;
        background-image: url("../images/beans.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99999999999999;
    }

    .cofee-content {
        padding-bottom: 65px;
    }

    .product-section {
        padding: 8rem 0;
    }

    h3.discount-title {
        font-size: 30px;
        font-weight: 700;
    }

    figure.discount-img {
        margin: 0;
        width: 100%;
    }

    .product-content {
        background: #302C2C;
        padding: 2rem 1.5rem;
        width: 100%;
        padding-bottom: 2rem;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        position: relative;
        top: -15px;
        z-index: -1;
    }

    figure.discount-img img {
        width: 100%;
        /* background: #302c2c; */
    }

    a.btn.btn-discount {
        position: absolute;
        background: #1A1818;
        color: white;
        border: 1px solid #8C7D5E;
    }

    a.btn.btn-discount:hover {
        background: white;
        color: #1a1818;
    }

    .discount-box {
        position: relative;
        padding-bottom: 1rem;
    }

    .dis-percentage {
        position: absolute;
        right: -10px;
        background: #8C7D5E;
        padding: 30px;
        display: flex;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        justify-content: center;
        align-items: anchor-center;
        top: -23px;
    }

    .dis-percentage p {
        margin: 0;
    }

    .dis-percentage p {
        font-size: 81px;
        font-family: 'Antonio';
        font-weight: 900;
    }

    span {}

    .offer-percentag span {
        font-size: 28px;
    }

    .offer-percentag {
        display: flex;
        flex-direction: column;
        line-height: 31px;
        justify-content: center;
        text-align: center;
        font-weight: 700;
    }

    .dis-percentage.brown-percentage {
        background: #9D5A37;
    }

    .bottom-section {
        padding-bottom: 8rem;
    }

    h3.new {
        font-size: 80px;
        font-weight: 900;
    }

    .pro-content .btn-web {
        background: #232020;
    }

    p.price-text.pro {
        color: #8C7D5E;
        font-size: 24px;
        font-weight: 600;
    }

    .test-sec {
        background-image: url('../images/bg-test.png');
        height: 100vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top right;
        position: relative;
    }

    .test-item {
        background: #1F1D1D;
        padding: 0 1rem;
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    figure.beans-test {
        position: absolute;
        top: 8%;
    }

    .test-content {
        padding-top: 7rem;
    }

    .test-slider .slick-slide {
        margin: 0 10px;
    }

    .test-slider .slick-list {
        margin: 0 -10px;
    }

    .insta-slider {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
    }

    footer {
        background: url('../images/footer-bg.png');
        background-size: cover;
        height: 100vh;
        margin-top: -9rem;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin-top: 2rem;
    }

    footer ul a,
    footer ul p {
        color: #B3AEAE;
        text-decoration: none;
    }

    ul.quick-footer li {
        line-height: 30px;
    }

    ul.contact-footer li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    footer ul li {
        line-height: 40px;
    }

    ul.contact-footer li p,
    ul.contact-footer li a {
        font-size: 16px;
    }

    li.phone a {
        color: white;
        font-size: 22px;
    }

    footer h2 {
        font-weight: 700;
    }

    h2.news-heading {
        font-size: 30px;
    }

    span {}

    h2.news-heading span {
        font-size: 59px;
        color: #8C7D5E;
    }

    form.footer-form-newsletter input {
        width: 100%;
        background: 0;
        color: white;
        border: none;
        border-bottom: 1px solid #A69B9B;
        padding: 1rem;
        font-family: "Roboto", sans-serif;

    }

    .news-letter-content {}

    form.footer-form-newsletter {
        margin-top: 2rem;
    }

    form.footer-form-newsletter input::placeholder {
        color: white;
    }

    form.footer-form-newsletter {
        position: relative;
    }

    form.footer-form-newsletter button {
        position: absolute;
        top: 0;
        bottom: 0;
        background: 0;
        border: 0;
        right: 26px;
    }

    .news-letter-content p {
        font-size: 16px;
    }

    ul.social-media-footer {
        display: flex;
        list-style: none;
        float: right;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .inner-banner {
        background-image: url("../images/inner-bg.png");
        width: 100%;
        padding: 20rem 0;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.inner-banner h1 {
        font-size: 80px;
        margin: 0;
        font-weight: 700;
    }

    section.mission {
        padding-top: 5rem;
    }

    .mission-primary {
        background: #8C7D5E;
    }

    .mission-content {
        padding: 2rem 4rem;
        border-radius: 20px;
    }

    p.mission-description {
        margin: 0;
    }

    h1.mission-title {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .mission-secondary {
        background: #9D5A37;
    }

    section.section.mission .col-md-6 {
        padding-bottom: 3rem;
    }

    section.section.team {
        padding: 5rem 0;
    }

    .team-content {
        margin-bottom: 4rem;
    }

    h6.team-member-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    p.team-member-description {
        font-size: 16px;
        color: #9D5A37;
        margin-bottom: 8px;
    }

    ul.team-social-icons {
        list-style: none;
        display: flex;
        padding: 0;
        gap: 10px;
        align-items: center;
    }

    ul.team-social-icons path {
        fill: #616161;
    }

    iframe {
        border-radius: 20px;
    }

    section.contact-sec {
        padding: 5rem 0;
    }

    .contact-content {
        background: #9D5A37;
        padding: 2rem 0;
        padding-left: 3rem;
        margin: 10px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
    }

    .contact-row {
        background: #2D2C2C;
        border-radius: 15px;
    }

    .contact-content p {
        margin: 0;
    }

    .contact-content h3 {
        font-family: 'Montserrat';
        font-size: 28px;
        color: white;
    }

    ul.contact-icons {
        padding-top: 7rem;
        list-style: none;
        padding-left: 0;
    }

    ul.contact-icons li {
        display: flex;
        gap: 14px;
        line-height: 44px;
        align-items: center;
    }

    ul.contact-icons a {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

    ul.contact-icons p {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

    ul.contact-social-icons {
        display: flex;
        list-style: none;
        padding: 0;
        padding-top: 3rem;
        align-items: center;
        gap: 15px;
    }

    ul.contact-social-icons svg {
        background: black;
        width: 35px;
        height: 35px;
        padding: 6px;
        border-radius: 50%;
    }

    .form-contact {
        padding: 5rem 0 1rem 1rem;
    }

    h2.get-contact {
        font-size: 60px;
        font-weight: 700;
    }

    form.contact-form label {
        display: block;
    }

    form.contact-form * {
        font-family: 'Montserrat';
    }

    form.contact-form {
        margin-top: 2rem;
    }

    form.contact-form label {
        font-size: 14px;
        color: #8C7D5E;
    }

    form.contact-form .form-group {
        margin-bottom: 1.5rem;
    }

    form.contact-form input {
        background: 0;
        border: 0;
        border-bottom: 1px solid #B3AEAE;
        width: 100%;
        padding-top: 16px;
    }

    form.contact-form textarea {
        background: 0;
        border: 0;
        border-bottom: 1px solid #B3AEAE;
        width: 100%;
        padding-top: 16px;
        height: 100px;
    }

    button.btn.btn-contact {
        background: #8C7D5E;
        color: white;
    }

    ul.contact-social-icons svg:hover {
        background: white;
    }

    ul.contact-social-icons svg:hover path {
        color: #9d5a37;
    }

    .contact-content:: after {
        position: absolute;
        content: "";
        background-image: url(../images/circles.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
        /* Keep original size */
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .contact-content>* {
        position: relative;
        z-index: 2;
    }

    .section-heading {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    /* Range Slider Styles */
    .range-slider-container {
        max-width: 600px;
        margin: 4rem auto;
        position: relative;
    }

    .range-input-wrapper {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .custom-range {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 10px;
        background: #3B3428;
        border-radius: 10px;
        outline: none;
        margin: 0;
    }

    .custom-range:: -webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        background: #3B3428;
        border-radius: 10px;
    }

    .custom-range:: -webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 90px;
        height: 38px;
        background: #1A1818;
        border: 2px solid #8C7D5E;
        border-radius: 25px;
        cursor: pointer;
        margin-top: -14px;
        position: relative;
        z-index: 5;
    }

    .custom-range:: -moz-range-thumb {
        width: 90px;
        height: 38px;
        background: #1A1818;
        border: 2px solid #8C7D5E;
        border-radius: 25px;
        cursor: pointer;
    }

    .range-thumb-label {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        font-family: 'Antonio', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: white;
        z-index: 6;
        left: 50%;
        text-transform: uppercase;
        transition: left 0.1s ease;
    }

    .range-labels {
        font-family: 'Antonio', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }

    .range-label {
        font-size: 14px;
        color: #FFFFFF;
    }

    .range-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .range-slider-box .slick-slide {
        margin: 0 15px;
    }

    .range-slider-box .slick-list {
        margin: 0 -15px;
    }

    .range-box figure {
        display: flex;
        justify-content: center;
        position: relative;
        height: 391px;
    }

    .range-box a {
        margin-top: 1rem;
    }

    .range-bg {
        width: 100%;
        height: 252px;
        background: #221e1e;
        position: absolute;
        bottom: 0;
        z-index: -1;
        border-radius: 30px;
    }

    .range-slider-box {
        padding-top: 8rem;
        overflow: hidden;
    }

    .range-slider-box .slick-current.slick-active .range-bg {
        height: calc(100% - 50px);
        background: linear-gradient(to right, #9D5A37 0%, #372013 100%);
    }

    .pro-section {
        padding: 15rem 0;
    }

    .pro-section .product-content {
        z-index: 0;
        background: transparent;
    }

    section.products {
        padding: 10rem 0;
    }

    ul.filter {
        font-family: 'Antonio';
        list-style: none;
        padding: 0;
    }

    ul.filter li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ffffff40;
        font-size: 18px;
        align-items: center;
    }

    li.filter-head {
        font-size: 30px;
        padding-top: 0 !important;
    }

    span.yellow a {
        text-decoration: none;
        color: #eda202;
    }

    ul.filter a {
        font-family: 'Antonio';
    }

    li.filter-head span {
        font-size: 30px;
    }

    ul.filter span.yellow a {
        font-size: 28px;
    }

    .search-container {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding-bottom: 1rem;
        display: flex;
        gap: 16px;
        margin-bottom: 2rem;
    }

    input.product-search {
        width: 100%;
        background: transparent;
        border: 0;
        font-family: 'Antonio';
        font-size: 18px;
    }

    .pro-shop-thumb figure {
        background: #2D2C2C;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0;
        height: 338px;
    }



    .pro-shop-content .pro-title-price * {
        font-family: 'Antonio';
        font-size: 20px;
    }

    .pro-shop-content .pro-title-price a {
        text-decoration: none;
        color: white;
    }

    .pro-title-price {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .pro-shop-content {
        margin-top: 1.5rem;
    }

    .pro-shop-content .yellow {
        color: #EDA202;
    }

    .qty-btns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        gap: 13px;
    }

    .pro-title-price * {
        margin: 0;
    }

    .pro-shop-thumb {
        margin-bottom: 2rem;
    }

    /* Product Detail Styles */
    .section-product-detail {
        padding: 100px 0;
        background-color: #1A1818;
        color: #D5D5D5;
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        gap: 30px;
        background: #232020;
        border-radius: 30px;
    }

    .main-slider {
        border-radius: 40px;
        padding: 0 40px;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .main-slider .slider-item {
        outline: none;
    }

    .main-image {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .main-image img {
        max-width: 100%;
        max-height: 450px;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: 1.5px solid rgba(213, 213, 213, 0.3);
        color: #D5D5D5;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .slider-arrow: hover {
        background: white;
        color: black;
        border-color: white;
        transform: translateY(-50%) scale(1.1);
    }

    .prev-arrow {
        left: 25px;
    }

    .next-arrow {
        right: 25px;
    }

    .thumbnail-slider {
        padding: 10px 0;
    }

    .thumbnail-slider .slick-track {
        margin-left: 0;
    }

    .thumbnail-slider .thumb-item {
        /* width: 85px !important; */
        height: 100px;
        border-radius: 12px;
        padding: 12px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        outline: none;
    }

    .thumbnail-slider .thumb-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(20%);
        transition: all 0.3s ease;
    }

    .thumbnail-slider .thumb-item: hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

    .thumbnail-slider .slick-current.thumb-item {
        border-color: #EDA202;
        background: rgba(237, 162, 2, 0.05);
    }

    .thumbnail-slider .slick-current.thumb-item img {
        filter: grayscale(0%);
    }

    .product-info {
        padding-left: 60px;
    }

    .product-title-detail {
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: white;
        margin-bottom: 20px;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .product-price-detail {
        font-size: 30px;
        color: #EDA202;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .product-divider {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        margin: 30px 0;
    }

    .product-description-detail {
        font-size: 17px;
        line-height: 1.8;
        color: #A0A0A0;
        margin-bottom: 40px;
    }

    .product-selections {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 45px;
    }

    .selection-options {
        display: flex;
        gap: 15px;
        flex: 2;
    }

    .selection-btn {
        background: #1A1818;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: white;
        padding: 12px 35px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .selection-btn: hover {
        border-color: rgba(255, 255, 255, 0.4);
    }

    .selection-btn.active {
        border-color: #EDA202;
        background: rgba(237, 162, 2, 0.1);
    }

    .btn-shop-now {
        background: #8C7D5E;
        color: white;
        padding: 15px 50px;
        border-radius: 50px;
        font-weight: 700;
        text-transform: capitalize;
        border: none;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .btn-shop-now: hover {
        background: #a3926e;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .product-sub-description {
        font-size: 17px;
        line-height: 1.8;
        color: #A0A0A0;
        margin-bottom: 50px;
    }

    .tasting-notes h4 {
        font-size: 24px;
        color: #D5D5D5;
        margin-bottom: 30px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
    }

    .tasting-notes ul {
        list-style: none;
        padding: 0;
    }

    .tasting-notes ul li {
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        color: #A0A0A0;
        margin-bottom: 15px;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }

    .tasting-notes ul li strong {
        color: white;
        font-weight: 700;
        min-width: 180px;
        display: inline-block;
        text-transform: capitalize;
    }

    .slick-slide.slick-current .thumb-item {
        background: #1A1818;
        border: 1px solid #EDA202;
    }

    .selection-options .btn.btn-web {
        flex: 1;
        font-family: 'Montserrat';
        font-weight: 600;
    }

    .qty-btns a {
        width: 100%;
    }

    section.section.recommended-products {
        padding: 5rem 0;
    }

    section.section.recommended-products {
        padding: 5rem 0;
    }

    .recommended-products-content {
        margin-bottom: 3rem;
    }

    .choose-your-product-content h2 {
        font-size: 80px;
        font-weight: 700;
    }

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 0;
        border-radius: 30px;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 18px;
    }

    ul#custom-product-filter {}

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 0;
        border-radius: 30px;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 18px;
    }

    ul#custom-product-filter {}

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 15px;
        border-radius: 30px;
        justify-content: space-between;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 25px;
        text-align: center;
    }

    ul#custom-product-filter {}

    button#home-tab {}

    ul#custom-product-filter .active {
        background: #9D5A37;
        border-radius: 30px;
    }

    section.choose-your-product {
        padding: 5rem 0;
    }

    .product-filter-box {
        background: #2D2C2C;
        border-radius: 30px;
        text-align: center;
        padding: 1rem;
        position: relative;
        margin-bottom: 3rem;
    }

    .product-filter-lists {
        margin-top: 2rem;
    }

    .product-counter {
        position: absolute;
        background: #8C7D5E;
        width: 80%;
        left: 0;
        right: 0;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        padding: 0.35rem;
        border-radius: 20px;
        font-size: 22px;
        font-family: 'Montserrat';
    }

    .product-counter .input-qty {
        background: transparent;
    }

    .product-counter input {
        background: 0;
        border: 0;
        text-align: center;
        width: 75%;
    }

    .product-counter .btn-m-qty {
        background: 0;
        border: 0;
    }

    .product-counter * {
        font-weight: 600;
    }

    .product-filter-box figure {
        height: 353px;
    }

    .discount-codes {
        display: flex;
        justify-content: space-around;
        gap: 15px;
    }

    .discount-codes * {
        font-family: 'Antonio';
    }

    .dis-box {
        text-align: center;
        width: 100%;
        /* padding: 1.5rem 0.5rem; */
        border-radius: 35px;
        background: transparent;
        transition: all 0.3s ease;
        position: relative;
        padding: 1rem;
    }


    .dis-box p {
        margin: 0;
        font-size: 16px;
        color: #A59B9B;
        text-transform: uppercase;
        font-family: 'Antonio', sans-serif;
    }

    .dis-box h5 {
        font-size: 70px;
        font-weight: 900;
        color: #9D5A37;
        line-height: 1;
        margin-bottom: 5px;
    }

    .dis-box:: after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/border-image.png);
        background-size: 100% 100%;
    }

    .dis-box.free-shipping:: after {
        background: url(../images/border-img-2.png);
        background-size: 100% 100%;
    }

    .dis-box.free-shipping {
        margin-top: 25px;
        padding: 2rem 0;
    }

    .dis-box.free-shipping h6 {
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin: 0;
        letter-spacing: 1px;
    }

    /* Subscription Column Titles */
    .sub-column-title {
        font-family: 'Antonio', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin-bottom: 25px;
        text-transform: none;
        letter-spacing: 0.5px;
    }

    /* Frequency Section */
    .frequency-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .freq-btn {
        background: #232020;
        border: none;
        color: white;
        padding: 16px 20px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
        width: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .freq-wrapper.popular {
        position: relative;
        margin-top: 5px;
    }

    .badge-popular {
        position: absolute;
        top: -12px;
        left: 0;
        background: #8C7D5E;
        backdrop-filter: blur(4px);
        color: white;
        font-size: 12px;
        padding: 3px 14px;
        border-radius: 8px;
        font-weight: 700;
        text-transform: capitalize;
        z-index: 10;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 55%;
    }

    .freq-btn: hover {
        background: #302C2C;
    }

    .freq-btn.active {
        background: #9D5A37;
    }

    /* Subscription Options Grid */
    .options-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .sub-option label {
        background: #232020;
        border-radius: 25px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
    }

    .sub-option: hover {
        /* transform: translateY(-2px); */
        /* background: #2a2727; */
    }

    .sub-option input {
        position: absolute;
        opacity: 0;
    }

    .option-content {
        padding: 30px 20px 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        flex-grow: 1;
    }

    .custom-radio {
        min-width: 24px;
        height: 24px;
        border: 2.5px solid #666;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }

    .sub-option input:checked+.option-content .custom-radio {
        border-color: #9D5A37;
    }

    .sub-option input:checked+.option-content .custom-radio::after {
        content: '';
        width: 12px;
        height: 12px;
        background: #9D5A37;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .option-text p {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

    .option-title {
        font-size: 14px;
        font-weight: 600;
        color: #D5D5D5;
    }

    .option-price {
        font-size: 18px;
        font-weight: 700;
        color: white;
        margin-top: 4px !important;
    }

    .option-footer {
        background: #8C7D5E;
        color: white;
        text-align: center;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 0 8px;
    }

    .option-footer.primary {
        background: #9D5A37;
    }

    /* Checkout Button */
    .btn-subtotal-checkout {
        width: 100%;
        background: #9D5A37;
        color: white;
        padding: 22px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 17px;
        border: none;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .btn-subtotal-checkout: hover {
        background: #ae6a45;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    label.sub-option.active a.btn {
        background: #9d5a37;
        color: white;
        padding: 5px;
    }

    .sub-option a.btn {}

    .sub-option a {
        font-size: 12px;
        text-align: center;
        width: 100%;
        background: #8c7d5e;
        padding: 9px;
    }

    ;

    @import url('https: //fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    body {

        background-color: #000;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        color: #D5D5D5;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Antonio", sans-serif;
    }

    p,
    a {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        /* font-weight: 600; */
    }

    .menu-header {
        background: #8C7D5E;
    }

    header {
        position: absolute;
        width: 100%;
        top: 0;
    }

    .menu-header p {
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 5px 0;
    }

    .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        list-style: none;
        padding: 0;
    }

    .nav-menu li a {
        font-family: "Antonio", sans-serif;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: white;
    }

    ul.icon-nav {
        display: flex;
        align-items: center;
        height: 100%;
        list-style: none;
        float: right;
        gap: 15px;
    }

    .home-banner {
        background-image: url('../images/home-banner.png');
        background-size: cover;
        height: 100%;
        width: 100%;
        padding-top: 15rem;
    }

    section.home-banner {
        display: flex;
        align-items: center;
    }

    h1.banner-head {
        font-size: 80px;
        font-weight: 700;
    }

    span.brown {
        color: #9D5A37;
    }

    span.br-white {
        color: #8C7D5E;
    }

    .btn {
        border: 0;
        border-radius: 30px;
        padding: 15px 20px;
    }

    a.btn {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }

    .btn-primary {
        background: #8C7D5E;
    }

    .btn.btn-secondary {
        background: white;
        color: black;
    }

    .section-bg {
        background-image: url('../images/sect-bg.png');
        background-size: cover;
        height: 100vh;
        width: 100%;
        position: relative;
        top: -200px;
    }

    figure.banner-image {
        position: relative;
        z-index: 1;
    }

    .product-section {
        display: flex;
        align-items: end;
        padding-bottom: 50px;
    }

    .product-title {
        font-weight: 900;
    }

    .btn-web {
        color: white;
        border: 1px solid #9D5A37;
    }

    section.section.roast-sec-product {
        background-image: url('../images/third-sec.png');
        background-size: cover;
        height: 100vh;
        width: 100%;
        position: relative;
        top: -200px;
        padding-top: 20rem;
        padding-bottom: 50rem;
    }

    .bg-sec-discount {
        background-image: url('../images/bg-discount.png');
        background-size: cover;
        position: relative;
    }

    .left-bg-cofee {
        padding-left: 4rem;
        padding-top: 3rem;
    }

    p.premimum-cofee-heading {
        font-size: 22px;
        color: white;
        font-weight: 600;
        letter-spacing: 8px;
    }

    h3.coffee-heading {
        font-size: 120px;
        color: white;
        font-weight: 900;
    }

    .hollow {
        -webkit-text-stroke: 1px white;
        color: transparent;
    }

    a.btn.shipping-btn {
        color: white;
        padding: 15px 20px;
        text-align: center;
        border: 1px solid white;
        border-radius: 50px;
        margin-top: 1rem;
    }

    @import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserzrat:ital,wght@0,100..900;1,100..900&display=swap');

    body {

        background-color: #1A1818;
    }

    .discount-black {
        background: #1A1818;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    p.sub {
        color: white;
        font-size: 19.18px;
        font-weight: 600;
        margin: 0;
    }

    span.discount-number {
        font-family: 'Antonio';
        font-size: 150px;
        font-weight: 900;
        color: #EDA202;
        word-spacing: -30px;
        line-height: 140px;
    }

    span.discount-number .percent {
        font-size: 60px;
        margin: 0;
        color: #EDA202;
        padding: 0;
    }

    figure.right-bg-cofee {
        margin: 0;
        position: absolute;
        right: 0;
        top: -23px;
        width: 37%;
        height: 110%;
    }

    figure.right-bg-cofee img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 25px;
    }

    section.section.bg-sec-discount::after {
        content: "";
        position: absolute;
        bottom: -98px;
        left: 0;
        width: 430px;
        height: 100%;
        background-image: url("../images/beans.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99999999999999;
    }

    .cofee-content {
        padding-bottom: 65px;
    }

    .product-section {
        padding: 8rem 0;
    }

    h3.discount-title {
        font-size: 30px;
        font-weight: 700;
    }

    figure.discount-img {
        margin: 0;
        width: 100%;
    }

    .product-content {
        background: #302C2C;
        padding: 2rem 1.5rem;
        width: 100%;
        padding-bottom: 2rem;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        position: relative;
        top: -15px;
        z-index: -1;
    }

    figure.discount-img img {
        width: 100%;
        /* background: #302c2c; */
    }

    a.btn.btn-discount {
        position: absolute;
        background: #1A1818;
        color: white;
        border: 1px solid #8C7D5E;
    }

    a.btn.btn-discount:hover {
        background: white;
        color: #1a1818;
    }

    .discount-box {
        position: relative;
        padding-bottom: 1rem;
    }

    .dis-percentage {
        position: absolute;
        right: -10px;
        background: #8C7D5E;
        padding: 30px;
        display: flex;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        justify-content: center;
        align-items: anchor-center;
        top: -23px;
    }

    .dis-percentage p {
        margin: 0;
    }

    .dis-percentage p {
        font-size: 81px;
        font-family: 'Antonio';
        font-weight: 900;
    }

    span {}

    .offer-percentag span {
        font-size: 28px;
    }

    .offer-percentag {
        display: flex;
        flex-direction: column;
        line-height: 31px;
        justify-content: center;
        text-align: center;
        font-weight: 700;
    }

    .dis-percentage.brown-percentage {
        background: #9D5A37;
    }

    .bottom-section {
        padding-bottom: 8rem;
    }

    h3.new {
        font-size: 80px;
        font-weight: 900;
    }

    .pro-content .btn-web {
        background: #232020;
    }

    p.price-text.pro {
        color: #8C7D5E;
        font-size: 24px;
        font-weight: 600;
    }

    .test-sec {
        background-image: url('../images/bg-test.png');
        height: 100vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top right;
        position: relative;
    }

    .test-item {
        background: #1F1D1D;
        padding: 0 1rem;
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    figure.beans-test {
        position: absolute;
        top: 8%;
    }

    .test-content {
        padding-top: 7rem;
    }

    .test-slider .slick-slide {
        margin: 0 10px;
    }

    .test-slider .slick-list {
        margin: 0 -10px;
    }

    .insta-slider {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
    }

    footer {
        background: url('../images/footer-bg.png');
        background-size: cover;
        height: 100vh;
        margin-top: -9rem;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin-top: 2rem;
    }

    footer ul a,
    footer ul p {
        color: #B3AEAE;
        text-decoration: none;
    }

    ul.quick-footer li {
        line-height: 30px;
    }

    ul.contact-footer li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    footer ul li {
        line-height: 40px;
    }

    ul.contact-footer li p,
    ul.contact-footer li a {
        font-size: 16px;
    }

    li.phone a {
        color: white;
        font-size: 22px;
    }

    footer h2 {
        font-weight: 700;
    }

    h2.news-heading {
        font-size: 30px;
    }

    span {}

    h2.news-heading span {
        font-size: 59px;
        color: #8C7D5E;
    }

    form.footer-form-newsletter input {
        width: 100%;
        background: 0;
        color: white;
        border: none;
        border-bottom: 1px solid #A69B9B;
        padding: 1rem;
        font-family: "Roboto", sans-serif;

    }

    .news-letter-content {}

    form.footer-form-newsletter {
        margin-top: 2rem;
    }

    form.footer-form-newsletter input::placeholder {
        color: white;
    }

    form.footer-form-newsletter {
        position: relative;
    }

    form.footer-form-newsletter button {
        position: absolute;
        top: 0;
        bottom: 0;
        background: 0;
        border: 0;
        right: 26px;
    }

    .news-letter-content p {
        font-size: 16px;
    }

    ul.social-media-footer {
        display: flex;
        list-style: none;
        float: right;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .inner-banner {
        background-image: url("../images/inner-bg.png");
        width: 100%;
        padding: 20rem 0;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.inner-banner h1 {
        font-size: 80px;
        margin: 0;
        font-weight: 700;
    }

    section.mission {
        padding-top: 5rem;
    }

    .mission-primary {
        background: #8C7D5E;
    }

    .mission-content {
        padding: 2rem 4rem;
        border-radius: 20px;
    }

    p.mission-description {
        margin: 0;
    }

    h1.mission-title {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .mission-secondary {
        background: #9D5A37;
    }

    section.section.mission .col-md-6 {
        padding-bottom: 3rem;
    }

    section.section.team {
        padding: 5rem 0;
    }

    .team-content {
        margin-bottom: 4rem;
    }

    h6.team-member-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    p.team-member-description {
        font-size: 16px;
        color: #9D5A37;
        margin-bottom: 8px;
    }

    ul.team-social-icons {
        list-style: none;
        display: flex;
        padding: 0;
        gap: 10px;
        align-items: center;
    }

    ul.team-social-icons path {
        fill: #616161;
    }

    iframe {
        border-radius: 20px;
    }

    section.contact-sec {
        padding: 5rem 0;
    }

    .contact-content {
        background: #9D5A37;
        padding: 2rem 0;
        padding-left: 3rem;
        margin: 10px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
    }

    .contact-row {
        background: #2D2C2C;
        border-radius: 15px;
    }

    .contact-content p {
        margin: 0;
    }

    .contact-content h3 {
        font-family: 'Montserrat';
        font-size: 28px;
        color: white;
    }

    ul.contact-icons {
        padding-top: 7rem;
        list-style: none;
        padding-left: 0;
    }

    ul.contact-icons li {
        display: flex;
        gap: 14px;
        line-height: 44px;
        align-items: center;
    }

    ul.contact-icons a {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

    ul.contact-icons p {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

    ul.contact-social-icons {
        display: flex;
        list-style: none;
        padding: 0;
        padding-top: 3rem;
        align-items: center;
        gap: 15px;
    }

    ul.contact-social-icons svg {
        background: black;
        width: 35px;
        height: 35px;
        padding: 6px;
        border-radius: 50%;
    }

    .form-contact {
        padding: 5rem 0 1rem 1rem;
    }

    h2.get-contact {
        font-size: 60px;
        font-weight: 700;
    }

    form.contact-form label {
        display: block;
    }

    form.contact-form * {
        font-family: 'Montserrat';
    }

    form.contact-form {
        margin-top: 2rem;
    }

    form.contact-form label {
        font-size: 14px;
        color: #8C7D5E;
    }

    form.contact-form .form-group {
        margin-bottom: 1.5rem;
    }

    form.contact-form input {
        background: 0;
        border: 0;
        border-bottom: 1px solid #B3AEAE;
        width: 100%;
        padding-top: 16px;
    }

    form.contact-form textarea {
        background: 0;
        border: 0;
        border-bottom: 1px solid #B3AEAE;
        width: 100%;
        padding-top: 16px;
        height: 100px;
    }

    button.btn.btn-contact {
        background: #8C7D5E;
        color: white;
    }

    ul.contact-social-icons svg:hover {
        background: white;
    }

    ul.contact-social-icons svg:hover path {
        color: #9d5a37;
    }

    .contact-content:: after {
        position: absolute;
        content: "";
        background-image: url(../images/circles.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
        /* Keep original size */
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .contact-content>* {
        position: relative;
        z-index: 2;
    }

    .section-heading {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    /* Range Slider Styles */
    .range-slider-container {
        max-width: 600px;
        margin: 4rem auto;
        position: relative;
    }

    .range-input-wrapper {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .custom-range {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 10px;
        background: #3B3428;
        border-radius: 10px;
        outline: none;
        margin: 0;
    }

    .custom-range:: -webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        background: #3B3428;
        border-radius: 10px;
    }

    .custom-range:: -webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 90px;
        height: 38px;
        background: #1A1818;
        border: 2px solid #8C7D5E;
        border-radius: 25px;
        cursor: pointer;
        margin-top: -14px;
        position: relative;
        z-index: 5;
    }

    .custom-range:: -moz-range-thumb {
        width: 90px;
        height: 38px;
        background: #1A1818;
        border: 2px solid #8C7D5E;
        border-radius: 25px;
        cursor: pointer;
    }

    .range-thumb-label {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        font-family: 'Antonio', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: white;
        z-index: 6;
        left: 50%;
        text-transform: uppercase;
        transition: left 0.1s ease;
    }

    .range-labels {
        font-family: 'Antonio', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }

    .range-label {
        font-size: 14px;
        color: #FFFFFF;
    }

    .range-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .range-slider-box .slick-slide {
        margin: 0 15px;
    }

    .range-slider-box .slick-list {
        margin: 0 -15px;
    }

    .range-box figure {
        display: flex;
        justify-content: center;
        position: relative;
        height: 391px;
    }

    .range-box a {
        margin-top: 1rem;
    }

    .range-bg {
        width: 100%;
        height: 252px;
        background: #221e1e;
        position: absolute;
        bottom: 0;
        z-index: -1;
        border-radius: 30px;
    }

    .range-slider-box {
        padding-top: 8rem;
        overflow: hidden;
    }

    .range-slider-box .slick-current.slick-active .range-bg {
        height: calc(100% - 50px);
        background: linear-gradient(to right, #9D5A37 0%, #372013 100%);
    }

    .pro-section {
        padding: 15rem 0;
    }

    .pro-section .product-content {
        z-index: 0;
        background: transparent;
    }

    section.products {
        padding: 10rem 0;
    }

    ul.filter {
        font-family: 'Antonio';
        list-style: none;
        padding: 0;
    }

    ul.filter li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ffffff40;
        font-size: 18px;
        align-items: center;
    }

    li.filter-head {
        font-size: 30px;
        padding-top: 0 !important;
    }

    span.yellow a {
        text-decoration: none;
        color: #eda202;
    }

    ul.filter a {
        font-family: 'Antonio';
    }

    li.filter-head span {
        font-size: 30px;
    }

    ul.filter span.yellow a {
        font-size: 28px;
    }

    .search-container {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding-bottom: 1rem;
        display: flex;
        gap: 16px;
        margin-bottom: 2rem;
    }

    input.product-search {
        width: 100%;
        background: transparent;
        border: 0;
        font-family: 'Antonio';
        font-size: 18px;
    }

    .pro-shop-thumb figure {
        background: #2D2C2C;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0;
        height: 338px;
    }



    .pro-shop-content .pro-title-price * {
        font-family: 'Antonio';
        font-size: 20px;
    }

    .pro-shop-content .pro-title-price a {
        text-decoration: none;
        color: white;
    }

    .pro-title-price {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .pro-shop-content {
        margin-top: 1.5rem;
    }

    .pro-shop-content .yellow {
        color: #EDA202;
    }

    .qty-btns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        gap: 13px;
    }

    .pro-title-price * {
        margin: 0;
    }

    .pro-shop-thumb {
        margin-bottom: 2rem;
    }

    /* Product Detail Styles */
    .section-product-detail {
        padding: 100px 0;
        background-color: #1A1818;
        color: #D5D5D5;
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        gap: 30px;
        background: #232020;
        border-radius: 30px;
    }

    .main-slider {
        border-radius: 40px;
        padding: 0 40px;
        min-height: 440px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .main-slider .slider-item {
        outline: none;
    }

    .main-image {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .main-image img {
        max-width: 100%;
        max-height: 450px;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: 1.5px solid rgba(213, 213, 213, 0.3);
        color: #D5D5D5;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .slider-arrow: hover {
        background: white;
        color: black;
        border-color: white;
        transform: translateY(-50%) scale(1.1);
    }

    .prev-arrow {
        left: 25px;
    }

    .next-arrow {
        right: 25px;
    }

    .thumbnail-slider {
        padding: 10px 0;
    }

    .thumbnail-slider .slick-track {
        margin-left: 0;
    }

    .thumbnail-slider .thumb-item {
        /* width: 85px !important; */
        height: 100px;
        border-radius: 12px;
        padding: 12px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.3s ease;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        outline: none;
    }

    .thumbnail-slider .thumb-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(20%);
        transition: all 0.3s ease;
    }

    .thumbnail-slider .thumb-item: hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

    .thumbnail-slider .slick-current.thumb-item {
        border-color: #EDA202;
        background: rgba(237, 162, 2, 0.05);
    }

    .thumbnail-slider .slick-current.thumb-item img {
        filter: grayscale(0%);
    }

    .product-info {
        padding-left: 60px;
    }

    .product-title-detail {
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: white;
        margin-bottom: 20px;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .product-price-detail {
        font-size: 30px;
        color: #EDA202;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .product-divider {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        margin: 30px 0;
    }

    .product-description-detail {
        font-size: 17px;
        line-height: 1.8;
        color: #A0A0A0;
        margin-bottom: 40px;
    }

    .product-selections {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 45px;
    }

    .selection-options {
        display: flex;
        gap: 15px;
        flex: 2;
    }

    .selection-btn {
        background: #1A1818;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: white;
        padding: 12px 35px;
        border-radius: 50px;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .selection-btn: hover {
        border-color: rgba(255, 255, 255, 0.4);
    }

    .selection-btn.active {
        border-color: #EDA202;
        background: rgba(237, 162, 2, 0.1);
    }

    .btn-shop-now {
        background: #8C7D5E;
        color: white;
        padding: 15px 50px;
        border-radius: 50px;
        font-weight: 700;
        text-transform: capitalize;
        border: none;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .btn-shop-now: hover {
        background: #a3926e;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .product-sub-description {
        font-size: 17px;
        line-height: 1.8;
        color: #A0A0A0;
        margin-bottom: 50px;
    }

    .tasting-notes h4 {
        font-size: 24px;
        color: #D5D5D5;
        margin-bottom: 30px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
    }

    .tasting-notes ul {
        list-style: none;
        padding: 0;
    }

    .tasting-notes ul li {
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        color: #A0A0A0;
        margin-bottom: 15px;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }

    .tasting-notes ul li strong {
        color: white;
        font-weight: 700;
        min-width: 180px;
        display: inline-block;
        text-transform: capitalize;
    }

    .slick-slide.slick-current .thumb-item {
        background: #1A1818;
        border: 1px solid #EDA202;
    }

    .selection-options .btn.btn-web {
        flex: 1;
        font-family: 'Montserrat';
        font-weight: 600;
    }

    .qty-btns a {
        width: 100%;
    }

    section.section.recommended-products {
        padding: 5rem 0;
    }

    section.section.recommended-products {
        padding: 5rem 0;
    }

    .recommended-products-content {
        margin-bottom: 3rem;
    }

    .choose-your-product-content h2 {
        font-size: 80px;
        font-weight: 700;
    }

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 0;
        border-radius: 30px;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 18px;
    }

    ul#custom-product-filter {}

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 0;
        border-radius: 30px;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 18px;
    }

    ul#custom-product-filter {}

    button#profile-tab {}

    ul#custom-product-filter {
        font-family: 'Montserrat';
        background: #302C2C;
        padding: 10px 15px;
        border-radius: 30px;
        justify-content: space-between;
    }

    ul#custom-product-filter button {
        font-size: 14px;
        color: white;
        padding: 10px 25px;
        text-align: center;
    }

    ul#custom-product-filter {}

    button#home-tab {}

    ul#custom-product-filter .active {
        background: #9D5A37;
        border-radius: 30px;
    }

    section.choose-your-product {
        padding: 5rem 0;
    }

    .product-filter-box {
        background: #2D2C2C;
        border-radius: 30px;
        text-align: center;
        padding: 1rem;
        position: relative;
        margin-bottom: 3rem;
    }

    .product-filter-lists {
        margin-top: 2rem;
    }

    .product-counter {
        position: absolute;
        background: #8C7D5E;
        width: 80%;
        left: 0;
        right: 0;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        padding: 0.35rem;
        border-radius: 20px;
        font-size: 22px;
        font-family: 'Montserrat';
    }

    .product-counter .input-qty {
        background: transparent;
    }

    .product-counter input {
        background: 0;
        border: 0;
        text-align: center;
        width: 75%;
    }

    .product-counter .btn-m-qty {
        background: 0;
        border: 0;
    }

    .product-counter * {
        font-weight: 600;
    }

    .product-filter-box figure {
        height: 353px;
    }

    .discount-codes {
        display: flex;
        justify-content: space-around;
        gap: 15px;
    }

    .discount-codes * {
        font-family: 'Antonio';
    }

    .dis-box {
        text-align: center;
        width: 100%;
        /* padding: 1.5rem 0.5rem; */
        border-radius: 35px;
        background: transparent;
        transition: all 0.3s ease;
        position: relative;
        padding: 1rem;
    }


    .dis-box p {
        margin: 0;
        font-size: 16px;
        color: #A59B9B;
        text-transform: uppercase;
        font-family: 'Antonio', sans-serif;
    }

    .dis-box h5 {
        font-size: 70px;
        font-weight: 900;
        color: #9D5A37;
        line-height: 1;
        margin-bottom: 5px;
    }

    .dis-box:: after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/border-image.png);
        background-size: 100% 100%;
    }

    .dis-box.free-shipping:: after {
        background: url(../images/border-img-2.png);
        background-size: 100% 100%;
    }

    .dis-box.free-shipping {
        margin-top: 25px;
        padding: 2rem 0;
    }

    .dis-box.free-shipping h6 {
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin: 0;
        letter-spacing: 1px;
    }

    /* Subscription Column Titles */
    .sub-column-title {
        font-family: 'Antonio', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin-bottom: 25px;
        text-transform: none;
        letter-spacing: 0.5px;
    }

    /* Frequency Section */
    .frequency-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .freq-btn {
        background: #232020;
        border: none;
        color: white;
        padding: 16px 20px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
        width: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .freq-wrapper.popular {
        position: relative;
        margin-top: 5px;
    }

    .badge-popular {
        position: absolute;
        top: -12px;
        left: 0;
        background: #8C7D5E;
        backdrop-filter: blur(4px);
        color: white;
        font-size: 12px;
        padding: 3px 14px;
        border-radius: 8px;
        font-weight: 700;
        text-transform: capitalize;
        z-index: 10;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 55%;
    }

    .freq-btn: hover {
        background: #302C2C;
    }

    .freq-btn.active {
        background: #9D5A37;
    }

    /* Subscription Options Grid */
    .options-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .sub-option label {
        background: #232020;
        border-radius: 25px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
    }

    .sub-option: hover {
        /* transform: translateY(-2px); */
        /* background: #2a2727; */
    }

    .sub-option input {
        position: absolute;
        opacity: 0;
    }

    .option-content {
        padding: 30px 20px 35px;
        display: flex;
        align-items: center;
        gap: 15px;
        flex-grow: 1;
    }

    .custom-radio {
        min-width: 24px;
        height: 24px;
        border: 2.5px solid #666;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }

    .sub-option input:checked+.option-content .custom-radio {
        border-color: #9D5A37;
    }

    .sub-option input:checked+.option-content .custom-radio::after {
        content: '';
        width: 12px;
        height: 12px;
        background: #9D5A37;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .option-text p {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

    .option-title {
        font-size: 14px;
        font-weight: 600;
        color: #D5D5D5;
    }

    .option-price {
        font-size: 18px;
        font-weight: 700;
        color: white;
        margin-top: 4px !important;
    }

    .option-footer {
        background: #8C7D5E;
        color: white;
        text-align: center;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 0 8px;
    }

    .option-footer.primary {
        background: #9D5A37;
    }

    /* Checkout Button */
    .btn-subtotal-checkout {
        width: 100%;
        background: #9D5A37;
        color: white;
        padding: 22px;
        border-radius: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 17px;
        border: none;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .btn-subtotal-checkout: hover {
        background: #ae6a45;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    label.sub-option.active a.btn {
        background: #9d5a37;
        color: white;
        padding: 5px;
    }

    .sub-option a.btn {}

    .sub-option a {
        font-size: 12px;
        text-align: center;
        width: 100%;
        background: #8c7d5e;
        padding: 9px;
    }

    ;
}

.sub-option:hover {
    /* transform: translateY(-2px); */
    /* background: #2a2727; */
}

.sub-option input {
    position: absolute;
    opacity: 0;
}

.option-content {
    padding: 35px 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
}

.custom-radio {
    min-width: 24px;
    height: 24px;
    border: 2.5px solid #666;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.sub-option input:checked+.option-content .custom-radio {
    border-color: #9D5A37;
}

.sub-option input:checked+.option-content .custom-radio::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #9D5A37;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.option-text p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.option-title {
    font-size: 14px;
    font-weight: 600;
    color: #D5D5D5;
}

.option-price {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-top: 4px !important;
}

.option-footer {
    background: #8C7D5E;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 8px;
}

.option-footer.primary {
    background: #9D5A37;
}

/* Checkout Button */
.btn-subtotal-checkout {
    width: 100%;
    background: #9D5A37;
    color: white;
    padding: 22px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
}

.btn-subtotal-checkout:hover {
    background: #ae6a45;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

label.sub-option.active a.btn {
    background: #9d5a37;
    color: white;
    padding: 5px;
}

.sub-option a.btn {}

.sub-option a {
    font-size: 12px;
    text-align: center;
    width: 100%;
    background: #8c7d5e;
    padding: 9px;
    color: white;
    position: absolute;
    bottom: -25px;
}

.sub-option {
    position: relative;
    margin-bottom: 25px;
}

.sub-option.active a.btn {
    background: #9d5a37;
}

.product-selections button.btn.btn-shop-now {
    flex: 2;
}

.heading h2 {
    font-size: 60px;
    line-height: 112%;
    font-weight: 700;
}

figure.beans-test img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section.insta-section {
    padding: 80px 0px;
}

.test-content.testimonial-test-content {
    margin-top: 90px;
}

.product-slider .slick-slide {
    margin: 0 15px;
}

figure.product-thumbnail img {
    width: 100%;
}

.product-box img {
    width: 100%;
}


.header-logo img {
    width: 50%;
}

.product-description-detail li {
    font-family: 'Montserrat';
    margin-bottom: 0.5rem;
    color: #A0A0A0;
    list-style: none;
}

.product-description-detail ul {
    padding: 0;
}

.variations {
    width: 100%;
    margin-bottom: 1rem;
}

.selection-options button.btn.btn-web:hover {
    border: 1px solid #9D5A37;
    background: #9D5A37;
}

.variations p {
    font-weight: 700;
}

.selection-options .btn.btn-web input {
    display: none;
}

.selection-options .btn-web.active {
    background: white;
    color: black;
}

span#product-price {
    color: #EDA202;
}

.product-header {
    position: sticky;
    top: 0;
    background: #1a1818;
    /* adjust if dark theme */
    z-index: 100;
    transition: box-shadow 0.3s ease;
}

.product-header.sticky-active {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.35);
}

.cart-section {
    padding: 80px 0 120px;
    background-color: #1A1818;
}

.cart-page-header {
    margin-bottom: 24px;
}

.cart-page-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.cart-count {
    font-size: 16px;
    color: #A0A0A0;
    margin-left: 8px;
}

.cart-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    color: #D5D5D5;
    font-size: 18px;
    transition: all 0.3s ease;
}

.cart-close-btn:hover {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}

.cart-continue-row {
    margin-bottom: 24px;
}

.cart-continue-btn {
    text-transform: uppercase;
    font-weight: 600;
    padding-inline: 32px;
}

.cart-free-shipping-wrapper {
    margin-bottom: 32px;
}

.cart-free-shipping-banner h6 {
    margin-bottom: 6px;
}

.cart-body {
    background: #232020;
    border-radius: 30px;
    padding: 30px 28px;
    margin-bottom: 5rem;
}


@media (max-width: 991.98px) {
    .cart-items-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

.cart-item-row {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.cart-item-row:last-child {
    border-bottom: none;
}

.cart-item-img {
    flex: 0 0 90px;
    border-radius: 18px;
    overflow: hidden;
    background: #2D2C2C;
    display: flex;
    align-items: center;
    object-fit: contain;
    justify-content: center;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-info {
    flex: 1;
}

.cart-item-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cart-item-meta {
    font-size: 14px;
    color: #A0A0A0;
    margin-bottom: 0;
}

.cart-item-meta .meta-label {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 4px;
    color: #D5D5D5;
}

.cart-item-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 120px;
    text-align: right;
}

.cart-item-price {
    font-weight: 700;
    color: #EDA202;
    margin: 0 0 6px;
}

.cart-remove-btn {
    background: transparent;
    border: none;
    color: #A0A0A0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.cart-remove-btn:hover {
    color: #FF5A3C;
}

.cart-empty-state p {
    margin-bottom: 0;
}

.cart-summary-box {
    background: #1A1818;
    border-radius: 24px;
    padding: 24px 22px;
}

.summary-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.summary-row.summary-total {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    font-weight: 700;
}

.free-tag {
    color: #EDA202;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.summary-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-idme svg {
    margin-right: 6px;
}

ul.filter li button {
    font-size: 18px;
    padding: 10px 0;
}

.custom-chk {
    margin-bottom: 10px;
}

ul.filter li .accordion-body {
    margin-top: 1rem;
}

.pro-shop-thumb img {
    width: auto;
    height: 100%;
}

.product-filter-box figure img {
    width: 100%;
}

.dis-box {
    /* border: 1px dashed #fd683e; */
    /* padding: 10px; */
    text-align: center;
    min-width: 80px;
    /* height: 80px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    /* background: rgba(0, 0, 0, 0.3); */
}

.dis-box.active {
    border-style: solid;
    background: rgba(253, 104, 62, 0.1);
}

.dis-box.highlight-tier {
    background-color: #fd683e;
    color: #000;
}

.dis-box .box-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    display: none;
    z-index: 5;
}

.dis-box.filled .box-thumbnail-overlay {
    display: block;
}

.dis-box .box-thumbnail-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.dis-box .remove-item {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fd683e;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #000;
}

.btn-m-qty.disabled-btn {
    opacity: 0.3;
    cursor: not-allowed !important;
    pointer-events: none;
}

figure.product-figure.custom-product {
    height: 500px;
    display: flex;
    width: 100%;
    justify-content: center;
    background: #232020;
    border-radius: 23px;
}

figure.product-figure.custom-product img {
    object-fit: contain;
    width: 50%;
    height: 100%;
}

.range-box figure {
    width: 100%;
    padding: 20px;
}

.range-box figure img {
    object-fit: contain;
    width: 100%;
}

figure.product-thumbnail {
    width: 100%;
    height: 250px;
}

figure.product-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 10px;
}