/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SARL DREAM ME UP
* Use, copy, modification or distribution of this source file without written
* license agreement from the SARL DREAM ME UP is strictly forbidden.
*
*   .--.
*   |   |.--..-. .--, .--.--.   .--.--. .-.   .  . .,-.
*   |   ;|  (.-'(   | |  |  |   |  |  |(.-'   |  | |   )
*   '--' '   `--'`-'`-'  '  `-  '  '  `-`--'  `--`-|`-'
*        w w w . d r e a m - m e - u p . f r       '
*
*  @author    Dream me up <prestashop@dream-me-up.fr>
*  @copyright 2007 - 2026 Dream me up
*  @license   All Rights Reserved
*/
.gr-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    text-align: center;
    font-family: inherit;
}

.gr-title {
    /* font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700; */
}

.gr-wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    margin-top: -20px;
}

.gr-summary {
    min-width: 269px;
    padding: 20px 0;
}

.gr-logo {
    width: 60px;
    margin-bottom: 10px;
}

.gr-summary-rating {
    font-size: 20px;
    font-weight: 700;
}

.gr-star {
    font-size: 18px;
}

.gr-carousel {
    position: relative;
    flex: 1;
}

.gr-list {
    display: flex;
    scroll-behavior: smooth;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 0.83rem;
}

.gr-list .slick-list {
    width: 100%;

}
.gr-list .slick-list .slick-track{
    padding: 20px 0px;
    display: flex;
    align-items: stretch;
    gap: 30px;
}
.gr-card {
    height: 296px;
    max-height: 296px;
    max-width: 315px;
    border-radius: 10px;
    background-color: var(--gr-bg-color);
    padding: 30px 20px 40px 30px;

}

.gr-card .content-div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gr-card .content {
    height: 150px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    overflow: auto;
    color: var(--gr-text-color);
    padding-right: 5px;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.gr-card .content::-webkit-scrollbar {
    width: 4px !important;
}

.gr-card .content::-webkit-scrollbar-track {
    background: grey !important;
    border-radius: 6px !important;
}

.gr-card .content::-webkit-scrollbar-thumb {
    background-color: var(--gr-text-color) !important;
    border-radius: 6px !important;
}

.gr-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--gr-text-color);
}


.gr-card .gr-author-info {
    max-height: 56px;
}

.gr-card .gr-author .gr-avatar{
    height: 50px;
    width: 50px;
}

.gr-card .gr-author .gr-author-info{
    color: var(--gr-text-color);
    height: 100%;
    max-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
}

.gr-card .gr-author .gr-author-name{
    color: var(--gr-text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
    padding: 0;
    margin: 0;

}
.gr-card .gr-author .gr-time{
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.gr-card .gr-author .gr-stars{
    height: auto;
    line-height: 12px;
    padding: 0;
    margin: 0;
    text-align: left;
}
svg{
    padding: 0;
    margin: 0;
}

.gr-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.gr-card .content {
    height: 150px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: var(--gr-text-color);
}

.gr-arrow {
    position: absolute;
    top: 45%;
    background: white;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.gr-prev { left: -15px; }
.gr-next { right: -15px; }

.gr-container a.gr-btn, 
.gr-container button.gr-btn,
body#my-account #content .links .gr-container a.gr-btn, 
body#my-account #content .links .gr-container button.gr-btn {
    display: inline-block;
    background: var(--gr-text-color) !important;
    color: var(--gr-bg-color) !important;
    border: 1px solid var(--gr-text-color) !important;
    padding: 10px 25px !important;
    border-radius: 25px !important;
    margin-top: 20px !important;
    text-decoration: none !important;
}
.gr-container a.gr-btn:hover, 
.gr-container a.gr-btn:hover svg, 
.gr-container button.gr-btn:hover,
.gr-container button.gr-btn:hover svg,
body#my-account #content .links .gr-container a.gr-btn:hover, 
body#my-account #content .links .gr-container a.gr-btn:hover svg, 
body#my-account #content .links .gr-container button.gr-btn:hover,
body#my-account #content .links .gr-container button.gr-btn:hover svg {
    text-decoration: none !important;
    background: var(--gr-bg-color) !important;
    color: var(--gr-text-color) !important;
    fill: var(--gr-text-color) !important;
}
.gr-container a.gr-btn:hover, 
.gr-container button.gr-btn:hover,
body#my-account #content .links .gr-container a.gr-btn:hover, 
body#my-account #content .links .gr-container button.gr-btn:hover {
    border: 1px solid var(--gr-text-color) !important;
}
.gr-center {
    margin-top: 30px;
}
.gr-center .chevron{
    height: 11px;
    width: 11px;
    fill: var(--gr-bg-color);
    margin-left: 2px;
}


/*
* spécifique au widget
*/
#gr-boutique {
    margin: 40px auto;
    width: 100%;
}
#gr-boutique .gr-summary .note_globale{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    background-color: var(--gr-bg-color);
}

#gr-boutique .note_globale_badge_dmugr{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gr-boutique .note_globale_badge_dmugr .logo_google{
    margin-bottom: 20px;
}
#gr-boutique .note_globale_badge_dmugr .note_info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gr-boutique .note_globale_badge_dmugr .note_info .ratingStatus_dmugr{
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1rem;
}
#gr-boutique .note_globale_badge_dmugr .note_info .note_globale_stars_dmugr{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1rem;
}
#gr-boutique .note_globale_badge_dmugr .note_info .note_globale_stars_dmugr .note_globale_note_dmugr{
    display: block;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1rem;
}
#gr-boutique .gr-card .gr-author .gr-avatar {
    margin: 0;
}
#gr-boutique .gr-card .gr-author-info .gr-stars svg {
    margin: 0 -2px;
}
#gr-boutique .note_globale_badge_dmugr .note_info .note_globale_text_dmugr{
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1rem;
}

#gr-boutique .gr-wrapper .slick-prev.slick-arrow,
#gr-boutique .gr-wrapper .slick-next.slick-arrow{
    top: 50%;
    cursor: pointer;
}

.slick-slider:not(.product-images) .slick-arrow.slick-prev,
.slick-prev {
    left: 10px;
    z-index: 50;
}

.slick-prev:before,
.slick-next:before {
    background-repeat: no-repeat;
    content: "" !important;
    font-size: 1.38889rem;
    font-weight: 900;
    display: block;
    color: #000;
    width: 25px;
    height: 25px;
}

.slick-prev:before {
    background-image: url('../img/arrow_left.svg');
}

.slick-next:before {
    background-image: url('../img/arrow_right.svg');
}

.slick-arrow:hover {
    opacity: 1;
    color: var(--gr-bg-color);
}

#gr-boutique .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
#gr-boutique .gr-dots {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--gr-text-color);
    background-color: var(--gr-bg-color);
}

#gr-boutique .slick-dots li button:before {
    color: var(--gr-text-color);
    font-size: 10px;
}
#gr-boutique .slick-dots li.slick-active button:before {
    color: var(--gr-text-color);
}

.google-link {
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .gr-list {
        width: 70%;
        max-width: 70%;
    }
    .gr-center {
        margin-top: 10px;
    }
    .gr-center a.gr-btn {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .gr-summary {
        min-width: 240px;
    }
}
@media screen and (max-width: 891px) {
    #gr-boutique .gr-wrapper {
        flex-direction: column;
        gap: 0;
    }
    #gr-boutique .gr-list {
        width: 100%;
        max-width:100%;
    }
    #gr-boutique .gr-card {
        /* height: 230px;
        max-height: 230px; */
        width: 250px !important;
        max-width: 250px;
    }
}
@media screen and (max-width: 768px) {
    .gr-container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 678px) {
    .gr-card {
        width: 100%;
        max-width:100%;
    }
    .gr-card {
        height: 246px;
        max-height: 246px;
        max-width: 265px;
        padding: 20px 15px 30px 20px;
    }
    .gr-card .content {
        height: 100px;
        font-size: 12px;
        line-height: 20px;
    }
    .gr-card .content-div{
        justify-content: space-evenly;
    }
    .gr-card .gr-author .gr-author-name,
    .gr-card .gr-author .gr-time {
        font-size: 12px;
        line-height: 12px;
    }
}
@media screen and (max-width: 389px) {
    #gr-boutique .gr-wrapper{
        gap: 0;
    }
    #gr-boutique .gr-card {
        height: 230px;
        max-height: 230px;
        width: 250px !important;
        max-width: 250px;
    }
    #gr-boutique .gr-card .content-div{
        justify-content: space-evenly;
    }
    #gr-boutique .slick-dots {
        bottom: -50px;
        margin-bottom: 10px;
    }

    #gr-boutique .gr-list {
        padding: 0 !important;
        width: 100%;
        max-width:100%;
    }
    #gr-boutique .slick-slide,
    #gr-boutique .gr-summary {
        padding: 20px 15px !important;
    }
    #gr-boutique .gr-card .gr-author .gr-stars svg{
        width: 12pt;
        height: 12pt;
    }
}
@media screen and (max-width: 280px) {
    #gr-boutique .gr-card {
        width: 200px !important;
        max-width: 200px;
    }
}
