/* ACE PDP V5.72 CARD CATEGORIA MANUAL EXATO START
   Não é gerado automaticamente.
   Reproduz o comportamento do card da categoria, mas no escopo correto da PDP.
*/

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope {
    overflow: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products {
    background: transparent !important;
    overflow: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products::before,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products::after {
    display: none !important;
    content: none !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products-grid {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 300px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 26px !important;
    max-width: 1320px !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products .ace-h11-product-card,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card {
    position: relative !important;
    display: block !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.07) !important;
    border-radius: 30px !important;
    box-shadow:
        0 16px 34px rgba(0,0,0,.07),
        0 2px 8px rgba(0,0,0,.025) !important;
    overflow: hidden !important;
    perspective: 1200px !important;
    transform-style: preserve-3d !important;
    transform: translateY(0) !important;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
    will-change: transform !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products .ace-h11-product-card::before,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 4px !important;
    background: #D5FE00 !important;
    opacity: 0 !important;
    transition: opacity .18s ease !important;
    z-index: 5 !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products .ace-h11-product-card:hover,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card:hover,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card.is-flipping {
    transform: translateY(-6px) !important;
    border-color: rgba(213,254,0,.55) !important;
    box-shadow:
        0 24px 52px rgba(0,0,0,.13),
        0 0 0 1px rgba(213,254,0,.12) !important;
    z-index: 30 !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products .ace-h11-product-card:hover::before,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card:hover::before,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card.is-flipping::before {
    opacity: 1 !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products .ace-h11-product-img,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img {
    height: 270px !important;
    padding: 28px 28px 12px !important;
    display: grid !important;
    place-items: center !important;
    background: radial-gradient(circle at center, #FFFFFF 0%, #F7F7F5 100%) !important;
    text-decoration: none !important;
    overflow: hidden !important;
    position: relative !important;
    transform: none !important;
    transform-style: preserve-3d !important;
    perspective: none !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img::before {
    content: "" !important;
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: radial-gradient(ellipse, rgba(0,0,0,.11), transparent 68%) !important;
    filter: blur(8px) !important;
    opacity: .58 !important;
    z-index: 0 !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img::after,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img span,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img [class*="slice"],
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img [class*="flip"] {
    content: none !important;
    display: none !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img img {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    max-width: 92% !important;
    max-height: 92% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
    opacity: 1 !important;
    visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    transform-style: preserve-3d !important;
    transform-origin: center center !important;
    transition: transform 1850ms cubic-bezier(.16,.84,.22,1) !important;
    will-change: transform !important;
    filter: none !important;
    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card:not(.is-flipping) .ace-h11-product-img img {
    transform: rotateY(0deg) scale(1) !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card:hover .ace-h11-product-img img,
html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card.is-flipping .ace-h11-product-img img {
    transform: rotateY(180deg) scale(1.055) !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-info {
    padding: 10px 24px 24px !important;
    background: #ffffff !important;
    transform: none !important;
    backface-visibility: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-name {
    display: block !important;
    min-height: 45px !important;
    color: #121212 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: -.01em !important;
    transform: none !important;
    backface-visibility: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-price {
    margin-top: 14px !important;
    color: #000000 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.025em !important;
    transform: none !important;
    backface-visibility: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-btn {
    margin-top: 18px !important;
    height: 49px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 10px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .025em !important;
    transition: .22s ease !important;
    transform: none !important;
    backface-visibility: visible !important;
}

html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-btn:hover {
    background: #D5FE00 !important;
    color: #000000 !important;
    border-color: #D5FE00 !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 1100px) {
    html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 720px !important;
    }
}

@media (max-width: 760px) {
    html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-products-grid {
        grid-template-columns: 1fr !important;
        max-width: 360px !important;
    }

    html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-card:hover {
        transform: none !important;
    }

    html body.catalog-product-view .ace-pdp-related-h11-exact.ace-category-home-card-scope .ace-h11-product-img {
        height: 260px !important;
    }
}

/* ACE PDP V5.72 CARD CATEGORIA MANUAL EXATO END */
