.elementor-10 .elementor-element.elementor-element-cad4859{--display:flex;}.elementor-10 .elementor-element.elementor-element-159867f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a4e0976 *//* 1. SECTION WRAPPER & HEADING */
.also-shopped-wrapper {
    margin: 60px auto;
    padding: 40px 20px;
    background-color: #ffffff;
    max-width: 1200px;
}

.slider-heading {
    font-family: inherit; /* Inherits from Blocksy settings */
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    position: relative;
    color: #111;
}

/* Elegant Underline for Heading */
.slider-heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #111;
    margin: 15px auto 0;
}

/* 2. PRODUCT CARD DESIGN */
.also-shopped-wrapper .shoe-card {
    background: #fff;
    margin: 0 10px; /* Space between slides */
    padding: 15px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.also-shopped-wrapper .shoe-card:hover {
    border-color: #111;
    box-shadow: 0 15px 30px rgba(0,0,0,0.07);
}

/* 3. IMAGE & WISHLIST */
.also-shopped-wrapper .shoe-image-container {
    position: relative;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.also-shopped-wrapper .shoe-image-container img {
    mix-blend-mode: multiply; /* Perfect for white background shoe shots */
    transition: transform 0.5s ease;
}

.also-shopped-wrapper .shoe-card:hover .shoe-image-container img {
    transform: scale(1.05);
}

.also-shopped-wrapper .shoe-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

/* 4. TYPOGRAPHY & RATINGS */
.also-shopped-wrapper .shoe-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.also-shopped-wrapper .shoe-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    line-height: 1.4;
    height: 2.8em; /* Force 2 lines for alignment */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.also-shopped-wrapper .shoe-price {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

/* 5. ACTION BUTTONS (Cart + View) */
.also-shopped-wrapper .shoe-actions {
    display: flex;
    gap: 8px;
    margin-top: auto; /* Pushes buttons to bottom */
}

.also-shopped-wrapper .shoe-cart-btn {
    background: #f4f4f4;
    color: #111;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: 0.3s;
}

.also-shopped-wrapper .shoe-cart-btn:hover {
    background: #111;
    color: #fff;
}

.also-shopped-wrapper .shoe-view-btn {
    flex: 1;
    background: #111;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 45px; /* Matches cart button height */
    text-decoration: none;
    border-radius: 2px;
    letter-spacing: 1px;
}

/* 6. SLICK DOTS (NAV) */
.also-shopped-wrapper .slick-dots {
    bottom: -40px;
    list-style: none;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.also-shopped-wrapper .slick-dots li {
    margin: 0 5px;
}

.also-shopped-wrapper .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.also-shopped-wrapper .slick-dots li.slick-active button {
    background: #111;
    width: 20px;
    border-radius: 10px;
}

/* 7. SLICK ARROWS (NAV) */
.also-shopped-wrapper .slick-prev, 
.also-shopped-wrapper .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.also-shopped-wrapper .slick-prev:before, 
.also-shopped/* End custom CSS */