body {

  background-color: #fff;

  font-family: 'Lato', sans-serif;

}







h1, h2, h3, h4, h5, h6 {

  font-family: 'DM Serif Display', serif;

}



/* Swiper Dots Custom */

.swiper-pagination {

  width: fit-content !important;

  right: 162px !important;

  left: auto !important;

  bottom: 100px !important;

  text-align: right;

  z-index: 999 !important;

}



.swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  background: rgba(255, 255, 255, 0.4);

  opacity: 1;

}



.swiper-pagination-bullet-active {

  background: #C6A75E;

  border-radius: 4px;

}



section {

  padding: 50px 0px;

}


 /* Zoom CSS */
    .zoom-lens {
        display: none;
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 2px solid #C6A75E;
        background: rgba(198, 167, 94, 0.12);
        pointer-events: none;
        z-index: 20;
    }

    .zoom-result {
        display: none;
        position: fixed;
        width: 320px;
        height: 320px;
        border: 2px solid #C6A75E;
        border-radius: 12px;
        overflow: hidden;
        z-index: 9999;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
        pointer-events: none;
        background: #fff;
    }

    .zoom-result img {
        position: absolute;
        max-width: none;
        top: 0;
        left: 0;
    }