
/* ========================================
   HEADER 
   ======================================== */
   .header__title {
    font-family: "Italianno", cursive;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 20px rgba(227, 217, 188, .3);
    letter-spacing: 1px;
    line-height: 60px;
}
   @media only screen and (min-width: 768px) {
    #header {
        height: 0px
    }

    #header .container {
        display: flex;
        justify-content: space-between;
        width: -webkit-fill-available;
        z-index: 1;
    }

    #header .container:before {
        display: none !important
    }
}

@media only screen and (min-width: 768px)and (max-width: 767px) {

    #header .cart-count,
    .responsive-tools [data-target=search] {
        visibility: hidden !important
    }
}

@media only screen and (min-width: 768px) {
    .top-navigation-bar {
        display: none
    }

    .header-top .search,
    .header-top .navigation-buttons {
        display: none
    }

    .navigation-in {
        background-color: rgba(0, 0, 0, 0) !important
    }

    .homepage-box.before-carousel {
        background-color: rgba(0, 0, 0, 0);
        border: none !important
    }

    .header-top {
        display: flex;
        flex-wrap: wrap;
        height: 98px;
        padding-bottom: 19px;
        padding-top: 19px
    }
}

@media only screen and (min-width: 768px)and (min-width: 768px) {
    .navigation-in {
        position: relative;
        z-index: 9
    }
}

@media only screen and (min-width: 768px) {
    .navigation-in>ul>li {
        border: none !important
    }
}

@media (min-width: 768px) {
    .navigation-in>ul>li>a {
        font-size: 16px !important;
    }

    .navigation-in>ul>li>a:hover {
        background-color: #E7AA39;
        color: #000;
    }
}

@media (max-width: 767px) {

    .responsive-tools>a[data-target=navigation]:before,
    .responsive-tools>a[data-target=navigation]:hover:before {
        background-color: var(--color-primary);
    }
}

#header .navigation-in {
    background-color: #000;
}

@media (max-width: 767px) {

    #header .navigation-in>ul>li>a>b,
    #header .navigation-in>ul>li>a>span {
        color: #e3d9bc;
    }

    #header .navigation-in .active b {
        color: #E5D544 !important;
    }

    .responsive-tools>a[data-target=search]:before, .toggle-window.cart-count, .appended-category  {
        display: none !important;
    }
}

/* ========================================
   HOMEPAGE - PAGE
   ======================================== */
#carousel .container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: "Tinos", serif;
    color: #e3d9bc
}

#carousel .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 80%, rgba(227, 217, 188, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(227, 217, 188, 0.03) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(227, 217, 188, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1
}

.background-patterns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.pattern {
    position: absolute;
    filter: drop-shadow(0 0 10px rgba(227, 217, 188, 0.6))
}

.pattern-tl {
    top: 40% !important;
    left: 15%;
    animation: 3s ease-in-out 0s infinite normal none running pulse;
    width: 222px;
    height: 222px
}

.pattern-tr {
    top: 35%;
    right: 15%;
    animation: 4s ease-in-out 0s infinite normal none running pulse;
    width: 101px;
    height: 101px
}

.pattern-bl {
    bottom: 15%;
    left: 15%;
    animation: 5s ease-in-out 0s infinite normal none running pulse;
    width: 83px;
    height: 103px
}

.pattern-br {
    bottom: 20%;
    right: 5%;
    animation: 6s ease-in-out 0s infinite normal none running pulse;
    width: 154px;
    height: 154px
}

.pattern-ml {
    bottom: 5% !important;
    right: 15% !important;
    transform: translateY(-50%);
    animation: 7s ease-in-out 0s infinite normal none running pulse;
    width: 117px;
    height: 117px
}

.pattern-extra1 {
    top: 35%;
    right: 30%;
    animation: 8s ease-in-out 0s infinite normal none running pulse;
    width: 70px;
    height: 70px
}

.pattern-extra2 {
    bottom: 35%;
    left: 27%;
    animation: 8s ease-in-out 0s infinite normal none running pulse;
    width: 70px !important;
    height: 70px !important
}

.main-content {
    text-align: center;
    max-width: 1300px;
    position: relative;
    z-index: 3
}

.main-title {
    font-family: "Italianno", cursive;
    font-size: 75px;
    font-weight: 400;
    color: #e7aa39;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(227, 217, 188, .3);
    letter-spacing: 1px;
    line-height: 60px
}

.intro-text {
    font-size: 18px;
    color: #e3d9bc;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto
}

.envelope-container {
    position: relative;
    display: inline-block
}

.envelope-container img {
    max-height: 600px !important
}

.envelope {
    max-width: 650px;
    filter: drop-shadow(0 0 30px rgba(227, 217, 188, 0.4));
    position: relative;
    z-index: 3;
    animation: envelope-float 8s ease-in-out infinite;
    transition: all .3s ease;
    cursor: pointer
}

.envelope-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 5
}

.envelope-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(227, 217, 188, 0.2) 0%, transparent 70%);
    z-index: 1
}

.envelope-glow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 1380px;
    min-width: -webkit-fill-available;
    max-height: 1380px;
    min-height: -webkit-fill-available;
    background-image: url("/user/documents/upload/zare2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
    width: 150%;
    height: 150%;
    animation: pulse 9s ease-in-out infinite
}

.body-text {
    font-size: 18px;
    color: #e3d9bc;
    margin: 2rem 0;
    line-height: 1.7;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-align-last: center;
    opacity: .8
}

.url-placeholder {
    font-size: .7rem;
    color: rgba(227, 217, 188, .5);
    margin: 1rem 0;
    font-family: monospace
}

.cta-text {
    font-family: "Tinos", serif;
    font-size: 36px;
    color: #e3d9bc;
    margin: 2rem 0 4rem;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(227, 217, 188, .3)
}

.cta-button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #e3d9bc;
    padding: 1rem 4rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    font-family: "Tinos", serif;
    letter-spacing: 1px;
    font-size: 20px;
    z-index: 99;
    position: relative;
    overflow: visible
}

.cta-button:hover {
    background: rgba(227, 217, 188, .1);
    transform: translateY(-2px)
}

.cta-button a {
    color: #e3d9bc !important;
    text-decoration: none !important
}

.cta-button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image: url("/user/documents/upload/btn-border.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none
}

.cta-button:hover::after {
    left: 100%
}

button {
    border: none !important
}

@media(max-width: 768px) {
    #carousel .container {
        padding: 1rem
    }

    .main-title {
        font-size: 50px
    }

    .intro-text {
        font-size: 16px
    }

    .cta-text {
        font-size: 28px
    }

    .cta-button {
        font-size: 22px
    }

    .body-text {
        font-size: 1.5rem
    }

    .envelope {
        width: 250px
    }

    .pattern {
        width: 80px;
        height: 80px
    }
}

@media(max-width: 480px) {
    .main-title {
        font-size: 36px
    }

    .intro-text {
        font-size: 14px
    }

    .cta-text {
        font-size: 24px
    }

    .cta-button {
        font-size: 18px;
        padding: .8rem 1.5rem
    }

    .pattern {
        width: 60px;
        height: 60px
    }
}

@media(max-width: 992px) {

    #header,
    .top-navigation-bar {
        background-color: #000
    }

    #carousel .container {
        min-height: auto
    }

    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/user/frontend_backgrounds/bg_export.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }
}

@keyframes pulse {
    0% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.07)
    }

    100% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes envelope-float {
    0% {
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        transform: translate(5px, -3px) rotate(0.5deg)
    }

    50% {
        transform: translate(-2px, 4px) rotate(-0.3deg)
    }

    75% {
        transform: translate(3px, -1px) rotate(0.2deg)
    }

    100% {
        transform: translate(0, 0) rotate(0deg)
    }
}

#footer {
    width: -webkit-fill-available;
    background-color: #000 !important;
    border-top: #e7aa39 1px solid
}

#footer .custom-footer {
    width: -webkit-fill-available !important;
    background-color: #000 !important;
    padding-left: 20px;
    padding-top: 0px;
    border: none
}

#footer .custom-footer a {
    color: #fff;
    font-size: 20px
}

#footer .site-name {
    display: none !important
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color .2s ease;
    white-space: nowrap
}

.nav-link:hover {
    color: #d4af37
}

.social-icons {
    display: flex;
    gap: 16px;
    align-items: center
}

#footer .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #d4af37;
    transition: all .2s ease;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #e7aa39 !important
}

.social-icon:hover {
    transform: scale(1.1)
}

.social-icon svg {
    width: 24px;
    height: 24px;
    display: none
}

@media(max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 20px;
        padding: 16px 20px
    }

    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .nav-link {
        font-size: 13px
    }
}

@media(max-width: 480px) {
    .footer-nav {
        gap: 16px
    }

    .nav-link {
        font-size: 12px
    }

    .social-icons {
        gap: 12px
    }

    .custom-footer a {
        font-size: 16px
    }

    #footer .custom-footer {
        padding-left: 0px;
    }
}

.footer-rows+.footer-bottom {
    display: none !important
}

.custom-footer>div {
    width: 100% !important
}

.custom-footer .banner {
    margin-bottom: 0px !important
}

.footer-rows {
    min-height: inherit !important
}

body {
    position: relative;
    background-repeat: repeat !important
}

p,
span {
    color: #e3d9bc;
    font-size: 18px
}

.content-wrapper {
    background-color: rgba(0, 0, 0, 0) !important
}

.breadcrumbs {
    display: none !important
}

@media(min-width: 1200px) {
    .content-inner {
        max-width: 1200px
    }
}

/* ========================================
   KONTAKTY - PAGE 
   ======================================== */
.in-kontakty h1 {
    display: none
}

.in-kontakty h3.main-title {
    font-size: 60px !important;
    margin-bottom: 32px
}

.in-kontakty .content-wrapper.container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10%;
    min-height: 850px
}

.in-kontakty #footer {
    bottom: 0;
    position: absolute
}

p,
span {
    color: #e3d9bc;
    font-size: 18px
}

@media(min-width: 1200px) {
    .content-inner {
        max-width: 1200px
    }
}

.kontakt-section p {
    margin-bottom: 25px
}

.kontakt-section .info {
    display: grid
}

.kontakt-section .info a {
    color: #e3d9bc;
    text-decoration: none;
    margin-bottom: 5px;
    display: block
}

.kontakt-form p {
    display: none
}

.in-kontakty .content-wrapper-in::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 40%;
    width: 40%;
    height: 40%;
    background-image: url("/user/documents/upload/diagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.in-kontakty .content-wrapper-in::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 40%;
    width: 90%;
    height: 90%;
    background-image: url("/user/documents/upload/zare.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: -2;
    pointer-events: none;
}

.in-kontakty #fullName,
.in-kontakty #email {
    width: 100% !important;
}

.in-kontakty .btn.btn-primary {
    background: #e7aa39;
    color: #0a0a0a;
    border: none;
    padding: 1.5rem 3rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: -webkit-fill-available;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.in-kontakty .btn.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263);
    color: #0a0a0a !important
}

.in-kontakty .content-wrapper.container {
    min-height: 1100px;
}

@media (min-width: 1200px) {
    .in-kontakty .content-inner {
        max-width: 1400px;
    }
}

@media (min-width: 992px) {
    .col-xs-12.col-md-6.kontakt-form {
        padding-left: 15%;
    }
}

@media (max-width: 991px) {
    .in-kontakty .content-wrapper.container {
        min-height: 1550px;
    }

    .in-kontakty .kontakt-section {
        padding: 0 20px;
    }

    .in-kontakty .content-wrapper-in::before {
        display: none;
    }

    .in-kontakty .content-wrapper-in::after {
        display: none;
    }

    .in-kontakty #fullName,
    .in-kontakty #email {
        width: 100% !important;
    }
}

/* ========================================
   O NÁS - PAGE
   ======================================== */
.in-o-nas h1 {
    display: none
}

.in-o-nas h3.main-title {
    font-size: 60px !important;
    margin-bottom: 32px
}

.in-o-nas .content-wrapper {
    margin-top: 10%;
    margin-bottom: 10%;
}

p,
span {
    color: #e3d9bc;
    font-size: 18px
}

@media(min-width: 1200px) {
    .content-inner {
        max-width: 1200px
    }
}

#team h3 {
    margin-top: 20px
}

.section-benefits {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 1.5em 0 2.5em;
    margin: auto;
    gap: 20px
}

.section-benefits .item {
    display: grid;
    justify-content: stretch;
    align-items: flex-start;
    text-align: center
}

.section-benefits .item h3 {
    color: #e3d9bc;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px
}

.section-benefits .icon img {
    max-height: 160px;
    max-width: 160px;
    margin-bottom: 0px
}

.section-benefits p {
    font-size: 14px;
    margin: auto;
    opacity: .8
}

.benefity-productu {
    position: relative;
    margin: 40px 0px;
    display: inline-grid
}

.benefity-productu h2 {
    text-align: center;
    font-size: 60px
}

.next-setion h2 {
    text-align: center;
    font-size: 60px
}

@media only screen and (max-width: 1200px) {
    .benefity-productu h2 {
        text-align: center;
        font-size: 48px
    }

    .next-setion h2 {
        text-align: center;
        font-size: 48px
    }
}

@media only screen and (max-width: 768px) {
    .in-o-nas .content-wrapper {
        margin-top: 0px
    }
}

@media only screen and (max-width: 480px) {
    .benefity-productu h2 {
        text-align: center;
        font-size: 28px
    }

    .next-setion h2 {
        text-align: center;
        font-size: 28px
    }
}

@media(max-width: 992px) {
    .section-benefits .item {
        flex-basis: 30%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 10px
    }

    .section-benefits .text {
        text-align: center;
        padding-top: 1em
    }
}

@media(max-width: 768px) {
    .section-benefits {
        flex-wrap: wrap
    }

    .section-benefits .item {
        flex-basis: 50%;
        margin-bottom: 1em;
        justify-content: center
    }
}

@media(max-width: 600px) {
    .section-benefits .item {
        flex-basis: 100%
    }

    .section-benefits img {
        max-width: 90px;
        max-height: 90px !important
    }

    .section-benefits p {
        font-size: 14px
    }

    .benefitBanner__data {
        font-size: 14px
    }

    .benefitBanner__title {
        font-size: 14px
    }
}

/* ========================================
   GARANCE DORUČENÍ - PAGE 
   ======================================== */
.in-garance-doruceni h1 {
    display: none;
}

.in-garance-doruceni .content-wrapper {
    margin-top: 10%;
    margin-bottom: 10%;
}

/* ========================================
   FAQ - PAGE 
   ======================================== */
.in-casto-kladene-otazky h1 {
    display: none;
}

.in-casto-kladene-otazky .content-wrapper {
    margin-top: 10%;
    margin-bottom: 10%;
}

/* ========================================
   VOP + GDPR - PAGE 
   ======================================== */
.in-obchodni-podminky h1,
.in-podminky-ochrany-osobnich-udaju h1 {
    display: none;
}

.in-obchodni-podminky .content-wrapper,
.in-podminky-ochrany-osobnich-udaju .content-wrapper-in {
    margin-top: 10%;
    margin-bottom: 10%;
    min-height: 700px;
}

/* ========================================
   POP-UP 
   ======================================== */
.popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.popup__dialog {
    position: relative;
    max-width: 1260px;
    margin: 0;
    background: rgba(10, 10, 10, .92);
    border: 1px solid rgba(227, 217, 188, .25);
    padding: 2rem 2rem 2.5rem;
    color: #fff;
    box-shadow: 0 0 60px rgba(231, 170, 57, .15);
    max-height: 90vh;
    overflow: auto;
    transform: scale(0.9);
    transition: transform .3s ease;
}

/* Decentní záře v pozadí pop-upu */
.popup__dialog::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url("/user/documents/upload/zare2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 2.8s ease;
}

.popup.active .popup__dialog::before {
    opacity: 0.70;
}

.popup.active .popup__dialog {
    transform: scale(1);
}

@media(max-width: 768px) {
    .popup__dialog {
        margin: 0 1rem;
        padding: 1.5rem;
    }
}

.popup__close {
    position: absolute;
    top: .5rem;
    right: .75rem;
    font-size: 2rem;
    line-height: 1;
    color: #e3d9bc;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    transition: color .2s ease;
}

.popup__close:hover {
    color: #d4af37;
}

.popup__header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.popup__header .popup__lead {
    color: #e3d9bc;
    max-width: 920px;
    margin: 0 auto;
    font-size: 18px;
}

.popup__header p {
    margin-bottom: 20px !important;
}

.popup__content {
    margin-top: 50px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 1.5rem; */
}

@media(max-width: 1160px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.product-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 3rem 5rem;
    min-height: 400px;
    max-width: 100%;
    text-align: center;
    align-items: center;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;

}

/* Hover efekt s rozšiřujícím se pozadím od středu */
.product-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 100%;
    background: #00000073;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
    opacity: 0;
    border: 1px solid #D8A21480;
    box-shadow: 0 0 38.7px 0 rgba(231, 170, 57, 0.35);
}

.product-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
}

/* Zlatý dekorativní okraj na pravé straně karty */
.product-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-image: url("/user/documents/upload/card-item-border-gold.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
    z-index: 1;
}

/* Skryj okraj na poslední kartě v řádku */
.product-card:nth-child(4n)::after {
    display: none;
}

/* Pro mobilní zařízení - skryj okraj na každé druhé kartě */
@media(max-width: 768px) {
    .product-card:nth-child(2n)::after {
        display: none;
    }
}

/* Pro velmi malé obrazovky - skryj všechny okraje */
@media(max-width: 480px) {
    .product-card::after {
        display: none;
    }
}

.product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-bottom: .75rem;
    position: relative;
    transition: transform 0.4s ease;
}

/* Při hoveru na kartu zmenši všechny media */
.product-grid:hover .product-card__media {
    transform: scale(0.9);
}

/* Karta, na kterou najedeš, zůstane normální velikosti */
.product-card:hover .product-card__media {
    transform: scale(1);
}

/* Zlaté záře za ikonou při hoveru */
.product-card__media::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: url("/user/documents/upload/zare-produkt-item.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 1;
}

.product-card:hover .product-card__media::before {
    width: 230px;
    height: 230px;
    opacity: 1;
}

.product-card__media img {
    max-height: 100%;
    width: auto;
    margin-bottom: 32px;
}

.product-card__title {
    font-family: "Tinos", serif;
    color: #e3d9bc;
    font-size: 32px;
    margin: 14px 0;
    font-weight: 200;
}

.product-card__desc {
    min-height: 67px;
    color: #fff;
    min-height: 60px;
    margin: 0 0 1rem 0;
    font-family: "Tinos", serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 38px;
    opacity: .8;
    max-width: 200px;
}

a>.product-card {
    display: block;
    height: 100%;
}

.cta-button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #e3d9bc;
    padding: 1rem 4rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    font-family: "Tinos", serif;
    letter-spacing: 1px;
    font-size: 20px;
    z-index: 99;
    position: relative;
    overflow: visible;
}

.cta-button:hover {
    background: rgba(227, 217, 188, .1);
    transform: translateY(-2px);
}

.cta-button a {
    color: #e3d9bc !important;
    text-decoration: none !important;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image: url("/user/documents/upload/btn-border.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}

.cta-button:hover::after {
    left: 100%;
}

button {
    border: none !important;
}

@media(max-width: 768px) {
    .cta-button {
        font-size: 22px;
    }

    .in-index #carousel .cta-button {
        margin-bottom: 50px;
    }
}

/* ========================================
   PRODUCT DETAIL - PAGE
   ======================================== */
.type-detail .p-image-wrapper,
.type-detail .social-buttons-wrapper,
.type-detail p[data-testid=productCardDescr],
.type-detail .responsive-nav,
.type-detail .basic-description>h3,
.type-detail .p-detail .stars-wrapper,
.type-detail .p-detail-inner-header h1 {
    display: none
}

.type-detail .p-info-wrapper .add-to-cart,
.type-detail .p-info-wrapper .availability-value,
.type-detail .p-info-wrapper .detail-parameters,
.type-detail .p-info-wrapper .p-final-price-wrapper {
    display: none !important
}

.product-top {
    margin-top: 150px
}

.p-info-wrapper {
    width: 100%
}

.p-short-description {
    text-align: center
}

.p-short-description p {
    opacity: .8;
    max-width: 800px;
    margin: 32px auto 0
}

.produkt {
    border: 1px solid #d4af37;
    display: flex;
    align-items: center
}

.produkt h2 {
    color: #e3d9bc;
    font-size: 35px;
    margin-bottom: 15px;
    font-family: "Tinos", serif !important;
}
.price-final-holder {
    font-size: 26px;
    font-family: "Tinos", serif !important;
}
.product-bts {
    margin-top: 40px;
    gap: 30px;
    display: flex
}

.tooltip-btn {
    background-color: rgba(0, 0, 0, 0);
    gap: 20px;
    display: flex
}

.tooltip-btn img {
    margin-right: 20px
}

.tooltip-btn a {
    text-decoration: none !important;
    font-size: 24px;
    color: #e3d9bc
}

.produkt-form {
    margin-top: 100px
}

.produkt-form h2 {
    text-align: center
}

.cta-button a {
    text-decoration: none !important
}

.order-form-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.order-form {
    padding: 4rem 2rem;
    max-width: 480px;
    margin: 0 auto
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px !important;
    color: #fff;
    text-align: center
}

.variant-selection {
    margin-bottom: 2.5rem
}

.variant-price-display {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 8px 20px;
    background: rgba(231, 170, 57, 0.1);
    border: 1px solid #e7aa39;
    border-radius: 0px;
    width: fit-content;
}

.variant-price-label {
    font-size: 18px;
    font-weight: 600;
    color: #e3d9bc;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.variant-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #e7aa39;
    font-family: "Tinos", serif;
}

.variant-cards {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.variant-card {
    border: 1px solid #e7aa39;
    background: rgba(10, 10, 10, .6);
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    min-width: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 0px
}

.variant-card:hover {
    background-color: #e7aa39
}

.variant-card.active {
    background-color: #8b6827;
    border-color: #e7aa39;
    color: #0a0a0a
}

.variant-card.active .variant-label {
    color: #0a0a0a
}

.variant-image {
    margin-bottom: 1rem;
    width: inherit
}

.variant-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(227, 217, 188, 0.4))
}

.variant-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e3d9bc
}

.theme-selection {
    margin-bottom: 2.5rem
}

.theme-buttons {
    display: flex;
    margin-top: -20px;
    gap: 1rem;
    justify-content: center
}

.theme-btn {
    cursor: pointer;
    background: #8b6827;
    border: 1px solid #e7aa39 !important;
    padding: .8rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    color: #e3d9bc;
    border-radius: 0px
}

.theme-btn:hover {
    background-color: #e7aa39
}

.theme-btn.active {
    background-color: #e3d9bc;
    border-color: #e3d9bc;
    color: #0a0a0a
}

.form-fields {
    margin-bottom: 2rem
}

.form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff
}

@media(max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 1rem
    }
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column
}

.form-group.full-width {
    flex: 1 1 100%
}

.form-group label {
    font-weight: 500;
    width: -webkit-fill-available;
    color: #fff
}

.form-group input,
.form-group textarea {
    border: 1px solid #e7aa39;
    padding: 1rem;
    transition: all .3s ease;
    font-family: inherit;
    background-color: #141414;
    color: #e3d9bc
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(227, 217, 188, .5)
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e3d9bc;
    box-shadow: 0 0 10px rgba(227, 217, 188, .2)
}

.form-group textarea {
    resize: vertical;
    min-height: 120px
}

#delivery-date {
    width: -webkit-fill-available
}

.date-input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.calendar-icon {
    position: absolute;
    right: 1rem;
    font-size: 1.1rem;
    pointer-events: none;
    color: #e3d9bc
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem
}

.checkbox-group input[type=checkbox] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #e3d9bc
}

.checkbox-group label {
    cursor: pointer;
    margin: 0;
    color: #e3d9bc
}

.underline-link {
    text-decoration: underline;
    transition: color .3s ease;
    color: #e3d9bc
}

.underline-link:hover {
    color: #d4af37
}

.submit-section {
    text-align: center;
    font-size: 16px
}

.submit-btn {
    background: #e7aa39;
    color: #0a0a0a;
    border: none;
    padding: 1.5rem 3rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: -webkit-fill-available;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left .5s ease
}

.submit-btn:hover::before {
    left: 100%
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263)
}

.submit-btn:active {
    transform: translateY(0)
}

.order-form .error {
    border-color: #f44 !important;
    box-shadow: 0 0 5px rgba(255, 68, 68, .3) !important
}

.order-form .variant-card.error {
    border: 2px solid #f44 !important;
    background-color: rgba(255, 68, 68, .1) !important
}

.order-form .theme-btn.error {
    border: 2px solid #f44 !important;
    background-color: rgba(255, 68, 68, .1) !important
}

.order-form .form-error-message {
    color: #f44;
    background-color: #ffe6e6;
    border: 1px solid #f44;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px
}

.order-form .success {
    border-color: #4caf50 !important;
    box-shadow: 0 0 5px rgba(76, 175, 80, .3) !important
}

@media(max-width: 768px) {
    .order-form-container {
        padding: 1rem
    }

    .order-form {
        padding: 1.5rem
    }

    .variant-cards {
        flex-direction: column;
        align-items: center
    }

    .variant-card {
        min-width: 200px
    }

    .theme-buttons {
        flex-direction: column;
        align-items: center
    }

    .theme-btn {
        width: 200px
    }

    .section-title {
        font-size: 1.3rem
    }
}

@media(max-width: 480px) {
    .order-form {
        padding: 1rem
    }

    .variant-card {
        min-width: 150px;
        padding: 1rem
    }

    .submit-btn {
        padding: 1rem 2rem;
        letter-spacing: 1px
    }
}

.type-product .overall-wrapper {
    background: linear-gradient(to bottom, transparent 0px, transparent 100px, rgba(9, 9, 9, 0.79) 100px);
}

.type-product .content-wrapper-in::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 50%;
    width: 90%;
    height: 90%;
    background-image: url("/user/documents/upload/zare2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

.produkt {
    background-color: rgba(0, 0, 0, 0.6);
}

.produkt .col-xs-12.col-md-6:nth-child(2) p {
    max-width: 80%;
}

@media (max-width: 1199px) {
    .produkt .product-bts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .produkt {
        min-height: 600px;
    }

    .produkt .col-xs-12 {
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .produkt {
        flex-wrap: wrap;
    }

    .produkt .product-bts {
        margin-bottom: 50px;
        flex-direction: row;
    }

    .produkt .col-xs-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produkt .col-xs-12.col-md-6 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .product-top {
        margin-top: 0px;
    }

    .produkt .product-bts {
        flex-wrap: wrap;
        justify-content: center;
    }

    .type-product .p-short-description p {
        padding: 0 20px;
    }

    .produkt .col-xs-12.col-md-6:nth-child(2) p {
        max-width: 100%;
    }
}

/* ========================================
   KOSIK
   ======================================== */
.in-krok-1 .order-summary,
.ordering-process .cart-header,
.ordering-process .co-box h4:before,
.ordering-process #checkoutContent>div>fieldset>div:nth-child(2),
.ordering-process .country-flags-inner,
.ordering-process .checkout-box,
.ordering-process .cart-item-amount {
    display: none !important;
}

.co-box .co-box-additional {
    display: none;
}

.co-box.co-box-additional {
    display: none !important;
}
.btn.next-step-forward:after {
    content: none;
}
.in-krok-1 .next-step-back{
    display: none;
}

/* doručit na jinou adresu  */
.in-krok-2 #checkoutContent > div > div.co-box.co-billing-address > div {
    display: none !important;
}
.ordering-process .content-wrapper.container {
    padding-top: 10%;
}

.ordering-process #checkoutSidebar {
    top: inherit !important;
}

.ordering-process .col-md-8 {
    width: 100%;
    max-width: 460px;
}

.ordering-process #checkoutSidebar {
    width: 100%;
    max-width: 460px;
    padding-left: 0px;
}

.ordering-process .row.cart-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ordering-process .co-box {
    padding: 0px;
}

.ordering-process .box.co-box h4,
.ordering-process .co-box h4 {
    padding: 0px;
    margin: 0px;
}

.cart-content {
    padding: 10px !important;
}

.cart-inner {
    margin-bottom: 10%;
}

.ordering-process .box.co-box h4,
.ordering-process .co-box h4 {
    font-size: 24px;
    font-weight: 700;
    text-decoration: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Tinos", serif !important;
    text-transform: lowercase;
    margin: 40px 0px 30px;
}

.ordering-process .cart-content {
    background-color: #ffffff00;
}

.ordering-process .form-control {
    border-radius: 0px;
    height: 45px;
    width: 100%;
}

.ordering-process .form-group input,
.ordering-process .phone-combined-input {
    width: 100% !important;
}

.ordering-process .phone-combined-input {
    max-width: 100% !important;
}

.ordering-process .form-group input,
.ordering-process .form-group textarea {
    color: #e3d9bc !important;
}

.ordering-process .js-validator-msg,
.ordering-process .validator-msg {
    margin-left: 3px;
}

.ordering-process .co-box {
    border: none !important;
}

.ordering-process .form-group-tooltip {
    left: 94%;
}

#billCountryId {
    border: 2px solid #E7AA39 !important;
    background: #141414;
    color: #e3d9bc;
}



input[type=checkbox]+label:before,
input[type=radio]+label:before {
    background-color: #141414 !important;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    width: 20px;
    gap: 20px;
    display: block;
    border-color: #e7aa39;

}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    border-style: solid;
    border-width: 1px;
    height: 18px !important;
    left: 1px;
    width: 18px !important;
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    margin-right: 15px;
    padding-left: 35px;
    position: relative;
    color: #fff !important;
}

.radio-wrapper {
    background: #141414 !important;
    font-weight: 700 !important;
    border: 1px solid gold !important;
    padding: 2px 20px;
    background-color: #141414;
    margin-bottom: 50px;
}

.btn.btn-conversion {
    background: #e7aa39;
    border: none;
    padding: 1.5rem 3rem;
    font-family: "Tinos", serif !important;

    text-transform: uppercase;
    width: -webkit-fill-available;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.in-krok-2 .btn.btn-conversion:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263) !important;
}
.order-button-text {
    color: #0a0a0a !important;
    font-weight: 700 !important;
    line-height: 10px;
}



.form-group label {
    font-weight: 500;
    width: -webkit-fill-available;
    color: #e3d9bc;
    font-size: 18px;
}

.in-krok-2 #submit-order {
    display: flex;
    justify-content: center;
    /* vodorovně na střed */
    align-items: center;
    /* srovná oba spany na stejnou úroveň */
    gap: 6px;
    /* mezera mezi texty */
    padding: 20px;
    flex-direction: row;
}

.in-krok-2 .order-button-text,
.in-krok-2 .order-button-suffix {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    /* normální line-height */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.in-krok-1 .btn.btn-lg.btn-conversion.next-step-forward:hover {
    color: black !important;
    background-color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263) !important;

}
.next-step-back {
    line-height: 36px;
    padding: 14px !important;
    color: black !important;
    background-color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-family: "Tinos", serif !important;
    transition: all .3s 
ease;
}
.next-step-back:hover {
    color: black !important;
    background-color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263) !important;

}
.cart-item>div{
    border: none;
}
.ordering-process h4{
    text-transform: uppercase !important;
    text-align: center;
        color: #fff;
    font-family: "Tinos", serif !important;
    font-size: 24px;
    font-weight: 700;
}
.order-summary-inner h4{
    padding: 20px 0px 10px;
}
.cart-item-name, .cart-item-price, .recapitulation-single strong{
    font-size: 18px;
    color: white;
}
.cart-item-price{
    font-weight: 700;
}

.price .price-primary{
    color: #e3d9bc;
    font-size: 18px;
    font-family: "Tinos", serif !important;
}
.cart-item-price, .price .price-primary span{
   color: var(--color-primary);
}
.price .price-primary span{
    line-height: 25px;
}
.order-summary-item.helper{
    display: none;
}
.price-wrapper {
    align-items: flex-end;
    padding-bottom: 20px;
}
/* ===== WT Cart Hero (bez CSS proměnných) ===== */

/* Nadpis a popisek mimo rámeček */
.wt-cart-hero__head {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 28px;
}

.wt-cart-hero .main-title {
    font-size: 75px !important;
    font-weight: 400 !important;
    color: #e3d9bc !important;
    margin-bottom: 1.5rem !important;
    line-height: 60px !important;
}

.description-kosik {
    margin: 0;
    line-height: 1.6;
    color: #E3D9BC;
}

/* Zlatý rámeček jen kolem .wt-selected */
.wt-selected {
    color: #ffffff;
    border: 1px solid #D8A214;
    margin: 50px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* levý sloupec – obrázek */
.wt-selected__media {
    width: 45%;
}

.wt-selected__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.5));
}

/* pravý sloupec – text */
.wt-selected__content {
    width: 55%;
    padding-right: 4%;
}

.wt-selected__title span {
    font-weight: 400;
    color: #e3d9bc;
    margin-bottom: 1.5rem;
    font-size: 35px;
    line-height: 40px;
    font-family: "Tinos", serif !important;
}

.wt-selected__title-prefix {
    font-weight: 700 !important;
}
.wt-price-label, .wt-price-value{
    font-size: 24px;
    font-weight: 700;
}
.wt-selected__intro {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 18px;
}

/* Tři sloupce s detaily uvnitř pravého sloupce */
.wt-details{
    margin: 0px;
}
.wt-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 32px;
    margin-bottom: 18px;
}

.wt-details dt {
    font-weight: 700;
    color: #fff;
    margin: 10px 0 6px;
    font-size: 16px;
}

.wt-details dd {
    margin: 0 0 10px;
    color: #ffffff;
    word-break: break-word;
    font-size: 16px;
}

.wt-details a {
    color: #ffffff;
    text-decoration: none;
}

.wt-details a:hover {
    opacity: 0.9;
}

/* Poznámka */
.wt-note__title {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.wt-note__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding-bottom: 30px;
}

/* Responsivita */
@media (max-width: 992px) {
    .wt-selected {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .wt-selected__media,
    .wt-selected__content {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .wt-selected__media {
        margin: 0 auto;
        max-width: 640px;
    }

    .wt-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .wt-selected {
        margin: 0px 20px !important;
    }

    .wt-selected__content {
        width: 100% !important;
        padding-right: 0% !important;
        padding: 20px !important;
    }

    .cart-content {
        padding: 20px !important;
    }

    .description-kosik {
        padding: 0px 20px;
    }

    .in-krok-2 #submit-order {
        flex-wrap: wrap;
    }

    #checkoutSidebar .cart-content {
        padding: 10px !important;
    }
}

@media (max-width: 640px) {
    .wt-details-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   DĚKUJEME ZA OBJEDNÁVKU - PAGE
   ======================================== */
.in-dekujeme #content {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #d4af37;
    margin-bottom: 10% !important;
}

.in-dekujeme .order-summary-heading {
    font-size: 35px;
    padding-top: 3%;
}

.in-dekujeme .order-icon {
    color: #e7aa39 !important;
}

.in-dekujeme th,
.in-dekujeme td,
.in-dekujeme .order-summary-item.total {
    color: #e3d9bc;
    font-size: 18px;
}

.in-dekujeme .cart-table {
    border: 1px solid #d4af37;
}

.in-dekujeme .cart-table tr td,
.in-dekujeme .cart-table tr td.cart-p-image {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #d4af37;
}

.in-dekujeme .cart-p-image {
    background-color: rgba(0, 0, 0, 0.6);
}

.in-dekujeme .btn.btn-primary {
    background: #e7aa39;
    color: #0a0a0a !important;
    border: none;
    padding: 1.5rem 3rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;

}

.in-dekujeme .btn.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(227, 217, 188, .4);
    background: rgb(234.5157894737, 227.2, 205.9842105263) !important;
}

@media (max-width: 768px) {
    .in-dekujeme #content {
        margin: 20px;
        padding: 20px;
    }

    .in-dekujeme .cart-table tr td,
    .in-dekujeme .cart-table tr td.cart-p-image {
        border: none;
    }
}
/* ========================================
   EMPTY CART - PAGE
   ======================================== */
   .cart-inner.cart-empty h1.cart-heading{
    font-family: "Italianno", cursive;
    font-size: 75px;
    font-weight: 400;
    color: #E3D9BC;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(227, 217, 188, .3);
    letter-spacing: 1px;
    line-height: 60px;
    text-align: center;
}
.cart-inner.cart-empty .cart-row{
    display: none;
}