/** Shopify CDN: Minification failed

Line 104:12 Expected identifier but found whitespace
Line 104:13 Unexpected "209px"
Line 111:3 Unexpected "/"

**/
 .frame-selector__button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width:100%
}

.frame-popup {
  display: none;
  position: fixed;
  top: 0;
  right: -113px;
  width: 99vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-popup__content {
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0; /* Removed margin to ensure proper centering */
  border-radius: 8px;
  overflow: hidden;
}


.frame-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.frame-popup__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.frame-popup__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.frame-popup__body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap:40px;
  padding-left:0px;
  padding-right:0px
}

@media (min-width: 768px) {
  .frame-popup__body {
    flex-direction: row;
  }
}

/* .frame-popup__image-section {
  position: relative;
  flex: 1;
  margin-bottom: 20px;
  height:23%
} */
.frame-popup__image-section {
  position: relative;
  width: 100%; /* Set container width */
  height: 257px; /* Set container height */
}

@media (min-width: 768px) {
  .frame-popup__image-section {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/* .frame-popup__product-image {
  /* width: 100%;
  height: auto;
  display: block; */
      width: 209px;
    height: 257px;
}
.frame-popup__selectedimage {
  height: auto;
  width: 209px;
  height: 257px;
} */

.frame-popup__image-section {
  position: relative;
  width: 209px; /* Set container width */
  height: 257px; /* Set container height */
}

.frame-popup__product-image {
  position: absolute;
  top: 0;
  left: 25%;
  width: 209px;
  height: 257px;
  z-index: 1; /* Base image below the frame */
}

.frame-popup__selectedimage {
  position: absolute;
  top: 0;
  left: 25%;
  width: 209px;
  height: 257px;
  z-index: 2; /* Frame image above the base image */
  pointer-events: none; /* Prevent interaction with the frame image */
}


.frame-popup__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.frame-popup__nav--prev {
  left: 10px;
}

.frame-popup__nav--next {
  right: 10px;
}

.frame-popup__options {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap:100px
}

.frame-popup__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.frame-popup__variants {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}

.frame-popup__variant {
  cursor: pointer;
}

.frame-popup__variant-input {
  display: none;
}

.frame-popup__variant-content {
  border: 2px solid gray;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  transition: border-color 0.3s;
}

.frame-popup__variant-input:checked + .frame-popup__variant-content {
  border-color: #000;
}

.frame-popup__variant-image {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.frame-popup__variant-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.frame-popup__variant-price {
  font-size: 14px;
  font-weight: bold;
  color: #cf0000;
}

.frame-popup__services {
  margin-bottom: 20px;
}

.frame-popup__service {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.frame-popup__service-input {
  margin-right: 10px;
}

.frame-popup__button {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

.frame-popup__button--primary {
  background-color: #000;
  color: #fff;
}

.frame-popup__button--secondary {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}


.frame-images{
  /* border-radius:50%; */
height: 51px;
    width: 42px;
  /* border: 2px solid transparent;  */
  transition: border-color 0.3s ease; 
}

.frame-name-wrapper{
  display:flex;
  flex-direction:column;
  margin-top:0px
  
}
.frame-name{
  font-size:12px;
  height:14px;
  font-weight:600;
  text-align:center
}
.frame-price{
  font-size:12px;
  text-align:center
}

.product-image{
  height:200px
}
.frame-popup_wrapper{
  display:flex;
  flex-direction:column;
  width:50%;
}
.product-description{
  text-align:start;
  font-size:12px
}
.product-title{
  border-bottom:1px solid #D1D5DB;
  text-align:start
}
.popup_header{
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #D1D5DB;
  margin-top:12px !important;
  margin-bottom:12px !important;
}
.header_title{
  margin:0px
}
.product-title-h5{
  font-weight:700;
  font-size:17px;
  margin-bottom: 11px;
}

.product-popup-modal__content{
  border-radius:20px !important;
  margin-top: 6rem !important;
  padding-right: 0 !important;
}

.product-popup-modal__opener{
  width:77%
}

.frame-option-wrapper {
  display: inline-block;
}

.frame-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 10px; */
  cursor: pointer;
  transition: border-color 0.3s ease;
}


/* .frame-option img {
  margin-bottom: 5px;
}
 */
input[type="radio"] {
  display: none; /* Hide the radio button */
}

input[type="radio"]:checked + .frame-option {
  border-color: black; /* Highlighted border color when selected */
}


.product-popup-modal__content-info{
  padding-right: 2.4rem !important;
}
.frame_image-wrapper {
  border-radius: 50%;
  border: 2px solid transparent;
  height: 75px;
  width: 75px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s ease;
}



.product-popup-modal__content::-webkit-scrollbar-thumb {
  background-color: #D1D5DB;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

.product-popup-modal__content::-webkit-scrollbar-track {
  height: 20px; 
}

.product-popup-modal__content::-webkit-scrollbar {
  width: 16px;
}
