#popContainerGlobal {
    position: fixed;
}

.pop--container--open {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.649);
    transition: background-color 0.5s ease; 
    position: fixed;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
}
    
.pop--container--closed {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: end;
    transition: background-color 0.5s ease; 
}

eatables-video-commerce .popCircle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

eatables-video-commerce .popVideoCircle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

eatables-video-commerce .popStory {
    /* width: 400px;
    height: 700px; */
    width: 500px;
    height: 95vh;
    display: none;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 1rem;
}

eatables-video-commerce .popVideoStorie{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 9;
    /* border-radius: 8px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

eatables-video-commerce .popButtonClosedContainer {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 12;
    position: relative;
    padding-top: 1rem;
}

eatables-video-commerce .popButtonsContainer {
    height: 65%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    z-index: 12;
}

eatables-video-commerce .popPlayPauseIcons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 13;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

eatables-video-commerce .popCardInformation {
    position: absolute;
    z-index: 13;
    border-radius: 8px;
    padding: 10px;
    height: 150px;
    background-color: rgba(88, 88, 88, 0.397); 
    backdrop-filter: blur(4px);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    bottom: 30px;
    left: 1rem;
    right: 1rem;
}

eatables-video-commerce #popImageCardInformation {
    width: 70px !important;
    height: 70px !important;
}

eatables-video-commerce .popTextCardInformation {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    color: white;
    font-weight: 400;
    white-space: nowrap;
}

eatables-video-commerce .popCardInformationContent {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex: 1 90%;
}

eatables-video-commerce .popCardInformationContentPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

eatables-video-commerce .popTextCardInformationPriceMin {
    font-size: 18px !important;
    color: white;
    font-weight: bold;
}

eatables-video-commerce .popTextCardInformationPriceMax {
    font-size: 16px!important;
    color: #c0c0c0;
    font-weight: 500;
    text-decoration: line-through;
}

eatables-video-commerce .popButtonMoreInformation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    position: relative;
    bottom: 0;
    padding: 10px;
    height: 100%;
}

eatables-video-commerce .popTextButtonMoreInformation {
    font-size: 16px;
    font-weight: 600;
}


eatables-video-commerce .popCardLogo {
    position: absolute;
    z-index: 13;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
}

eatables-video-commerce .popCardMeasures {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 13;
    background-color: rgba(27, 27, 27, 0.637); /* Fundo semitransparente */
    backdrop-filter: blur(4px); /* Aplica o desfoque no fundo */
    color: white;
    font-size: 12px !important;
    height: 40%;
    border-radius: 8px;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

eatables-video-commerce .popCardComments {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 13;
    background-color: rgba(27, 27, 27, 0.637); /* Fundo semitransparente */
    backdrop-filter: blur(4px); /* Aplica o desfoque no fundo */
    color: white;
    height: 60%;
    border-radius: 8px;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

eatables-video-commerce .pop--card--comments--open {
    transform: translateY(0) !important;
}

eatables-video-commerce .popHeaderCardComments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10%;
}

eatables-video-commerce .popCardCommentsContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 50%;
}

eatables-video-commerce .popCardCommentsForms {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 1rem;
    height: 40%;
}


eatables-video-commerce .popCardCommentsForms .popFormComment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

eatables-video-commerce .popCardCommentsForms .popInputComment {
    width: 80%;
    height: 50px;
    border-radius: 8px;
    border: none;
    background-color: rgba(88, 88, 88, 0.397);
    padding: 12px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
}

eatables-video-commerce .popInputComment:focus {
    outline: none;
    box-shadow: none;
}

eatables-video-commerce .popCardCommentsForms button {
    width: 20%;
    height: 50px;
    border-radius: 8px;
    border: none;
    background-color: rgba(88, 88, 88, 0.397);
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

eatables-video-commerce .popTextCardComments {
    color: white;
    font-size: 15px !important;
}

eatables-video-commerce .popCardAddToCart {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 13;
    background-color: #fff;
    color: black;
    height: 100%;
    border-radius: 8px;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto !important;
}

eatables-video-commerce .pop--card--viewCart--open {
    transform: translateY(0) !important;
}

eatables-video-commerce .popHeaderCardAddToCart {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

eatables-video-commerce .popButtonClosedCardAddToCart {
    border: none;
    background-color: transparent;
}

eatables-video-commerce .popCardViewCart {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
    background-color: #fff;
    color: black;
    height: 100%;
    border-radius: 8px;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto !important;
}

eatables-video-commerce .pop--card--addToCart--open {
    transform: translateY(0) !important;
}

eatables-video-commerce .popHeaderCardViewCart {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 1rem;
}

eatables-video-commerce .popButtonClosedCardViewCart {
    border: none;
    background-color: transparent;
}

eatables-video-commerce .popCardViewCartTitle {
    font-size: 22px;
    font-weight: 600;
}

eatables-video-commerce .popCardViewCartQuantity {
    font-size: 18px;
}

eatables-video-commerce .popButtonClass {
    border: none;
    width: 35px;
    height: 35px;
    background-color: transparent;
    background-color: rgba(88, 88, 88, 0.397);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
}

eatables-video-commerce .popButtonClass svg {
    display: block;
}

eatables-video-commerce .iconClose {
    margin-bottom: 7rem; /*Dar uma olhada depois*/ 
}

eatables-video-commerce .popStoryBarContainer {
    margin-top: 1rem;
    position: relative;
    z-index: 12;
    display: flex;
    gap: 5px;
}

eatables-video-commerce .pop--story--bar {
    height: 2px; /* Altura de cada barra */
    width: 100%; /* Preenche a largura total */
    background-color: rgba(255, 255, 255, 0.3); /* Fundo semitransparente */
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin: 2px 0; /* Espaçamento entre as barras */
}

eatables-video-commerce .pop--story--bar--fill {
    height: 100%; /* Preenche toda a altura da barra */
    width: 0%; /* Inicialmente vazia */
    background-color: white; /* Cor da barra ativa */
    transition: width 0.1s linear; /* Animação suave ao preencher */
    border-radius: 12px;
}


eatables-video-commerce .popContainerCircle {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

eatables-video-commerce .popTextCircle {
    position: relative;
    padding: 0.7rem;
    z-index: 1;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
}

@keyframes pop--expand--text {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    90% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%);
        opacity: 0;
    }
}

@keyframes pop--expand--text--reverse {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    90% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}

eatables-video-commerce .pop--expand--text {
    animation: pop--expand--text 6s ease-in-out forwards;
}

eatables-video-commerce .pop--expand--text--reverse {
    animation: pop--expand--text--reverse 6s ease-in-out forwards;
}

@media screen and (max-width: 1024px) {
    eatables-video-commerce .popStory {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    eatables-video-commerce .popCircle {
        width: 80px;
        height: 80px;
    }

    /* eatables-video-commerce .popCardInformation {
        height: 110px;
    } */
}

eatables-video-commerce .popHeaderCardMeasures {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

eatables-video-commerce .popTableCardMeasure {
   width: 100%;
}

eatables-video-commerce .popThCardMeasure {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.3);
}

/* Loading Spinner */
eatables-video-commerce .pop--loading--spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

eatables-video-commerce .pop--spinner {
    width: 25px;
    height: 25px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

eatables-video-commerce .popCardAddToCartCarouselContainer {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 12px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    scroll-behavior: smooth;
    padding: 10px 0;
}

eatables-video-commerce .popCardAddToCartCarouselContainer:active {
    cursor: grabbing;
}

eatables-video-commerce .popCardAddToCartCarouselContainer::-webkit-scrollbar {
    display: none; /* Oculta a barra de rolagem no mobile */
}

eatables-video-commerce .popCardAddToCartCarouselSlide {
    flex: 0 0 calc((100% / 1.5)); /* Mostra 2.5 imagens por vez */
    aspect-ratio: 1 / 1; /* Mantém as imagens quadradas */
    scroll-snap-align: start;
    background-color: #ddd;
    border-radius: 12px;
    overflow: hidden;
    pointer-events: none; /* Previne interação com as imagens durante o arrasto */
}

eatables-video-commerce .popCardAddToCartCarouselSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none; /* Previne interação com as imagens durante o arrasto */
}

eatables-video-commerce .popCardAddToCartContentInformation {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 1.5rem;
    overflow-y: auto;
}

eatables-video-commerce .popCardAddToCartContentInformationTitleContainer {
    display: flex;
    flex-direction: column;
}

eatables-video-commerce .popCardAddToCartContentInformationTitle {
    font-size: 22px;
    font-weight: 600;
}

eatables-video-commerce .popCardAddToCartContentInformationPriceContainer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

eatables-video-commerce .popCardAddToCartContentInformationPriceContainerMinPrice {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

eatables-video-commerce .popCardAddToCartContentInformationPriceContainerMaxPrice {
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    color: #c0c0c0;
    line-height: 1;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 1rem;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonContainer button {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonAddToCart {
    background-color: #000000;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonAddToCart .pop-button-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    display: none;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonAddToCart.popLoading .pop-button-spinner {
    display: inline-block;
}

eatables-video-commerce .popCardAddToCartContentInformationButtonAddToCart.popLoading .pop-button-spinner-text {
    display: none;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

eatables-video-commerce .popCardAddToCartContentInformationButtonBuyNow {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

eatables-video-commerce .popCardAddToCartContentInformationDescription {
    width: 100%;
}

eatables-video-commerce .popCardAddToCartContentInformationSelectContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
}

eatables-video-commerce .popCardAddToCartContentInformationSelect {
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border: none !important;
    outline: none;
    box-shadow: none;
}

eatables-video-commerce .popCardAddToCartContentInformationSelectLabelContainer {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

eatables-video-commerce .popCardAddToCartContentInformationSelectLabel {
    font-size: 12px;
    font-weight: 600;
}

eatables-video-commerce .popCardAddToCartContentInformationProductInCartWarning {
    position: sticky;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #fff;
    color: black;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

eatables-video-commerce .popCardAddToCartProductInCartWarningContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

eatables-video-commerce .popCardAddToCartProductInCartWarningText {
    font-size: 18px;
    font-weight: normal;
}

eatables-video-commerce .popCardAddToCartProductInCartWarningButton {
    background-color: transparent;
    font-weight: bold;
    border: none;
    font-size: 18px;
    text-decoration: underline;
    color: #000000;
}

eatables-video-commerce .popCardAddToCartProductInCartWarningButtonBuyNow {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    background-color: black;
    color: #fff;   
    border: none;
    cursor: pointer;
    text-align: center;
}

eatables-video-commerce .accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: black;
    font-weight: 600;
}

eatables-video-commerce .accordion svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

eatables-video-commerce .accordion svg:first-child {
    display: none;
}

eatables-video-commerce .accordion svg:last-child {
    display: block;
}

eatables-video-commerce .panel {
    background-color: transparent;
    padding: 0 18px;
    display: block;
    overflow: hidden;
}

eatables-video-commerce .popCardViewCartContent {
    height: calc(100% - 120px);
    overflow-y: auto !important;
    padding-bottom: 120px;
}

eatables-video-commerce .popCardViewCartContentProduct {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 2rem;
}

eatables-video-commerce .popCardViewCartContentItems {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    overflow-y: auto !important;
}

eatables-video-commerce .popCardViewCartContentProductImage {
    border-radius: 8px;
}

eatables-video-commerce .popCardViewCartContentProductInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

eatables-video-commerce .popCardViewCartContentProductQuantityContainerRemove {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

eatables-video-commerce .popCardViewCartContentProductQuantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

eatables-video-commerce .popCardViewCartContentProductQuantityButton {
    background-color: transparent;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: none;
}

eatables-video-commerce .popCardViewCartContentProductButtonRemove {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

eatables-video-commerce .popCardViewCartContentProductButtonRemove .pop-remove-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    display: none;
}

eatables-video-commerce .popCardViewCartContentProductButtonRemove.popLoading .pop-remove-spinner {
    display: inline-block;
}

eatables-video-commerce .popCardViewCartContentProductButtonRemove.popLoading .pop-button-spinner-img {
    display: none;
}

eatables-video-commerce .popCardViewCartContentProductName {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

eatables-video-commerce .popCardViewCartContentProductPrice {
    font-size: 18px;
    color: #50545e;
    margin: 0;
}

eatables-video-commerce .popCardViewCartCheckoutContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e5e7eb;
}

eatables-video-commerce .popCardViewCartSubtotalContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

eatables-video-commerce .popCardViewCartSubtotalLabel {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

eatables-video-commerce .popCardViewCartSubtotalValue {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

eatables-video-commerce .popCardViewCartBuyNowButton {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
}

eatables-video-commerce .popCardViewCartBuyNowButton:hover {
    background-color: #333333;
}
































