/** Shopify CDN: Minification failed

Line 215:10 Unexpected "{"
Line 215:19 Expected ":"
Line 216:12 Expected identifier but found whitespace
Line 216:14 Unexpected "{"
Line 216:23 Expected ":"
Line 216:74 Expected ":"
Line 217:15 Expected identifier but found whitespace
Line 217:17 Unexpected "{"
Line 217:26 Expected ":"
Line 217:80 Expected ":"
... and 10 more hidden warnings

**/
.custom-frame-layout-gallery .custom-frame-size {
    padding-left: 40%;
    font-size: 15px;
}
.custom-frame-layout-gallery .card_price__sale {
    color: rgb(191, 191, 191);
    text-decoration: line-through;
    margin-left: 8px;
}

.page-frame-layout-product .grid__item.product__media-wrapper {
position: relative;
}
.page-frame-layout-product .product-featured-image.metafield_background-image img {
display: block;
}
div.vvv {
position: sticky;
top: 107px;
background: #fff;
z-index: 5;
padding-top: 10px;
}
.frames__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
list-style: none;
padding: 0;
margin: 0;
}
.frames__item {
background: #fff;
}

.frames_wrapper {
display: flex;
align-items: flex-start;
justify-content: center;
position: static;
top: 12%;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
padding:60px 0;
}
.product-featured-image.metafield_background-image + .frames_wrapper {
position: absolute;
padding:0px 0;
}
.frames__card {
position: relative;
box-shadow: 2px 2px 10px rgba(0, 0, 0,0.4);
}
.frames__card-bg {
position: relative;
z-index: 2;
pointer-events: none;
}
.frames__card-media {
top: 1.5%;
max-width: calc(100% - 3.2%);
width: 100%;
height: calc(100% - 3%);
position: absolute;
left: 50%;
transform: translatex(-50%);
display: block !important;
background: #fbf9f4;
cursor:pointer;
}
.frames__card-bg img {
display: block;
}
.frames__container {
max-width: 80%;
width: 80%;
}
.frames__card-media img {
height: 100%;
object-fit: cover;
width: 100%;
display: block;
max-width: 100%;
}
body.canvas .frames__card-media img {
border: 2px solid black;
}
.custom-frame-options-list li {
margin: 0;
padding: 0;
list-style: none;
display: flex;
place-self: center stretch;
user-select: none;
/* height: 60px; */
-webkit-box-align: center;
align-items: center;
gap: 17px;
border-radius: 8px;
border: 2px solid rgb(242, 233, 233);
cursor: pointer;
opacity: 1;
}
.custom-frame-options-list li.active {
border-color: #000;
}
.custom-frame-options-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
width: 100%;
justify-items: center;
padding: 0;
}
.custom-frame-options-list li span {
border-radius: 0;
width: 59px;
height: 60px;
object-fit: cover;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.page-frame-layout-product .product .product__info-wrapper .custom-product-info {
flex-direction: column;
align-items: flex-start;
gap: 6px;
margin: 0 0 30px;
}
.page-frame-layout-product .page-width .product .product__info-wrapper h1 {
font-size: 20px;
line-height: 140%;
font-weight: 600 !important;
letter-spacing: 0;
margin: 0;
line-height: normal;
}
.custom-frame-product-layout .price__sale {
display: block;
}
.custom-frame-product-layout .price__regular .price-item--compare {
    text-decoration: line-through;
    font-weight: 400;
    color: red;
}

.custom-frame-product-layout .price__regular .price-item--regular {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: rgb(43, 5, 20);
}
.custom-frame-product-layout {
padding-bottom: 0px;
}
.tab-buttons {
display: flex;
gap: 10px;
margin-bottom: 15px;
}
.tab-btn {
padding: 10px 15px;
background: transparent;
cursor: pointer;
border-bottom: 2px solid #ddd;
display: flex;
align-items: center;
position:relative;
gap: 5px;
}
.image_counter {
position: absolute;
top: -1px;
right: -1px;
width: 16px;
height: 16px;
background-color: rgb(0, 0, 0);
color: white;
border-radius: 50%;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
font-size: 10px;
font-weight: bold;
}
.tab-btn.active {
background: #fff;
border-bottom: 2px solid #000;
font-weight: bold;
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.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;
}
.tab-btn > span {
min-width: 0;
min-height: 28px;
height: 28px;
width: 0px;
opacity: 0;
transform: translateX(-10px);
transition: all 0.15s ease-in-out;
display:flex;
visibility:hidden;
}
.tab-btn.active > span {
min-width: 28px;
width: 28px;
transform: translateX(0px);
opacity: 1;
visibility:visible;
}
.custom-frame-options-list li  .selector__label {align-self: center;height: unset;width: auto;}
.selector__icon {
overflow: hidden;
}
.selector__icon img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.templatename-product.page-frame-layout-product product-info .page-width .product {
margin-top: 0;
}
.page-frame-layout-product .floating_product_frame {
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: calc(100dvh - 90px);  
position: sticky;
top: 107px;
background: #fff;
z-index: 5;
padding-top: 20px;
}
.templatename-product .page-width .product .product__info-wrapper {
    margin-top:0px!important;
}
.custom-frame-button-wrap {
padding: 0 24px 30px;
}
.custom-frame-button {
width: 100%;
border-radius: 50px;
outline: none;
}
.custom-frame-button:after , .custom-frame-button:before {
border-radius: 50px;
}
/* Filter Effect */
[data-effect="silver"] img ,
.effect-silver img{
filter: grayscale(40%) contrast(115%) brightness(102%) saturate(95%) hue-rotate(-8deg);
}
[data-effect="noir"] img ,
.effect-noir img{
filter: grayscale(100%) contrast(140%) brightness(95%);
}
[data-effect="vivid"] img,
.effect-vivid img{
filter: saturate(180%) contrast(115%) brightness(105%);
}
[data-effect="dramatic"] img,
.effect-dramatic img{
filter: contrast(150%) brightness(92%) saturate(120%) sepia(12%) hue-rotate(-6deg);
}
/* Border Framer */
.border-none {
border: none;
}
.border-shallow {
border: 10px solid #fff;
}
.border-medium {
border: 20px solid #fff;
}
.border-deep {
border: 30px solid #fff;
}
/* Thumbnail grid */
.photo-grid {
display: grid;
grid-template-columns: repeat(4, 80px);
gap: 8px;
}
/* + Add tile */
.add-tile {
width: 80px;
height: 80px;
border-radius: 12px;
background: #F5F5F5;
font-size: 40px;
color: #999;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
/* Thumbnails */
.photo-thumb {
width: 80px;
height: 80px;
border-radius: 5px;
object-fit: cover;
}
/* Bottom popup */
.upload-menu {
position: fixed;
max-width: 300px;
margin: 20px auto;
bottom: 0;
/* border-radius: 12px; */
padding: 0px;
position: fixed;
left: 50%;
transform: translateX(-50%);
z-index: 99999;
/* background: #000000; */
width: 100%;
height: 75px;
display: flex;
align-items: center;
z-index: 99999;
opacity: 0;
}
.upload-menu.show, .upload-menu.open {
bottom: 60px;
opacity: 1;
}
div#uploadPhotos {
display: flex;
align-items: center;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 15px;
height: auto;
margin-top: auto;
margin-bottom: auto;
width: 100%;
color:#fff;
}
div#uploadPhotos,div#uploadPhotos:after,div#uploadPhotos:before{
    border-radius:50px;
}
div#uploadPhotos svg {
display: flex;
width: 47px;
padding-left: 10px;
margin-right: 15px;
-webkit-box-align: center;
align-items: center;
box-sizing: border-box;
color:fff;
}
div#uploadPhotos svg path {
    fill: #ffffff;
}
.menu-option {
padding: 24px 20px;
font-size: 15px;
cursor: pointer;
outline:0px solid #000;
transition:all ease 0.4s;
}
.menu-option:hover {
outline:1px;
}
/* ensures file picker works */
#fileInput {
position: fixed;
top: -100px;
z-index: 999999;
}
.sc-1q4lwom-7 {
width: 80px;
height: 80px;
border-radius: 12px;
overflow: hidden;
background: #eee;
}
.sc-1q4lwom-8 {
width: 100%;
height: 100%;
object-fit: cover;
}
.thumb-wrapper{
    position:relative;
    cursor:pointer;
}
.thumb-wrapper-inner {
width: 80px;
height: 80px;
border-radius: 5px;
border: 2px solid transparent;
overflow: hidden;
position: relative;
cursor: pointer;
}
.thumb-wrapper-inner.selected {
border-color: #000;
/* box-shadow: rgb(0, 0, 0) 0px 0px 0px 3px inset; */
box-sizing: border-box;
}
.thumb-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.thumb-check {
position: absolute;
bottom: 0px;
right: 0px;
border-top-left-radius: 5px;
width: 23px;
height: 23px;
justify-content: center;
align-items: center;
color: white;
background: rgb(0, 0, 0);   
font-size: 14px;
display: none;
}
.thumb-wrapper-inner.selected .thumb-check {
display: flex;
}
.frame-image {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Parallel Triplet Product */
/* .parallel-triplet .frames__container {
    max-width: 50%;
} */
.parallel-triplet .frames__grid {
    grid-template-columns: repeat(3, 1fr);
}
.beautiful-lines ul.frames__grid {
    grid-template-columns: repeat(3, 1fr);
}
/* @media (max-width:767px){
    .parallel-triplet .frames__container {
        max-width: 62%;
    }
} */
/* Parallel Triplet Product end */




@media screen and (min-width: 750px) {
.section-{{ section.id }}-padding {
padding-top: {{ section.settings.padding_top }}px;
padding-bottom: {{ section.settings.padding_bottom }}px;
}
}
@media (max-width:1360px) and (min-width:992px){
.templatename-product.page-frame-layout-product .page-width .product .product__info-wrapper {
    max-width: 40%;
    width: 100%;
}

.templatename-product.page-frame-layout-product .page-width .product .product__media-wrapper {
    max-width: 60%;
}
}
@media (max-width:680px){
    .frames__container {
    max-width: 80%;
    width: 80%;
}
.frames__grid {
    gap: 8px;
}
}
.uploaded-thumbs img {
    height: 25px!important;
    width: 25px!important;
}
.uploaded-thumbs {
    gap: 2px!important;
}


.uploaded-thumbs img {
    height: 25px!important;
    width: 25px!important;
}
.uploaded-thumbs {
    gap: 2px!important;
}




li.frames__item {
    position: relative;
    background:transparent;
}
.frame_size_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EAE9E9;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    white-space: normal;
    text-align: center;
    padding:0 5px;
}
.size_visible .frame_size_div,
.size_visible .product_ratio_width,
.size_visible .product_ratio_height{
    display: flex;
}
.product_ratio {
    position: absolute;
    top: 0;
    left: -40px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
}
.frames__inner {
    position: relative;
}
.product_ratio_width span{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    top: auto;
    text-align: center;
}
.product_ratio_height span{
    position: relative;
    bottom: 0;
    left: -20px;
    display: flex;
    top: auto;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    width:50px;
}
.product_ratio_width span:after,.product_ratio_width span:before{
    display: block;
    content: "";
    position: absolute;
    left: 40px;
    width: calc(50% - 80px);
    height: 1px;
    background: #686868;
    top: 50%;
}
.product_ratio_height span:after,.product_ratio_height span:before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: calc(50% - 20px);
    background: #686868;
    top: 0;
}
.product_ratio_width span:after {
    left: auto;
    right: 0;
    width: calc(50% - 40px);
}
.product_ratio_height span:after {
    left: auto;
    left: 50%;
    width: 1px;
    height: calc(50% - 55px);
    top: auto;
    bottom: 40px;
}
.product_ratio_width {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
}
.product_ratio_height {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    width:50px;
}
.product_ratio_width:after,.product_ratio_width:before{
    display: block;
    content: "";
    position: absolute;
    left: 40px;
    width: 12px;
    height: 12px;
    background: transparent;
    transform: rotate(45deg);
    border-left: 1px solid #686868;
    border-bottom: 1px solid #686868;
    top: calc(50% - 6px);
}
.product_ratio_height:after,.product_ratio_height:before{
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    width: 12px;
    height: 12px;
    background: transparent;
    transform: rotate(135deg);
    border-left: 1px solid #686868;
    border-bottom: 1px solid #686868;
    top: 0;
}
.product_ratio_width:after {
    border-width: 1px 1px 0 0;
    border-color: #686868;
    left: auto;
    right: 0;
    border-style: solid solid none none;
}
.product_ratio_height:after {
    border-width: 1px 1px 0 0;
    border-color: #686868;
    left: 0px;
    right: auto;
    border-style: solid solid none none;
    top: auto;
    bottom: 40px;
}
.product-featured-image.metafield_background-image img {
    width: 100%;
}

.product-featured-image.metafield_background-image {
    position: relative;
}
.frame_actions_btns {
    position: absolute;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
    margin-left: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}
button.show_frame_size svg {
    height: 22px;
    width: 22px;
}
button.show_frame_size {
    border-radius: 50px;
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    cursor: pointer;
}
button.show_frame_size.active svg {
    opacity: 0;
}
button.show_frame_size.active:after,button.show_frame_size.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    width: 22px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    top: 24px;
}
button.show_frame_size.active {
    position: relative;
}
button.show_frame_size.active:after {
    transform: rotate(-45deg);
}

.thumb-wrapper {
  position: relative;
  overflow: visible;
}

.thumb-delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.fake-loader {
    position: fixed;
    inset: 0;
    background: rgb(255 255 255 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.fake-loader .spinner {
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    border-top: 5px solid #171716;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    display: block;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.border-selector__option[data-value="Shallow"] .border-selector__icon img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 8px;
}
.border-selector__option[data-value="Medium"] .border-selector__icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 14px;
}
.border-selector__option[data-value="Deep"] .border-selector__icon img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 21px;
}
.crop-instruction {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 14px 10px 32px;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
}

.crop-instruction::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

/* Media Queries */
@media (max-width:767px){
    button.show_frame_size {
        width: 40px;
        height: 40px;
    }
    
    .frame_actions_btns {
        padding: 10px 10px 0 0;
    }
    .frame_size_div,
    .product_ratio_width span {
        font-size: 12px;
    }
    .product_ratio_height span {
        font-size: 12px;
        left: 5px;
        width: 25px;
        white-space: normal;
        word-break: break-word;
        line-height: 1;
    }
    .product_ratio_height:after, .product_ratio_height:before {
        left: 12px;
    }
    button.show_frame_size.active:after, button.show_frame_size.active:before {
        width: 18px;
        top: 18px;
    }
    button.show_frame_size {
    width: 35px;
    height: 35px;
}
}

/* 22-12-2025 */
div#uploadInstruction {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 14px 10px 14px;
    background: #f5f5f5;
    color: red;
    font-size: 14px;
    font-weight: 700;
}
.pdp-global-loader {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.75);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.pdp-global-loader.show {
  display: flex;
}

.pdp-global-loader .spinner {
  width: 56px;
  height: 56px;
  border: 4px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}
#cropModal .frame-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


input#zoomRange {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #e2e2e2;
    outline: none;
    cursor: pointer;
}
input#zoomRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #000000;
    border-radius: 50%;
    cursor: pointer;
}
@media (max-width:991px) {
    .page-frame-layout-product .floating_product_frame{
        min-height:inherit;
    }
    .custom-frame-button-wrap {
        display: flex;
        flex-direction: column;
    }
}



/* frames css */
.timeless-moments .frames__grid {
    grid-template-columns: repeat(3, 1fr);
}
.timeless-quartet .frames__grid {
    grid-template-columns: repeat(2, 1fr);
}

.offbeat-set ul.frames__grid {
    grid-template-columns: calc(44% - 6px) calc(56% - 6px);
}

.offbeat-set ul.frames__grid li.frames__item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
}
.offbeat-set ul.frames__grid li.frames__item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    max-width:100%;
}
.offbeat-set ul.frames__grid li.frames__item:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
}
.offbeat-set ul.frames__grid li.frames__item:nth-child(4) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
    max-width:90%;
}
.offbeat-set ul.frames__grid li.frames__item:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
}
.\31-square ul.frames__grid,
.\31-portrait ul.frames__grid,
.\31-landscape ul.frames__grid {
    grid-template-columns: 100%;
}

#cropModal li.frames__item.portrait,#cropModal li.frames__item.square,#cropModal li.frames__item.landscape {
    max-width: 380px;
    margin: 0 auto;
}


#cropModal .frame-wrap {
    background: transparent;
}
#cropModal .frame {
    background: transparent;
    max-width: 100%;
}





@media (min-width:768px){
    .\31-square  .frames__container,
    .\31-portrait .frames__container,
    .\31-landscape .frames__container {
        max-width: 530px;
    }
    .\31-portrait .frames__container {
        max-width: 470px;
    }
}
@media (min-width:992px){
    /* .offbeat-set .frames__container {
        max-width: 480px;
        width: 100%;
    } */
    
    .timeless-quartet .frames__container{
        max-width:650px;
    }
    
    /* .beautiful-lines .frames__container {
        max-width: 650px;
    } */
    /* .\31 2-portraits .frames__container{
        max-width:650px;
    } */
    /* .timeless-moments .frames__container{
        max-width:670px;
    } */
    .frames__container {
        max-width: var(--framesFittedWidth);
        padding-left: 65px;
        padding-right: 20px;
    }
}
@media (max-height:750px) and (min-width:768px){
/* .beautiful-lines .frames__container {
    max-width: 530px;
} */
 /* .\31 2-portraits .frames__container{
        max-width:480px;
} */
/* .timeless-moments .frames__container{
    max-width:480px;
} */
    .timeless-quartet .frames__container{
        max-width:480px;
    }
    /* .offbeat-set .frames__container {
        max-width: 330px;
        width: 100%;
    } */
    .\31-portrait .frames__container {
        max-width: 410px;
    }
}

@media (max-width:767px){
    .tabs-wrapper .tab-btn {
        padding: 10px 6px;
    }
    .tabs-wrapper .tab-buttons {
        gap: 5px;
    }
}