.product-details-skeleton-loading{
    display: none;
}
@media (min-width: 1120px){
    .product-details-skeleton-loading{
        display: block;
    }
}
.product-details-skeleton-loading .accordian-skeleton-wrapper{
    border-top-width: 0px;
}
.prd-mobile-accordian-container{
    height: 100%;
    overflow-y: auto;
    height: calc(100% - 165px);
    -webkit-overflow-scrolling: auto;
}
.prd-mobile-accordian-container .accordian-skeleton-wrapper{
    border-top-width: 0px;
}
.prd-mobile-accordian-container::-webkit-scrollbar{
    display: none;
}
body[scroll-lock=true], html[scroll-lock=true]{
    overflow: hidden;
}
body[scroll-lock=true],html[scroll-lock=true]{
    -ms-overflow-style: hidden;
    touch-action:none;
}
.product-gallery-loading-container {
    display: flex
}
.productFullDetail-module__root {
}

.productFullDetail-module__productdetailcarouselmain {
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    height: 100%;
}

@media (min-width: 1024px) {
    .productFullDetail-module__root {
        grid-template-areas:
            'images title'
            'images errors'
            'images options'
            'images quantity'
            'images cart'
            'images .';
        grid-template-columns: minmax(0, 1.5625fr) minmax(0, 1fr);
        grid-template-rows: repeat(5, min-content) 1fr [fold];
    }

    .productFullDetail-module__title {
        grid-template-columns: 1fr max-content;
    }
}

.productFullDetail-module__section {
}

.productFullDetail-module__sectionTitle {
}

.productFullDetail-module__title {
    grid-area: title;
}

.productFullDetail-module__productName {
    font-family: Playfair Display, SemiBold;
    letter-spacing: 1px;
    color: #000;
    font-size: 1.75rem;

    text-transform: uppercase;
    width: 100%;
}

body[class*='rtl'] .productFullDetail-module__productName {
    font-size: 1.875rem;
}

.productFullDetail-module__productPrice {
}

.productFullDetail-module__imageCarousel {
    grid-area: images;
    grid-column: 1 / 2;
    grid-row: 1 / fold;
    /* composes: max-w-[640px] from global; */
}

.productFullDetail-module__options {
    grid-area: options;
    width: 100%;

}

.productFullDetail-module__formErrors {
    grid-area: errors;
    border-bottom: none !important;
}

.productFullDetail-module__quantity {
    grid-area: quantity;
}

/* .quantityTitle {
    composes: title from '@magento/venia-ui/lib/components';
} */

.productFullDetail-module__actions {
    grid-area: cart;
}

.productFullDetail-module__description {
    grid-column: 1 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail-module__descriptionTitle {
}

.productFullDetail-module__details {
    grid-column: 2 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail-module__detailsPageBuilder {
    grid-column: 1 / span 2;
}

.productFullDetail-module__detailsPageBuilderList {
    list-style: none;
}

@media (min-width: 1024px) {
    .productFullDetail-module__details {
        align-self: stretch;
        border-top-width: 1px;
        margin: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.productFullDetail-module__detailsTitle {
}

.productFullDetail-module__related {
    grid-column: 1 / span 2;
}

.productFullDetail-module__relatedTitle {
}

.productFullDetail-module__quantityRoot {
    /* composes: root from '../QuantityStepper/quantityStepper.module.css'; */
    grid-template-columns: auto 4rem auto;
}

.productFullDetail-module__unavailableContainer {
}

.productFullDetail-module__actButton {
}

.productFullDetail-module__strikethrough {
    text-decoration: line-through;
}

.productFullDetail-module__strikethroughcurrency {
    margin-inline-end: 0.3rem;
    font-size: 20px;

    letter-spacing: 0.2px;
    color: #000000;
    text-transform: uppercase;
}

.productFullDetail-module__prodVatinclusive {
    color: #707070;
    font-size: 16px;
    margin-top: 0.3rem;
}

.productFullDetail-module__producttabbybody {
    width: 40%;
    padding: 2rem;
}

.productFullDetail-module__productpostpayheader {
    padding: 3rem 3rem;
    background-color: #000;
}

.productFullDetail-module__productpostpayheader button img {
    filter: invert(1);
}

.productFullDetail-module__productpostpaybody {
    /* width: 50%; */
    padding: 0rem;
}

.productFullDetail-module__poppostpay {
    width: 50%;
}

.productFullDetail-module__productdetailcarousel {
    height: 50%;
}

@media screen and (min-width: 1024px) {
    .productFullDetail-module__root {
        display: flex;
    }
    .productFullDetail-module__root {
        padding: 0rem;
    }
    .productFullDetail-module__productdetailmain {
        display: flex;
    }
    .productFullDetail-module__productdetailmain {
        width: 100%;
    }
    .productFullDetail-module__productdetailmain {
        justify-content: space-between;
    }
    .productFullDetail-module__productdetailmain {
        gap: 3rem;
    }
    body[class*='rtl'] .productFullDetail-module__productdetailmain {
        word-spacing: 2px;
    }
    .productFullDetail-module__productdetailcarousel {
        width: 100%;
    }

    .productFullDetail-module__productdetailcontent {
        width: 70%;
    }

    .productFullDetail-module__imageCarousel {
        max-width: 100%;
    }

    .productFullDetail-module__productPrice {
        display: flex !important;
    }

    .productFullDetail-module__productPrice {
        width: 100%;
        -moz-column-gap: 2%;
             column-gap: 2%;
        align-items: center;
    }

    .productFullDetail-module__title {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin: 0rem;
        border-bottom: 1px solid #cacaca;
    }

    .productFullDetail-module__actions {
        display: flex;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
        margin: 0rem;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        border-bottom: 1px solid #cacaca;
    }

    .productFullDetail-module__actButton {
        margin: 0rem;
        width: 22.5rem;
    }

    .productFullDetail-module__actButton button {
        border-radius: 8px;
    }

    .productFullDetail-module__formErrors {
        margin: 0rem;
        padding-bottom: 0rem;
        padding-top: unset;
    }
}

.productFullDetail-module__productAttributeOptions {
    color: #707070;
    font-size: 16px;

    text-align: inherit;
    margin-top: 2px;
    width: 100%;
    /* letter-spacing: 1px; */
}

.productFullDetail-module__productAttributeOptionsCart {
    color: #707070;
    font-size: 13px;
    text-align: inherit;
    width: 100%;
    /* padding-block: 0.5rem; */
}

.productFullDetail-module__productstocktext {
    color: #ff0000;
    font-size: 14px;
    width: 100%;
}

.productFullDetail-module__threeDmain {
    border: 1px solid #000;
    padding: 0.65rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 5rem;
    transition: all 0.5s linear;
}

.productFullDetail-module__threeDmain:hover {
    width: 20rem;
}

.productFullDetail-module__thrredbuttontext {
    display: none;
    white-space: nowrap;
}

.productFullDetail-module__threedbuttoncontainer {
    width: 5rem;
}

.productFullDetail-module__threeDmain:hover .productFullDetail-module__thrredbuttontext {
    display: block;
}

.productFullDetail-module__description {
    border-top: 1px solid #cacaca;
}

.productFullDetail-module__productdetailsaccordion div {
    width: unset;
    margin-left: 0rem;
    transform: translate(0%, 0%);
}

.productFullDetail-module__productspecificationsaccordion div {
    width: unset;
    margin-left: 0rem;
    transform: translate(0%, 0%);
}

.productFullDetail-module__productdetails {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0rem;
}

.productFullDetail-module__productsku {
    display: flex;
    justify-content: space-between;
    height: 4.375rem;
    border-bottom: 2px solid #f6f6f6;
    align-items: center;
}

.productFullDetail-module__productskucode {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.productFullDetail-module__productskucodecontent {
    font-size: 16px;

    font-weight: bold;
    color: #707070;
}

.productFullDetail-module__productdetailsmobile {
    position: fixed;
    bottom: 67px;
    width: 100%;
    background-color: white;
    z-index: 56;
    height: 50%;
    overflow: scroll;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.productFullDetail-module__productdetailsmobile::-webkit-scrollbar {
    display: none;
}

.productFullDetail-module__productdetailsmobile {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.productFullDetail-module__pdpscrollimage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 2rem; */
    position: relative;
    background: white;
    /* z-index: 51; */
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    position: sticky;
    top: -0.25rem;
    z-index: 1111;
    height: 2rem;
}

.productFullDetail-module__proddetailsprice {
    display: flex;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: 1.5rem;
}

.productFullDetail-module__proddetailspricespan {
    font-size: 20px;

    letter-spacing: 0.2px;
    font-weight: bold;
    color: #a89968;
}

.productFullDetail-module__prodview3D {
    /* width: 60%; */
}

.productFullDetail-module__proddetailspriceincluded {
    display: flex;
}

.productFullDetail-module__proddetailspricespanblack {
    color: #000;
}

.productFullDetail-module__productaddtocatmobilemain {
    display: flex;
    width: 100%;
    justify-content: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    margin-top: 1.85rem;
    margin-bottom: 1.85rem;
    padding: 0rem 1.875rem;
}

.productFullDetail-module__productaddtocartimage {
    width: 65%;
}

.productFullDetail-module__productaddtocartcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    row-gap: 7px;
}

.productFullDetail-module__anchorgotocart {
    width: 100%;
    display: flex;
    justify-content: center;
}

.productFullDetail-module__addtocartmobiletitle {
    display: block;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.productFullDetail-module__productaddtocartname {
    font-size: 13px;
    font-weight: 500;
}

.productFullDetail-module__productaddtocartquantity {
    display: flex;
    font-size: 13px;
}

.productFullDetail-module__productaddtocartquantitynumber {
    font-weight: bold;
    margin-left: 10px;
}

.productFullDetail-module__gotocartbutton {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
}

.productFullDetail-module__productdetailspecialpricemain {
    display: flex;
    align-items: center;
    /* column-gap: 1.25rem; */
}

.productFullDetail-module__productdetailspecialprice {
    font-size: 1.25rem;

    letter-spacing: 0.2px;
    font-weight: bold;
    color: #a89968;
}

.productFullDetail-module__productdetailstrikedspecialprice {
    font-size: 1.25rem;

    letter-spacing: 0.2px;
    color: #000000;
    white-space: nowrap;
    /* gap:6px; */
    /* text-decoration: line-through; */
}

/* body[class*='rtl'] .productdetailstrikedspecialprice{
    flex-direction: row-reverse;
} */

.productFullDetail-module__productdetailnonspecialprice {
    font-size: 1.25rem;

    letter-spacing: 0.2px;
    color: #000000;
}

body[class*='rtl'] .productFullDetail-module__productdetailnonspecialprice{
    flex-direction: row-reverse;
}

.productFullDetail-module__productdetailnonspecialpricecart {
    font-size: 13px;

    letter-spacing: 0.2px;
    color: #000000;
}

.productFullDetail-module__productdetailstrikedspecialpricecart {
    font-size: 13px;

    letter-spacing: 0.2px;
    color: #000000;
    text-decoration: line-through;
}

.productFullDetail-module__productdetailspecialpricecart {
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #a89968;
}

.productFullDetail-module__productskumain {
    background-color: white;
}

.productFullDetail-module__youmightalsolike {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 740px) {
    .productFullDetail-module__root {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .productFullDetail-module__productdetailcarousel {
        overflow-x: hidden;
    }

    .productFullDetail-module__title {
        padding-top: 0rem;
        display: flex;
        flex-direction: column;
        border: none;
        padding-bottom: 0rem;
    }

    .productFullDetail-module__youmightalsolike {
        padding: 1.5rem 1.3rem 1.5rem 1.3rem;
        /* padding-bottom: 6rem; */
        background: inherit;
        margin-top: 0rem;
        margin-bottom: 0rem;
        border-bottom: 7px solid #fafafa;
    }
    .productFullDetail-module__youmightalsolike:last-child {
        padding: 1.5rem 1.3rem 6rem 1.3rem;
    }

    .productFullDetail-module__productAttributeOptions {
        text-align: center;
        font-size: 0.813rem;
    }

    

    .productFullDetail-module__productName {
        font-size: 1.125rem;
        font-family: Playfair Display, Medium;
        text-transform: unset;
        text-align: center;
        letter-spacing: 0px;
        line-height: 23px;
        height: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

    body[class*='rtl'] .productFullDetail-module__productName {
        font-size: 1.125rem;
    }

    

    .productFullDetail-module__formErrors {
        margin: 0;
        padding: 0;
    }

    .productFullDetail-module__productPrice {
        display: flex;
        -moz-column-gap: 10px;
             column-gap: 10px;
        margin-top: 0rem;
    }

    .productFullDetail-module__actButton {
        width: 100%;
        /* position: fixed;
        bottom: 67px; */
        padding: 1rem 1.65rem;
        background: white;
        margin-top: 0rem;
    }

    .productFullDetail-module__actions {
        position: fixed;
        bottom: 67px;
        border: none;
        width: 100%;
        z-index: 99;
        margin: 0rem;
        padding: 0rem;
    }

    .productFullDetail-module__productdetailsaccordion {
        padding: 0rem 1.65rem;
    }

    .productFullDetail-module__productdetailsaccordion button span span {
        font-size: 13px;
    }

    .productFullDetail-module__productspecificationsaccordion {
        padding: 0rem 1.65rem;
    }

    .productFullDetail-module__productspecificationsaccordion button span span {
        font-size: 13px;
    }
    .productFullDetail-module__productsku {
        padding: 1.3rem 1.65rem;
        border-bottom: 7px solid #fafafa;
        border-top: unset;
        height: 6.375rem;
    }

    .productFullDetail-module__productskucode {
        font-size: 13px;
    }

    .productFullDetail-module__productskucodecontent {
        font-size: 13px;
    }

    .productFullDetail-module__prodyoumightalsolike {
        padding-top: 2rem;
        background-color: #fff;
        z-index: 99;
    }

    .productFullDetail-module__producttabbybody {
        width: 100%;
        padding: 2rem;
    }

    .productFullDetail-module__productpostpaybody {
        width: 100%;
        padding: 0rem;
    }

    .productFullDetail-module__productdetailspecialpricemain {
        display: flex;
        /* column-gap: 1.25rem; */
    }

    .productFullDetail-module__productdetailspecialprice {
        font-size: 0.938rem;
    }

    .productFullDetail-module__productdetailstrikedspecialprice {
        font-size: 0.938rem;
        font-weight: bold;
    }

    .productFullDetail-module__productdetailnonspecialprice {
        font-size: 0.938rem;
    }

    .productFullDetail-module__productskumain {
        background-color: white;
        z-index: 99;
    }

    .productFullDetail-module__productstocktext {
        text-align: center;
    }
}

@media (min-width: 741px) and (max-width: 1040px) {
    .productFullDetail-module__root {
        padding-inline: 2rem;
    }

    .productFullDetail-module__youmightalsolike {
        padding-inline: 2rem;
    }
}

.product-add-to-cart {
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 4px;
}

.product-add-to-cart span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

body[class*='rtl'] .product-add-to-cart span {
    font-size: 17px;
}

.go-to-cart-pdp {
    width: 86% !important;
    height: 42px;
}

.gotocart-pdp{
    margin-bottom: 20px;
    border-radius: 4px !important;
    font-size: 0.813rem;
    font-weight: 600;
    color: #fff !important;
}

.product-add-to-cart:hover {
    color: #fff !important;
    border: 0px;
}

.product-add-to-cart:hover::before {
    height: 100%;
    border-radius: 4px;
}

.instalments-available-container {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 800px) {

    .instalments-available-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.instalments-container {
    margin-bottom: 1rem;
    display: flex;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

.instalments-container .tabby-logo {
    display: flex;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    padding: 0px;
}

@media (min-width: 640px) {

    .instalments-container .tabby-logo {
        height: 96px;
    }

    .instalments-container .tabby-logo {
        width: 96px;
    }
}

[class*='rtl'] .instalments-container .tabby-logo{
    background-color: #f6f6f6 !important;
}

.instalments-container .tabby-logo img {
    width: 3rem;
}

.instalments-container .tabby-logo {
    display: flex;
    height: 56px;
    width: 80px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    padding: 0px;
}

@media (min-width: 640px) {

    .instalments-container .tabby-logo {
        height: 56px;
    }

    .instalments-container .tabby-logo {
        width: 96px;
    }
}

.instalments-container.tamara-pay-con .tabby-logo  {
    background: #FFFAF7 0% 0% no-repeat padding-box;
    border: 1px solid #F6B582;
}

.instalments-container.tabby-pay-con .tabby-logo {
    background: #F2FEFB 0% 0% no-repeat padding-box !important;
    border: 1px solid #3DFEC4 !important;
}

.instalments-container .description {
    display: flex;
    height: 56px !important;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 13px;
}

@media (min-width: 640px) {

    .instalments-container .description {
        height: auto;
    }
}

.instalments-container .description {
    font-weight: 500;
}

.instalments-container.tabby-pay-con .description {
    background: #F2FFFB 0% 0% no-repeat padding-box;
}

.instalments-container.tamara-pay-con .description {
    background: #FFFAF7 0% 0% no-repeat padding-box;
}

.instalments-container .description span {
    display: inline;
    width: 80%;
}

@media (min-width: 800px) {

    .instalments-container .description span {
        width: 74%;
    }
}

.instalments-container .description span {
    color: #000;
    font-size: 16px;
}

.instalments-container .description .tabby-finalcurrency{
    display: inline;
}

.instalments-container .description .tabby-currency-wrapper{
    display: inline-flex;
}

/* body[class*='rtl'] .instalments-container .description .tabby-currency-wrapper {
   flex-direction: row-reverse;
} */

.productdetailsmobile {
    width: 100%;
    height: calc(100dvh - 4.75rem);
    background-color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overscroll-behavior: none;
    overflow-x: hidden;
}

.productdetailsmobile.scrolled {
    overflow-y: scroll;
}

.productdetailsmobile::-webkit-scrollbar {
    display: none;
}

div {
    /* color: black; */
}

.icon {
    margin-right: 15px;
}

.btn--expandable {
    display: inline-block;
    background-color: white;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    height: 60px;
    line-height: 50px;
    border: 1px solid black;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

@media (min-width: 1024px) {
    .btn--expandable {
        width: 22.5rem; 
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .btn--expandable {
        width: 17.5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .btn--expandable {
        width: 16.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn--expandable {
        width: 15.5rem;
    }
}

.btn-expandable-arab {
    margin-inline-start: 1rem;
    padding-inline-end: 1rem;
    font-size: 14px;
    font-weight: bold;
}

.btn--expandable > div {
    display: block;
    box-sizing: border-box;
    padding-inline-start: 0.938rem;
    max-width: 3.75rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: max-width 1s;
    color: black;
    height: 100%;
}

body[class*='rtl'] .btn--expandable > div {
    padding-inline-start: 0rem;
}

/* removed hover effect here .btn--expandable:hover > div */

.btn--expandable > div {
    max-width: 300px;
}

body[class*='rtl'] .forgot-password-crossarrow {
    margin-inline-start: 15px;
}

.pdp-3d-icon{
    width: 30px;
}

.product-details-accordian {
    border-bottom: 2px solid #f6f6f6;
}

.rich-content-description {
    font-size: 16px;
    letter-spacing: 0px;
    padding-bottom: 1.5rem;
    color: #000;
}

body[class*='rtl'] .rich-content-description {
    font-size: 17px;
}

.product-might-like {
    padding: 0rem !important;
}

.product-might-like .might-also-like-header   .might-also-like-heading {
    color: #000;
    font-family: Playfair Display, SemiBold;
    font-weight: 500;
    font-size: 1.75rem;
}

body[class*='rtl'] .product-might-like .might-also-like-heading {
    font-family: GE SS;
}

/* .productdetailstrikedspecialpricecss{
    gap:6px;
} */

.productdetailstrikedspecialpricecss{
    align-items: center;
 }

body[class*='rtl'] .productdetailstrikedspecialpricecss{
    flex-direction: row;
}

.section-module__title_wrapper .gap-sm h3, .section-module__title_wrapper .gap-sm h2 {
    font-weight: bold;
    font-size: 1rem;
}

.section-module__title_wrapper h3 {
    font-size: 1rem;
    letter-spacing: 0.16px;
}

.draggable-content {
    height: 50%;
    transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    border-radius: 10px 0;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0,0.5));
}

.dragging-up {
    transform: translate(0px, -365px) !important;
    height: 100vh;
    /* overflow: scroll; */
    z-index: 9999;
}

.dragging-down {
    overflow: scroll;
    transform: translate(0px, -5px) !important;
    height: calc(50vh - 67px);
    overflow: hidden;
}

.dragging-up::-webkit-scrollbar {
    display: none;
}

.dragging-up {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.productfulldetail-tabby-image {
    cursor: pointer;
}

.dragging-down-product {
    position: fixed;
    bottom: 67px;
    border: none;
    width: 100%;
    z-index: 11;
    margin: 0rem;
    padding: 0rem;
    transition: bottom 500ms ease;
    -webkit-transition: bottom 500ms ease;
    -moz-transition: bottom 500ms ease;
}

.dragging-up-product {
    position: fixed;
    bottom: 0px;
    border: none;
    width: 100%;
    z-index: 9999;
    margin: 0rem;
    padding: 0rem;
    transition: bottom 500ms ease;
    -webkit-transition: bottom 500ms ease;
    -moz-transition: bottom 500ms ease;
}

.product-addtocart-form {
    display: none;
}

.addtocart-mobile-hidden {
    display: none;
}

.product-page-tabby {
    display: none;
}

.product-page-postpay {
    display: none;
}

.drag-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 111;
    height: 100%;
    width: 100%;
}

[data-rsbs-header] {
    display: flex;
    height: 45px;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-rsbs-header]::before {
    content: "";
    display: none;
}

[data-rsbs-backdrop] {
    background-color: transparent;
    box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),
        0 -1px 0 rgba(38, 89, 115, 0.05);
}

/* [data-rsbs-overlay]{
   touch-action: auto;
} */

[data-rsbs-scroll]::-webkit-scrollbar {
    display: none;
}

.price-gap{
    padding-inline-end: 1.25rem;
}

@media (max-height: 700px) {
    .productFullDetail-module__productdetailcarousel
        .carousel-module__carouselContainer {
        height: auto;
    }
}

.custom_show_dimensions > div {
    margin-bottom: 0.813rem;
}

.custom_show_dimensions > div > ul {
    list-style: disc;
    margin-top: 0.5rem;
    margin-inline-start: 1.2rem;
}

.productaddtocartheader {
    padding: 0.7rem 1.875rem;
    border-bottom: 1px solid #0000000a;
}

.productaddtocartheader .dialog-box-title {
    width: 100%;
    text-align: center;
}

.instalments-available-container .accordian-title::before{
    margin-inline-end: 1rem;
    content: url(/tabbyinstallments-scj.svg);
    height: 1.875rem;
    width: 1.875rem;

}

.instalments-available-container .accordian-title {
    align-items: center;
}

.product-deatils-price-stricked .price-line-through{
    text-decoration: line-through;
}

@media screen and (max-width: 740px) {
    .section-module__title_wrapper.gap-sm h3, .section-module__title_wrapper.gap-sm h2 {
        font-size: 13px;
        letter-spacing: normal;
    }
    
    .styles__dialog__content--a03d0 {
        overflow: unset !important;
    }

    .styles__dialog--aa402::-webkit-scrollbar {
        display: none;
    } 


    
    .product-add-to-cart {
        height: 2.625rem !important;
        color: #FFF;
        font-weight: 600 !important;
    }

    .instalments-available-container .accordian-title::before{
        margin-inline-end: 0.3rem;
    }

    .instalments-container .description span {
        line-height: 16px;
    }

    .productdetailstrikedspecialpricecss {
        white-space: nowrap;
        text-decoration: line-through;
        /* font-weight: normal; */
    }
    .productdetailstrikedspecialpricecssUAE{
        white-space: nowrap;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .productdetailstrikedspecialpricecssUAE .price-line-through{
        text-decoration: line-through;
    }


    .product-add-to-cart span {
        font-size: 13px;
        font-weight: 500;
    }

    .instalments-available-container {
        padding: 1.3rem 1.65rem;
        border-top: 7px solid #f6f6f6;
        border-bottom: 7px solid #f6f6f6;
        margin-top: 0rem;
    }

    .might-also-like-container
        .might-also-like-header
        .might-also-like-heading {
        letter-spacing: 0px !important;
        font-weight: bold;
    }

    .instalments-available-container button span span {
        width: auto;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
    }

    .rich-content-description {
        font-size: 0.813rem;
    }

    .product-details-accordian {
        border-bottom: unset;
        z-index: 999;
        background-color: white;
    }

    .product-might-like .might-also-like-heading {
        color: #000;
        font-family: Lato, Bold !important;
        font-weight: 500;
        font-size: 16px !important;
    }

    .instalments-container .description span {
        font-size: 13px;
    }
    .productdetailsmobile  .HomePage_Footer{
        padding-bottom: 8rem;
    }

    @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
        .productdetailsmobile  .HomePage_Footer{
            padding-bottom: 9rem;
        }
      }
      .productaddtocartheader .dialog-box-cross-btn  .cross-image{
        width: 14px;
        height: 14px;
      }
}

@media (max-height: 700px) {
    .dragging-up {
        transform: translate(0px, -292px) !important;
    }
    .slider-div-main{
        min-height: 22rem;
    }

}

@media (max-width: 1024px) {
    .productdetailsmobile  .HomePage_Footer {
        display: block !important;
    }
}

@media (min-width:1601px) {
    .instalments-container .description span{
        width: 90%;
    }
 
    
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .productFullDetail-module__productName{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .productFullDetail-module__productAttributeOptions{
        font-size: 14px;
    }
    .mt-3{
        margin-top: 0.40rem;
    }
    .productFullDetail-module__productdetailstrikedspecialprice{
        font-size: 1rem;
    }
    .productFullDetail-module__prodVatinclusive{
        font-size: 14px;
        margin-top: 0.2rem;
    }
    .productFullDetail-module__actions{
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .productFullDetail-module__actButton{
        width: 17.5rem;
    }
    .product-add-to-cart span{
        font-size: 14px;
    }
    .section-module__title_wrapper.gap-sm span,
    .section-module__title_wrapper.gap-sm h3, .section-module__title_wrapper.gap-sm h2{
        font-size: 13px;
    }
    .productFullDetail-module__productskucode{
        font-size: 13px;
    }
    .productFullDetail-module__productskucodecontent{
        font-size: 13px;
    }
    .rich-content-description{
        font-size: 13px;
    }
    .product-might-like .might-also-like-header .might-also-like-heading{
        font-size: 1.4rem;
    }
    .breadcrumbs-module__root span,
    .breadcrumbs-module__root a{
        font-size: 12px !important;
    }
    .carousel-module__wishlistContainer{
        right: 2rem;
    }
    .addToListButton-module__root{
        min-width: 2.6rem;
        min-height: 2.6rem;
    }
    .addToListButton-module__wishlistimage{
        height: 1.4rem;
        width: 1.4rem;
    }
    .carousel-module__carouselsharecartbutton{
        height: 2.6rem;
        width: 2.6rem;
    }
    .carousel-module__carouselsharecartbutton img{
        height: 1.4rem;
        width: 1.4rem;
    }
    .carousel-module__desktopproductlabelmain img{
        width: 80%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .productFullDetail-module__productName{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .productFullDetail-module__productAttributeOptions{
        font-size: 14px;
    }
    .mt-3{
        margin-top: 0.25rem;
    }
    .productFullDetail-module__productdetailstrikedspecialprice{
        font-size: 1rem;
    }
    .productFullDetail-module__prodVatinclusive{
        font-size: 13px;
        margin-top: 0.2rem;
    }
    .productFullDetail-module__actions{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .product-add-to-cart{
        /* height: 2.6rem !important; */
    }
    .productFullDetail-module__actButton{
        width: 16.5rem;
    }
    .product-add-to-cart span{
        font-size: 13px;
    }
    .section-module__title_wrapper.gap-sm span,
    .section-module__title_wrapper.gap-sm h3, .section-module__title_wrapper.gap-sm h2{
        font-size: 12px;
    }
    .productFullDetail-module__productskucode{
        font-size: 12px;
    }
    .productFullDetail-module__productskucodecontent{
        font-size: 12px;
    }
    .rich-content-description{
        font-size: 12px;
    }
    .product-might-like .might-also-like-header .might-also-like-heading{
        font-size: 1.2rem;
    }
    .breadcrumbs-module__root span,
    .breadcrumbs-module__root a{
        font-size: 12px !important;
    }
    .carousel-module__wishlistContainer{
        right: 1.8rem;
    }
    .addToListButton-module__root{
        min-width: 2rem;
        min-height: 2rem;
    }
    .addToListButton-module__wishlistimage{
        height: 1.2rem;
        width: 1.2rem;
    }
    .carousel-module__carouselsharecartbutton{
        height: 2rem;
        width: 2rem;
    }
    .carousel-module__carouselsharecartbutton img{
        height: 1.2rem;
        width: 1.2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .productFullDetail-module__productName{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .productFullDetail-module__productAttributeOptions{
        font-size: 13px;
    }
    .mt-3{
        margin-top: 0.15rem;
    }
    .productFullDetail-module__productdetailstrikedspecialprice{
        font-size: 0.8rem;
    }
    .productFullDetail-module__prodVatinclusive{
        font-size: 12px;
        margin-top: 0.2rem;
    }
    .productFullDetail-module__actions{
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .product-add-to-cart{
        /* height: 2.3rem !important; */
    }
    .productFullDetail-module__actButton{
        width: 15.5rem;
    }
    .product-add-to-cart span{
        font-size: 12px;
    }
    .section-module__title_wrapper.gap-sm span,
    .section-module__title_wrapper.gap-sm h3, .section-module__title_wrapper.gap-sm h2{
        font-size: 12px;
    }
    .productFullDetail-module__productskucode{
        font-size: 12px;
    }
    .productFullDetail-module__productskucodecontent{
        font-size: 12px;
    }
    .rich-content-description{
        font-size: 12px;
    }
    .product-might-like .might-also-like-header .might-also-like-heading{
        font-size: 1.1rem;
    }
    .breadcrumbs-module__root span,
    .breadcrumbs-module__root a{
        font-size: 11px !important;
    }
    .carousel-module__wishlistContainer{
        right: 1.8rem;
    }
    .addToListButton-module__root{
        min-width: 1.8rem;
        min-height: 1.8rem;
    }
    .addToListButton-module__wishlistimage{
        height: 1.1rem;
        width: 1.1rem;
    }
    .carousel-module__carouselsharecartbutton{
        height: 1.8rem;
        width: 1.8rem;
    }
    .carousel-module__carouselsharecartbutton img{
        height: 1.1rem;
        width: 1.1rem;
    }
    .carousel-module__desktopproductlabelmain img{
        width: 70%;
    }
}

@media(max-width:570px){
    [class^="productFullDetail-"] .product-might-like .swiper-slide  {
       width: 200px !important;
       margin-inline-end: 20px !important;
    }
    .instalments-available-container .accordian-title::before{
        display:none;
    }
    .price-wo-sale, .price-w-sale{
        font-size: 13px !important;
    }
}

@media(max-width:360px){
    [class^="productFullDetail-"] .product-might-like .swiper-slide  {
       width: 180px !important;
       margin-inline-end: 20px !important;
    }
}

.productdetail-lowinstock{
    width: 100%;
}

.tamara-product-widget {
    display: none;
}

/* 
.carousel-module__desktopproductlabel {
    width: 160px;
    max-height: 30px;
} */

.Button-module__root {
    position: relative;
    z-index: 1;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    background-image: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 384ms;
    transition-duration: 150;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.Button-module__root[disabled] {
    pointer-events: none
}

.Button-module__root[disabled] {
    border-width: 1px
}

.Button-module__root:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.Button-module__root:focus {
    border-width: 1px;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.Button-module__root:focus-visible {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.Button-module__root[data-active] {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray) / var(--tw-bg-opacity))
}

.Button-module__loading {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity))
}

/* Primary btn */

.Button-module__primary {
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.Button-module__primary::before {
    position: absolute
}

.Button-module__primary::before {
    left: 0px;
    right: 0px
}

.Button-module__primary::before {
    top: 100%
}

.Button-module__primary::before {
    bottom: 0px
}

.Button-module__primary::before {
    z-index: -1
}

.Button-module__primary::before {
    content: ""
}

.Button-module__primary:hover {
    border-width: 1px
}

.Button-module__primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 153, 104, var(--tw-border-opacity))
}

.Button-module__primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.Button-module__primary:hover::before {
    top: 0px
}

.Button-module__primary:before {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 153, 104, var(--tw-bg-opacity));
    -webkit-transition: top 150ms ease-in-out
}

/* Secondary btn */

.Button-module__secondary {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    background-image: none;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.Button-module__secondary::before {
    position: absolute
}

.Button-module__secondary::before {
    left: 0px;
    right: 0px
}

.Button-module__secondary::before {
    top: 100%
}

.Button-module__secondary::before {
    bottom: 0px
}

.Button-module__secondary::before {
    z-index: -1
}

.Button-module__secondary::before {
    content: ""
}

.Button-module__secondary:hover {
    border-width: 1px
}

.Button-module__secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

.Button-module__secondary:hover {
    background-image: none
}

.Button-module__secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.Button-module__secondary:hover::before {
    top: 0px
}

.Button-module__secondary:before {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    -webkit-transition: top 150ms ease-in-out
}

/* Disabled  */

.Button-module__disabled, .Button-module__disabled:hover {
    cursor: not-allowed;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    opacity: 0.5
}

/* Link */

.Button-module__link {
    margin: 0px;
    border-width: 0px;
    background-image: none;
    padding: 0px;
    font-weight: 500;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgba(168, 153, 104, var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.Button-module__link:hover {
    border-width: 0px
}

.Button-module__link:hover {
    background-image: none
}

.Button-module__link:hover {
    text-decoration: underline
}

/* Simple */

.Button-module__slim {
    transform: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: none
}

.Button-module__quickAdd {
    display: grid;
    width: 91.666667%;
    place-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    font-weight: 700
}

.Button-module__quickAdd:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray) / var(--tw-bg-opacity))
}

span {
    display: flex
}
.LoadingDots-module__root {
        display: inline-flex;
        align-items: center;
        text-align: center;
        line-height: 1.75rem
}

.LoadingDots-module__root span {
        height: 0.5rem
}

.LoadingDots-module__root span {
        width: 0.5rem
}

.LoadingDots-module__root span {
        border-radius: 9999px
}

.LoadingDots-module__root span {
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-gray) / var(--tw-bg-opacity))
}

.LoadingDots-module__root span {
        animation-name: LoadingDots-module__blink;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        margin: 0 2px
    }

.LoadingDots-module__root span:nth-of-type(2) {
            animation-delay: 0.2s;
        }

.LoadingDots-module__root span:nth-of-type(3) {
            animation-delay: 0.4s;
        }

@keyframes LoadingDots-module__blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.customAttributes-module__root {
}

.customAttributes-module__list {
}

.boolean-module__label {
}

.boolean-module__content {
}

.date-module__label {
}

.date-module__content {
}

.dateTime-module__label {
}

.dateTime-module__content {
}

.multiselect-module__label {
}

.multiselect-module__content {
}

.multiselect-module__contentHtml {
}

.multiselect-module__option {
}

.multiselect-module__option:not(:last-child)::after {
    content: ',\00a0';
}

.price-module__label {
}

.price-module__content {
}

.select-module__label {
}

.select-module__content {
}

.select-module__contentHtml {
}

.text-module__label {
}

.text-module__content {
}

.text-module__contentHtml {
}

.textarea-module__label {
}

.textarea-module__content {
}

.textarea-module__contentHtml {
}

.carousel-module__root {
    /* composes: grid from global; */
    grid-template-areas:
        'main'
        'thumbs';
}

@media (min-width: 960px) {
}

.carousel-module__currentImage {
}

.carousel-module__currentImage_placeholder {
}

.carousel-module__previousButton,
.carousel-module__nextButton {
}

.carousel-module__previousButton {
    grid-area: 1 / 1 / 2 / 2;
}

.carousel-module__nextButton {
    grid-area: 1 / 3 / 2 / 4;
}

.carousel-module__chevron {
    /* composes: root from '../Icon/icon.module.css'; */
}

/* TODO @TW: cannot compose */

.carousel-module__nextButton:focus > .carousel-module__chevron,
.carousel-module__previousButton:focus > .carousel-module__chevron {
    box-shadow: 0 0 4px 2px rgb(var(--venia-global-color-teal));
    border-radius: 0.5rem;
}

.carousel-module__thumbnailList {
}

.carousel-module__carouselContainer {
    position: relative;
}

.carousel-module__wishlistContainer {
    position: absolute;
    top: 2rem;
    right: 3rem;
    /* z-index: 32; */
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 3;
}

@media (min-width: 1120px) {

    .carousel-module__wishlistContainer {
        z-index: 32;
    }
}

body[class*='rtl'] .carousel-module__wishlistContainer {
    left: 2rem;
    align-items: flex-end;
}

.carousel-module__desktopproductlabelmain {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body[class*='rtl'] .carousel-module__desktopproductlabelmain {
    right: 2rem;
    left: unset;
}

.carousel-module__desktopproductlabel {
    width: 160px;
    max-height: 30px;
}

body[class*='rtl'] .carousel-module__desktopproductlabel {
    -o-object-fit: none;
       object-fit: none;
}

.carousel-module__carouselsharecartbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.carousel-module__thumbnailList {
    gap: 0.5rem;
    overflow-y: scroll;
    height: 50rem;
}

.carousel-module__thumbnailList::-webkit-scrollbar {
    display: none;
}

.carousel-module__thumbnailList {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-module__removeproductconformationcontainer {
    padding: 2rem 3rem !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.carousel-module__removeproducttitle {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
    border-bottom: 1px solid rgb(218 218 218);
}

.carousel-module__removeproductcontainer {
    /* display: flex; */
}

.carousel-module__shareshoppingcartformcontainer {
    margin-top: 2rem;
}

.carousel-module__receipntemailcontainer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.carousel-module__labeldiscounttitle {
    display: flex;
    opacity: 0.7;
    font-size: 14px;
}

.carousel-module__inputrecipientsemail {
    outline: 0px;
    outline-offset: 0;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: rgba(143, 143, 143, var(--tw-border-opacity));
    border-bottom-width: 1px;
    height: 35px;
    border-style: solid;
}

.carousel-module__receipntemailcontainermessage {
    margin-top: 20px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.carousel-module__productimagethrred {
    position: absolute;
    right: 2rem;
    /* z-index: 50; */
    bottom: 3rem;
    /* padding: 9px; */
    padding-bottom: 4px;
    padding-top: 5px;
    padding-inline: 10px;
    border-radius: 17px;
    background: white;
    display: flex;
    -moz-column-gap: 3px;
         column-gap: 3px;
    align-items: center;
    font-size: 12px;
    color: #FFF;
    background: #1f1f1f63;
    z-index: 3;
}

@media (min-width: 1120px) {

    .carousel-module__productimagethrred {
        z-index: 50;
    }
}

body[class*='rtl'] .carousel-module__productimagethrred {
    left: 2rem;
    right: unset;
}

.carousel-module__productimageprevmain {
    position: absolute;
    left: 1rem;
    z-index: 50;
    top: 2rem;
    padding: 8px;
    border-radius: 6px;
}

body[class*='rtl'] .carousel-module__productimageprevmain {
    right: 1rem;
    left: unset;
}

body[class*='rtl'] .carousel-module__productimageprevmain img {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}

.carousel-module__productimageprev {
    height: 2.5rem;
    width: 2.5rem;
}

.carousel-module__threeDimage {
    height: 1.5rem;
    width: 1.5rem;
    filter: invert(1);
}

.carousel-module__renderthreedheader {
    padding: 1.25rem;
}

.carousel-module__renderthreedbody {
    border-radius: 0rem;
}

.carousel-module__shareproducttitle {
    font-size: 1.75rem;
    font-weight: bold;
    color: #000;
    font-family: Playfair Display, SemiBold;
}

body[class*='rtl'] .carousel-module__shareproducttitle {
    font-family: GE SS;
}

.carousel-module__cancelcrossbutton {
    top: -27px;
    left: 27px;
}

body[class*='rtl'] .carousel-module__cancelcrossbutton {
    top: -15px;
    left: -21px;
}

@media screen and (max-width: 740px) {
    .carousel-module__wishlistContainer {
        top: 2.6rem;
        right: 2rem;
    }

    body[class*='rtl'] .carousel-module__desktopproductlabelmain {
        right: 5rem;
        left: unset;
    }

    .carousel-module__carouselsharecartbutton {
        height: 2rem;
        width: 2rem;
    }

    .carousel-module__sharrecartimage {
        height: 1.4rem;
        width: 1.4rem;
    }
    .carousel-module__thumbnailList {
        height: unset;
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        gap: 0rem;
    }

    .carousel-module__desktopproductlabelmain {
        position: absolute;
        top: 2.8rem;
        left: 5rem;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 160px;
    }

    .carousel-module__desktopproductlabel {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        max-height: 30px;
        border-radius: 4px;
    }
    body[class*='rtl'] .carousel-module__desktopproductlabel {
        -o-object-fit: none;
           object-fit: none;
    }
    .carousel-module__imageContainer {
        height: 350px;
    }
}

@media (max-height: 700px) {
    .carousel-module__imageContainer {
        height: 320px;
    }
/* 
    .carouselContainer {
        height: 330px;
    } */
}

@media screen and (min-width: 960px) {
    .carousel-module__removeproductconformationcontainer {
        width: 470px;
    }
}

.dialog-box-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11111;
    height: 100%;
    width: 100%;
    animation: fade-in-opacity 500ms ease-in-out 1;
}

.dialog-mask-container {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    opacity: 15%;
}

.dialog-body-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dialog-body {
    position: fixed;
    bottom: 0px;
    display: flex;
    height: auto;
    min-height: auto;
    width: 100%;
    flex-direction: column;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    opacity: 1;
    animation: fade-in-bottom 500ms ease-in-out 0ms 1;
}

.dialog-body::-webkit-scrollbar {
    width: 2px;
}

.dialog-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .dialog-box-header h2{
   font-size: 1rem;
} */

.dialog-box-group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body[scroll-lock=true], html[scroll-lock=true] {
    overflow: hidden;
}

body[scroll-lock=true],html[scroll-lock=true]{
    touch-action:none;
}

@media (min-width: 960px){
    .dialog-body {
        position: relative;
    }
    .dialog-body {
        width: 550px;
    }
    .dialog-body {
        padding: 1rem;
    }
    .dialog-body {
        animation:none;
    }
}

@keyframes fade-in-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in-bottom{
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

.cart-dialog-header span {
    font-family: Playfair Display, serif;
    padding-bottom: 2.25rem;
}

span.Note {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

/* @screen md {
    .dialog-box-cross-btn  .cross-image{
        width: 1.1rem !important;
        height:1.1rem !important;
        max-width:unset;
    }
} */

.prodview3D .dialog-box-title{
    font-size: 1rem;
}

.prodview3D .dialog-box-cross-btn  .cross-image{
    width: 1.1rem !important;
    height:1.1rem !important;
    max-width:unset;
}

@media (min-width: 960px) {
    body[class*='rtl'] .cart-dialog-header{
    display: flex;
    justify-content: space-between;
    }
    body[class*='rtl'] .cart-dialog-header button {
        top: -20px;
    }

}

@media (max-width:580px) {
  .dialog-box-title span{
    font-size: 13px;
    font-weight: bold;
  }
  button.dialog-box-cross-btn {
        img {
            max-width: 12.62px;
        }
    }
  button.dialog-box-cross-btn {
        img {
            height: 12px !important;
        }
    }
}

@media (max-width: 720px) {
    .carousel-module__renderthreedbody img {
        height: 20px;
        width: 20px;
    }
  .dialog-box-cross-btn .cross-image{
    height: 12px !important;
  }
}
.magicZoom-main {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    /* height: 52rem; */
}

.magic-Zoom-main-thumbnails{
    width: 84.1%;
    cursor: pointer;
}

.magicZoom-thumbnails-main {
    display: flex;
    flex-direction: column;
    row-gap: 0.7rem;
    height: 54.6rem;
    overflow: scroll;
    width: 13%;
    align-items: center;
}

.popup-imagedesk{
    width: 100%;
}

.magicZoom-thumbnails-main::-webkit-scrollbar {
    display: none;
}

.magicZoom-thumbnails-main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.MagicZoom {
    background: #f8f8f8;
    margin: 0px !important;
    width: 88%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    
}

/* .slider-div-inner {
    margin-left: -100px;
} */

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    filter: brightness(1) !important;
}

.thumbnails-style-shaded.mz-thumb-selected img {
    filter: brightness(1) opacity(1) !important;
}

.mz-thumb {
    background: #ffffff;
}

.mz-thumb-selected {
    padding: 0.2rem;
    background: #a89968;
}

.mz-image-stage .mz-figure {
    width: unset;
}

.mz-button {
    opacity: 0;
}

.mz-image-stage .mz-button {
    opacity: 1;
}

.selected-thumbnail {
    border: 1px solid;
    padding: 0.2rem;
}

.mz-thumb-selected {
    background: white;
}

.magic-zoom-image-video-mobile-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    width: 1.563rem;
    height: 1.563rem;
    border-radius: 50%;
    z-index: 1;
    
}

a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
    cursor: pointer;
}

@media screen and (max-width: 740px) {
    .magicZoom-main {
        display: flex;
        flex-direction: row-reverse;
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
        height: unset;
        position: relative;
        height: 100%;
    }

    a.MagicZoom-thumbnails.mz-thumb {
        width: 0.375rem;
        border-radius: 50%;
    }

    .magicZoom-thumbnails-main {
        display: flex;
        flex-direction: row;
        -moz-column-gap: 0.3rem;
             column-gap: 0.3rem;
        height: unset;
        width: unset;
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .MagicZoom {
        background: #f8f8f8;
        margin: 0px !important;
        width: 100%;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        /* display: flex;
        justify-content: center; */
        background-color: #f8f8f8;
        padding: 0rem;
    }

    .MagicZomm-thumbnails {
        height: 0.375rem;
        width: 0.375rem;
        border-radius: 50%;
    }

    .thumbnails-images {
        opacity: 0;
    }

    .mz-thumb-selected {
        background: #a89968;
    }

    .mz-thumb-selected {
        border: unset;
        padding: 0.2rem;
    }

    .mz-figure {
        width: 100%;
    }
    .selected-thumbnail {
        border: none;
        padding: 0rem;
    }
    .slider-div-main{
        min-height: 24rem !important;
    }


    .popup-thumbnails-main {
        position: fixed;
        padding: 1.25rem;
        bottom: 0.813rem;
    }

    .slider-div-inner iframe {
        margin-left: -150px;
        /* height: 100%; */
    }

    .slider-div-main .slick-active {
        z-index: 55;
    }

    .popup-slide iframe {
        pointer-events: none;
        height: 13.625rem;
    }

    .popup-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 0rem !important;
    border: 0;
    border-bottom: unset !important;
}

.mz-hint-message {
    display: none !important;
}

.inactive {
    display: none !important;
}

.video-slide {
    height: 100%;
    width: 100%;
}

.selectors {
    display: flex;
    flex-direction: column;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    height: 100vh; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.prev-image-product {
    transform: rotate(180deg);
    filter: contrast(0.5);
}

.next-image-product {
    filter: contrast(0.5);
}

body[class*='rtl'] .next-image-product {
    transform: rotate(180deg);
}

body[class*='rtl'] .prev-image-product {
    transform: rotate(0deg);
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img,
.slide iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* .slide-div-product {
    height: 25rem;
} */

.slick-slide iframe {
    pointer-events: none;
}

.slider-image-mobile {
    /* height: 25rem; */
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    background: #232121;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.popup-close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;

    border: none;

    padding: 0.625rem;
    cursor: pointer;
    font-size: 1rem;
    z-index: 9999;
}

.thumbnail {
    width: 3.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    margin: 0.313rem;
}

.thumbnailmain{
    /* width: 7.18rem; */
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
}

.popup-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-image {
    max-width: 100%;
    max-height: 100%;
}

.popup-thumbnails {
    display: flex;
    width: 100%;
    overflow: auto;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
}

.popup-thumbnails ::-webkit-scrollbar {
    display: none;
}

.popup-thumbnails {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup-thumbnails-main {
    padding: 1.25rem;
}

.thumbnail-mainselected img {
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
}

.thumbnail-maindeskselected {
    border: 1px solid black;
    padding: .2rem;
}

.slider-div-main .slick-dots {
    bottom: 1.25rem !important;
}

.slider-div-main .slick-dots li button:before {
    font-size: 1.4rem !important;
}

.slider-div-main .slick-dots li {
    margin: 0rem !important;
}

.slider-div-main .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #a89968;
}

.slick-dots li button:before {
    opacity: 1;
    color: white;
}

/* @media (max-height: 700px) {
    .slide-div-product{
        height: 22rem;
    }

} */

.mz-figure img {
    height: 52rem !important;
}

.mz-figure {
    width: 100%;
}

@media screen and (min-width:740px) {

    .popup-main {
        height: 80%;
    }
    
}

.popup-navigation {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

    .magic-zoom-image-video-mobile-arrow {
       
        width: 0.5rem;
        height: 0.5rem;
        
    }

    .popup-slide {
        height: 100%;
    }
    .slider-image-mobile {
        min-height: 22rem;
        aspect-ratio: 1;
    }
    
}

@media screen and (min-width: 1024px) {
    .magicZoom-main {
        position: relative;
    }
    
    .magicZoom-thumbnails-main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
}

.MagicZoom > img {
    height: 100% !important;
}

@media  screen and (min-width:740px) {
    .thumbnail-maindesk-custom{
        width: 85.5%;
    }
}
/*


   Magic Zoom Plus v5.3.7 
   Copyright 2023 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    touch-action: pan-y;
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-lens img {
    transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    transition: none !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    transition: opacity 0.25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important;
    }
    .mz-expanded-view-open body {
        height: auto !important;
    }
}

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua='safari']),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua='safari'])
        body {
        overflow: hidden !important;
    }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua='safari'])
        body {
        height: auto !important;
    }
}

/**
  * Main figure
  */

.mz-figure.mz-active {
    background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
  * Zoom lens
  */

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
  * Zoom window
  */

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
    background: transparent;
    z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80;
}

/* Caption in zoom window */

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */

.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),
        transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */

.mz-zoom-window > img {
    transform: translate3d(0, 0, 0) scale(1);
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */

.mz-zoom-window.mz-p-magnifier {
    transform: scale(0.1);
}

/* Preview mode animation */

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}

/**
  * Hint & Loading
  */

.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana,
        'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    transition: opacity 0.4s ease, z-index 0.4s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: 0.7em 1.1em;
}

.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
}

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    transition-delay: 0.6s;
}

/* Hint in the expanded view on mobile */

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
    padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
    display: none;
}

.mz-expand .mz-hint-hidden {
    opacity: 0;
    transition-delay: 1.5s;
}

/* Loading indicator */

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mz-loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    transition: opacity 0s;
}

.mz-loading.shown:after {
    animation: spin-loading 0.9s infinite linear;
}

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

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: 0.7em 1.1em;
    width: auto;
    height: auto;
}

.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}

/**
  * Expanded view
  */

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    perspective: 600px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */

.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    perspective: 600px;
    transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
}

.mz-expand .mz-expand-bg > img {
    margin: auto;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
    filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: 0.6;
}

[data-magic-ua='edge'] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

[data-magic-ua='edge'] .mz-expand {
    background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/

.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */

.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}

.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: zoom-out;
}

/* When inner zoom is always shown */

.mz-expand
    .mz-expand-stage.mz-zoom-in.mz-always-zoom
    .mz-image-stage
    > figure
    > figure
    > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */

.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana,
        'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */

@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important;
    }
}

/**
  * Buttons & Arrows
  */

.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.mz-nav-controls {
    z-index: 2100000000;
    position: absolute;
    width: 100%;
    height: 100%;
}

button.mz-button {
    color: rgba(180, 180, 180, 0.6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transition: color 0.25s, background-color 0.25s !important;
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(0.9);
    transition: transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
    transform: scale(0.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, 0.7) !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
}

@supports (
    ((-webkit-mask-image: url()) or (mask-image: url())) and
        ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and
        ((-webkit-mask-position: center) or (mask-position: center)) and
        ((-webkit-mask-size: cover) or (mask-size: cover))
) {
    button.mz-button:before {
        content: '' !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
        mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
    }

    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
        mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
    }
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: rgb(180, 180, 180) !important;
    }

    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(0.8);
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */

.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block;
}

/**
  * Thumbnails
  */

/** Thumbnails on the page **/

a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, 0.3);
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/

.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden;
}

.ios-magic[data-magic-engine='webkit'][data-magic-engine-ver='603.1']
    .mz-expand-thumbnails,
:root[data-magic-ua='firefox'] .mz-expand-thumbnails {
    height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, 0.3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/

@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse;
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .ios-magic[data-magic-engine='webkit'][data-magic-engine-ver='603.1']
        .mz-expand.expand-thumbnails-left
        .mz-expand-thumbnails,
    :root[data-magic-ua='firefox']
        .mz-expand.expand-thumbnails-left
        .mz-expand-thumbnails {
        width: 80px;
        height: 100%;
    }
}

@media not screen and (max-device-width: 767px) and (orientation: portrait) and not screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

@media not screen and (max-device-width: 767px) and (orientation: portrait) and screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}

/** Thumbnails shaded style (improved previous one)  **/

.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    filter: brightness(0.7);
}

.thumbnails-style-shaded.mz-thumb-selected img {
    filter: brightness(0.7) opacity(0.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0;
    padding-bottom: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb:not(.magic-thumb-selected)
    > img:hover {
    filter: brightness(0.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    filter: brightness(0.7) opacity(0.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic
    .thumbnails-style-shaded
    .magic-thumb.magic-thumb-selected {
    background: #000;
}

.no-cssfilters-magic
    .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected)
    img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic
    .thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb {
    position: relative;
}

.no-cssfilters-magic
    .thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic
    .thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic
    .thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic
    .thumbnails-style-shaded
    .mz-expand-thumbnails
    .magic-thumb
    img {
    position: relative;
    z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    transition: none !important;
    transform: none !important;
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */

.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 40px 0;
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
  * Buttons
  */

.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, 0.6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transition: color 0.25s, background-color 0.25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    transition: transform 0.25s !important;
}

.mobile-magic
    .magic-thumbs
    button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic)
    .magic-thumbs
    button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs
    button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs
    button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    transform: scale(0.7) !important;
}

.mobile-magic
    .mz-expand
    .magic-thumbs
    button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, 0.7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
}

@supports (
    ((-webkit-mask-image: url()) or (mask-image: url())) and
        ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and
        ((-webkit-mask-position: center) or (mask-position: center)) and
        ((-webkit-mask-size: cover) or (mask-size: cover))
) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: '' !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
        mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=');
    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

