/*----------------------------------[Table of contents]----------------------------------
# newsletter-modal css
# home-slider css
# category-slider css
# banner-area css
# service css
# deal-banner css
# testimonial css
---------------------------------------------------------------------------------------*/

/* New Arrivals is a static two-column grid on phones. */
@media (max-width: 767px) {
    .new-arrivals #trend-product-slider.swiper {
        overflow: visible;
        touch-action: pan-y;
    }

    .new-arrivals #trend-product-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 15px;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }

    .new-arrivals #trend-product-slider .swiper-slide {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
    }

    .new-arrivals #trend-product-slider .single-product {
        margin: 0 !important;
    }

    .new-arrivals .swiper-buttons,
    .new-arrivals .swiper-dots {
        display: none !important;
    }
}

/* Homepage brand collections appear directly after New Arrivals. */
.home-brand-loading-title,
.home-brand-loading-link,
.home-brand-loading-image,
.home-brand-loading-line {
    position: relative;
    overflow: hidden;
    background: #f0eeeb;
}

.home-brand-loading-title,
.home-brand-loading-link {
    margin-right: auto;
    margin-left: auto;
    border-radius: 999px;
}

.home-brand-loading-title {
    width: 210px;
    height: 28px;
}

.home-brand-loading-link {
    width: 135px;
    height: 12px;
    margin-top: 13px;
}

.home-brand-loading-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.home-brand-loading-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius);
}

.home-brand-loading-line {
    width: 82%;
    height: 11px;
    margin-top: 14px;
    border-radius: 999px;
}

.home-brand-loading-line-short {
    width: 48%;
    margin-top: 9px;
}

.home-brand-loading-title::after,
.home-brand-loading-link::after,
.home-brand-loading-image::after,
.home-brand-loading-line::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
    animation: home-brand-shimmer 1.4s infinite;
}

@keyframes home-brand-shimmer {
    100% { transform: translateX(100%); }
}

.home-brand-load-error p {
    margin-bottom: 12px;
}

.home-brand-retry {
    color: var(--primary-font-color);
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    padding: 2px 0;
}

.home-brand-browse-link {
    display: inline-block;
    color: var(--heading-font-color);
    margin-left: 18px;
    border-bottom: 1px solid currentColor;
}

.home-brand-heading {
    margin-bottom: 34px;
}

.home-brand-heading .home-editorial-title {
    margin-bottom: 10px;
}

.home-brand-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--body-font-color);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    padding-bottom: 4px;
    transition: color .2s ease, gap .2s ease;
}

.home-brand-more:hover,
.home-brand-more:focus-visible {
    color: var(--primary-font-color);
    gap: 12px;
}

.home-brand-banner-wrap {
    margin-bottom: 42px;
}

.home-brand-banner {
    overflow: hidden;
    border-radius: var(--border-radius);
    background: var(--extra-bgcolor);
}

.home-brand-banner img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 1;
    object-fit: cover;
    transition: transform .5s ease;
}

.home-brand-banner:hover img {
    transform: scale(1.015);
}

@media (min-width: 768px) {
    .home-brand-products .collection-wrap .swiper-buttons {
        display: block;
    }
}

@media (max-width: 767px) {
    .home-brand-loading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .home-brand-loading-card:nth-child(n + 3) {
        display: none;
    }

    .home-brand-heading {
        margin-bottom: 26px;
    }

    .home-brand-products .brand-product-slider.swiper {
        overflow: visible;
        touch-action: pan-y;
    }

    .home-brand-products .brand-product-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 15px;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }

    .home-brand-products .brand-product-slider .swiper-slide {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
    }

    .home-brand-products .brand-product-slider .single-product {
        margin: 0 !important;
    }

    .home-brand-products .swiper-buttons,
    .home-brand-products .swiper-dots {
        display: none !important;
    }

    .home-brand-banner-wrap {
        margin-bottom: 30px;
    }

    .home-brand-banner img {
        aspect-ratio: 16 / 5;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-brand-loading-title::after,
    .home-brand-loading-link::after,
    .home-brand-loading-image::after,
    .home-brand-loading-line::after {
        animation: none;
    }
}

/************************************* homepage instagram start *************************************/
.home-instagram {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 8%, rgba(231, 195, 189, .34), transparent 28%),
        radial-gradient(circle at 88% 88%, rgba(205, 184, 153, .28), transparent 30%),
        #fbf8f5;
}

.home-instagram-heading {
    max-width: 720px;
    margin: 0 auto 36px;
}

.home-instagram-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(135deg, #7b4fa2 0%, #c6537b 50%, #dd9b55 100%);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(131, 71, 102, .2);
    margin-bottom: 16px;
}

.home-instagram-eyebrow {
    display: block;
    color: var(--primary-font-color);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home-instagram-heading .home-editorial-title {
    margin-bottom: 8px;
}

.home-instagram-handle {
    display: inline-block;
    color: var(--heading-font-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    margin-bottom: 13px;
}

.home-instagram-heading p {
    color: var(--body-font-color);
    line-height: 1.75;
    margin: 0;
}

.home-instagram-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.home-instagram-tile {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eee8e2;
    border-radius: 4px;
}

.home-instagram-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .55s ease, filter .4s ease;
}

.home-instagram-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    background: linear-gradient(135deg, rgba(91, 47, 91, .16), rgba(175, 91, 68, .58));
    opacity: 0;
    transition: opacity .35s ease;
}

.home-instagram-tile:hover img,
.home-instagram-tile:focus-visible img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.home-instagram-tile:hover .home-instagram-overlay,
.home-instagram-tile:focus-visible .home-instagram-overlay {
    opacity: 1;
}

.home-instagram-action {
    margin-top: 30px;
}

.home-instagram-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    color: #fff;
    background: var(--heading-font-color);
    border: 1px solid var(--heading-font-color);
    border-radius: 999px;
    padding: 10px 24px;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.home-instagram-button:hover,
.home-instagram-button:focus-visible {
    color: var(--heading-font-color);
    background: transparent;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .home-instagram-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home-instagram-heading {
        margin-bottom: 27px;
    }

    .home-instagram-grid {
        gap: 6px;
    }

    .home-instagram-tile:nth-child(n + 7) {
        display: none;
    }

    .home-instagram-action {
        margin-top: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-instagram-tile img,
    .home-instagram-overlay,
    .home-instagram-button {
        transition: none;
    }
}
/************************************* homepage instagram end *************************************/

/************************************* newsletter-modal css start *************************************/
/*====================================
    newsletter-modal css
====================================*/
@media (min-width: 768px) {
    .newsletter-modal .newsletter-info .newsletter-content .newsletter-form .news-wrap input {
        border-radius: var(--border-radius) 0px 0px var(--border-radius);
    }
    .newsletter-modal .newsletter-info .newsletter-content .newsletter-form .news-wrap button {
        border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    }
}
/************************************* newsletter-modal css end *************************************/

/************************************* home-slider css start *************************************/
/*====================================
    home-slider swiper css
====================================*/
.slider-content .home-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/* Keep the responsive image wrapper tied to the slide width. Without an
   explicit flex basis it falls back to the image's intrinsic width, which
   leaves an empty strip on wide viewports or when the browser is zoomed. */
.slider-content .home-slider .slider-image,
.slider-content .home-slider .slider-image .slide-img {
    width: 100%;
}
.slider-content,
.slider-content .home-slider,
.slider-content .home-slider .slider-image,
.slider-content .home-slider .slide-img {
    background-color: #e8ddce;
}
.slider-content .home-slider .slider-image .slide-img {
    flex: 0 0 100%;
    min-width: 0;
}
.slider-content .home-slider .slider-image .slide-img img {
    display: block;
}

.slider-content .home-slider .home-slide-responsive-image {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

@media (max-width: 767px) {
    .slider-content .home-slider .home-slide-responsive-image {
        aspect-ratio: 864 / 1821;
        object-position: center top;
    }
}

/*====================================
    slider-content css
====================================*/
.slider-content .home-slider h2 {
    line-height: 1.2;
}

/*====================================
    slider-content transition css
====================================*/
.slider-content .home-slider.swiper .swiper-slide .slider-image span,
.slider-content .home-slider.swiper .swiper-slide .slider-image h2,
.slider-content .home-slider.swiper .swiper-slide .slider-image a {
    opacity: 0;
}
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image span,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image h2,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image a {
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image span {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image h2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-image a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

/*====================================
    slider-navigation css
====================================*/
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button {
    color: var(--primary-font-color);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
    left: 5px;
}
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
    right: 5px;
}
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button:hover {
    color: var(--extra-font-color);
}
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-font-color);
    z-index: -1;
    opacity: 0.1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button:hover::after {
    opacity: 1;
}
@media (min-width: 1400px) {
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
        left: 10px;
    }
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
        right: 10px;
    }
}
@media (min-width: 1600px) {
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
        left: 30px;
    }
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
        right: 30px;
    }
}

/*====================================
    slider-dot css
====================================*/
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination {
    width: unset;
    position: unset;
    margin: -5px 0px 0px -5px;
}
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--primary-font-color);
    margin: 5px 0px 0px 5px;
    opacity: 0.1;
    border: 1px solid var(--primary-font-color);
}
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet:hover,
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
/************************************* home-slider css end *************************************/

/************************************* category-slider css start *************************************/
/*====================================
    homepage editorial headings
====================================*/
.home-editorial-capture .section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.section-heading.home-editorial-title {
    color: #5f5a62;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(21px, 2.2vw, 29px);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}
.home-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 0;
    color: #171717;
    border: 0;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    transition: color 0.2s ease;
}
.home-view-all-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    border-radius: 50%;
    color: #3f3f3f;
    background: #eeeeee;
    font-size: 16px;
    box-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.home-view-all:hover,
.home-view-all:focus-visible {
    color: #000000;
}
.home-view-all:hover .home-view-all-icon,
.home-view-all:focus-visible .home-view-all-icon {
    color: #ffffff;
    background: #3f3f3f;
    transform: translateX(2px);
}
.home-view-all:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}
@media (min-width: 768px) {
    .home-view-all {
        margin-top: 16px;
        font-size: 15px;
    }
}
.home-banner-card-title {
    color: #5f5a62;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-transform: uppercase;
}

/*====================================
    category-slider swiper css
====================================*/
.category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 50%;
}
@media (min-width: 768px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}
@media (min-width: 992px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 20%;
    }
}

/*====================================
    cat-block css
====================================*/
.category-slider .cat-slider .cat-block {
    padding: 0px 4px;
}
.category-slider .cat-slider .cat-block a.cat-img.sg-cat-square {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff9f6 0%, var(--extra-bgcolor) 100%);
    border: 1px solid rgba(145, 112, 75, 0.16);
    box-shadow: 0 12px 28px rgba(51, 51, 51, 0.08);
    isolation: isolate;
}
.category-slider .cat-slider .cat-block a.cat-img.sg-cat-square::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(145, 112, 75, 0.10));
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.category-slider .cat-slider .cat-block:hover a.cat-img.sg-cat-square::before {
    opacity: 1;
}
.category-slider .cat-slider .cat-block a.cat-img span.cat-icon {
    transform: translate(-50%, calc(-50% + 5px));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,brightness 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,brightness 0.3s ease-in-out;
}
.category-slider .cat-slider .cat-block:hover a.cat-img span.cat-icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.category-slider .cat-slider .cat-block a.cat-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.35s ease-in-out,filter 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out,filter 0.35s ease-in-out;
}
.category-slider .cat-slider .cat-block:hover a.cat-img img {
    -webkit-transform: scale(1.045);
    transform: scale(1.045);
    -webkit-filter: brightness(0.92) saturate(1.04);
    filter: brightness(0.92) saturate(1.04);
}
.category-slider .cat-slider .cat-block .cat-content {
    padding: 0px 2px;
}
.category-slider .cat-slider .cat-block .cat-content span:first-child a {
    letter-spacing: 0.02em;
}
@media (max-width: 575px) {
    .category-slider .cat-slider .cat-block {
        padding: 0px 2px;
    }
    .category-slider .cat-slider .cat-block a.cat-img.sg-cat-square {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(51, 51, 51, 0.07);
    }
    .category-slider .cat-slider .cat-block .cat-content {
        padding-top: 2px;
    }
}
/************************************* category-slider css end *************************************/

/************************************* banner-area css start *************************************/
/*====================================
    banner-area css
====================================*/
@media (min-width: 992px) {
    .banner-area .banner-block img {
        object-fit: cover;
        object-position: center;
    }
}
/************************************* banner-area css end *************************************/

/************************************* service css start *************************************/
/*====================================
    service-content css
====================================*/
.home-features-background-image {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.home-features-background-image img {
    display: block;
    width: 100%;
    height: auto;
}
.service-area .service-content span.service-img {
    -webkit-transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out,border-color 0.3s ease-in-out;
}
.service-area .service-content:hover span.service-img {
    background-color: var(--primary-font-color);
}
.service-area .service-content span.service-img img {
    -webkit-transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;
}
.service-area .service-content:hover span.service-img img.service-img1,
.service-area .service-content span.service-img img.service-img2 {
    opacity: 0;
    visibility: hidden;
}
.service-area .service-content:hover span.service-img img.service-img2 {
    opacity: 1;
    visibility: visible;
}
/************************************* service css end *************************************/

/************************************* deal-banner css start *************************************/
/*====================================
    deal-banner css
====================================*/
@media (min-width: 992px) {
    .deal-banner .banner-block img {
        object-fit: cover;
        object-position: center;
    }
}

/*====================================
    deal-timer css
====================================*/
.deal-banner .deal-timer ul>* {
    position: relative;
}
.deal-banner .deal-timer ul>*::before {
    content: ":";
    color: var(--body-font-color);
    font-size: 24px;
    position: absolute;
    left: -1.5px;
    top: 0;
    font-weight: var(--heading-font-weight);
    line-height: 1;
}
.deal-banner .deal-timer ul>*:first-child::before {
    display: none;
}
/************************************* deal-banner css start *************************************/

/************************************* testimonial css start *************************************/
/*====================================
    testimonial slider-swiper css
====================================*/
.testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}
@media (min-width: 768px) {
    .testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}
/************************************* testimonial css end *************************************/

/* Product-card text hierarchy */
.product-card-copy {
    text-align: center;
}
.product-card-copy .product-card-kicker {
    color: #767676;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 6px;
    min-height: 1.4em;
    text-transform: uppercase;
}
.product-card-copy .product-title a {
    color: #000 !important;
    display: -webkit-box;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
}
.product-card-copy .product-title {
    line-height: 1.4;
    min-height: 2.8em !important;
}
.product-card-copy .product-price {
    margin-top: 7px !important;
}
.product-card-copy .product-price .price-box {
    color: #555;
    font-weight: 400;
    justify-content: center;
}
.product-card-copy .product-price .price-box .new-price,
.product-card-copy .product-price .price-box .old-price {
    color: inherit !important;
}
.product-card-standard .product-image a.pro-img {
    aspect-ratio: 1 / 1;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
}
.product-card-standard .product-image a.pro-img img {
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    width: 100% !important;
}
