.elementor-30 .elementor-element.elementor-element-5236ab5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-30 .elementor-element.elementor-element-5236ab5:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-5236ab5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #1C1C41 0%, var( --e-global-color-primary ) 100%);}.elementor-30 .elementor-element.elementor-element-19a451e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-30 .elementor-element.elementor-element-19a451e:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-19a451e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFBF7;}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-5236ab5{--content-width:1200px;}.elementor-30 .elementor-element.elementor-element-19a451e{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-cbd8656 *//* ================================================== */
/* MUSE AMAZON AFFILIATE — PRODUCT CARD DESIGN         */
/* Website colors: Content BG #1C1C41 | Gold #C9A96E   */
/* Gold accent #FFB000 | Text-on-gold #030F21          */
/*                                                       */
/* Use this EXACT same code in BOTH places:            */
/*   1) Home Page  -> [muse_amazon_grid display="8"]   */
/*   2) Shop Page  -> [muse_amazon_grid display="20"   */
/*                     load_more="yes"]                */
/* Paste into each shortcode widget's own              */
/* Advanced > Custom CSS tab.                           */
/* ================================================== */

/* 1. Grid Layout (4 / 2 / 1 columns responsive) */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    margin-top: 30px !important;
}

/* 2. Card — gold border ALWAYS visible, blue shadow on hover */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-card {
    background: #FFFFFF !important;
    border: 1.5px solid #C9A96E !important;   /* Gold outline, always on */
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 15px rgba(3, 15, 33, 0.06) !important; /* soft blue shadow at rest */
}

.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-card:hover {
    transform: translateY(-8px) !important;
    border-color: #FFB000 !important;          /* brighter gold on hover */
    box-shadow: 0 18px 35px rgba(3, 15, 33, 0.22) !important; /* deeper blue shadow */
}

/* 3. Product Image — always a PERFECT SQUARE (1:1), so a full
      Instagram-size image shows completely with zero cropping,
      no matter how wide the card is on any screen size. */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-image-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #1C1C41 !important; /* fills any tiny gap professionally on old browsers */
}
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
    display: block !important;
}
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-card:hover .muse-aam-image-wrap img {
    transform: scale(1.08) !important;
}

/* 4. Content Area — solid site-blue background, below the image */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-content {
    background: #1C1C41 !important;
    padding: 22px 18px 26px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

/* 5. Product Title — white, on the blue background */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

/* 6. "View on Amazon" — an actual GOLD BUTTON, not plain text */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-btn {
    display: inline-block !important;
    background: #C9A96E !important;
    color: #030F21 !important;
    border: 1.5px solid #FFB000 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;   /* rounded a bit more */
    transition: all 0.3s ease !important;
}

/* Hover — button flips: blue background, gold text, gold outline */
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-card:hover .muse-aam-btn,
.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-btn:hover {
    background: #1D1D43 !important;
    color: #C9A96E !important;
    border-color: #FFB000 !important;
}

/* 7. Mobile & Tablet Responsiveness */
@media (max-width: 1100px) {
    .elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px !important;
    }
}
@media (max-width: 600px) {
    .elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-content {
        padding: 18px 16px 22px !important;
    }
    .elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-title {
        font-size: 16px !important;
    }
}

/* ================================================== */
/* LOAD MORE BUTTON (Shop Page only, load_more="yes")  */
/* Same blue/gold swap theme, kept consistent          */
/* ================================================== */

.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-load-more-wrap {
    text-align: center !important;
}

.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-load-more {
    background: #1D1D43 !important;
    color: #C9A96E !important;
    border: 1.5px solid #FFB000 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;   /* rounded a bit more */
    transition: all 0.32s ease !important;
    display: block !important;
    margin: 40px auto 0 auto !important;
    width: 100% !important;
    max-width: 320px !important;
    text-align: center !important;
    cursor: pointer !important;
}

.elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-load-more:hover {
    background: #C9A96E !important;
    color: #1D1D43 !important;
    border-color: #1D1D43 !important;
}

@media (max-width: 600px) {
    .elementor-30 .elementor-element.elementor-element-cbd8656 .muse-aam-load-more {
        max-width: 100% !important;
    }
}/* End custom CSS */