.foam-marquee-wrapper {
    text-align: center;
    padding: 40px 0;
}

.foam-marquee-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.foam-marquee-subtitle {
    color: #666;
    margin-bottom: 25px;
}

/* MARQUEE OUTER MASK */
.foam-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
}

/* TRACKS */
.foam-marquee-track {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
    animation: scroll-left 40s linear infinite;
}

/* ITEMS */
.foam-item {
    min-width: 200px;
    width: 400px;
    text-align: center;
    height: 500px;
}

.foam-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.foam-item span {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

/* SMOOTH INFINITE SCROLL */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Add spacing between Track #1 and Track #2 */
.foam-marquee-track:nth-of-type(2) .foam-item:first-child {
    margin-left: 50px;
}

/* Product Grid Below Marquee */
.pu-product-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Center built-in WC product card contents */
.pu-product-grid .product {
    margin: 0 auto !important;
}

/* Product Card */
.pu-product-item {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    background: #fff;
    justify-content: center;
    padding-bottom: 50px;
}

/* Left Side Image Panel */
.product-image {
    width: 60%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.product-image a {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.product-image img {
    width: 570px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Right Side Product Details */
.product-details {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.product-title {
    color: #000;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}

.product-price {
    color: #000;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}

.variation-wrapper {
    margin: 10px 0;
}

/* Action Buttons */
.product-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-add-to-cart-btn,
.add_to_cart_button,
.add-to-wishlist {
    padding: 10px 15px;
    background: #f9f8f6;
    color: #000;
    font-size: 15px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-add-to-cart-btn:hover,
.add_to_cart_button:hover,
.add-to-wishlist:hover {
    background: #e0e0e0;
}

/* Heart Icon */
.material-symbols-outlined.heart-icon {
    color: black;
}

.material-symbols-outlined.heart-icon:hover {
    color: #c95656;
}

.material-symbols-outlined:hover {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' -25,
    'opsz' 48;
}

/* Overlay Section */
.product-details-overlay {
    position: static;
    background: none;
    z-index: 2;
    padding-left: 20px;
    width: 350px;
}

.product-details-overlay .product-title a {
    color: black;
    text-decoration: none;
}

.product-details-overlay .product-price {
    color: black;
    font-weight: bold;
}

.product-details-overlay .product-actions .custom-add-to-cart-btn,
.product-details-overlay .product-actions .add_to_cart_button,
.product-details-overlay .product-actions .add-to-wishlist {
    color: #333;
    background: #f9f8f6;
}

.product-details-overlay .product-actions .custom-add-to-cart-btn:hover,
.product-details-overlay .product-actions .add_to_cart_button:hover,
.product-details-overlay .product-actions .add-to-wishlist:hover {
    background: white;
    color: #333;
}

.product-details-overlay .material-symbols-outlined.heart-icon {
    color: #333;
}

.product-details-overlay .material-symbols-outlined.heart-icon:hover {
    color: #c95656;
}

/* Attribute Dropdown */
.custom-attribute-select {
    background: none;
}

.select-with-icon select {
    background: transparent;
    border: none;
    outline: none;
}

.select-with-icon select option {
    background: none;
    color: white;
    padding: 8px;
    font-size: 14px;
}

.select-with-icon select::-webkit-scrollbar {
    width: 8px;
}

.select-with-icon select::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.select-with-icon select::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.select-with-icon select::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Small Product Description Badge */
.product-desc {
    background: rgba(255,255,255,0.8);
    color: black;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.2;
    max-width: 180px;
    z-index: 3;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
}










/* DEFAULT PRODUCT CARD – untouched */
.pu-product-item {
    display: flex;
    flex-direction: row;
    width: 900px;
    margin-bottom: 40px;
}

/* SPECIAL LAYOUT: PRODUCTS 1383 and 1392 */
.pu-product-item.horizontal-layout {
    flex-direction: column; /* big image top */
    width: 100%;
    max-width: 900px;
    padding-right: 30px;
}

/* TOP IMAGE spans full width */
.pu-product-item.horizontal-layout .product-image {
    width: 100%;
    height: 500px;
}

.pu-product-item.horizontal-layout .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BOTTOM SECTION */
.pu-product-item.horizontal-layout .product-details-overlay {
    padding-top: 20px;
    width: 900px;
}

/* UL left + small image right */
.pu-product-item.horizontal-layout .bottom-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
}

/* Left (Text / UL) */
.pu-product-item.horizontal-layout .bottom-left {
    width: 65%;
}

.pu-product-item.horizontal-layout .bottom-left ul {
    padding-left: 18px;
}

.pu-product-item.horizontal-layout .bottom-left li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Right (small image) */
.pu-product-item.horizontal-layout .bottom-right {
    width: 200px;
    height: 200px;
    margin-right: 30px;

}

.pu-product-item.horizontal-layout .bottom-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pu-product-item.horizontal-layout .bottom-right img {
    border-radius: 100px;
}

.bottom-right img {
    border-radius: 200px;
}