/* --- START OF FILE camera-styles.css --- */
#camera-container.camera-default {
    width: 100%;
    height: 80vh; /* Increase height to full viewport */
    /*max-width: 740px;*/
    max-height: 90vh; /* Prevent excessive stretching */
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

#camera-container.camera-wrist {
    width: 100%;
    height: 80vh; /* Increase height to full viewport */
    /*max-width: 740px;*/
    max-height: 90vh; /* Prevent excessive stretching */
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

#canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

@media (max-height: 844px) {
    #camera-container.camera-default {
        width: 100%;
        height: 75vh;
    }

    #camera-container.camera-wrist {
        width: 100%;
        height: 75vh;
    }
}

.poweredbysnap-logo {
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 9;
}

    .poweredbysnap-logo img {
        height: 45px;
    }
/* --- END OF FILE camera-styles.css --- */


.ur-product-card .feature-image {
    padding: 45px 36px;
    overflow: hidden;
}

    .ur-product-card .feature-image img {
        -webkit-transition: var(--transition-base);
        -o-transition: var(--transition-base);
        transition: var(--transition-base);
    }

    .ur-product-card .feature-image .product-overlay {
        width: 200%;
        height: 200%;
        border-radius: 90px;
        background-color: var(--primary-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        cursor: pointer !important;
    }

        .ur-product-card .feature-image .product-overlay .product-btns {
            width: 150px;
            height: 50px;
            background-color: var(--white-color);
            overflow: hidden;
        }

            .ur-product-card .feature-image .product-overlay .product-btns a {
                background-color: var(--white-color);
                color: var(--primary-color);
                width: 50px;
                height: 50px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .ur-product-card .feature-image .product-overlay .product-btns a:hover {
                    color: var(--secondary-color);
                }

                    /* 
.ur-product-card .category-image .product-overlay {
  width: 200%;
  height: 200%;
  border-radius: 90px;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
} */
                    /* 
.ur-product-card .category-image .product-overlay .product-btns {
  width: 150px;
  height: 50px;
  background-color: var(--white-color);
  overflow: hidden;
}

.category-image .product-overlay a {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
} */
                    /* 
.ur-product-card .category-image .product-overlay .product-btns a:hover {
  color: var(--white-color) !important;
} */

                    .ur-product-card .feature-image .product-overlay .product-btns a:hover i,
                    .ur-product-card .feature-image .product-overlay .product-btns a:hover svg {
                        -webkit-animation: 0.3s toTopFromBottom forwards;
                        animation: 0.3s toTopFromBottom forwards;
                    }

                .ur-product-card .feature-image .product-overlay .product-btns a + a {
                    position: relative;
                }

                    .ur-product-card .feature-image .product-overlay .product-btns a + a::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                        width: 1px;
                        height: 20px;
                        background-color: var(--border-gray);
                    }

.ur-product-card .product-title {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

    .ur-product-card .product-title:hover {
        color: var(--secondary-color);
    }

.ur-product-card:hover .coupon-badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.ur-product-card:hover .feature-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*.ur-product-card:hover .feature-image .product-overlay {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0);
    transform: translate(-50%, -50%) scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}*/

@media (max-width: 575.98px) {
    .ur-product-card.card-sm-small {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.ur-product-card .category-image {
    padding: 5px !important;
    overflow: hidden;
}

.ur-product-card .option-image {
    overflow: hidden;
    height: 100px !important;
    width: 100px !important;
    border: 1px solid #484848;
    border-radius: 10px;
}

.camera-content {
    padding: 20px 0px;
}

.try-on {
    padding-bottom:30px;
}
