/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.kanit-thin { font-family: "Kanit", sans-serif; font-weight: 100; font-style: normal; }
.kanit-extralight { font-family: "Kanit", sans-serif; font-weight: 200; font-style: normal; }
.kanit-light { font-family: "Kanit", sans-serif; font-weight: 300; font-style: normal; }
.kanit-regular { font-family: "Kanit", sans-serif; font-weight: 400; font-style: normal; }
.kanit-medium { font-family: "Kanit", sans-serif; font-weight: 500; font-style: normal; }
.kanit-semibold { font-family: "Kanit", sans-serif; font-weight: 600; font-style: normal; }
.kanit-bold { font-family: "Kanit", sans-serif; font-weight: 700; font-style: normal; }
.kanit-extrabold { font-family: "Kanit", sans-serif; font-weight: 800; font-style: normal; }
.kanit-black { font-family: "Kanit", sans-serif; font-weight: 900; font-style: normal; }
.kanit-thin-italic { font-family: "Kanit", sans-serif; font-weight: 100; font-style: italic; }
.kanit-extralight-italic { font-family: "Kanit", sans-serif; font-weight: 200; font-style: italic; }
.kanit-light-italic { font-family: "Kanit", sans-serif; font-weight: 300; font-style: italic; }
.kanit-regular-italic { font-family: "Kanit", sans-serif; font-weight: 400; font-style: italic; }
.kanit-medium-italic { font-family: "Kanit", sans-serif; font-weight: 500; font-style: italic; }
.kanit-semibold-italic { font-family: "Kanit", sans-serif; font-weight: 600; font-style: italic; }
.kanit-bold-italic { font-family: "Kanit", sans-serif; font-weight: 700; font-style: italic; }
.kanit-extrabold-italic { font-family: "Kanit", sans-serif; font-weight: 800; font-style: italic; }
.kanit-black-italic { font-family: "Kanit", sans-serif; font-weight: 900; font-style: italic; }

/* Global Settings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Bree Serif", "Kanit", sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Bree Serif";
}

h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    font-weight: 800;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    color: #00A1DF;
}

/* Buttons */
.button-test, .button-test-small, .button-test-small-single, .button-test-option .button-test-small-shop  {
    background: linear-gradient(to right, gold, darkorange);
    color: white;
    text-align: center;
    font-family: sans-serif;
    border: 1px solid darkgoldenrod;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.button-test {
    width: 250px;
    height: calc(var(--width) / 3);
    font-size: calc(var(--height) / 2.5);
    transform: perspective(500px) rotateY(-15deg);
    text-shadow: 6px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 0 5px rgba(0, 0, 0, 0.2);
    animation: moving-shadow 2s infinite alternate;
    margin-bottom: 1rem;
}

.button-test-option{
    width: 250px;
    height: calc(var(--width) / 3);
    font-size: calc(var(--height) / 2.5);
    transform: perspective(500px) rotateY(-15deg);
    margin-bottom: 1rem;
    padding: 6px;
    background: linear-gradient(to right, gold, darkorange);
    color: white;
    text-align: center;
    font-family: sans-serif;
    border: 1px solid darkgoldenrod;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.button-test-search{
    width: 250px;
    height: calc(var(--width) / 3);
    font-size: calc(var(--height) / 2.5);
    transform: perspective(500px) rotateY(-15deg);
    margin-bottom: 1rem;
    padding: 6px;
    background: linear-gradient(to right, gold, darkorange);
    color: white;
    text-align: center;
    font-family: sans-serif;
    border: 1px solid darkgoldenrod;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.button-test-small {
    width: 150px !important;
    height: calc(var(--width) / 3);
    font-size: calc(var(--height) / 2.5);
    transform: perspective(500px) rotateY(-15deg);
    margin-bottom: 1rem;
    padding: 6px;
    background: linear-gradient(to right, gold, darkorange);
    color: white;
    text-align: center;
    font-family: sans-serif;
    border: 1px solid darkgoldenrod;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.button-test-small-shop {
    width: 100px !important;
    height: calc(var(--width) / 3);
    font-size: calc(var(--height) / 2.5);
    transform: perspective(500px) rotateY(-15deg);
    margin-bottom: 1rem;
    padding: 6px;
    background: linear-gradient(to right, gold, darkorange);
    color: white;
    text-align: center;
    font-family: sans-serif;
    border: 0.7px solid darkgoldenrod;
    border-radius: 1em;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    animation: moving-shadow-shop 2s infinite alternate;
}

/* Hover Effects */
.button-test:hover, .button-test-small:hover .buttons-test-small-shop:hover .button-test-option:hover {
    transform: perspective(500px) rotateY(15deg);
    text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Button Shadows */
@keyframes moving-shadow {
    0% { box-shadow: 2px 0 0 5px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 2px 0 0 5px rgba(3, 70, 112, 1); }
    100% { box-shadow: 2px 0 0 5px rgba(255, 255, 255, 0.2); }
}

@keyframes moving-shadow-small {
    0% { box-shadow: 1px 0 0 2px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 1px 0 0 2px rgba(3, 70, 112, 1); }
    100% { box-shadow: 1px 0 0 2px rgba(255, 255, 255, 0.2); }
}

/* Button Shadows */
@keyframes moving-shadow-shop {
    0% { box-shadow: 1px 0 0 3px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 1px 0 0 3px rgba(3, 70, 112, 1); }
    100% { box-shadow: 1px 0 0 3px rgba(255, 255, 255, 0.2); }
}

@keyframes moving-shadow-small-shop {
    0% { box-shadow: 1px 0 0 2px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 1px 0 0 2px rgba(3, 70, 112, 1); }
    100% { box-shadow: 1px 0 0 2px rgba(255, 255, 255, 0.2); }
}

/* Navbar */
.navbar {
    font-size: 16px;
    padding: 2rem 0;
    top: 0;
    left: 0;
    color: white;
    background-image: url('../images/jVqeuQ.gif');
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#home {
    margin-top: 4rem; 
    padding-bottom: 15px;
    background-image: url(/assets/images/925ae8b57bea1463f57ac0b029eeb1c1.gif);
    width: 100%;
    height: 70vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#home .white {
    color: white!important;
}


.action-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
}


.search-container {
    display: flex;
    align-items: center;
}


.search_options {
    width: 30%;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid blue;
}

/* General Button Styling */
button {
    font-size: 0.8rem;
    font-weight: 900;
    outline: none;
    border: none;
    background-color: #8cf238;
    color: black;
    padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s ease;
}

button:hover {
    background-color: #00A1DF;
}

/* Global Styling Adjustments */
hr {
    width: 30px;
    height: 3px!important;
    opacity: 1!important;
    background-color: #00A1DF;
}

.star {
    padding: 10px 0;
}

.star i {
    font-size: 0.9rem;
    color: goldenrod;
}

.logo {
    width: 180px;
    height: auto;
    margin-left: 20px;
}

.logo_footer {
    width: 140px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
    color: #034670 !important;
    transition: 0.4s ease;
    font-family: "Bree Serif";
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00A1DF!important;
}

.navbar i:hover {
    color: #00A1DF;
}

.navbar i {
    font-size: 1.2rem;
    padding: 0 0.7px;
    transition: 0.4s ease;
    cursor: pointer;
    color: #034670;
}

.search-btn {
    margin-top: 12rem;
}

/* New Section Styling */
#new .one img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#new .one {
    position: relative;
}

#new .one .details {
    position: absolute;
    top: 0;
    left: 0;
    color: burlywood;
    font-weight: bold;
    transition: 0.4s ease;
    opacity: 0.8;
    background-color: black;
    width: 100%;
    height: 100%;
}

#new .one .details:hover {
    background-color: darkgoldenrod;
}

#new .one:nth-child(1) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    text-align: start;
}

#new .one:nth-child(2) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#new .one:nth-child(3) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    text-align: end;
}

.my-group {
    padding-top: 8px;
}

/* Featured Products */
.product {
    cursor: pointer;
    margin-bottom: 2rem;
}

.product img {
    transition: 0.3s all;
    width: 250px;
    height: 250px;
}

.product .buy-btn {
    background-color: orange;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all;
}

.product:hover .buy-btn {
    transform: translateY(0px);
    opacity: 1;
}

.product:hover img {
    opacity: 0.7;
}

/* Banner */
#banner {
    background-image: url(/assets/images/back.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#banner h1 {
    color: coral;
}

#banner button {
    background-color: orange;
}

#banner button:hover {
    background-color: black;
}

/* Footer */
footer {
    background-color: black;
}

footer img {
    width: 30%;
    height: 40%;
}

footer h5 {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

footer h6 {
    color: #034670;
}

footer ul {
    list-style: none;
}

footer li {
    padding-bottom: 4px;
}

footer li a {
    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
}

footer li a:hover {
    color: white;
}

footer .footer-social {
    display: inline-block;
    font-size: 50px;
}

footer .copyright a {
    color: black;
    height: 40px;
    width: 40px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    transition: 0.3s ease;
    margin: 0 5px;
}

footer .copyright a:hover {
    color: white;
    background-color: #fb774b;
}

footer p {
    color: white;
}

footer .copyright img {
    width: 30%;
}

/* Single Product Page */
.small-img-group {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

.single_product input {
    width: 50px;
    height: 40px;
    padding-left: 5px;
    font-size: 16px;
    margin-right: 10px;
}

.single-product input:focus {
    outline: none;
}

.single_product .buy-btn {
    background-color: coral;
    opacity: 1;
    transition: 0.4s ease;
}

.single_product .buy-btn:hover {
    background-color: black;
}

/* Cart */
.cart table {
    width: 100%;
    border-collapse: collapse;
}

.cart .product-info {
    display: flex;
    flex-wrap: wrap;
}

.cart th {
    text-align: left;
    padding: 5px 10px;
    color: white;
    background-color: #034670;
}

.cart td {
    padding: 10px 20px;
}

.cart td img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.cart td input {
    width: 40px;
    height: 30px;
    padding: 5px;
}

.cart td a {
    color: #034670;
}

.cart .remove-btn {
    color: #034670;
    text-decoration: none;
    font-size: 15px;
    background-color: none;
    border: none;
    width: 100%;
}

.cart .edit-btn {
    color: #034670;
    text-decoration: none;
    font-size: 14px;
    background-color: none;
    border: none;
}

.cart .product-info p {
    margin: 3px;
}

.cart-total {
    display: flex;
    justify-content: flex-end;
}

.cart-total table {
    width: 100%;
    max-width: 500px;
    border-top: 3px solid black;
}

td:last-child {
    text-align: right;
}

th:last-child {
    text-align: right;
}

/* Checkout Section */
#checkout-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160vh;
}

.checkout {
    margin: 3px;
    padding: 5px;
}

.checkout-btn-container {
    margin-top: 20px;
    text-align: right;
}

#checkout-form {
    width: 100%;
    max-width: 800px;
}

#checkout-form .checkout-small-element {
    display: inline-block;
    width: 48%;
    margin: 10px auto;
}

#checkout-form .checkout-large-element {
    width: 95%;
}

#checkout-form #checkout-btn {
    color: white;
    background-color: coral;
}

/* Login */
#login-form {
    width: 50%;
    margin: 5px auto;
    text-align: center;
    padding: 20px;
    border-top: 1px solid black;
}

#login-form input {
    width: 50%;
    margin: 5px auto;
}

#login-form #login-btn {
    background-color: #00A1DF;
    color: white;
}

#login-form #register-url {
    color: #00A1DF;
}

#login-form #forgot-url {
    color: #00A1DF;
}

/* Register */
#register-form {
    width: 50%;
    margin: 5px auto;
    text-align: center;
    padding: 20px;
    border-top: 1px solid black;
}

#register-form input {
    width: 50%;
    margin: 5px auto;
}

#register-form #register-btn {
    background-color: #00A1DF;
    color: white;
}

#register-form #login-url {
    color: #00A1DF;
}

/* Forgot Password */
#reset-password-form {
    width: 50%;
    margin: 5px auto;
    text-align: center;
    padding: 20px;
    border-top: 1px solid black;
}

#reset-password-form input {
    width: 50%;
    margin: 5px auto;
}

#forgot-form #forgot-btn {
    background-color: #00A1DF;
    color: white;
}

#forgot-form #login-url {
    color: #00A1DF;
}

/* Account */
#account-form {
    width: 50%;
    margin: 35px auto;
    text-align: center;
    padding: 20px;
}

#account-form input {
    margin: 5px auto;
}

#account-form #change-pass-btn {
    color: white;
    background-color: coral;
}

.account-info #orders-btn, #logout-btn {
    color: coral;
    text-decoration: none;
}

/* Orders */
.orders table {
    width: 100%;
    border-collapse: collapse;
}

.orders .product-info {
    display: flex;
    flex: wrap;
}

.orders th {
    text-align: left;
    padding: 5px 10px;
    color: white;
    background-color: coral;
    text-align: center;
}

.orders td {
    padding: 10px 20px;
}

.orders td img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.orders .order-details-btn {
    color: white;
    background-color: coral;
}

/* Check out */
#contact span {
    color: coral;
}

.cart-quantity {
    background-color: coral;
    color: white;
    padding: 2px 5px;
    border-radius: 50%;
    margin: -5px;
    font-size: 1rem;
}

/* Carousel */
.brands {
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

.brands img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

/* Dropdown */
.dropdown-menu .dropdown-item{
    font-weight:bold!important;
    font-family: "Kanit", sans-serif;
}
.dropdown_menu{
    z-index:1050;
}
.dropdown {
    line-height: 15px;
    font-weight:bold;
}

.small-radio {
    transform: scale(0.45);
}

/* Shop Buttons */
.pool-button {
    background-image: url(/assets/images/pool.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.pool-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.pool-button:hover {
    filter: grayscale(70%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.ponds-button {
    background-image: url(/assets/images/ponds.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.ponds-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.ponds-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.aqua-button {
    background-image: url(/assets/images/Untitled.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.aqua-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.aqua-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.water-button {
    background-image: url(/assets/images/Untitled1.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.water-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.water-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.irrigation-button {
    background-image: url(/assets/images/Untitled2.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.irrigation-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.irrigation-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.pipes-button {
    background-image: url(/assets/images/Untitled3.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.pipes-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.pipes-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.pets-button {
    background-image: url(/assets/images/Untitled4.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.pets-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.pets-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.aquarium-button {
    background-image: url(/assets/images/Untitled5.jpeg);
    background-size: cover;
    opacity: 0.9;
    height: 70px;
}

.aquarium-button .button-span {
    color: #fff;
    text-shadow: 1px 1px 2px blue, 0 0 1em blue, 0 0 0.2em blue;
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.aquarium-button:hover {
    filter: grayscale(80%);
    transition: 0.4s ease-in;
    border-radius: 50%;
    opacity: 1;
}

.cart-info {
    margin-top: 5rem;
}

.brand-img {
    width: 150px;
    height: auto;
}

.pagination .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.pagination .page-link:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
    color: white;
}

.scrollable-menu {
    max-height: 200px;
    overflow-y: auto;
}

.hidden {
    display: none;
}

.scroll-down {
    display: block;
    cursor: pointer;
}

.product-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.main {
    padding-top: 9rem;
}

/* General form styles */
#checkout-form .form-group {
    margin-bottom: 1rem;
}

#checkout-form input, #checkout-form select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 1.5rem;
    /* font-weight: 800; */
    font-family: "Bree Serif";
}

.radio-group1 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 0.8rem;
    /* font-weight: 800; */
    font-family: "Bree Serif";
}

.small-radio {
    margin-right: 5px;

}

label {
    margin: 0;
}

@media only screen and (max-width:768px){
    .logo{
        width: 100px;
    }

    #home{
        margin-top: 1rem;
        height: 55vh;
    }

    .navbar-toggler{
        margin-right: 10px;
    }
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    display: none;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%; /* Move the submenu below the parent */
}

.strong{
    font-weight: bold;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

.disabled-link a {
    cursor: not-allowed;
}
.hero-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.hero-logo {
    max-height: 120px;
    width: auto;
}

.hero-text h1 {
    color: #fff;
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
}

.hero-text h2 {
    color: #fff;
    margin-top: 10px;
}


.water-background-section {
    background: url('/assets/images/water.jpg') center center fixed no-repeat;
    background-size: cover;
    padding: 50px 0;
}

/* Remove white backgrounds */
#featured,
#brand {
    background: transparent !important;
}

/* Product cards */
.product {
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}