/** Shopify CDN: Minification failed

Line 104:30 Unexpected "{"
Line 104:39 Expected ":"
Line 105:34 Expected identifier but found whitespace
Line 105:36 Unexpected "{"
Line 105:45 Expected ":"
Line 105:96 Expected ":"
Line 106:37 Expected identifier but found whitespace
Line 106:39 Unexpected "{"
Line 106:48 Expected ":"
Line 106:102 Expected ":"
... and 10 more hidden warnings

**/
.page-width.no-maxlimit{
    background: none;
}
html.pdp-page-loading,
body.pdp-page-loading{
    overflow: hidden !important;
}
.left-pdp-sticky::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
.left-pdp-sticky {
  scrollbar-width: none;
}

/* For Internet Explorer and older Edge */
.left-pdp-sticky {
  -ms-overflow-style: none;
}
#default-gallery-thumbs, #lacy-gallery-thumbs{
      flex-direction: column;
    gap: 16px;
}
.pdp-page-loader{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 8, 15, 1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.pdp-page-loader.is-hidden{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.pdp-page-loader__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    padding: 24px;
}
.pdp-page-loader__spinner{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.18);
    border-top-color: #ffffff;
    animation: pdp-page-loader-spin 0.9s linear infinite;
}
.pdp-page-loader__text{
    margin: 0;
    color: #ffffff;
    font-family: 'Instrument Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
@keyframes pdp-page-loader-spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
  .pdp-option-main-wrap, .frame-sizes, .frame-color{
        
          cursor: auto; 
        }
#pdp-wrap{
    padding: 0px !important;
}
.product__info-wrapper.grid__item.scroll-trigger{
    max-width: 100%;
    border: none;
}
                    .section-{{ section.id }}-padding {
                      padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
                      padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
                    }

                    @media screen and (min-width: 750px) {
                      .section-{{ section.id }}-padding {
                        padding-top: {{ section.settings.padding_top }}px;
                        padding-bottom: {{ section.settings.padding_bottom }}px;
                      }
                    }

                      .accordion-section {
    border: 1px solid #2d2d2d;
    border-radius: 6px;
    margin: 20px 0;
    background: #121212;
    color: #fff;
    font-family: inherit;
  }
  shopify-payment-terms {
  display: none !important;
}
   
   
 
  .accordion-content p{
    margin: 0px;
  }
  .accordion-item.active .accordion-content {
    display: block;
  }
  .accordion-icon {
    height: 24px;
    width: 24px;
      display: inline-block;       
  transform-origin: center;
    transition: transform 0.3s;
  }
  .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
  }
                .btn-selection{
                  display: grid;
                    grid-template-columns: auto 1fr;
                    gap: 50px;
                }

                
                  /* ── Gallery wrapper ── */
                  #galleryWrapper {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    gap: 0;
                    width: 100%;
                    min-height: 0;
                    padding: 16px;
                  }
/* Tablet (750-989px): add side padding */
@media screen and (min-width: 750px) and (max-width: 989px) {
    #galleryWrapper {
        padding: 20px 20px 12px;
    }
}
/* Desktop 990-1160px: full-width flex-column, fill sticky height */
@media screen and (min-width: 990px) and (max-width: 1160px) {
    #galleryWrapper {
        flex: 1;
        min-height: 0;
        padding: 20px 24px 12px;
    }
}
/* Large desktop 1161px+: sidebar layout, 85% width centered */
@media screen and (min-width: 1161px) {
    #galleryWrapper {
        width: 85%;
        height: 100%;
        padding: 20px 0;
        align-self: center;
    }
}

                  /* ── Main image area ── */
                  .pdp-gallery__main {
                    order: 1;
                    position: relative;
                    width: 100%;
                    aspect-ratio: 1;
                    border-radius: 16px;
                    overflow: hidden;
                    background: #f3f4f6;
                    flex-shrink: 0;
                  }
/* Tablet: slightly taller via aspect ratio */
@media screen and (min-width: 750px) and (max-width: 989px) {
    .pdp-gallery__main {
                width: calc(100% - 200px);
    }
}
/* Desktop 990-1160px: fill remaining flex space */
@media screen and (min-width: 990px) and (max-width: 1160px) {
    .pdp-gallery__main {
               width: calc(100% - 200px);
    }
}
/* Large desktop 1161px+: sidebar grid — fill grid row height */
@media screen and (min-width: 1161px) {
    .pdp-gallery__main {
        order: 2;
        aspect-ratio: 1;
        width: 100%;
    }
}

                  .pdp-gallery__img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                    display: block;
                  }

                  /* ── Upload drop zone (inside main area, absolute fill) ── */
                  .upload-wrapper {
                       container-type: size;
                      container-name: dropzone;
                      width: 40%;
                      aspect-ratio: 1;
                      position: absolute;
                      inset: 0;
                      display: flex;
                      border-radius: 1000%;
                      align-items: center;
                      justify-content: center;
                      z-index: 10;
                     background: #E3E9F0;

                      pointer-events: none;
                      padding: 0;
                      top: 50%;
                      left: 50%;
                      min-width: 200px;
                      transform: translateX(-50%) translateY(-50%);
                  



                  }
                  .upload-dropzone {
                    width: 100%;
                    height: 100%;
                    aspect-ratio: 1 / 1;
                    border-radius: 50%;
                   border: 2px dashed #4D9FFF;
                    background: transparent;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap: clamp(4px, 1.5cqw, 10px);
                    text-align: center;
                    padding: clamp(12px, 10cqw, 20px);
                    box-sizing: border-box;
                    pointer-events: auto;
                    cursor: pointer;
                  }
                  .upload-dropzone__icon {
                    width: clamp(24px, 18cqw, 48px);
                    height: clamp(24px, 18cqw, 48px);
                    border-radius: clamp(5px, 4cqw, 12px);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                  }
                    .upload-dropzone__title--mobile { display: none; }
                  .upload-dropzone__title--desktop { display: inline; }
                  @media screen and (max-width: 749px) {
                    .upload-dropzone__title--desktop { display: none; }
                    .upload-dropzone__title--mobile { display: inline; }
                  }
                  .upload-dropzone__icon svg {
                    width: 1000%;
                    height: 100%;
                    display: block;
                  }
                  .upload-dropzone__title {
                    font-family: 'Instrument Sans', sans-serif;
                    font-weight: 700;
                    font-size: clamp(9px, 6.5cqw, 16px);
                    line-height: 1.3;
                    color: #1F8FE5;
                    margin: 0;
                  }
                  .upload-dropzone__subtitle {
                    font-family: 'Instrument Sans', sans-serif;
                    font-weight: 400;
                    font-size: clamp(7px, 4.8cqw, 12px);
                    line-height: 1.2;
                   color: #8888A0;
                    margin: 0;
        

                  }
                  .upload-browse-btn {
                   display: inline-block;
   
    color: #fff;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(8px, 5.5cqw, 9px);
    padding: clamp(3px, 3cqw, 8px) clamp(8px, 3cqw, 5px);
   background: #4D9FFF;
border-radius: 6px;;
    cursor: pointer;
    border: none;
    text-align: center;
    margin-top: clamp(1px, 1.5cqw, 4px);
    white-space: nowrap;
    transition: background 0.2s;
    line-height: 100%;
    
                  }
                  .upload-browse-btn:hover { background: #2563eb; }
                  .upload-input { display: none; }

                  /* ── Gallery counter badge ── */
                  .pdp-gallery__counter {
                    position: absolute;
                    bottom: 14px;
                    right: 14px;
                    background: rgba(0,0,0,0.55);
                    -webkit-backdrop-filter: blur(6px);
                    backdrop-filter: blur(6px);
                    color: rgba(255,255,255,0.92);
                    font-size: 12px;
                    font-weight: 600;
                    padding: 4px 10px;
                    border-radius: 100px;
                    letter-spacing: 0.04em;
                    pointer-events: none;
                    z-index: 5;
                  }

                  /* ── Thumbnail strip (always horizontal row below 1161px) ── */
                  .pdp-gallery__thumbs {
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                    padding: 0;
                    justify-content: flex-start;
                    align-items: center;
                    overflow-x: auto;
                    scrollbar-width: none;
                    flex-shrink: 0;
                  }
                  .pdp-gallery__thumbs::-webkit-scrollbar { display: none; }

/* Tablet: slightly bigger gap */
@media screen and (min-width: 750px) and (max-width: 1160px) {
    .pdp-gallery__thumbs {
        gap: 12px;
    flex-direction: column;
    }
}
/* 1161px+: vertical column for sidebar layout */
@media screen and (min-width: 1161px) {
    .pdp-gallery__thumbs {
        flex-direction: column;
        overflow-x: unset;
        gap: 16px;
        padding: 0;
        order: 1;
    }
}

                  .pdp-gallery__thumb {
                    width: 64px;
                    height: 64px;
                    flex-shrink: 0;
                    border-radius: 10px;
                    overflow: hidden;
                    border: 2px solid transparent;
                    cursor: pointer;
                    background: transparent;
                    transition: border-color 0.18s, transform 0.15s;
                    position: relative;
                  }
/* Tablet: slightly larger thumbs */
@media screen and (min-width: 750px) and (max-width: 1160px) {
    .pdp-gallery__thumb {
        width: 150px;
        height:150px;
        border-radius: 12px;
    }
    #pdp-wrap .product__media-wrapper {
    display: flex;
    flex-direction: row !important;
}
}
/* 1161px+: sidebar column — fill full width of 96px column */
@media screen and (min-width: 1161px) {
    .pdp-gallery__thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        border-radius: 14px;
    }
}
                  .pdp-gallery__thumb.active { border-color: #3b82f6; }

                  .pdp-gallery__thumb img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                    filter: brightness(0.85);
                    transition: filter 0.2s;
                  }
                  .pdp-gallery__thumb.active img,
                  .pdp-gallery__thumb:hover img { filter: brightness(1); }

                  /* Upload slot thumb styling */
                  .pdp-gallery__thumb--upload {
                    background: #fff;
                    border-color: transparent;
                  }
                  .pdp-gallery__thumb--upload.active { border-color: #3b82f6; }

                  .pdp-gallery__thumb-upload-icon {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #f0f4ff;
                  }

                  .frame-color-title, .frame-label{
                    color: white;
                    margin: 0px 0px 0px 0px;
                  }
           .panel{
      display:none !important;
    }
            
              .pdp-btn-wrap{
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;  
                    justify-content: center;            
              }
              .support-item{
                font-family: 'Instrument Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 15px;
                text-transform: capitalize;
                color: #FFFFFF;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 0px;
                gap: 10px;
              }
              .support-wrap{
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0px;
                width: 100%;
                justify-content: space-around;
              }
            .custom-edit-img-options{
              display: grid;
              grid-template-columns: 1fr 1fr 1fr;
              justify-content: center;
              align-items: stretch;
              padding: 10px;
              gap: 16px;
              background: rgba(30, 31, 37, 0.2);
              border: 1px solid #434651;
              border-radius: 10px;
            }
            .custom-edit-img-options button{
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 8px 16px;
              gap: 12px;
              background: rgba(30, 31, 37, 0.2);
              border: 2px solid rgba(67, 70, 81, 0.2);
              border-radius: 8px;
              color: white;
              font-family: 'Instrument Sans';
              font-weight: 500;
              font-size: 14px;
              line-height: 140%;
              display: flex;
              align-items: center;
              text-align: center;
              text-transform: capitalize;
            }
            .custom-image-editor{
              display: grid;
            grid-template-columns: 1fr 1fr;
            margin: 20px 0px 0px 0px;
            gap: 20px;
                grid-column: 1 / span 2;

            }
                  .btn-icon {
                    display: inline-block;
                    vertical-align: middle;
                  }
             
            
            
            
                .controls{
                    margin: auto;
    max-width: 400px;
    width: 100%;
                  display: grid;
                  grid-template-columns: 20px auto 20px;
                  gap: 10px;                  
    justify-items: center;
    align-items: center;
     display: flex;
                }

      
                #custom-image-form{
                   height: 100%;
                   width:100%;
                }
            @media screen and (min-width: 750px) {
            .product__column-sticky {
                
        display: grid !important;
        position: static !important;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 110px;
            }
          }
                  /* thumb size on very small phones */
                  @media (max-width: 374px) {
                    .pdp-gallery__thumb {
                      width: 54px;
                      height: 54px;
                    }
                  }

     
.canvas-container {
      position: relative;
      width: 300px;
      height: 300px;
      max-height: 400px;
      max-width: 700px;
    }
@media screen and (max-width: 1160px) {
.canvas-container {
      position: relative;
      width: 200px;
      height: 200px;
      max-height: 200px;
      max-width: 200px;
    }
}



    .canvas-container canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .mockup-container {
      position: relative;
      display: inline-block;
    }

    .mockup-container img {
      width: 250px;
      display: block;
    }

    .mockup-canvas {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }

        /* Hover effect */
        .frame-size-btn span:hover ,.frame-color-label span:hover {
          border-color: #666;
        }

     
     .frame-size-options .frame-size-btn input:checked + span,  .frame-size-options .frame-size-btn input + span{
 display: flex;
    align-items: center;
    justify-content: center;
     }

        .pdp-option-arrow{
          width: 24px;
          height: 24px;
          transition: transform 0.3s ease;
        }
        .pdp-option-title-wrap{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        
        .product-pricing-section-main-wrap{
               display: flex;
    flex-direction: column;

    margin: auto;
    padding: 0rem;
    position: sticky;
    bottom: 0svh;
    width: 100%;
    padding: 0px 0 0 0;
    background-color: #101011;
    z-index: 5;
        }
      

 
 



.image-dpi {
  font-size: 14px;
  color: #00ff00;
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
}

.original-price {
  text-decoration: line-through;
  color: #ccc;
  font-weight: normal;
}

.add-to-cart-btn {
  background-color: #fff;
  color: #28a745;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.add-to-cart-btn:hover {
  background-color: #e6e6e6;
}
.price-main-wrap{
    display: flex;
    gap: 4px;
    flex-direction: column;
        align-items: flex-start;
}
#price-sale-text{
    font-weight: 900;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    background:none; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background-clip: none;
}


.product.grid{
  grid-template-columns: 1fr;
}
@media screen and (min-width: 990px) {
  .product.grid{
    grid-template-columns: 1fr 1fr;
  }
}
.frame-size-options{
      grid-template-columns: 1fr 1fr 1fr;
}
.price-right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.info-box.green-box{
  padding: 10px;
  gap: 0px;
  font-size: 10px;
}
.info-box.green-box p {
  margin: 0px;
}
.product-pricing-section{  
    grid-template-columns: 1.3fr 1fr;
}
.image-conform-btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  background: #FFFFFF;
  border-color: white;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.boost-img-btn{
   width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: rgba(52, 119, 244, 0.22);
  border: solid 2px #3477f4;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
}
.tax-text-wrap{
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  align-items: start;
}

/* HEIC Loading Spinner */
.heic-loading .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Optional: Disable upload button during conversion */
.upload-wrapper.disabled {
  opacity: 0.5;
  pointer-events: none;
}

#splitView {
  position: relative;
  overflow: visible !important;
}
.preview-3d-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
    background: #08080F;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.preview-3d-loading-overlay.active {
  display: flex;
}
.preview-3d-loading-overlay__spinner {
  animation: toggleSpin3d 0.9s linear infinite;
  display: block !important;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;

}
.preview-3d-loading-overlay__text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@keyframes toggleSpin3d {
  to { transform: rotate(360deg); }
}
@media (max-width: 749px) {
  .preview-3d-loading-overlay__spinner { width: 36px; height: 36px; }
  .preview-3d-loading-overlay__text { font-size: 11px; }
}

  .canvas-panel.left-panel {
    position: relative;
  }

  .canvas-center-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
  }

  .canvas-center-line::before,
  .canvas-center-line::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
  }

  /* vertical line */
  .canvas-center-line::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
  }

  /* horizontal line */
  .canvas-center-line::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
  }

  .edit-pdp-tool-wrap{
    display: none;
  }
.back-image{
  padding: 16px;
    grid-template-rows: max-content max-content auto max-content;
}
@media (max-width: 1160px) {
    .sticky-wrap {
        position: static;
        padding-top: 75px !important;
        top: 0;
        /* padding-top: 20px; */
        z-index: 2;
        background-color: transparent;
        overflow: hidden;
    }
}
@media screen and (min-width: 990px) and (max-width: 1160px) {
  .back-image {
    flex: 1;
    min-height: 0;
    max-height: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1161px) {
  .back-image {
    min-height: calc(100svh - 80px);
    padding: 24px;
  }
}

@media (max-width: 680px) {
    .back-image {
        gap: 10px;
        padding: 16px 30px;
        min-height: calc(80svh - 130px);
    }
}
.canvas-wrap, #threeContainer {
    background: transparent !important;
    border: none;
    border-radius: 0px !important;
}

/* Screenshot-style PDP override */
#pdp-wrap {
  background: #08080F;
}

#pdp-wrap .product.grid {
  gap: 0;
  align-items: start;
  background: #08080F;
}

#pdp-wrap .sticky-wrap,
#pdp-wrap .product__info-wrapper {
  min-width: 0;
}
#pdp-wrap .product__info-wrapper{
    display: grid;
}
.product__info-container.product__column-sticky{
    height: 100%;
}
#pdp-wrap .product__info-wrapper {
  background: #15161d;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

#pdp-wrap .product__info-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #15161d;
}

#pdp-wrap .product__view-details,
#pdp-wrap .rating-wrapper,
#pdp-wrap .tax-text-wrap,
#pdp-wrap .save-box,
#pdp-wrap .save-box-text {
  display: none !important;
}

.preview-view-switch {
  display: inline-flex;
  align-items: center;
  margin: 0 auto 0px;
    padding: 4px;
    gap: 4px;
    background: #13131A;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}
.reset-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 100, 100, 0.4);
  background: rgba(255, 60, 60, 0.08);
  color: #ff8080;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
  white-space: nowrap;
}

.reset-upload-btn:hover {
  background: rgba(255, 60, 60, 0.18);
  border-color: rgba(255, 100, 100, 0.7);
  color: #ffaaaa;
}

.reset-upload-btn svg {
  flex-shrink: 0;
}
.canvas-preview-badge-wrap{
  display: flex;
  flex-direction: row;
  gap: 10px;
      justify-content: center;
   align-items: stretch;
}
.preview-view-pill {
  border: 0;
  background: transparent;
  color: rgba(210, 219, 255, 0.72);
  min-width: 84px;
  padding: 11px 16px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.preview-view-pill.is-active {
  color: #fff;
background: #4D9FFF;
border-radius: 4px;

}

.canvas-preview-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid rgba(91, 160, 255, 0.38);
  border-radius: 999px;
  color: #8ec0ff;
  background: rgba(16, 32, 62, 0.55);
  font-size: 13px;
  font-weight: 600;
}

.canvas-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55vw;
}
@media screen and (min-width: 750px) {
  .canvas-wrap {
    min-height: 40svh;
  }
}
@media screen and (min-width: 990px) {
  .canvas-wrap {
    min-height: 54svh;
  }
}

.canvas-preview-note {
  margin: 16px 0 0;
  text-align: center;
  color: rgba(208, 214, 241, 0.46);
  font-size: 14px;
  line-height: 1.3;
}

.canvas-social-proof {
display: flex;
flex-direction: row;
margin: auto;
    align-items: center;
padding: 10px 16px;
gap: 10px;
background: rgba(19, 19, 26, 0.92);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;

}

.canvas-social-avatars {
  display: flex;
  align-items: center;
}

.canvas-social-avatars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8d6ff;
  font-size: 11px;
  font-weight: 700;
    width: 24px;
    height: 24px;
    background: #1C1C26;
    border: 2px solid #0A0A0F;
    border-radius: 24px;
    margin: 0px -4px;

}

.canvas-social-avatars span:first-child {
  margin-left: 0;
}

.canvas-social-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.canvas-social-stars {
  color: #ffc74b;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.canvas-social-copy p {
  margin: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 120%;
    text-transform: capitalize;
    color: #8888A0;
}
.canvas-social-copy p span{
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 120%;
    text-transform: capitalize;
    color: #FFFFFF;

}
.canvas-hero-header,
#frameOrientationOptions,
#frameSizeOptions,
#frameColorOptions,
#canvasWrapOptions {
  padding: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.canvas-hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #13131A;
}

.canvas-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.canvas-hero-kicker {
  margin: 0;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #8888A0;
}

.product-title-wrap .product__title h1 {
  margin: 0;

    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.canvas-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;

    color: #FFFFFF;
}

.canvas-rating-stars {
  color: #ffc74b;
}


.canvas-price-summary {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.main-price {
  color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    text-align: right;
    text-transform: capitalize;
    color: #FFFFFF;
}

.canvas-price-summary-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.canvas-bottom-price-row {
         display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;

        justify-content: center;
}
.bottom-price-wrap{
     display: flex;    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.compare-price {
 color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;

}

.canvas-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    padding: 4px 8px;
    gap: 10px;
   background: rgba(45, 224, 0, 0.1);
border: 1px solid rgba(45, 224, 0, 0.5);
border-radius: 12px;
font-size: 12px;
line-height: 120%;
text-align: center;
color: #2DE000;

}


.frame-color-title,
.frame-label {
  margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #8888A0;
}

.pdp-option-current {
  margin-left: 5px;
  color: #60a5ff;
}

.orientation-options {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.orientation-options .frame-size-btn,
.frame-size-options .frame-size-btn {
  margin: 0;
}

.orientation-options .frame-size-btn span,
.frame-size-options .frame-size-btn span, 
.pdp-tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(220, 227, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    padding: 10px 12px !important;
    gap: 8px;
    border-radius: 10px;
    background: #1C1C26;
    border: 1px solid rgba(255, 255, 255, 0.08);

}
.orientation-options .frame-size-btn span, .orientation-options .frame-size-btn input:checked + span{
  padding: 12px 16px;
}
.pdp-tab-link{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: capitalize;
    color: #8888A0;
    padding: 10px 12px;
    min-width: 100px;
}
.pdp-tab-link img{
  border-radius: 4px;
}
.tabcontent{
     display: flex;
    width: 100%;
    gap: 12px;
    padding: 0px;
    margin: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: transparent;

}
.pdp-tab-link.active{
    color: white;
    gap: 8px;
}
.frame-size-btn input:checked + span, .frame-color-label input:checked + span{
  padding: 12px 20px;
}
.orientation-options .frame-size-btn input:checked + span,
.frame-size-options .frame-size-btn input:checked + span ,.pdp-tab-link.active{
    background: rgba(77, 159, 255, 0.1);
    border: 1px solid #4D9FFF;
    border-radius: 10px;
    color: #FFF;
}

.frame-size-options {
     display: flex;
    width: 100%;
    gap: 6px;
}

.frame-size-see-more {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2px;
  width:100%;
}

.frame-size-see-more[hidden] {
  display: none !important;
}

.frame-size-see-more__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dce3ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.frame-size-see-more__toggle:hover {
  background: rgba(77, 159, 255, 0.08);
  border-color: rgba(77, 159, 255, 0.4);
  color: #ffffff;
}

.frame-size-see-more__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.frame-size-see-more__toggle[aria-expanded="true"] .frame-size-see-more__icon {
  transform: rotate(45deg);
}

.frame-size-options--overflow {
  margin-top: 0;
}

.frame-size-options--overflow[hidden] {
  display: none !important;
}

.frame-size-options .frame-size-btn span {
  padding: 12px 20px;
}

.frame-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.frame-color-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 64px;
  cursor: pointer;
}

.frame-color-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.color-swatch {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.color-swatch-label {
  color: rgba(229, 235, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
}

.frame-color-label input:checked ~ .color-swatch {
  border-color: #4c98ff;
  box-shadow: 0 0 0 2px rgba(76, 152, 255, 0.18);
}

.frame-color-label input:checked ~ .color-swatch-label {
  color: #fff;
}

.canvas-wrap-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wrap-option.canvas-wrap-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(33, 35, 47, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wrap-option.canvas-wrap-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wrap-option.canvas-wrap-card .wrap-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.wrap-option.canvas-wrap-card .wrap-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wrap-option.canvas-wrap-card .wrap-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wrap-option.canvas-wrap-card .wrap-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.wrap-option.canvas-wrap-card .wrap-description {
  color: rgba(206, 214, 240, 0.58);
  font-size: 12px;
  line-height: 1.3;
}

.wrap-option.canvas-wrap-card.active {
  border-color: #4c98ff;
  background: rgba(24, 34, 52, 0.98);
  box-shadow: inset 0 0 0 1px rgba(76, 152, 255, 0.22);
}


.product-pricing-section {
  display: block;
}

.canvas-price-support {
  display: none;
}

.canvas-bottom-price-block {
     display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: space-between;
    
    align-items: center;
}
.pdp-bottom-price-wrap{
      display: flex;
    flex-direction: column;
    gap: 10px;
}
.canvas-shipping-note {
  color: #4D9FFF;
  font-size: 14px;
}

.pdp-btn-wrap {
  gap: 0;
  align-items: stretch;
}

.image-conform-btn {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #5ea7ff 0%, #3477f4 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(52, 119, 244, 0.22);
}

.canvas-cta-icon {
  display: inline-flex;
  color: currentColor;
}

.canvas-cta-price {
  font: inherit;
}

.canvas-support-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.support-item {
  color: rgba(219, 226, 249, 0.62);
  font-size: 10px;
  gap: 8px;
}
    .sticky-wrap{
      top: 80px;
        padding-top: 0px;
    }
    /* Gallery: flex-column at all sizes; sidebar grid only at 1161px+ */
    #pdp-wrap .product__media-wrapper {
        display: flex;
    flex-direction: column;
    gap: 20px;
    width: 85%;
    padding: 20px 0px;
    }
@media screen and (min-width: 1161px) {
    #pdp-wrap .product__media-wrapper {
        display: grid;
        grid-template-columns: 96px 1fr;
        gap: 16px;
                align-items: start;
    }
}
/* ── DESKTOP (990px+): sticky left panel ── */
@media screen and (min-width: 1161px) {
  #pdp-wrap .sticky-wrap {
    position: sticky;
    top: 80px;
    align-self: start;
    min-height: calc(100svh - 80px);
    max-height: calc(100svh - 80px);
    overflow: auto;
    scrollbar-width: none;
  }
  #pdp-wrap .sticky-wrap::-webkit-scrollbar { display: none; }

  #pdp-wrap .product__info-wrapper {
    min-height: calc(100svh - 80px);
  }

  .product-pricing-section-main-wrap {
    position: sticky;
    bottom: 0;
    box-shadow: 0 -20px 40px rgba(9, 10, 19, 0.35);
  }
}
.left-pdp-sticky{
  top: 0px;
  overflow: auto;
}
/* ── DESKTOP 990–1160px: left-pdp-sticky must declare height so children can use flex: 1 ── */
@media screen and (min-width: 990px) and (max-width: 1160px) {
  #pdp-wrap .left-pdp-sticky {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 80px);
    max-height: calc(100svh - 80px);
    padding: 0;
  }
  /* form fills remaining space after gallery */
  #pdp-wrap .left-pdp-sticky > form#custom-image-form {
    flex: 1;
    min-height: 0;
  }
}

/* ── LARGE DESKTOP (1161px+) ── */
@media screen and (min-width: 1161px) {
  #pdp-wrap .product.grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  }

  #pdp-wrap .left-pdp-sticky {
    min-height: calc(100svh - 80px);
    max-height: calc(100svh - 80px);
    display: grid;
    grid-template-rows: max-content 93px;
    padding: 0;
  }
}

@media screen and (max-width: 989px) {
  #pdp-wrap .product.grid {
    grid-template-columns: 1fr;
  }

  #pdp-wrap .product__info-wrapper {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

 

  

  .orientation-options,
  .canvas-wrap-option-grid {
    grid-template-columns: 1fr;
  }

  .frame-size-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .canvas-social-proof {
    margin-bottom: 20px;
    justify-content: center;
  }

  /* No sticky on mobile/tablet */
  #pdp-wrap .sticky-wrap {
    position: static !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #pdp-wrap .left-pdp-sticky {
    min-height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    height: auto !important;
    
        align-items: center;
  }
}

/* Mobile only (< 750px) */
@media screen and (max-width: 749px) {
  .preview-view-switch {
    flex-wrap: wrap;
    justify-content: center;
  }
.pdp-gallery__main {
  order: 0;
}
 .canvas-hero-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
.pdp-gallery__thumbs{
  padding: 0px;
}
.pdp-gallery__thumbs{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr!important;
}
#pdp-wrap .product__media-wrapper{
  width: 90%;
}
.pdp-gallery__thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;}

  .preview-view-pill {
    min-width: 70px;
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media screen and (min-width: 1160px) {
    .product__info-wrapper.grid__item.scroll-trigger {
        margin-top: 75px;
    }
}
.pdp-option-main-wrap, .frame-sizes, .frame-color, .product-title-wrap{
    margin-bottom: 0px;
}
@media screen and (min-width: 750px) {
    .product__column-sticky {
        display: grid !important;
        position: static !important;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr max-content;
    }
}

.product-pricing-section{
    padding: 24px;
    background: #13131A;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pdp-option-main-wrap, .frame-sizes, .frame-color{
    background: #13131A;
}

.canvas-edit-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.canvas-panel.left-panel,
.canvas-panel.right-panel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.canvas-panel.left-panel {
    position: relative;
    overflow: hidden;
}

.flat-front-preview-wrap {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 340px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.flat-front-preview-wrap .preview-wrap {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#threeContainerflat {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: hidden;
}

#threeContainer canvas,
#threeContainerflat canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.split-view.is-flat-view .flat-front-preview-wrap {
    display: flex;
}

.split-view.is-flat-view .flat-front-preview-canvas {
    background: transparent;
    border-radius: 2px;
}

.split-view.is-flat-view .flat-preview-face.front {
  display: block !important;
    box-shadow: none;
}

.split-view.is-flat-view .flat-preview-face.left,
.split-view.is-flat-view .flat-preview-face.right,
.split-view.is-flat-view .flat-preview-face.top,
.split-view.is-flat-view .flat-preview-face.bottom {
    display: none;
}

.split-view.is-flat-view .canvas-panel.left-panel .canvas-container {
    position: absolute !important;
    inset: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
}

.split-view.is-flat-view .canvas-panel.left-panel .canvas-center-line {
    display: none;
}

.flat-front-preview-canvas {
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease;
}

/* Mobile sticky pricing bar — shown after 40% scroll */
@media screen and (max-width: 989px) {
  .product-pricing-section-main-wrap {
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .product-pricing-section-main-wrap.pricing-sticky-visible {
    transform: translateY(0);
  }
}

.flat-preview-face {
    position: absolute;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-color: #f6f1ea;
}

.flat-preview-face.front {
    box-shadow: 0 30px 45px rgba(0, 0, 0, 0.35);
}

.flat-preview-face.left {
    transform-origin: left center;
    transform: rotateY(-90deg);
    filter: brightness(0.86);
}

.flat-preview-face.right {
    transform-origin: left center;
    transform: rotateY(90deg);
    filter: brightness(0.86);
}

.flat-preview-face.top {
    transform-origin: top center;
    transform: rotateX(90deg);
    filter: brightness(0.9);
}

.flat-preview-face.bottom {
    transform-origin: top center;
    transform: rotateX(-90deg);
    filter: brightness(0.74);
}

.flat-front-preview-wrap.is-empty .flat-preview-face {
    background-image: none !important;
}

.flat-front-preview-wrap.is-empty .flat-preview-face.front {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hide-wrap {
    display: none !important;
}

.show-flex {
    display: flex !important;
}
#CanvaswrapEdge{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 14px;
    background: #13131A;
    border-radius: 0;
    cursor: pointer;

}
.wrap-option{
      display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(220, 227, 255, 0.82);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    padding: 12px 24px 12px 12px;
    gap: 8px;
    border-radius: 10px;
    background: #1C1C26;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.wrap-option.active{
    color: white;
    padding: 12px 24px 12px 12px;
    gap: 8px;
    border-radius: 10px;
}

/* Orange bottom banner on left panel */
.left-panel-orange-banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    padding: 14px 16px;
    width: calc(100% - 32px);
    border-radius: 12px;
    margin: 0 16px 16px;

    /* IMPORTANT */
    background: #120F1F;

    border: 1px solid transparent;

    background-image:
        linear-gradient(#120F1F, #120F1F),
        linear-gradient(
            90deg,
            #A855F7 0%,
            #D946EF 45%,
            #FF7A00 100%
        );

    background-origin: border-box;
    background-clip: padding-box, border-box;

    /* exact glow feel */
    box-shadow:
        0 0 8px rgba(168, 85, 247, 0.45),
        0 0 16px rgba(255, 122, 0, 0.25);

    overflow: hidden;
}
@media screen and (min-width: 990px) {
    .left-panel-orange-banner {
        width: 85%;
        margin: 0 auto 20px;
        padding: 18px 20px;
        border-radius: 14px;
    }
}

/* inner soft light effect */
.left-panel-orange-banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at left,
            rgba(168, 85, 247, 0.12),
            transparent 45%
        ),
        radial-gradient(
            circle at right,
            rgba(255, 122, 0, 0.10),
            transparent 40%
        );

    pointer-events: none;
}

/* Content should stay above overlay */
.left-panel-orange-banner__copy,
.left-panel-orange-banner__btn {
    position: relative;
    z-index: 2;
}

.left-panel-orange-banner__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.left-panel-orange-banner__title {
    margin: 0;
font-weight: 700;
font-size: 16px;
line-height: 120%;
text-transform: capitalize;
color: #FFFFFF;

}

.left-panel-orange-banner__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
}

.left-panel-orange-banner__btn {
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 12px;
gap: 8px;
background: #FFFFFF;
border-radius: 6px;
font-weight: 700;
font-size: 12px;
line-height: 120%;
text-align: center;
text-transform: capitalize;
color: #FF7700;
text-decoration: none;
min-width: 105px;
}

.left-panel-orange-banner__btn:hover {
    background: rgba(255, 255, 255, 0.88);
    color: #c4500a;
}

@media screen and (max-width: 500px) {
  .canvas-panel.right-panel,
  #threeContainer {
    max-width: 350px;
    width: 100%;
  }
.main-price {
  color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    text-transform: capitalize;
    color: #FFFFFF;
}
.canvas-shipping-note{
  font-size: 12px;
}
    .canvas-price-summary{
       display: flex;
       
    flex-direction: row;
    }
.canvas-bottom-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
  }
  .image-conform-btn {
    min-height: 40px;
  }
  .compare-price{
    font-size: 16px;
  }
  .product-title-wrap .product__title h1{
    font-size: 20px;
  }
.canvas-bottom-price-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
    align-items: stretch;
}
}




.frame-color-label span ,.frame-color-label input:checked + span{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px;
gap: 8px;
width: 50px;
height: 50px;
background: #1C1C26;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 8px;
min-width: 50px;
}
.frame-color-label input:checked + span{

background: rgba(77, 159, 255, 0.1) !important;
border: 1px solid #4D9FFF;
border-radius: 8px;


}
.frame-color-label span span{
  /* Rectangle 240663812 */

width: 42px;
min-width: 42px;
height: 42px;

background: #000000;
border-radius: 6px;
}
.frame-color-options{
  min-height: auto;
}
.frame-color-label{
  min-width: auto;
}
.frame-color-options{
  gap: 16px;
  margin-top: 16px;
}
#frameColorOptions{
      background: #13131A;
}