@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alike&family=Cinzel:wght@400..900&family=Coiny&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&family=Inter:wght@100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Koulen&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Radley:ital@0;1&family=Ramaraja&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sacramento&family=Style+Script&family=Teko:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

html {
    scrollbar-width: 10px;
}

body > [aria-hidden] {
    padding-right: 0px !important;
}

img,
svg,
video {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

button {
    all: unset;
    box-sizing: border-box;
}

details summary::-webkit-details-marker {
    display: none;
}

input,
textarea {
    caret-color: #000000 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type="checkbox"] {
    accent-color: white;
    margin: 0;
    border: 1px solid #333333;
    border-radius: 3px;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

body::-webkit-scrollbar {
    display: block;
}

::-webkit-scrollbar {
    display: none;
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
    background-color: #33333399;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #333333e6;
}

body:has(.popup_containers.active) main,
.prevent_scrolling {
    touch-action: none;
    width: 100%;
    height: 100%;
}

body:has(.popup_containers.active),
body:has(main.prevent_scrolling) {
    overflow: hidden;
}

.btn___1 {
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    border: 1px solid #333333;
}

.btn___2 {
    color: #F4F4F4;
    background-color: #333333;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.d_none {
    display: none !important;
}

.disabled {
    opacity: 0.34;
    pointer-events: none;
    color: #999;
}

.popup_containers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: none;
    z-index: 112;
}

.popup_containers.active {
    display: flex;
}

.popup_containers_wrap {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.popup_containers_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #D9D9D9;
    gap: 10px;
}

.popup_containers_heading {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.popup_containers_cls_btn {
    width: 28px;
    aspect-ratio: 1;
    cursor: pointer;
    flex: 0 0 auto;
}

.popup_containers_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.06);
}

.skeleton-box {
    display: block;
    position: relative;
    background: linear-gradient(110deg, #e5e5e5 20%, #ffffff 25%, #ffffff 30%, #e5e5e5 35%, #e5e5e5 65%, #ffffff 70%, #ffffff 75%, #e5e5e5 80%);
    background-size: 200%;
    background-position: 100% 0;
    animation: backgroundMove 2500ms infinite linear;
    color: transparent !important;
}

.full_skeleton:after,
.product_img.skeleton-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/icons/zlaata_placeholder.png") no-repeat;
    background-size: 80px;
    background-position: 50% 50%;
    position: absolute;
    display: block;
    opacity: 0.3;
    pointer-events: none;
}

@keyframes backgroundMove {
    100% {
        background-position: -100% 0;
    }
}

@keyframes liking {
    50% {
        transform: scale(1.3);
    }
}

.full_skeleton {
    width: 100%;
    height: auto;
    aspect-ratio: 2.57;
}

.four_card_skeleton {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    gap: 1%;
}

.four_card_skeleton .product_card {
    width: 24%;
    height: auto;
    overflow: hidden;
    max-height: 580px;
    aspect-ratio: 0.66;
}

.four_card_skeleton .product_img {
    width: 100%;
    height: 80%;
}

.four_card_skeleton .product_content_row {
    width: 95%;
    height: 5%;
    margin: 5% auto 0;
}

.prod_hover_img {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    will-change: opacity, visibility, height !important;
    transition: opacity 400ms ease, height 750ms ease, visibility !important;
}

@media (hover: hover) {

    .prod_card_img:hover > .prod_hover_img,
    .product_img:hover > .prod_hover_img,
    .product_list_card_img:hover > .prod_hover_img {
        opacity: 1 !important;
        visibility: visible !important;
        height: 110% !important;
        object-fit: cover !important;
    }
}

.error__msg,
.guest_error_msg {
    color: #FF0000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: 8px;
    display: none;
}

.guest_error_msg.active,
.error__msg.active {
    display: block;
}

.processing {
    position: relative;
    user-select: none;
    pointer-events: none;
    touch-action: none;
    -ms-touch-action: none;
}

.processing::after {
    content: "";
    background-color: #000000;
    background-image: url("../img/header/loader.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pagination_wrap {
    margin: 20px 0px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.pagination_wrap > a,
.pagi_nav_btns,
.pagination_wrap > .anchorNameChange {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagi_prev_btn,
.pagi_next_btn {
    cursor: pointer;
    width: 32px;
    aspect-ratio: 1;
}

.pagi_count_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagi_count_card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 52px;
    border: 1px solid #333;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.pagi_count_card.active {
    color: #ffffff;
    background-color: #333333;
}

.pagi_dots_card .pagi_count_card {
    cursor: default;
}

.sale_product_tag {
    display: inline-block;
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    background-color: #DDFBFD;
    padding: 4px 30px 4px 10px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}

.snackbar-container {
    transition: all .5s ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    min-height: 14px;
    background-color: #070b0e;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 18px 24px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px
}

.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer
}

.snackbar-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0
}

.snackbar-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0
}

.snackbar-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0
}

.snackbar-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.snackbar-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0
}

.snackbar-container p {
    margin: 0 auto !important;
}

.test-mode-label {
    position: fixed;
    top: 0;
    right: 0;
    padding: 8px 40px;
    transform: translate(25%, 100%)rotate(45deg);
    white-space: nowrap;
    color: white;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 9999;
    cursor: default;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color: #e53935;
}

@media screen and (max-width: 1024px) {

    .btn___1,
    .btn___2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .snackbar-container {
        left: 0;
        right: 0;
        margin: 0px;
        width: 100%;
    }

    .snackbar-pos.bottom-center,
    .snackbar-pos.top-center {
        left: 0;
        transform: none
    }

    .sale_product_tag {
        font-size: 12px;
        padding: 4px 30px 4px 10px;
    }

    .four_card_skeleton .product_card:nth-last-of-type(1),
    .four_card_skeleton .product_card:nth-last-of-type(2) {
        display: none;
    }

    .four_card_skeleton .product_card {
        width: 48%;
    }

    .popup_containers_header {
        padding: 16px 10px;
    }

    .popup_containers_heading {
        font-size: 16px;
    }

    .popup_containers_cls_btn {
        width: 24px;
    }

    .guest_error_msg,
    .error__msg {
        font-size: 12px;
    }

    .pagi_count_wrap {
        gap: 8px;
    }

    .pagination_wrap > a,
    .pagi_nav_btns,
    .pagination_wrap > .anchorNameChange {
        width: 50px;
    }

    .pagi_count_card {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .btn___1,
    .btn___2 {
        font-size: 14px;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 359px) {

    .btn___1,
    .btn___2 {
        font-size: 12px;
    }

    .popup_containers_header {
        padding: 12px 8px;
    }

    .sale_product_tag {
        font-size: 10px;
        padding: 4px 32px 4px 10px;
    }

    .pagi_count_card {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .pagi_count_wrap {
        gap: 5px;
    }

    .pagination_wrap > a,
    .pagi_nav_btns,
    .pagination_wrap > .anchorNameChange {
        width: 40px;
    }
}