.elementor-kit-87{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#B79B56;--e-global-color-text:#000000;--e-global-color-accent:#EEE2CF;--e-global-color-dd2e82b:#FFFEF3;--e-global-color-b4648f1:#132819;--e-global-color-85e0eb2:#1D271E;--e-global-color-74ddb72:#F5F5F5;--e-global-color-c748e44:#A6A6A6;--e-global-color-f645f58:#3E2123;--e-global-color-a65142a:#4A4A4A;--e-global-color-9af6aa9:#361416;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:2.5px;}.elementor-kit-87 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Sakrij WooCommerce add-to-cart poruke (Korpa) */
.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: none !important;
}

/* Spreči skakanje, ali dozvoli hover transition */
.add_to_cart_button,
.single_add_to_cart_button {
    position: relative;
    overflow: hidden;
    min-height: 48px; /* stabilna visina */
    transition: all 0.3s ease !important; /* omogućava hover animaciju */
}

/* 3. Sakrij dodatni link što Woo ubacuje "View Cart" */
.added_to_cart {
    display: none !important;
}

/* 4. Checkmark ✔ ostaje prikazan normalno */
.add_to_cart_button.added:after {
    content: " ✓";
    font-size: 18px;
    margin-left: 8px;
    color: #000; /* promeni boju ako želiš */
}

/* FORCE Off-canvas speed (covers transition + animation + vars) */
.e-off-canvas {
  --e-off-canvas-transition-duration: 0.4s !important;
  --e-off-canvas-animation-duration: 0.4s !important;
  --e-off-canvas-easing: ease-out !important;
}

.e-off-canvas__main,
.e-off-canvas__overlay {
  transition: all 0.4s ease-out !important;
  animation-duration: 0.4s !important;
}





/* ciljamo pravo dugme unutar Elementor Button widgeta */
.wine-red .elementor-button,
.wine-white .elementor-button,
.wine-rose .elementor-button,
.wine-mehurici .elementor-button{
  position: relative;
}

/* originalni tekst neka se sakrije */
.wine-red:hover .elementor-button-text,
.wine-white:hover .elementor-button-text,
.wine-rose:hover .elementor-button-text,
.wine-mehurici:hover .elementor-button-text{
  opacity: 0;
}

/* hover tekst */
.wine-red .elementor-button::after,
.wine-white .elementor-button::after,
.wine-rose .elementor-button::after,
.wine-mehurici .elementor-button::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;

  opacity: 0;
  transition: opacity .55s ease;

  /* da nasledi font/razmake dugmeta */
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;

  pointer-events: none; /* da hover radi normalno */
}

/* sadržaj po varijanti */
.wine-red .elementor-button::after{ content: "CRVENA"; }
.wine-white .elementor-button::after{ content: "BELA"; }
.wine-rose .elementor-button::after{ content: "ROSE"; }
.wine-mehurici .elementor-button::after{ content: "MEHURIĆE"; }

/* prikaz na hover */
.wine-red:hover .elementor-button::after,
.wine-white:hover .elementor-button::after,
.wine-rose:hover .elementor-button::after,
.wine-mehurici:hover .elementor-button::after{
  opacity: 1;
}



/* Spreči horizontalno šetanje prstom (kad nema real overflow-a) */
html, body {
  overflow-x: hidden;
}

body {
  touch-action: pan-y;
}




/* Stil za Tooltip (zajednički) */
.moj-nalog, .moja-korpa .elementor-menu-cart__toggle {
    position: relative;
}

.moj-nalog:hover::after, 
.moja-korpa .elementor-menu-cart__toggle:hover::after {
    position: absolute;
    bottom: -35px; /* Položaj ispod ikonice */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000; /* Boja pozadine natpisa */
    color: #ffffff; /* Boja teksta */
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
    z-index: 1000;
}

/* Tekst za čikicu */
.moj-nalog:hover::after {
    content: "Moj Nalog";
}

/* Tekst za korpu */
.moja-korpa .elementor-menu-cart__toggle:hover::after {
    content: "Korpa";
}

/* Opciono: Mali trougao iznad natpisa */
.moj-nalog:hover::before, 
.moja-korpa .elementor-menu-cart__toggle:hover::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}


/* Korpa sredjivanje sto je iskakalo desno*/
@media (max-width: 768px) {

  .e-cart__container,
  .e-cart__column,
  .e-shop-table,
  .woocommerce-cart-form {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  table.shop_table_responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  table.shop_table_responsive tbody tr {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  table.shop_table_responsive td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: right !important;
  }

}

/*glupe : pre slike reseno*/
@media (max-width: 768px) {
  table.shop_table_responsive td.product-thumbnail::before {
    display: none !important;
  }
}



/* Fix poravnanja i fonta za Ukupno i Ukupno za plaćanje */
@media (max-width: 768px) {
  tr.cart-subtotal,
  tr.order-total {
    display: table-row !important;
  }

  tr.cart-subtotal th,
  tr.cart-subtotal td,
  tr.order-total th,
  tr.order-total td {
    display: table-cell !important;
    padding: 10px 5px !important;
    vertical-align: middle
    !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: inherit !important;
    letter-spacing: inherit !important;
    font-weight: bold !important;
  }

  tr.cart-subtotal th,
  tr.order-total th {
    width: 50% !important;
  }

  tr.cart-subtotal td,
  tr.order-total td {
    text-align: right !important;
    width: 40% !important;
  }

  tr.order-total td strong {
    font-weight: bold !important;
  }

  tr.cart-subtotal td::before,
  tr.order-total td::before {
    display: none !important;
  }

}



/* Fix za stranicu plaćanja - sprečava sečenje sadržaja na mobilnom */
@media (max-width: 768px) {
  .e-checkout__container,
  .e-checkout__column,
  .woocommerce-checkout,
  .col2-set,
  .col-1,
  .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .woocommerce-billing-fields,
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .form-row {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}




.volver-free-shipping-note{
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.volver-free-shipping-note--info{
    background: #f7f3ef;
    border: 1px solid #e5d8c7;
    color: #3b3028;
}

.volver-free-shipping-note--success{
    background: #f4f8f1;
    border: 1px solid #cfe3bf;
    color: #2f4a1f;
}

.volver-free-shipping-note__icon{
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.volver-free-shipping-note__text strong{
    font-weight: 700;
}




/* =========================================
   VOLVER - THANK YOU PAGE / FINAL PREMIUM
========================================= */

/* Sakrij default Woo poruku */
.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none !important;
}

/* Sakrij plain tekst odmah ispod order overview */
.woocommerce-order .woocommerce-order-overview + p {
    display: none !important;
}

/* Naslov stranice */
.elementor-widget-woocommerce-checkout-page .entry-title,
.woocommerce-order .entry-title,
body.woocommerce-order-received h1.entry-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: #111111 !important;
    letter-spacing: -0.02em;
}

@media (max-width: 767px) {
    .elementor-widget-woocommerce-checkout-page .entry-title,
    .woocommerce-order .entry-title,
    body.woocommerce-order-received h1.entry-title {
        font-size: 30px !important;
        margin-bottom: 16px !important;
    }
}

/* HERO */
.volver-thankyou-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    background:
        radial-gradient(circle at 78% 34%, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.03) 16%, rgba(255,255,255,0) 34%),
        linear-gradient(135deg, #2a020c 0%, #560717 56%, #760d23 100%);
    border: 1px solid rgba(115, 17, 35, 0.95);
    border-radius: 24px;
    padding: 32px 36px;
    margin: 30px 0 34px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

/* dekoracija grozdja desno */
.volver-thankyou-hero__grapes {
    position: absolute;
    top: 6px;
    right: -8px;
    width: 255px;
    height: 315px;
    color: rgba(255,255,255,0.08);
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
}

.volver-thankyou-hero__grapes svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* ikonica levo */
.volver-thankyou-hero__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b20f2d 0%, #7b0d21 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0,0,0,0.22);
    position: relative;
    z-index: 2;
    margin-top: 2px;
}

.volver-thankyou-hero__content {
    width: 100%;
    max-width: 690px;
    position: relative;
    z-index: 2;
}

.volver-thankyou-hero__title {
    margin: 0 0 10px;
    font-size: 48px;
    line-height: 1.04;
    color: #ffffff !important;
    opacity: 1 !important;
    letter-spacing: -0.02em;
}

.volver-thankyou-hero h1,
.volver-thankyou-hero h2 {
    color: #ffffff !important;
}

.volver-thankyou-hero__subtitle {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255,255,255,0.90) !important;
    max-width: 680px;
    font-weight: 500;
}

.volver-thankyou-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.volver-thankyou-hero__item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.35;
    color: #ffffff !important;
    min-width: 180px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.14);
    backdrop-filter: blur(2px);
}

.volver-thankyou-hero__item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.90) !important;
    margin-bottom: 4px;
}

.volver-thankyou-hero__divider {
    width: 100%;
    max-width: 560px;
    height: 1px;
    background: rgba(255,255,255,0.18);
    margin: 10px 0 16px;
}

.volver-thankyou-hero__note {
    position: relative;
    margin: 0 0 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255,255,255,0.94) !important;
}

.volver-thankyou-hero__note::before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 17px;
    line-height: 1;
    color: rgba(255,255,255,0.86);
}

.volver-thankyou-hero__note--payment::before {
    content: "🚚";
}

.volver-thankyou-hero__note--muted::before {
    content: "♡";
    top: 2px;
    font-size: 18px;
    left: 5px; /* pomera udesno */
}

.volver-thankyou-hero__note--muted {
    color: rgba(255,255,255,0.88) !important;
    margin-bottom: 0;
}

.volver-thankyou-hero span {
    color: inherit !important;
}

/* Overview gore */
.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 28px !important;
}

.woocommerce ul.order_details li {
    float: none !important;
    width: auto !important;
    min-width: 185px;
    border: 1px solid #e8dfe2 !important;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #7a7073;
}

.woocommerce ul.order_details li strong {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    text-transform: none;
    color: #161616;
    font-weight: 600;
}

/* Naslovi sekcija */
.woocommerce-order h2,
.woocommerce-order h3 {
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 22px;
    color: #161616;
    letter-spacing: -0.02em;
}

/* Box sekcije */
.woocommerce-order-details,
.woocommerce-customer-details {
    background: #ffffff;
    border: 1px solid #ece2e5;
    border-radius: 18px;
    padding: 30px 32px;
    margin-bottom: 30px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

/* Tabela */
.woocommerce table.shop_table {
    border: 0 !important;
    margin: 0 !important;
    border-collapse: collapse;
    overflow: hidden;
}

.woocommerce table.shop_table thead th {
    background: #6e0f21;
    color: #ffffff;
    border-top: 0 !important;
    padding: 16px 16px !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 16px 16px !important;
    border-top: 1px solid #f1e8eb !important;
    font-size: 15px;
    color: #2b2225;
}

.woocommerce table.shop_table tbody tr:nth-child(even) td,
.woocommerce table.shop_table tbody tr:nth-child(even) th {
    background: #fcfafb;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    font-weight: 600;
}

.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
    color: #6e0f21;
    font-size: 18px;
    font-weight: 700;
}

/* Adresa */
.woocommerce-customer-details address {
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    line-height: 1.9;
    color: #44373b;
    font-style: normal;
}

/* Opšti razmaci */
.woocommerce-order {
    color: #1d1d1d;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
    margin-top: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .volver-thankyou-hero__grapes {
        width: 200px;
        height: 250px;
        right: -16px;
        top: 12px;
        color: rgba(255,255,255,0.10);
    }

    .volver-thankyou-hero__content {
        max-width: 620px;
    }

    .volver-thankyou-hero__title {
        font-size: 42px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .volver-thankyou-hero {
        flex-direction: column;
        padding: 24px 22px;
        border-radius: 18px;
        gap: 16px;
    }

    .volver-thankyou-hero__grapes {
        width: 140px;
        height: 180px;
        right: -18px;
        top: auto;
        bottom: -8px;
        color: rgba(255,255,255,0.08);
    }

    .volver-thankyou-hero__icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 28px;
    }

    .volver-thankyou-hero__title {
        font-size: 34px;
    }

    .volver-thankyou-hero__subtitle {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .volver-thankyou-hero__item {
        width: 100%;
        min-width: 100%;
    }

    .volver-thankyou-hero__divider {
        max-width: 100%;
    }

    .woocommerce-order h2,
    .woocommerce-order h3 {
        font-size: 30px;
    }

    .woocommerce-order-details,
    .woocommerce-customer-details {
        padding: 22px 20px;
        border-radius: 16px;
    }

    .woocommerce ul.order_details li {
        min-width: 100%;
    }

    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        padding: 14px 10px !important;
        font-size: 14px;
    }
}


/*Ispod naslova ispis*/
.volver-product-subtitle {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-top: 6px;
    margin-bottom: 24px;
    line-height: 1.4;
}/* End custom CSS */