#products {
    background: #F9F6F3;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.products-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 50px 2%; /* Adjust margin to be percentage for better responsiveness */
    width: 96%; /* Give a width to allow for the margin */
    max-width: 1100px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-block .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.decorated-text {
    font-size: 16px;
    color: #c49c63;
}

.products-block h3 {
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bg-seashell {
    background-color: #FFF5EE;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.text-center {
    text-align: center;
}

.margin-4-half-rem-bottom {
    margin-bottom: 4.5rem;
}

.md-margin-3-rem-bottom {
    margin-bottom: 3rem;
}

.w-25px {
    width: 25px;
}

.h-1px {
    height: 1px;
}

.bg-tussock {
    background-color: #c49c63;
}

.bg-dark-beige {
    background-color: #E9D6C1;
}

.bg-light-brown {
    background-color: #BEA380;
}

.opacity-4 {
    opacity: 0.4;
}

.alt-font {
    font-style: italic;
}

.text-extra-medium {
    font-size: 16px;
}

.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.letter-spacing-minus-1px {
    letter-spacing: -1px;
}

.font-weight-700 {
    font-weight: 700;
}

.bg-lightgray {
    background-color: rgba(128, 128, 128, 0.2);
}

.interactive-banners-style-05 {
    position: relative;
    border-radius: 5px;
}

.interactive-banners-image {
    height: 50%;
}

.interactive-banners-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bg-gradient-midium-gray-transparent {
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0), rgba(128, 128, 128, 1));
}

.opacity-medium {
    opacity: 0.5;
}

.section-link {
    display: inline-block;
}

.text-white {
    color: #ffffff;
}

.border-all {
    border: solid;
}

.border-width-2px {
    border-width: 2px;
}

.border-color-white {
    border-color: #ffffff;
}

.position-absolute {
    position: absolute;
}

.z-index-1 {
    z-index: 1;
}

.btn {
    padding: 0.5rem 1rem;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-tussock {
    background-color: #c49c63 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease; /* Added opacity to the transition list */
    font-size: 12px !important;
    opacity: 0.8; /* Slightly reduced opacity */
}

    .btn-tussock:hover {
        background-color: transparent !important; /* Transparent background on hover */
        color: #c49c63 !important;
        opacity: 1; /* Full opacity on hover for the fade-in effect */
        border: 1px solid #c49c63 !important; /* Border with the original background color on hover */
    }

.btn-dark-beige {
    background-color: #E9D6C1 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease; /* Added opacity to the transition list */
    font-size: 12px !important;
    opacity: 0.8; /* Slightly reduced opacity */
}

.btn-dark-beige:hover {
    background-color: transparent !important; /* Transparent background on hover */
    color: #E9D6C1 !important;
    opacity: 1; /* Full opacity on hover for the fade-in effect */
    border: 1px solid #E9D6C1 !important; /* Border with the original background color on hover */
}

.btn-light-brown {
    background-color: peru !important;
    color: #ffffff !important;
    text-transform: uppercase;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 0 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease; /* Added opacity to the transition list */
    font-size: 13px !important;
    font-weight: 600;
    opacity: 0.8; /* Slightly reduced opacity */
    margin-top: 20px;
}

    .btn-light-brown:hover {
        background-color: transparent !important; /* Transparent background on hover */
        color: peru !important;
        opacity: 1; /* Full opacity on hover for the fade-in effect */
        border: 2px solid peru !important; /* Border with the original background color on hover */
    }


.bg-tussock {
    background-color: #bf8c4c;
}

.w-25px {
    width: 25px;
}

.interactive-banners-content {
    bottom: 0;
    height: 50%;
    padding: 40px;
    width: 100%;
    color: #323232;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
}

.interactive-banners-style-05 {
    display: flex;
    flex-direction: column;
    height: inherit;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.product-item {
    height: 520px;
    padding: 20px;
    margin-bottom: 80px;
    transition: transform 0.1s; /* smooth transition for the movement */
}

    .product-item:hover {
        transform: translateY(-20px) !important; /* move up by 10px on hover */
    }


#products .small-icon {
    width: 25px;
    height: 25px;
    filter: brightness(1000);
    cursor: pointer;
}

.interactive-banners-content {
    background: white;
    padding-bottom: 30px;
}

.interactive-banners-content-text {
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 0.3px solid rgba(128, 128, 128, 0.2);
    justify-content: space-evenly;
}

.small-rectangle-text {
    background-color: peru;
    color: white;
    padding: 10px 20px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 45%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsivity */
@media (max-width: 919.98px) {
    .product-title {
        font-size: 14px;
    }
}

@media (max-width: 565.98px) {
    .product-title, .text-extra-medium {
        font-size: 12px;
    }

    #products .small-icon {
        width: 18px;
        height: 18px;
    }

    .interactive-banners-content-text {
        font-size: 10px;
    }

    .btn-light-brown {
        font-size: 10px !important;
    }

    .product-item {
        width: 100% !important;
    }

    .product-item .product-title {
        font-size: 18px;
    }

        .product-item .interactive-banners-content-text {
            font-size: 14px;
        }

    .interactive-banners-content {
        padding: 20px !important;
    }

    .product-item .btn-light-brown {
        font-size: 14px !important;
    }
}

/* For mobile screens */
@media (max-width: 480px) {

    .interactive-banners-content {
        padding: 10px;
    }

    .product-title {
        font-size: 10px;
    }

    .btn-light-brown {
        font-size: 8px !important;
    }

    .interactive-banners-content-text {
        font-size: 9px;
    }

    .drawer-link {
        font-size: 12px;
    }
}
