.qcc-customizer{
    margin: 20px 0;
    color: #0C2736;
}

.qcc-customizer *{
    box-sizing: border-box;
}

.qcc-section-card{
    margin-bottom: 18px;
    padding: 24px 26px;
    border: 1px solid #dfe5ea;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 39, 54, 0.045);
}

.qcc-section-head{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.qcc-step-badge{
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0C2736;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.qcc-section-title{
    margin: 0;
    color: #0C2736;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
}

.qcc-section-subtitle{
    margin: 6px 0 0;
    color: #66727c;
    font-size: 14px;
    line-height: 1.45;
}

.qcc-option-grid{
    display: grid;
    gap: 14px;
}

.qcc-shape-options{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qcc-corner-options{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qcc-oval-options{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qcc-choice-card,
.qcc-thickness-btn{
    position: relative;
    min-height: 128px;
    padding: 18px 12px;
    border: 1.5px solid #dce3e8;
    border-radius: 16px;
    background: #fff;
    color: #0C2736;
    text-align: center;
    cursor: pointer;
    transition: all 0.22s ease;
    font-family: inherit;
}

.qcc-choice-card:hover,
.qcc-thickness-btn:hover{
    transform: translateY(-1px);
    border-color: #F36827;
    box-shadow: 0 8px 20px rgba(243, 104, 39, 0.08);
}

.qcc-choice-card.active,
.qcc-thickness-btn.active{
    border-color: #F36827;
    box-shadow: 0 0 0 1px #F36827, 0 10px 24px rgba(243, 104, 39, 0.11);
}

.qcc-selected-mark{
    position: absolute;
    top: -9px;
    right: -9px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F36827;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.qcc-choice-card.active .qcc-selected-mark{
    display: inline-flex;
}

.qcc-choice-card strong,
.qcc-thickness-btn strong{
    display: block;
    margin-top: 10px;
    color: #0C2736;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.qcc-choice-card small,
.qcc-thickness-btn small{
    display: block;
    margin-top: 7px;
    color: #65727c;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
}

.qcc-shape-icon{
    width: 54px;
    height: 42px;
    display: inline-block;
    border: 2px solid #0C2736;
    background: rgba(255,255,255,0.8);
}

.qcc-icon-rectangle{
    border-radius: 4px;
}

.qcc-icon-round{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.qcc-icon-oval{
    width: 58px;
    height: 36px;
    border-radius: 999px;
}

.qcc-icon-custom{
    width: 50px;
    height: 42px;
    border-radius: 42% 58% 54% 46% / 44% 38% 62% 56%;
}

.qcc-mini-label{
    margin-bottom: 12px;
    color: #0C2736;
    font-size: 14px;
    font-weight: 700;
}

.qcc-mini-label span{
    color: #66727c;
    font-size: 12px;
    font-weight: 500;
}

.qcc-shape-panel{
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #e5eaef;
    border-radius: 18px;
    background: #fbfdff;
}

.qcc-small-choice{
    min-height: 118px;
}

.qcc-corner-icon{
    width: 46px;
    height: 46px;
    display: inline-block;
    border-top: 2px solid #0C2736;
    border-left: 2px solid #0C2736;
    border-top-left-radius: 4px;
}

.qcc-corner-slight{
    border-top-left-radius: 14px;
    border-style: dashed;
}

.qcc-corner-custom{
    border-top-left-radius: 24px;
}

.qcc-info-box,
.qcc-measure-note{
    margin: 14px 0 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eef7fb;
    color: #17445d;
    font-size: 13px;
    line-height: 1.5;
}

.qcc-fields-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.qcc-field label{
    display: block;
    margin-bottom: 9px;
    color: #113d5a;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.qcc-field label span{
    color: #e74c3c;
}

.qcc-dimension-label{
    display: block !important;
    line-height: 1.15;
}

.qcc-dimension-label strong{
    display: inline !important;
    color: #113d5a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.qcc-dimension-label em{
    display: block !important;
    margin-top: 3px;
    color: #6f7a83;
    font-size: 12px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
}

.qcc-dimension-label > span{
    display: inline-block !important;
    margin-left: 2px;
    color: #e74c3c !important;
    font-size: 13px;
    line-height: 1;
    vertical-align: top;
}

.qcc-thickness-warning{
    margin-top: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    background: #fff5f5;
    border: 1px solid #ffd0d0;
    color: #0C2736;
    font-size: 14px;
    line-height: 1.4;
}

.qcc-thickness-warning .qcc-warning-icon{
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d93025;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.qcc-thickness-warning strong{
    color: #0C2736;
    font-weight: 800;
}

.qcc-input-group{
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 2px solid #d9dfe3;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.qcc-input-group input{
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #27323a;
    font-size: 16px;
    font-weight: 500;
}

.qcc-input-group span{
    width: 76px;
    min-width: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #d9dfe3;
    background: #f6f8fa;
    color: #7a838b;
    font-size: 15px;
    font-weight: 600;
}

.qcc-note,
.qcc-field-helper{
    display: block;
    margin-top: 9px;
    color: #6f7a83;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
}

.qcc-note{
    color: #c62828;
}

.qcc-thickness-options{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.qcc-thickness-btn{
    min-height: 88px;
}

.qcc-thickness-btn strong{
    margin-top: 0;
    font-size: 17px;
}

.qcc-error{
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff1f1;
    color: #c62828;
    font-size: 14px;
    line-height: 1.5;
}

.qcc-summary-card{
    margin: 18px 0;
    border-radius: 22px;
    background: linear-gradient(135deg, #092637 0%, #0d4761 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(13, 71, 97, 0.16);
}

.qcc-summary-head{
    padding: 22px 24px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.qcc-summary-head h5{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.qcc-summary-head span{
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    line-height: 1.45;
}

.qcc-summary-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    padding: 18px 24px 12px;
}

.qcc-summary-row{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px dashed rgba(255,255,255,0.13);
    padding-bottom: 8px;
    font-size: 13px;
}

.qcc-summary-row span{
    color: rgba(255,255,255,0.74);
}

.qcc-summary-row strong{
    color: #fff;
    text-align: right;
    font-size: 13px;
}

.qcc-summary-price-row{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 24px 22px;
}

.qcc-summary-price-row span{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.qcc-summary-price-row small{
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.68);
    font-size: 11px;
    font-weight: 500;
}

.qcc-summary-price-row strong{
    color: #ffbf00;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.qcc-summary-foot{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 24px 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    font-size: 12px;
}

@media (max-width: 1024px){
    .qcc-shape-options,
    .qcc-thickness-options{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    .qcc-customizer{
        margin: 16px 0;
    }

    .qcc-section-card{
        padding: 18px 14px;
        border-radius: 20px;
        margin-bottom: 16px;
    }

    .qcc-section-head{
        gap: 12px;
        margin-bottom: 18px;
    }

    .qcc-step-badge{
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 16px;
    }

    .qcc-section-title{
        font-size: 17px;
    }

    .qcc-section-subtitle{
        font-size: 12px;
    }

    .qcc-shape-options{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .qcc-corner-options,
    .qcc-oval-options,
    .qcc-thickness-options,
    .qcc-fields-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .qcc-choice-card{
        min-height: 112px;
        padding: 14px 8px;
        border-radius: 14px;
    }

    .qcc-small-choice{
        min-height: 108px;
    }

    .qcc-choice-card strong,
    .qcc-thickness-btn strong{
        font-size: 12px;
    }

    .qcc-choice-card small,
    .qcc-thickness-btn small{
        font-size: 10px;
    }

    .qcc-shape-icon{
        width: 42px;
        height: 32px;
    }

    .qcc-icon-round{
        width: 36px;
        height: 36px;
    }

    .qcc-icon-oval{
        width: 44px;
        height: 28px;
    }

    .qcc-icon-custom{
        width: 38px;
        height: 32px;
    }

    .qcc-shape-panel{
        padding: 12px;
    }

    .qcc-corner-icon{
        width: 34px;
        height: 34px;
    }

    .qcc-input-group{
        border-radius: 13px;
    }

    .qcc-input-group input{
        height: 46px;
        padding: 0 12px;
        font-size: 14px;
    }

    .qcc-input-group span{
        width: 58px;
        min-width: 58px;
        font-size: 12px;
    }

    .qcc-field label{
        font-size: 13px;
    }

    .qcc-info-box,
    .qcc-measure-note{
        font-size: 12px;
        padding: 10px 12px;
    }

    .qcc-summary-head,
    .qcc-summary-grid,
    .qcc-summary-price-row,
    .qcc-summary-foot{
        padding-left: 16px;
        padding-right: 16px;
    }

    .qcc-summary-grid{
        grid-template-columns: 1fr;
    }

    .qcc-summary-price-row{
        align-items: flex-start;
        flex-direction: column;
    }

    .qcc-summary-price-row strong{
        font-size: 34px;
    }

    .qcc-summary-foot{
        flex-direction: column;
        gap: 6px;
    }
}
/* QCC v1.0.3 - Strong UI reset for Qlarity theme button/heading conflicts */
.single-product #qcc-customizer.qcc-customizer{
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 22px !important;
    color:#0C2736 !important;
    font-family:inherit !important;
}

.single-product #qcc-customizer,
.single-product #qcc-customizer *{
    box-sizing:border-box !important;
}

.single-product #qcc-customizer .qcc-section-card{
    width:100% !important;
    margin:0 0 16px !important;
    padding:20px 22px !important;
    border:1px solid #dfe6eb !important;
    border-radius:22px !important;
    background:#ffffff !important;
    box-shadow:0 10px 28px rgba(12,39,54,.06) !important;
    overflow:visible !important;
}

.single-product #qcc-customizer .qcc-section-head{
    display:flex !important;
    align-items:flex-start !important;
    gap:13px !important;
    margin:0 0 16px !important;
}

.single-product #qcc-customizer .qcc-step-badge{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    border-radius:50% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#0C2736 !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1 !important;
    padding:0 !important;
}

.single-product #qcc-customizer .qcc-section-title{
    margin:0 !important;
    padding:0 !important;
    color:#0C2736 !important;
    font-size:19px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
}

.single-product #qcc-customizer .qcc-section-subtitle{
    margin:4px 0 0 !important;
    color:#6a747d !important;
    font-size:12px !important;
    line-height:1.45 !important;
    font-weight:400 !important;
}

.single-product #qcc-customizer .qcc-option-grid,
.single-product #qcc-customizer .qcc-thickness-options,
.single-product #qcc-customizer .qcc-fields-grid{
    display:grid !important;
    width:100% !important;
    gap:10px !important;
}

.single-product #qcc-customizer .qcc-shape-options{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.single-product #qcc-customizer .qcc-corner-options{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.single-product #qcc-customizer .qcc-oval-options,
.single-product #qcc-customizer .qcc-thickness-options,
.single-product #qcc-customizer .qcc-fields-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.single-product #qcc-customizer button.qcc-choice-card,
.single-product #qcc-customizer button.qcc-thickness-btn{
    -webkit-appearance:none !important;
    appearance:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    min-height:104px !important;
    margin:0 !important;
    padding:14px 10px !important;
    border:1.5px solid #dce4ea !important;
    border-radius:15px !important;
    background:#fff !important;
    background-image:none !important;
    color:#0C2736 !important;
    box-shadow:none !important;
    outline:none !important;
    cursor:pointer !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    font-family:inherit !important;
    line-height:1.25 !important;
    overflow:visible !important;
    transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease !important;
}

.single-product #qcc-customizer button.qcc-choice-card:hover,
.single-product #qcc-customizer button.qcc-thickness-btn:hover{
    transform:translateY(-1px) !important;
    border-color:#F36827 !important;
    background:#fffaf7 !important;
    color:#0C2736 !important;
    box-shadow:0 8px 18px rgba(243,104,39,.09) !important;
}

.single-product #qcc-customizer button.qcc-choice-card.active,
.single-product #qcc-customizer button.qcc-thickness-btn.active{
    border-color:#F36827 !important;
    background:#fff7f2 !important;
    color:#0C2736 !important;
    box-shadow:0 0 0 1px #F36827,0 10px 22px rgba(243,104,39,.10) !important;
}

.single-product #qcc-customizer .qcc-selected-mark{
    position:absolute !important;
    top:-8px !important;
    right:-8px !important;
    width:22px !important;
    height:22px !important;
    border-radius:50% !important;
    display:none !important;
    align-items:center !important;
    justify-content:center !important;
    background:#F36827 !important;
    color:#fff !important;
    border:2px solid #fff !important;
    font-size:12px !important;
    font-weight:800 !important;
    line-height:1 !important;
}

.single-product #qcc-customizer .qcc-choice-card.active .qcc-selected-mark{
    display:inline-flex !important;
}

.single-product #qcc-customizer .qcc-choice-card strong,
.single-product #qcc-customizer .qcc-thickness-btn strong{
    display:block !important;
    width:100% !important;
    margin:8px 0 0 !important;
    padding:0 !important;
    color:#0C2736 !important;
    font-size:12px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
    text-align:center !important;
    white-space:normal !important;
}

.single-product #qcc-customizer .qcc-choice-card small,
.single-product #qcc-customizer .qcc-thickness-btn small{
    display:block !important;
    width:100% !important;
    margin:5px 0 0 !important;
    padding:0 !important;
    color:#65727c !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:400 !important;
    text-align:center !important;
    white-space:normal !important;
}

.single-product #qcc-customizer .qcc-shape-icon{
    width:42px !important;
    height:30px !important;
    min-height:30px !important;
    display:inline-block !important;
    border:2px solid #0C2736 !important;
    background:transparent !important;
    margin:0 auto !important;
    padding:0 !important;
}
.single-product #qcc-customizer .qcc-icon-rectangle{border-radius:3px !important;}
.single-product #qcc-customizer .qcc-icon-round{width:34px !important;height:34px !important;border-radius:50% !important;}
.single-product #qcc-customizer .qcc-icon-oval{width:46px !important;height:27px !important;border-radius:999px !important;}
.single-product #qcc-customizer .qcc-icon-custom{width:38px !important;height:32px !important;border-radius:42% 58% 54% 46% / 44% 38% 62% 56% !important;}

.single-product #qcc-customizer .qcc-shape-panel{
    margin:0 0 14px !important;
    padding:14px !important;
    border:1px solid #e6ecf0 !important;
    border-radius:16px !important;
    background:#fbfdff !important;
}

.single-product #qcc-customizer .qcc-mini-label{
    margin:0 0 10px !important;
    color:#0C2736 !important;
    font-size:13px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
}
.single-product #qcc-customizer .qcc-mini-label span{
    color:#66727c !important;
    font-size:11px !important;
    font-weight:400 !important;
}

.single-product #qcc-customizer button.qcc-small-choice{
    min-height:110px !important;
    padding:13px 8px !important;
}
.single-product #qcc-customizer .qcc-corner-icon{
    width:34px !important;
    height:34px !important;
    display:inline-block !important;
    border-top:2px solid #0C2736 !important;
    border-left:2px solid #0C2736 !important;
    border-right:0 !important;
    border-bottom:0 !important;
    background:transparent !important;
    margin:0 auto !important;
}
.single-product #qcc-customizer .qcc-corner-normal{border-top-left-radius:4px !important;}
.single-product #qcc-customizer .qcc-corner-slight{border-top-left-radius:14px !important;border-style:dashed !important;}
.single-product #qcc-customizer .qcc-corner-custom{border-top-left-radius:24px !important;}

.single-product #qcc-customizer .qcc-info-box,
.single-product #qcc-customizer .qcc-measure-note{
    margin:12px 0 14px !important;
    padding:11px 13px !important;
    border-radius:13px !important;
    background:#eef8fc !important;
    color:#17445d !important;
    font-size:12px !important;
    line-height:1.45 !important;
    font-weight:400 !important;
}

.single-product #qcc-customizer .qcc-field label{
    display:block !important;
    margin:0 0 8px !important;
    color:#113d5a !important;
    font-size:13px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
}
.single-product #qcc-customizer .qcc-field label span{color:#e74c3c !important;}

.single-product #qcc-customizer .qcc-input-group{
    display:flex !important;
    align-items:stretch !important;
    width:100% !important;
    border:1.5px solid #d9dfe3 !important;
    border-radius:14px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:none !important;
}
.single-product #qcc-customizer .qcc-input-group input{
    flex:1 1 auto !important;
    width:100% !important;
    min-width:0 !important;
    height:44px !important;
    margin:0 !important;
    padding:0 13px !important;
    border:0 !important;
    border-radius:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    background:#fff !important;
    color:#27323a !important;
    font-size:14px !important;
    font-weight:500 !important;
}
.single-product #qcc-customizer .qcc-input-group span{
    width:56px !important;
    min-width:56px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-left:1.5px solid #d9dfe3 !important;
    background:#f6f8fa !important;
    color:#7a838b !important;
    font-size:12px !important;
    font-weight:600 !important;
}

.single-product #qcc-customizer .qcc-note,
.single-product #qcc-customizer .qcc-field-helper{
    display:block !important;
    margin-top:7px !important;
    color:#6f7a83 !important;
    font-size:11px !important;
    line-height:1.4 !important;
    font-weight:400 !important;
}
.single-product #qcc-customizer .qcc-note{color:#c62828 !important;}

.single-product #qcc-customizer button.qcc-thickness-btn{
    min-height:82px !important;
}
.single-product #qcc-customizer button.qcc-thickness-btn strong{
    margin-top:0 !important;
    font-size:15px !important;
}

.single-product #qcc-customizer .qcc-error{
    margin:0 0 14px !important;
    padding:12px 14px !important;
    border-radius:13px !important;
    background:#fff1f1 !important;
    color:#c62828 !important;
    font-size:13px !important;
    line-height:1.45 !important;
}

.single-product #qcc-customizer .qcc-summary-card{
    margin:16px 0 !important;
    border-radius:20px !important;
    background:linear-gradient(135deg,#092637 0%,#0d4761 100%) !important;
    color:#fff !important;
    overflow:hidden !important;
    box-shadow:0 16px 34px rgba(13,71,97,.16) !important;
}
.single-product #qcc-customizer .qcc-summary-head{
    padding:18px 20px 12px !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
}
.single-product #qcc-customizer .qcc-summary-head h5{
    margin:0 !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}
.single-product #qcc-customizer .qcc-summary-head span{
    display:block !important;
    margin-top:5px !important;
    color:rgba(255,255,255,.72) !important;
    font-size:11px !important;
    line-height:1.4 !important;
}
.single-product #qcc-customizer .qcc-summary-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:15px 20px 10px !important;
}
.single-product #qcc-customizer .qcc-summary-row{
    display:flex !important;
    justify-content:space-between !important;
    gap:12px !important;
    border-bottom:1px dashed rgba(255,255,255,.14) !important;
    padding-bottom:7px !important;
    font-size:12px !important;
}
.single-product #qcc-customizer .qcc-summary-row span{color:rgba(255,255,255,.74) !important;}
.single-product #qcc-customizer .qcc-summary-row strong{color:#fff !important;text-align:right !important;font-size:12px !important;}
.single-product #qcc-customizer .qcc-summary-price-row{
    display:flex !important;
    align-items:flex-end !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding:14px 20px 18px !important;
}
.single-product #qcc-customizer .qcc-summary-price-row span{color:#fff !important;font-size:14px !important;font-weight:700 !important;}
.single-product #qcc-customizer .qcc-summary-price-row small{display:block !important;margin-top:3px !important;color:rgba(255,255,255,.68) !important;font-size:10px !important;font-weight:400 !important;}
.single-product #qcc-customizer .qcc-summary-price-row strong{color:#ffbf00 !important;font-size:30px !important;line-height:1 !important;font-weight:800 !important;letter-spacing:-.5px !important;}
.single-product #qcc-customizer .qcc-summary-foot{
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
    padding:12px 20px 16px !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    color:rgba(255,255,255,.78) !important;
    font-size:11px !important;
}

@media (max-width:767px){
    .single-product #qcc-customizer .qcc-section-card{padding:17px 13px !important;border-radius:18px !important;}
    .single-product #qcc-customizer .qcc-section-title{font-size:17px !important;}
    .single-product #qcc-customizer .qcc-corner-options,
    .single-product #qcc-customizer .qcc-oval-options,
    .single-product #qcc-customizer .qcc-fields-grid{grid-template-columns:1fr !important;}
    .single-product #qcc-customizer .qcc-shape-options,
    .single-product #qcc-customizer .qcc-thickness-options{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

/* ================================
   Client Feedback Updates
   1) Progressive flow
   2) Thickness icons
   3) Summary footer icons
   ================================ */

.single-product #qcc-customizer #qcc_thickness_card[style*="display:none"],
.single-product #qcc-customizer #qcc_shape_details_card[style*="display:none"]{
    display:none !important;
}

.single-product #qcc-customizer .qcc-thickness-visual{
    position:relative !important;
    width:46px !important;
    height:28px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    margin:0 auto 3px !important;
}

.single-product #qcc-customizer .qcc-thickness-visual i,
.single-product #qcc-customizer .qcc-thickness-visual:before,
.single-product #qcc-customizer .qcc-thickness-visual:after{
    content:"" !important;
    display:block !important;
    border-radius:999px !important;
    background:linear-gradient(90deg,#dce4ea 0%,#ffffff 45%,#9aa7b2 100%) !important;
    border:1px solid #b9c6cf !important;
    box-shadow:0 4px 10px rgba(12,39,54,.10) !important;
}

.single-product #qcc-customizer .qcc-thickness-visual i{
    width:42px !important;
    height:5px !important;
}

.single-product #qcc-customizer .qcc-thickness-15 i{height:7px !important;}
.single-product #qcc-customizer .qcc-thickness-2 i{height:9px !important;}
.single-product #qcc-customizer .qcc-thickness-3 i{height:12px !important;}

.single-product #qcc-customizer button.qcc-thickness-btn.active .qcc-thickness-visual i,
.single-product #qcc-customizer button.qcc-thickness-btn:hover .qcc-thickness-visual i{
    border-color:#F36827 !important;
    box-shadow:0 5px 14px rgba(243,104,39,.18) !important;
}

.single-product #qcc-customizer .qcc-summary-foot span{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    color:rgba(255,255,255,.82) !important;
}

.single-product #qcc-customizer .qcc-summary-foot-icon{
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
    border-radius:50% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.22) !important;
    color:#ffbf00 !important;
    font-style:normal !important;
    line-height:1 !important;
}

.single-product #qcc-customizer .qcc-summary-foot-icon:before{
    font-size:12px !important;
    font-weight:800 !important;
    line-height:1 !important;
}

.single-product #qcc-customizer .qcc-foot-cod:before{content:"₹" !important;}
.single-product #qcc-customizer .qcc-foot-shipping:before{
    content:"" !important;
    width:13px !important;
    height:13px !important;
    display:block !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:13px 13px !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffbf00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='M5 11h5'/%3E%3C/svg%3E") !important;
}
.single-product #qcc-customizer .qcc-foot-secure:before{content:"✓" !important;}


/* ================================
   Premium Product Gallery Layout + Trust Strip
   Product 1144 / customizer page only
   ================================ */
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery{
    position:relative !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-viewport{
    border-radius:24px !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
    overflow:hidden !important;
    box-shadow:0 18px 42px rgba(12,39,54,.08) !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img{
    border-radius:24px !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    top:18px !important;
    right:18px !important;
    width:46px !important;
    height:46px !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#0C2736 !important;
    box-shadow:0 10px 24px rgba(12,39,54,.16) !important;
    z-index:25 !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav a{
    width:44px !important;
    height:44px !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#0C2736 !important;
    border:1px solid rgba(12,39,54,.10) !important;
    box-shadow:0 10px 24px rgba(12,39,54,.16) !important;
    font-size:0 !important;
    text-indent:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    opacity:1 !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:18px !important;}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next{right:18px !important;}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:before,
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:before{
    font-size:32px !important;
    line-height:1 !important;
    color:currentColor !important;
}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:before{content:"‹" !important;}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:before{content:"›" !important;}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-direction-nav a:hover{background:#F36827 !important;color:#fff !important;}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:14px !important;
    margin:16px 0 0 !important;
    padding:0 !important;
    list-style:none !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs li{
    width:auto !important;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    border-radius:16px !important;
    overflow:hidden !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
    width:100% !important;
    height:110px !important;
    object-fit:cover !important;
    opacity:.62 !important;
    border-radius:16px !important;
    transition:all .22s ease !important;
}

.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover{
    opacity:1 !important;
    border:2px solid #F36827 !important;
}

.single-product:has(#qcc-customizer) .qcc-gallery-trust-strip{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    margin:22px 0 0 !important;
    padding:18px 14px !important;
    border:1px solid #dce8ee !important;
    border-radius:22px !important;
    background:#f4fafd !important;
    box-shadow:0 12px 32px rgba(12,39,54,.05) !important;
}

.single-product:has(#qcc-customizer) .qcc-gallery-trust-item{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    padding:6px 14px !important;
    border-right:1px solid #d9e7ef !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item:last-child{border-right:0 !important;}

.single-product:has(#qcc-customizer) .qcc-gallery-trust-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#fff !important;
    border:1px solid #dce8ee !important;
    color:#F36827 !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:24px 24px !important;
}

.single-product:has(#qcc-customizer) .qcc-gallery-trust-item strong{
    display:block !important;
    color:#0C2736 !important;
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item small{
    display:block !important;
    margin-top:4px !important;
    color:#64727d !important;
    font-size:12px !important;
    line-height:1.35 !important;
}

.single-product:has(#qcc-customizer) .qcc-gallery-cod .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12V7a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v3'/%3E%3Cpath d='M8 9h5'/%3E%3Cpath d='M8 12h3'/%3E%3Cpath d='M3 16h4l3 3h5a2 2 0 0 0 2-2v-1'/%3E%3Cpath d='M17 13h4v5h-4z'/%3E%3Cpath d='M18.5 15.5h1'/%3E%3C/svg%3E") !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-shipping .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='M5 11h5'/%3E%3C/svg%3E") !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-secure .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.7-4'/%3E%3C/svg%3E") !important;
}

@media (max-width:1024px){
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-strip{grid-template-columns:1fr !important;gap:10px !important;}
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item{border-right:0 !important;border-bottom:1px solid #d9e7ef !important;}
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item:last-child{border-bottom:0 !important;}
}

@media (max-width:767px){
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        display:flex !important;
        overflow-x:auto !important;
        gap:10px !important;
        padding-bottom:4px !important;
    }
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs li{
        min-width:92px !important;
    }
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        height:82px !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-strip{
        margin-top:16px !important;
        padding:14px !important;
        border-radius:18px !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item{
        padding:4px 2px 12px !important;
    }
}

/* Gallery trust strip final placement: below main image, title only */
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
    order: 2 !important;
    margin: 16px 0 16px !important;
    padding: 14px 16px !important;
}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
    order: 3 !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item{
    justify-content:center !important;
    text-align:left !important;
    padding:6px 12px !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item small,
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item div small{
    display:none !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item > div{
    display:contents !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item strong{
    margin:0 !important;
    font-size:14px !important;
    line-height:1.25 !important;
}

@media (max-width:1024px){
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item{
        border-right:1px solid #d9e7ef !important;
        border-bottom:0 !important;
        flex-direction:column !important;
        gap:8px !important;
        text-align:center !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item:last-child{
        border-right:0 !important;
    }
}

@media (max-width:767px){
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        grid-template-columns:1fr !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item{
        flex-direction:row !important;
        justify-content:flex-start !important;
        text-align:left !important;
        border-right:0 !important;
        border-bottom:1px solid #d9e7ef !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item:last-child{
        border-bottom:0 !important;
    }
}

/* Final gallery trust placement fix: always below thumbnails */
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery {
    display: block !important;
}
.single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 18px 0 0 !important;
    padding: 14px 16px !important;
    border: 1px solid #dce8ee !important;
    border-radius: 18px !important;
    background: #f4fafd !important;
    box-shadow: 0 12px 30px rgba(12, 39, 54, 0.05) !important;
    clear: both !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item {
    min-width: 0 !important;
    justify-content: center !important;
    text-align: left !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item strong {
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}
.single-product:has(#qcc-customizer) .qcc-gallery-trust-item small {
    display: none !important;
}
@media (max-width: 767px) {
    .single-product:has(#qcc-customizer) div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 12px 14px !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item {
        justify-content: flex-start !important;
        border-right: 0 !important;
        border-bottom: 1px solid #d9e7ef !important;
        padding: 10px 2px !important;
    }
    .single-product:has(#qcc-customizer) .qcc-gallery-trust-item:last-child {
        border-bottom: 0 !important;
    }
}

/* ==========================================================
   QCC v1.0.6 FINAL: Premium side-thumbnail gallery layout
   - Desktop: larger vertical thumbnails + smaller main image
   - Mobile/tablet: standard stacked gallery
   - Trust strip remains below thumbnails/main image
   ========================================================== */
.single-product div.product div.images.woocommerce-product-gallery{
    position:relative !important;
}

@media (min-width: 992px){
    .single-product div.product div.images.woocommerce-product-gallery{
        display:grid !important;
        grid-template-columns:118px minmax(0, 1fr) !important;
        grid-template-rows:auto auto !important;
        gap:16px 18px !important;
        align-items:start !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-viewport{
        grid-column:2 !important;
        grid-row:1 !important;
        width:100% !important;
        height:468px !important;
        margin:0 !important;
        border-radius:24px !important;
        border:1px solid #dce8ee !important;
        background:#f7fbfd !important;
        overflow:hidden !important;
        box-shadow:0 18px 42px rgba(12,39,54,.08) !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
    .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
        height:468px !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img{
        width:100% !important;
        height:468px !important;
        object-fit:cover !important;
        border-radius:24px !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        grid-column:1 !important;
        grid-row:1 !important;
        display:flex !important;
        flex-direction:column !important;
        gap:14px !important;
        width:118px !important;
        margin:0 !important;
        padding:0 !important;
        list-style:none !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    .woocommerce div.product div.images .flex-control-thumbs li{
        width:auto !important;
        float:none !important;
        margin:0 !important;
        padding:0 !important;
        list-style:none !important;
        border-radius:18px !important;
        overflow:hidden !important;
        border:1px solid #dce8ee !important;
        background:#f7fbfd !important;
        box-shadow:0 10px 22px rgba(12,39,54,.05) !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width:100% !important;
        height:106px !important;
        object-fit:cover !important;
        border-radius:18px !important;
        opacity:.58 !important;
        border:2px solid transparent !important;
        transition:all .22s ease !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover{
        opacity:1 !important;
        border-color:#F36827 !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        grid-column:1 / -1 !important;
        grid-row:2 !important;
        display:grid !important;
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
        gap:0 !important;
        width:100% !important;
        margin:2px 0 0 !important;
        padding:16px 18px !important;
        border:1px solid #dce8ee !important;
        border-radius:22px !important;
        background:#f4fafd !important;
        box-shadow:0 12px 30px rgba(12,39,54,.05) !important;
        clear:both !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        gap:12px !important;
        min-width:0 !important;
        padding:8px 16px !important;
        border-right:1px solid #d9e7ef !important;
        border-bottom:0 !important;
        text-align:left !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item:last-child{
        border-right:0 !important;
    }
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-icon{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background-color:#ffffff !important;
    border:1px solid #dce8ee !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:23px 23px !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item strong{
    display:block !important;
    margin:0 !important;
    color:#0C2736 !important;
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item small{
    display:none !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-cod .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12V7a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v3'/%3E%3Cpath d='M8 9h5'/%3E%3Cpath d='M8 12h3'/%3E%3Cpath d='M3 16h4l3 3h5a2 2 0 0 0 2-2v-1'/%3E%3Cpath d='M17 13h4v5h-4z'/%3E%3Cpath d='M18.5 15.5h1'/%3E%3C/svg%3E") !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-shipping .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='M5 11h5'/%3E%3C/svg%3E") !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-secure .qcc-gallery-trust-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F36827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.7-4'/%3E%3C/svg%3E") !important;
}

.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    top:18px !important;
    right:18px !important;
    width:48px !important;
    height:48px !important;
    border-radius:999px !important;
    background:#ffffff !important;
    color:#0C2736 !important;
    box-shadow:0 10px 24px rgba(12,39,54,.16) !important;
    z-index:30 !important;
}

.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav a{
    width:44px !important;
    height:44px !important;
    border-radius:999px !important;
    background:#ffffff !important;
    color:#0C2736 !important;
    border:1px solid rgba(12,39,54,.10) !important;
    box-shadow:0 10px 24px rgba(12,39,54,.16) !important;
    font-size:0 !important;
    text-indent:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    opacity:1 !important;
    z-index:25 !important;
}

.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:calc(118px + 36px) !important;}
.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next{right:18px !important;}

.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:before,
.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:before{
    font-size:32px !important;
    line-height:1 !important;
    color:currentColor !important;
}
.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev:before{content:"‹" !important;}
.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next:before{content:"›" !important;}
.single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav a:hover{background:#F36827 !important;color:#ffffff !important;}

@media (max-width: 991px){
    .single-product div.product div.images.woocommerce-product-gallery{
        display:block !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-viewport{
        height:auto !important;
        border-radius:22px !important;
        border:1px solid #dce8ee !important;
        background:#f7fbfd !important;
        overflow:hidden !important;
        box-shadow:0 14px 32px rgba(12,39,54,.07) !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img{
        border-radius:22px !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        display:flex !important;
        gap:10px !important;
        overflow-x:auto !important;
        margin:14px 0 0 !important;
        padding:0 0 5px !important;
        list-style:none !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    .woocommerce div.product div.images .flex-control-thumbs li{
        width:auto !important;
        min-width:92px !important;
        float:none !important;
        margin:0 !important;
        padding:0 !important;
        border-radius:15px !important;
        overflow:hidden !important;
        border:1px solid #dce8ee !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width:92px !important;
        height:82px !important;
        object-fit:cover !important;
        opacity:.65 !important;
        border:2px solid transparent !important;
        border-radius:15px !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
    .single-product div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover{
        opacity:1 !important;
        border-color:#F36827 !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:0 !important;
        margin:14px 0 0 !important;
        padding:12px 14px !important;
        border:1px solid #dce8ee !important;
        border-radius:18px !important;
        background:#f4fafd !important;
        box-shadow:0 10px 24px rgba(12,39,54,.05) !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item{
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:12px !important;
        padding:10px 2px !important;
        border-right:0 !important;
        border-bottom:1px solid #d9e7ef !important;
        text-align:left !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item:last-child{
        border-bottom:0 !important;
    }

    .single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:16px !important;}
    .single-product div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next{right:16px !important;}
}


/* ==========================================================
   QCC v1.0.7 URGENT GALLERY FIX
   Fixes thin/broken thumbnails caused by theme/global width overrides.
   Desktop: fixed vertical thumbnail rail + smaller main image.
   Mobile/tablet: horizontal thumbnail scroll.
   ========================================================== */
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery{
    position: relative !important;
    display: block !important;
    overflow: visible !important;
}

@media (min-width: 992px){
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery{
        padding-left: 136px !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        width: 100% !important;
        max-width: 100% !important;
        height: 468px !important;
        margin: 0 !important;
        border-radius: 24px !important;
        border: 1px solid #dce8ee !important;
        background: #f7fbfd !important;
        overflow: hidden !important;
        box-shadow: 0 18px 42px rgba(12,39,54,.08) !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
        height: 468px !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img{
        width: 100% !important;
        height: 468px !important;
        object-fit: cover !important;
        border-radius: 24px !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 118px !important;
        max-width: 118px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
        z-index: 10 !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    body.postid-1144.single-product.woocommerce div.product div.images .flex-control-thumbs li,
    body.postid-1144 .woocommerce div.product div.images .flex-control-thumbs li{
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        flex: 0 0 106px !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        border: 1px solid #dce8ee !important;
        background: #f7fbfd !important;
        box-shadow: 0 10px 22px rgba(12,39,54,.05) !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        height: 106px !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 18px !important;
        opacity: .58 !important;
        border: 2px solid transparent !important;
        transition: all .22s ease !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover{
        opacity: 1 !important;
        border-color: #F36827 !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        width: calc(100% + 136px) !important;
        margin: 16px 0 0 -136px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0 !important;
        padding: 16px 18px !important;
        border: 1px solid #dce8ee !important;
        border-radius: 22px !important;
        background: #f4fafd !important;
        box-shadow: 0 12px 30px rgba(12,39,54,.05) !important;
        clear: both !important;
        position: relative !important;
        z-index: 1 !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        min-width: 0 !important;
        padding: 8px 16px !important;
        border-right: 1px solid #d9e7ef !important;
        border-bottom: 0 !important;
        text-align: left !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item:last-child{
        border-right: 0 !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
        top: 18px !important;
        right: 18px !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev{
        left: 154px !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next{
        right: 18px !important;
    }
}

@media (max-width: 991px){
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery{
        padding-left: 0 !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        position: static !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        overflow-x: auto !important;
        margin: 14px 0 0 !important;
        padding: 0 0 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        list-style: none !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    body.postid-1144 .woocommerce div.product div.images .flex-control-thumbs li{
        width: 92px !important;
        min-width: 92px !important;
        max-width: 92px !important;
        flex: 0 0 92px !important;
        float: none !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width: 92px !important;
        height: 82px !important;
        display: block !important;
        object-fit: cover !important;
    }

    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        width: 100% !important;
        margin: 14px 0 0 !important;
    }
}


/* =========================================================
   QCC v1.0.9 STABLE GALLERY FIX
   Reverts unstable vertical thumbnail rail to a premium
   4-column thumbnail grid because Woo/Flexslider injects
   inline styles after load.
   ========================================================= */
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery{
    position:relative !important;
    overflow:visible !important;
    padding-left:0 !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
    width:100% !important;
    max-width:100% !important;
    height:460px !important;
    margin:0 !important;
    border-radius:24px !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
    overflow:hidden !important;
    box-shadow:0 18px 42px rgba(12,39,54,.08) !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
    height:460px !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg){
    width:100% !important;
    height:460px !important;
    object-fit:cover !important;
    border-radius:24px !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
    position:static !important;
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:14px !important;
    width:100% !important;
    max-width:100% !important;
    margin:16px 0 0 !important;
    padding:0 !important;
    overflow:visible !important;
    list-style:none !important;
    clear:both !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
body.postid-1144 .woocommerce div.product div.images .flex-control-thumbs li{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    height:104px !important;
    min-height:104px !important;
    max-height:104px !important;
    float:none !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    border-radius:16px !important;
    overflow:hidden !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
    box-shadow:0 10px 22px rgba(12,39,54,.05) !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:104px !important;
    min-height:104px !important;
    max-height:104px !important;
    display:block !important;
    object-fit:cover !important;
    border-radius:16px !important;
    opacity:.62 !important;
    border:2px solid transparent !important;
    transition:all .22s ease !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img:hover{
    opacity:1 !important;
    border-color:#F36827 !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
    width:100% !important;
    margin:16px 0 0 !important;
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:0 !important;
    padding:18px 20px !important;
    border:1px solid #dce8ee !important;
    border-radius:22px !important;
    background:#f4fafd !important;
    box-shadow:0 12px 30px rgba(12,39,54,.05) !important;
    clear:both !important;
}

body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    min-height:54px !important;
    padding:0 18px !important;
    border-right:1px solid #d9e7ef !important;
}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item:last-child{border-right:0 !important;}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-icon{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    border-radius:50% !important;
    background-color:#fff !important;
    border:1px solid #dce8ee !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:21px 21px !important;
}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item strong{
    color:#0C2736 !important;
    font-size:15px !important;
    line-height:1.24 !important;
    font-weight:700 !important;
    margin:0 !important;
}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item small{display:none !important;}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-prev{left:18px !important;}
body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-next{right:18px !important;}

@media(max-width:767px){
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        height:auto !important;
        border-radius:18px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
        height:auto !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg){
        height:auto !important;
        object-fit:contain !important;
        border-radius:18px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        display:grid !important;
        grid-template-columns:repeat(4, minmax(0,1fr)) !important;
        gap:10px !important;
        margin-top:12px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    body.postid-1144 .woocommerce div.product div.images .flex-control-thumbs li{
        height:76px !important;
        min-height:76px !important;
        max-height:76px !important;
        border-radius:12px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        height:76px !important;
        min-height:76px !important;
        max-height:76px !important;
        border-radius:12px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-strip{
        grid-template-columns:1fr !important;
        padding:14px 16px !important;
        border-radius:18px !important;
        margin-top:12px !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item{
        justify-content:flex-start !important;
        border-right:0 !important;
        border-bottom:1px solid #d9e7ef !important;
        padding:10px 0 !important;
    }
    body.postid-1144.single-product .woocommerce div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item:last-child{border-bottom:0 !important;}
}

/* QCC v1.1.0 - Client Step 1 updates */
.single-product #qcc-customizer .qcc-intro-card,
.qcc-customizer .qcc-intro-card{
    width:100% !important;
    margin:0 0 16px !important;
    padding:20px 22px !important;
    border:1px solid #dfe6eb !important;
    border-radius:22px !important;
    background:linear-gradient(135deg,#f6fbfd 0%,#ffffff 62%,#fff7f2 100%) !important;
    box-shadow:0 10px 28px rgba(12,39,54,.055) !important;
    color:#0C2736 !important;
}
.single-product #qcc-customizer .qcc-intro-eyebrow,
.qcc-customizer .qcc-intro-eyebrow{
    display:inline-flex !important;
    align-items:center !important;
    margin:0 0 8px !important;
    padding:6px 11px !important;
    border-radius:999px !important;
    background:#eef7fb !important;
    color:#17445d !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.02em !important;
    text-transform:uppercase !important;
}
.single-product #qcc-customizer .qcc-intro-card h5,
.qcc-customizer .qcc-intro-card h5{
    margin:0 0 8px !important;
    padding:0 !important;
    color:#0C2736 !important;
    font-size:20px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
}
.single-product #qcc-customizer .qcc-intro-card p,
.qcc-customizer .qcc-intro-card p{
    margin:0 !important;
    padding:0 !important;
    color:#5f6c75 !important;
    font-size:13px !important;
    line-height:1.65 !important;
    font-weight:400 !important;
}
.single-product #qcc-customizer .qcc-shape-card .qcc-section-head,
.qcc-customizer .qcc-shape-card .qcc-section-head{
    margin-bottom:14px !important;
}
.single-product #qcc-customizer .qcc-shape-card .qcc-section-subtitle,
.qcc-customizer .qcc-shape-card .qcc-section-subtitle{
    display:none !important;
}
.single-product #qcc-customizer .qcc-shape-options button.qcc-choice-card,
.qcc-customizer .qcc-shape-options button.qcc-choice-card{
    min-height:104px !important;
    padding:18px 10px !important;
}
.single-product #qcc-customizer .qcc-shape-card .qcc-choice-card strong,
.qcc-customizer .qcc-shape-card .qcc-choice-card strong{
    margin-top:12px !important;
    font-size:13px !important;
}
.single-product #qcc-customizer .qcc-shape-card .qcc-choice-card small,
.qcc-customizer .qcc-shape-card .qcc-choice-card small{
    display:none !important;
}
.single-product #qcc-customizer .qcc-shape-icon.qcc-icon-hexagon,
.qcc-customizer .qcc-shape-icon.qcc-icon-hexagon{
    width:42px !important;
    height:38px !important;
    min-height:38px !important;
    border:none !important;
    border-radius:0 !important;
    background:transparent !important;
    position:relative !important;
    overflow:hidden !important;
}
.single-product #qcc-customizer .qcc-shape-icon.qcc-icon-hexagon:before,
.qcc-customizer .qcc-shape-icon.qcc-icon-hexagon:before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:#0C2736 !important;
    clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%) !important;
}
.single-product #qcc-customizer .qcc-shape-icon.qcc-icon-hexagon:after,
.qcc-customizer .qcc-shape-icon.qcc-icon-hexagon:after{
    content:"" !important;
    position:absolute !important;
    inset:3px !important;
    background:#ffffff !important;
    clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%) !important;
}
.single-product #qcc-customizer button.qcc-choice-card:hover .qcc-icon-hexagon:after,
.qcc-customizer button.qcc-choice-card:hover .qcc-icon-hexagon:after{
    background:#fffaf7 !important;
}
.single-product #qcc-customizer button.qcc-choice-card.active .qcc-icon-hexagon:after,
.qcc-customizer button.qcc-choice-card.active .qcc-icon-hexagon:after{
    background:#fff7f2 !important;
}
@media (max-width: 767px){
    .single-product #qcc-customizer .qcc-intro-card,
    .qcc-customizer .qcc-intro-card{
        padding:17px 14px !important;
        border-radius:18px !important;
    }
    .single-product #qcc-customizer .qcc-intro-card h5,
    .qcc-customizer .qcc-intro-card h5{
        font-size:17px !important;
    }
    .single-product #qcc-customizer .qcc-intro-card p,
    .qcc-customizer .qcc-intro-card p{
        font-size:12px !important;
    }
}

/* QCC v1.2.0 - Client Step 2 updates */
.single-product #qcc-customizer .qcc-section-head-with-action,
.qcc-customizer .qcc-section-head-with-action{
    align-items:flex-start !important;
}
.single-product #qcc-customizer .qcc-inline-help-btn,
.qcc-customizer .qcc-inline-help-btn{
    margin-left:auto !important;
    padding:8px 12px !important;
    border:1px solid #dce8ee !important;
    border-radius:999px !important;
    background:#f4fafd !important;
    color:#17445d !important;
    font-size:12px !important;
    font-weight:800 !important;
    line-height:1 !important;
    cursor:pointer !important;
    white-space:nowrap !important;
    box-shadow:none !important;
}
.single-product #qcc-customizer .qcc-inline-help-btn:hover,
.qcc-customizer .qcc-inline-help-btn:hover{
    border-color:#F36827 !important;
    background:#fff7f2 !important;
    color:#F36827 !important;
}
.single-product #qcc-customizer .qcc-step-result,
.qcc-customizer .qcc-step-result{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin-top:12px !important;
    padding:12px 14px !important;
    border:1px solid #dfe9ef !important;
    border-radius:14px !important;
    background:#f7fbfd !important;
    color:#17445d !important;
    font-size:13px !important;
    line-height:1.35 !important;
}
.single-product #qcc-customizer .qcc-step-result[style*="display:none"],
.qcc-customizer .qcc-step-result[style*="display:none"]{
    display:none !important;
}
.single-product #qcc-customizer .qcc-step-result strong,
.qcc-customizer .qcc-step-result strong{
    color:#0C2736 !important;
    font-weight:800 !important;
}
.single-product #qcc-customizer .qcc-step-change,
.qcc-customizer .qcc-step-change{
    padding:7px 11px !important;
    border:1px solid #F36827 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#F36827 !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:800 !important;
    cursor:pointer !important;
    box-shadow:none !important;
}
.single-product #qcc-customizer .qcc-step-change:hover,
.qcc-customizer .qcc-step-change:hover{
    background:#F36827 !important;
    color:#fff !important;
}
.single-product #qcc-customizer .qcc-thickness-options,
.qcc-customizer .qcc-thickness-options{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.single-product #qcc-customizer button.qcc-thickness-btn,
.qcc-customizer button.qcc-thickness-btn{
    min-height:184px !important;
    justify-content:flex-start !important;
    padding:12px !important;
}
.single-product #qcc-customizer button.qcc-thickness-btn.active .qcc-selected-mark,
.qcc-customizer button.qcc-thickness-btn.active .qcc-selected-mark{
    display:inline-flex !important;
}
.single-product #qcc-customizer .qcc-thickness-photo,
.qcc-customizer .qcc-thickness-photo{
    width:100% !important;
    height:92px !important;
    display:block !important;
    margin:0 0 10px !important;
    border-radius:14px !important;
    overflow:hidden !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
}
.single-product #qcc-customizer .qcc-thickness-photo img,
.qcc-customizer .qcc-thickness-photo img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
}
.single-product #qcc-customizer button.qcc-thickness-btn strong,
.qcc-customizer button.qcc-thickness-btn strong{
    margin:2px 0 0 !important;
    font-size:17px !important;
}
.single-product #qcc-customizer button.qcc-thickness-btn small,
.qcc-customizer button.qcc-thickness-btn small{
    font-size:11.5px !important;
    line-height:1.35 !important;
}
.single-product #qcc-customizer .qcc-recommended-badge,
.qcc-customizer .qcc-recommended-badge{
    position:absolute !important;
    top:-9px !important;
    left:12px !important;
    z-index:3 !important;
    padding:5px 9px !important;
    border-radius:999px !important;
    background:#0C2736 !important;
    color:#fff !important;
    border:2px solid #fff !important;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.01em !important;
}
.single-product #qcc-customizer .qcc-bevel-note,
.qcc-customizer .qcc-bevel-note{
    margin:14px 0 14px !important;
    padding:12px 14px !important;
    border-radius:14px !important;
    background:#fff8f3 !important;
    border:1px solid #ffe1cf !important;
    color:#7a3a18 !important;
    font-size:12.5px !important;
    line-height:1.5 !important;
}
.single-product #qcc-customizer .qcc-bevel-note strong,
.qcc-customizer .qcc-bevel-note strong{
    color:#0C2736 !important;
}
.single-product #qcc-customizer .qcc-next-step-btn,
.qcc-customizer .qcc-next-step-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    margin-top:2px !important;
    padding:13px 16px !important;
    border:0 !important;
    border-radius:14px !important;
    background:#F36827 !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:800 !important;
    cursor:pointer !important;
    box-shadow:0 10px 22px rgba(243,104,39,.18) !important;
}
.single-product #qcc-customizer .qcc-next-step-btn:hover,
.qcc-customizer .qcc-next-step-btn:hover{
    background:#d95418 !important;
    color:#fff !important;
}
.qcc-modal{
    position:fixed !important;
    inset:0 !important;
    z-index:999999 !important;
    display:none !important;
    align-items:center !important;
    justify-content:center !important;
    padding:18px !important;
}
.qcc-modal[aria-hidden="false"]{
    display:flex !important;
}
.qcc-modal-backdrop{
    position:absolute !important;
    inset:0 !important;
    background:rgba(7,25,35,.58) !important;
    backdrop-filter:blur(4px) !important;
}
.qcc-modal-panel{
    position:relative !important;
    width:min(560px,100%) !important;
    max-height:88vh !important;
    overflow:auto !important;
    padding:24px !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 22px 70px rgba(0,0,0,.22) !important;
    color:#0C2736 !important;
}
.qcc-modal-close{
    position:absolute !important;
    top:12px !important;
    right:12px !important;
    width:34px !important;
    height:34px !important;
    border-radius:50% !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
    color:#0C2736 !important;
    font-size:22px !important;
    line-height:1 !important;
    cursor:pointer !important;
}
.qcc-modal-panel h5{
    margin:0 38px 8px 0 !important;
    color:#0C2736 !important;
    font-size:21px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
}
.qcc-modal-panel p{
    margin:0 0 16px !important;
    color:#60707a !important;
    font-size:13px !important;
    line-height:1.6 !important;
}
.qcc-guide-table{
    display:grid !important;
    gap:9px !important;
}
.qcc-guide-table div{
    display:grid !important;
    grid-template-columns:82px 1fr !important;
    gap:12px !important;
    align-items:center !important;
    padding:12px !important;
    border:1px solid #e2ebf0 !important;
    border-radius:13px !important;
    background:#f8fbfd !important;
}
.qcc-guide-table strong{
    color:#F36827 !important;
    font-size:16px !important;
    font-weight:900 !important;
}
.qcc-guide-table span{
    color:#35434c !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
}
.qcc-modal-note{
    margin-top:14px !important;
    padding:12px 14px !important;
    border-radius:14px !important;
    background:#fff8f3 !important;
    border:1px solid #ffe1cf !important;
    color:#7a3a18 !important;
    font-size:12.5px !important;
    line-height:1.55 !important;
}
body.qcc-modal-open{
    overflow:hidden !important;
}
@media (max-width: 767px){
    .single-product #qcc-customizer .qcc-section-head-with-action,
    .qcc-customizer .qcc-section-head-with-action{
        flex-wrap:wrap !important;
    }
    .single-product #qcc-customizer .qcc-inline-help-btn,
    .qcc-customizer .qcc-inline-help-btn{
        width:100% !important;
        margin:0 !important;
        justify-content:center !important;
        padding:10px 12px !important;
    }
    .single-product #qcc-customizer .qcc-thickness-options,
    .qcc-customizer .qcc-thickness-options{
        grid-template-columns:1fr !important;
    }
    .single-product #qcc-customizer .qcc-thickness-photo,
    .qcc-customizer .qcc-thickness-photo{
        height:110px !important;
    }
    .single-product #qcc-customizer .qcc-step-result,
    .qcc-customizer .qcc-step-result{
        flex-direction:column !important;
        align-items:flex-start !important;
    }
    .qcc-modal-panel{
        padding:20px 16px !important;
        border-radius:18px !important;
    }
    .qcc-guide-table div{
        grid-template-columns:1fr !important;
        gap:4px !important;
    }
}

/* QCC v1.3.0 - Client Step 3 updates: measurement unit, corner photos, measurement guide */
.single-product #qcc-customizer .qcc-details-card .qcc-section-subtitle,
.qcc-customizer .qcc-details-card .qcc-section-subtitle{
    display:none !important;
}

.single-product #qcc-customizer .qcc-corner-choice,
.qcc-customizer .qcc-corner-choice{
    min-height:164px !important;
    justify-content:flex-start !important;
    padding:12px !important;
}

.single-product #qcc-customizer .qcc-corner-photo,
.qcc-customizer .qcc-corner-photo{
    width:100% !important;
    height:82px !important;
    display:block !important;
    margin:0 0 10px !important;
    border-radius:14px !important;
    overflow:hidden !important;
    border:1px solid #dce8ee !important;
    background:#f7fbfd !important;
}

.single-product #qcc-customizer .qcc-corner-photo img,
.qcc-customizer .qcc-corner-photo img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
}

.single-product #qcc-customizer .qcc-corner-choice strong,
.qcc-customizer .qcc-corner-choice strong{
    margin-top:2px !important;
    font-size:12.5px !important;
}

.single-product #qcc-customizer .qcc-corner-choice small,
.qcc-customizer .qcc-corner-choice small{
    width:auto !important;
    margin:6px auto 0 !important;
    padding:5px 10px !important;
    border-radius:999px !important;
    background:#fff0e8 !important;
    color:#F36827 !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-unit-card,
.qcc-customizer .qcc-unit-card{
    margin:0 0 16px !important;
    padding:14px !important;
    border:1px solid #e5edf2 !important;
    border-radius:16px !important;
    background:#fbfdff !important;
}

.single-product #qcc-customizer .qcc-unit-toggle,
.qcc-customizer .qcc-unit-toggle{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:10px !important;
}

.single-product #qcc-customizer .qcc-unit-option,
.qcc-customizer .qcc-unit-option{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    margin:0 !important;
    padding:11px 12px !important;
    border:1.5px solid #dce4ea !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#0C2736 !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:800 !important;
    cursor:pointer !important;
}

.single-product #qcc-customizer .qcc-unit-option.active,
.qcc-customizer .qcc-unit-option.active{
    border-color:#F36827 !important;
    background:#fff7f2 !important;
    color:#F36827 !important;
    box-shadow:0 0 0 1px #F36827 !important;
}

.single-product #qcc-customizer .qcc-unit-option input,
.qcc-customizer .qcc-unit-option input{
    margin:0 !important;
    accent-color:#F36827 !important;
}

.single-product #qcc-customizer .qcc-unit-card small,
.qcc-customizer .qcc-unit-card small{
    display:block !important;
    margin:10px 0 0 !important;
    color:#65727c !important;
    font-size:11.5px !important;
    line-height:1.45 !important;
}

.qcc-video-modal-panel{
    width:min(680px,100%) !important;
}


.qcc-video-embed{
    width:100% !important;
    margin:0 0 16px !important;
    border-radius:18px !important;
    overflow:hidden !important;
    background:#0d2230 !important;
}

.qcc-video-embed iframe,
.qcc-video-embed video{
    width:100% !important;
    aspect-ratio:16/9 !important;
    display:block !important;
    border:0 !important;
}

.qcc-video-placeholder{
    width:100% !important;
    aspect-ratio:16/9 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 0 16px !important;
    border-radius:18px !important;
    border:1px dashed #c8d8e1 !important;
    background:linear-gradient(135deg,#f7fbfd 0%,#ffffff 100%) !important;
    color:#60707a !important;
    font-size:13px !important;
    font-weight:800 !important;
    text-align:center !important;
}

.qcc-guide-list{
    display:grid !important;
    gap:9px !important;
}

.qcc-guide-list div{
    display:grid !important;
    grid-template-columns:145px 1fr !important;
    gap:12px !important;
    align-items:start !important;
    padding:12px !important;
    border:1px solid #e2ebf0 !important;
    border-radius:13px !important;
    background:#f8fbfd !important;
}

.qcc-guide-list strong{
    color:#F36827 !important;
    font-size:13px !important;
    font-weight:900 !important;
    line-height:1.35 !important;
}

.qcc-guide-list span{
    color:#35434c !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
}

@media (max-width:767px){
    .single-product #qcc-customizer .qcc-corner-options,
    .qcc-customizer .qcc-corner-options{
        grid-template-columns:1fr !important;
    }
    .single-product #qcc-customizer .qcc-corner-photo,
    .qcc-customizer .qcc-corner-photo{
        height:104px !important;
    }
    .qcc-guide-list div{
        grid-template-columns:1fr !important;
        gap:5px !important;
    }
}

/* QCC v1.4.0 - Client Custom Shape / Tracing Flow updates */
.single-product #qcc-customizer .qcc-tracing-guide-cta,
.qcc-customizer .qcc-tracing-guide-cta{
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    margin:14px 0 18px !important;
    padding:14px !important;
    border:1px solid #ffe1cf !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#fff8f3 0%,#ffffff 100%) !important;
    color:#0C2736 !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta[style*="display:none"],
.qcc-customizer .qcc-tracing-guide-cta[style*="display:none"]{
    display:none !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta.qcc-is-visible,
.qcc-customizer .qcc-tracing-guide-cta.qcc-is-visible{
    display:flex !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta strong,
.qcc-customizer .qcc-tracing-guide-cta strong{
    display:block !important;
    margin:0 0 4px !important;
    color:#0C2736 !important;
    font-size:13px !important;
    line-height:1.35 !important;
    font-weight:900 !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta span,
.qcc-customizer .qcc-tracing-guide-cta span{
    display:block !important;
    color:#5f6c75 !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta small,
.qcc-customizer .qcc-tracing-guide-cta small{
    display:inline-flex !important;
    margin-top:8px !important;
    padding:5px 9px !important;
    border-radius:999px !important;
    background:#0C2736 !important;
    color:#fff !important;
    font-size:10.5px !important;
    line-height:1 !important;
    font-weight:800 !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn,
.qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn{
    flex:0 0 auto !important;
    margin-left:0 !important;
    background:#F36827 !important;
    border-color:#F36827 !important;
    color:#fff !important;
}
.single-product #qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn:hover,
.qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn:hover{
    background:#d95418 !important;
    border-color:#d95418 !important;
    color:#fff !important;
}
.qcc-tracing-steps div strong{
    color:#0C2736 !important;
}

@media (max-width:767px){
    .single-product #qcc-customizer .qcc-tracing-guide-cta,
    .qcc-customizer .qcc-tracing-guide-cta{
        flex-direction:column !important;
        align-items:flex-start !important;
    }
    .single-product #qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn,
    .qcc-customizer .qcc-tracing-guide-cta .qcc-inline-help-btn{
        width:100% !important;
    }
}


/* ================================
   v1.5.0 - Summary Card Actions
   ================================ */
.single-product #qcc-customizer .qcc-summary-actions{
    padding:0 20px 18px !important;
    display:grid !important;
    grid-template-columns:96px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:stretch !important;
}

.single-product #qcc-customizer .qcc-summary-actions .quantity{
    margin:0 !important;
    width:100% !important;
    display:block !important;
}

.single-product #qcc-customizer .qcc-summary-actions .quantity input.qty{
    width:100% !important;
    height:52px !important;
    min-height:52px !important;
    margin:0 !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.28) !important;
    background:rgba(255,255,255,.12) !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:800 !important;
    text-align:center !important;
    box-shadow:none !important;
}

.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button,
.single-product #qcc-customizer .qcc-summary-actions button.single_add_to_cart_button.button.alt{
    width:100% !important;
    min-height:52px !important;
    margin:0 !important;
    border:0 !important;
    border-radius:14px !important;
    background:#F36827 !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    text-transform:none !important;
    box-shadow:0 12px 24px rgba(243,104,39,.28) !important;
}

.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button:hover{
    background:#df5619 !important;
    color:#fff !important;
}

.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button.qlarity-disabled,
.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button:disabled{
    opacity:.58 !important;
    cursor:not-allowed !important;
    box-shadow:none !important;
}

.single-product #qcc-customizer .qcc-summary-foot span small{
    display:block !important;
    margin-top:2px !important;
    color:rgba(255,255,255,.62) !important;
    font-size:10px !important;
    line-height:1.35 !important;
    font-weight:400 !important;
}

.single-product div.product div.images.woocommerce-product-gallery .qcc-gallery-trust-item small{
    display:block !important;
    margin-top:2px !important;
    color:#697d88 !important;
    font-size:10px !important;
    line-height:1.25 !important;
    font-weight:500 !important;
}

@media (max-width:767px){
    .single-product #qcc-customizer .qcc-summary-actions{
        grid-template-columns:1fr !important;
        padding:0 16px 16px !important;
    }
}

/* ================================
   v1.6.0 - Sticky Customer Care Widget
   ================================ */
.single-product #qcc-customizer .qcc-customer-care-widget,
.qcc-customizer .qcc-customer-care-widget{
    position:fixed !important;
    right:22px !important;
    bottom:24px !important;
    z-index:9998 !important;
    width:min(360px, calc(100vw - 44px)) !important;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    grid-template-areas:
        "icon copy"
        "icon actions"
        "icon number" !important;
    gap:8px 12px !important;
    align-items:center !important;
    padding:14px !important;
    border:1px solid rgba(12,39,54,.12) !important;
    border-radius:22px !important;
    background:rgba(255,255,255,.96) !important;
    box-shadow:0 18px 48px rgba(12,39,54,.18) !important;
    backdrop-filter:blur(12px) !important;
    -webkit-backdrop-filter:blur(12px) !important;
}

.single-product #qcc-customizer .qcc-care-icon,
.qcc-customizer .qcc-care-icon{
    grid-area:icon !important;
    width:42px !important;
    height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    background:#0C2736 !important;
    color:#fff !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-care-copy,
.qcc-customizer .qcc-care-copy{
    grid-area:copy !important;
    min-width:0 !important;
}

.single-product #qcc-customizer .qcc-care-copy strong,
.qcc-customizer .qcc-care-copy strong{
    display:block !important;
    margin:0 0 3px !important;
    color:#0C2736 !important;
    font-size:14px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-care-copy span,
.qcc-customizer .qcc-care-copy span{
    display:block !important;
    color:#5e727d !important;
    font-size:11.5px !important;
    line-height:1.35 !important;
    font-weight:500 !important;
}

.single-product #qcc-customizer .qcc-care-actions,
.qcc-customizer .qcc-care-actions{
    grid-area:actions !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
}

.single-product #qcc-customizer .qcc-care-btn,
.qcc-customizer .qcc-care-btn{
    min-height:36px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:12px !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:900 !important;
    text-decoration:none !important;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.single-product #qcc-customizer .qcc-care-call,
.qcc-customizer .qcc-care-call{
    background:#eff7fb !important;
    color:#0C2736 !important;
    border:1px solid #dce8ee !important;
}

.single-product #qcc-customizer .qcc-care-whatsapp,
.qcc-customizer .qcc-care-whatsapp{
    background:#F36827 !important;
    color:#fff !important;
    border:1px solid #F36827 !important;
    box-shadow:0 10px 18px rgba(243,104,39,.22) !important;
}

.single-product #qcc-customizer .qcc-care-btn:hover,
.qcc-customizer .qcc-care-btn:hover{
    transform:translateY(-1px) !important;
    text-decoration:none !important;
}

.single-product #qcc-customizer .qcc-care-btn.is-disabled,
.qcc-customizer .qcc-care-btn.is-disabled{
    opacity:.56 !important;
    pointer-events:none !important;
    cursor:not-allowed !important;
    box-shadow:none !important;
}

.single-product #qcc-customizer .qcc-care-number,
.qcc-customizer .qcc-care-number{
    grid-area:number !important;
    display:block !important;
    color:#78909c !important;
    font-size:10.5px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
}

body.qcc-modal-open .qcc-customer-care-widget{
    display:none !important;
}

@media (max-width:767px){
    .single-product #qcc-customizer .qcc-customer-care-widget,
    .qcc-customizer .qcc-customer-care-widget{
        left:12px !important;
        right:12px !important;
        bottom:12px !important;
        width:auto !important;
        border-radius:18px !important;
        padding:12px !important;
        grid-template-columns:38px minmax(0,1fr) !important;
        gap:7px 10px !important;
    }

    .single-product #qcc-customizer .qcc-care-icon,
    .qcc-customizer .qcc-care-icon{
        width:38px !important;
        height:38px !important;
        border-radius:12px !important;
        font-size:18px !important;
    }

    .single-product #qcc-customizer .qcc-care-copy span,
    .qcc-customizer .qcc-care-copy span{
        display:none !important;
    }

    .single-product #qcc-customizer .qcc-care-btn,
    .qcc-customizer .qcc-care-btn{
        min-height:34px !important;
        font-size:11.5px !important;
    }

    body.single-product{
        padding-bottom:92px !important;
    }
}

/* ================================
   Qlarity v1.8 client revision
================================ */
body.single-product.postid-1144 #primary,
body.single-product.postid-1144 .site-main,
body.single-product.postid-1144 div.product{
    max-width: 1360px !important;
    width: calc(100% - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-product.postid-1144 div.product .summary.entry-summary{
    width: 52% !important;
}

body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap,
body.single-product.postid-1144 div.product .woocommerce-product-gallery.images{
    width: 46% !important;
}

.qcc-section-card{
    padding: 28px 30px;
}

.qcc-shape-options{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.qcc-shape-photo-card{
    min-height: 168px;
    padding: 12px;
}

.qcc-shape-photo,
.qcc-thickness-photo,
.qcc-corner-photo{
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #f7fbfd;
    border: 1px solid #dce8ee;
}

.qcc-shape-photo{
    height: 94px;
}

.qcc-shape-photo img,
.qcc-thickness-photo img,
.qcc-corner-photo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qcc-shape-photo-card strong{
    font-size: 15px;
    margin-top: 12px;
}

.qcc-measurement-card .qcc-unit-card{
    margin-bottom: 18px;
}

.qcc-popular-sizes{
    margin: 18px 0 20px;
    padding: 16px;
    border: 1px solid #e3ebf0;
    border-radius: 18px;
    background: #fbfdff;
}

.qcc-size-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.qcc-size-grid button{
    min-height: 40px;
    border: 1px solid #dce8ee;
    border-radius: 12px;
    background: #fff;
    color: #0C2736;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}

.qcc-size-grid button:hover,
.qcc-size-grid button.active{
    border-color: #F36827;
    color: #F36827;
    box-shadow: 0 0 0 2px rgba(243,104,39,.12);
}

.qcc-popular-sizes > small{
    display: block;
    margin-top: 10px;
    color: #66727c;
    font-size: 12px;
}

.qcc-measure-support{
    margin-top: 18px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 14px;
    background: #f1f8fb;
    border: 1px solid #dce8ee;
    color: #0C2736;
}

.qcc-measure-support strong{
    margin-right: 4px;
}

.qcc-measure-support a{
    color: #F36827;
    font-weight: 800;
    text-decoration: none;
}

.qcc-thickness-options{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qcc-thickness-btn{
    min-height: 260px;
    padding: 14px;
}

.qcc-thickness-btn strong{
    font-size: 22px;
    margin-top: 12px;
}

.qcc-thickness-price{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff4ed;
    color: #F36827;
    font-size: 17px;
    font-weight: 900;
}

.qcc-thickness-use{
    color: #0C2736 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.qcc-bevel-badge{
    display: inline-flex;
    margin: 9px auto 0;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eaf7f2;
    color: #0f6b4f;
    font-size: 11px;
    font-weight: 800;
}

.qcc-thickness-btn.is-unavailable{
    opacity: .55;
    cursor: not-allowed;
}

.qcc-summary-row#qcc_sum_charge_row[style*="display: none"]{
    display: none !important;
}

.qcc-product-features{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #dce8ee;
    border-radius: 18px;
    overflow: hidden;
    margin: 18px 0 24px;
    background: #fff;
}

.qcc-feature-block{
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border-right: 1px solid #e6eef3;
    border-bottom: 1px solid #e6eef3;
    color: #0C2736;
}

.qcc-feature-block:nth-child(3n){
    border-right: none;
}

.qcc-feature-block:nth-child(n+4){
    border-bottom: none;
}

.qcc-feature-icon{
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(243,104,39,.1);
    color: #F36827;
    font-weight: 900;
}

.qcc-feature-block strong{
    font-size: 14px;
    font-weight: 800;
}

.qcc-gallery-trust-strip{
    display: none !important;
}

@media (max-width: 1199px){
    .qcc-shape-options,
    .qcc-thickness-options{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    body.single-product.postid-1144 #primary,
    body.single-product.postid-1144 .site-main,
    body.single-product.postid-1144 div.product{
        width: calc(100% - 24px) !important;
    }

    body.single-product.postid-1144 div.product .summary.entry-summary,
    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap,
    body.single-product.postid-1144 div.product .woocommerce-product-gallery.images{
        width: 100% !important;
    }

    .qcc-section-card{
        padding: 22px 18px;
    }

    .qcc-shape-options,
    .qcc-thickness-options,
    .qcc-corner-options,
    .qcc-size-grid,
    .qcc-product-features{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qcc-feature-block:nth-child(3n){
        border-right: 1px solid #e6eef3;
    }

    .qcc-feature-block:nth-child(2n){
        border-right: none;
    }

    .qcc-feature-block:nth-child(n+4){
        border-bottom: 1px solid #e6eef3;
    }

    .qcc-feature-block:nth-child(n+5){
        border-bottom: none;
    }
}


/* ==========================================================
   QCC v1.9.0 - Revised client confirmation
   - Popular sizes removed
   - Actual thickness/corner images supported
   - Measurement/Tracing guide controlled from measurement step
   - Product gallery sticky until end of right column
   - Readability improvements
   ========================================================== */
.single-product #qcc-customizer .qcc-popular-sizes,
.qcc-customizer .qcc-popular-sizes,
.single-product #qcc-customizer .qcc-customer-care-widget,
.qcc-customizer .qcc-customer-care-widget,
.single-product #qcc-customizer .qcc-tracing-guide-cta,
.qcc-customizer .qcc-tracing-guide-cta{
    display:none !important;
}

body.single-product.postid-1144 #primary,
body.single-product.postid-1144 .site-main,
body.single-product.postid-1144 div.product{
    max-width: 1440px !important;
    width: calc(100% - 36px) !important;
}

@media (min-width: 992px){
    body.single-product.postid-1144 div.product{
        position: relative !important;
        overflow: visible !important;
        align-items: flex-start !important;
    }

    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap{
        width: 47% !important;
        float: left !important;
        position: relative !important;
        top: auto !important;
        overflow: visible !important;
        z-index: 20 !important;
    }

    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap .woocommerce-product-gallery.images{
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        z-index: 20 !important;
    }

    body.single-product.postid-1144 div.product .summary.entry-summary{
        width: 51% !important;
        float: right !important;
        padding-left: 22px !important;
    }
}

.single-product #qcc-customizer,
.single-product #qcc-customizer p,
.single-product #qcc-customizer span,
.single-product #qcc-customizer small,
.single-product #qcc-customizer label,
.single-product #qcc-customizer button{
    color: #111827 !important;
}

.single-product #qcc-customizer .qcc-section-title{
    color:#0C2736 !important;
    font-size:21px !important;
}

.single-product #qcc-customizer .qcc-section-subtitle,
.single-product #qcc-customizer .qcc-unit-card small,
.single-product #qcc-customizer .qcc-info-box,
.single-product #qcc-customizer .qcc-field-helper,
.single-product #qcc-customizer .qcc-note{
    color:#1f2933 !important;
    font-size:13.5px !important;
    line-height:1.55 !important;
}

.single-product #qcc-customizer .qcc-choice-card strong,
.single-product #qcc-customizer .qcc-thickness-btn strong{
    color:#0C2736 !important;
    font-size:15px !important;
}

.single-product #qcc-customizer .qcc-thickness-use{
    color:#111827 !important;
    font-size:15px !important;
    line-height:1.38 !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-thickness-price{
    font-size:18px !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-thickness-photo{
    height:116px !important;
}

.single-product #qcc-customizer .qcc-corner-photo{
    height:104px !important;
}

.single-product #qcc-customizer .qcc-corner-choice strong{
    font-size:14px !important;
    color:#111827 !important;
}

.single-product #qcc-customizer .qcc-measure-support{
    background:#f5fbff !important;
    border:1px solid #d3e5ef !important;
    color:#111827 !important;
    font-size:14px !important;
}

.single-product #qcc-customizer .qcc-measure-support strong{
    color:#0C2736 !important;
}

.single-product #qcc-customizer .qcc-measure-support a{
    color:#F36827 !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-thickness-warning{
    background:#fff5f5 !important;
    border:1px solid #ffd0d0 !important;
    color:#111827 !important;
    font-size:14px !important;
}

.single-product #qcc-customizer .qcc-thickness-warning .qcc-warning-icon{
    background:#d93025 !important;
    color:#ffffff !important;
}

.single-product #qcc-customizer .qcc-thickness-warning strong{
    color:#0C2736 !important;
}

.single-product #qcc-customizer .qcc-summary-card,
.single-product #qcc-customizer .qcc-summary-card *{
    color:#ffffff !important;
}

.single-product #qcc-customizer .qcc-summary-price-row strong{
    color:#ffbf00 !important;
}

.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button,
.single-product #qcc-customizer .qcc-summary-actions button.single_add_to_cart_button.button.alt{
    color:#ffffff !important;
}

.single-product #qcc-customizer .qcc-inline-help-btn{
    color:#0C2736 !important;
    font-size:13px !important;
    font-weight:900 !important;
}

.single-product #qcc-customizer .qcc-inline-help-btn:hover{
    color:#F36827 !important;
}

@media (max-width: 767px){
    body.single-product.postid-1144 #primary,
    body.single-product.postid-1144 .site-main,
    body.single-product.postid-1144 div.product{
        width: calc(100% - 22px) !important;
    }

    body.single-product.postid-1144 div.product .summary.entry-summary,
    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap,
    body.single-product.postid-1144 div.product .woocommerce-product-gallery.images{
        width:100% !important;
        float:none !important;
        padding-left:0 !important;
    }

    .single-product #qcc-customizer .qcc-section-title{
        font-size:18px !important;
    }

    .single-product #qcc-customizer .qcc-thickness-photo,
    .single-product #qcc-customizer .qcc-corner-photo{
        height:112px !important;
    }
}

/* QCC v1.9.0 readability safety overrides */
.single-product #qcc-customizer .qcc-step-badge,
.single-product #qcc-customizer .qcc-selected-mark,
.single-product #qcc-customizer .qcc-recommended-badge,
.single-product #qcc-customizer .qcc-summary-actions .single_add_to_cart_button:before{
    color:#ffffff !important;
}

.single-product #qcc-customizer .qcc-bevel-badge{
    color:#0f6b4f !important;
    background:#eaf7f2 !important;
}

.single-product #qcc-customizer .qcc-thickness-price{
    color:#F36827 !important;
}

.single-product #qcc-customizer .qcc-step-change{
    color:#F36827 !important;
}
.single-product #qcc-customizer .qcc-step-change:hover{
    color:#ffffff !important;
}


/* ==========================================================
   QCC v1.9.1 - Image rendering + modal + gallery stability fixes
   Fixes:
   - Shape images now show fully and built-in image labels are not duplicated
   - Thickness / corner photos show complete reference images
   - Modal close button is properly centred
   - Product gallery size is stabilized on desktop
   ========================================================== */

/* Shape step: show full provided/placeholder image and hide duplicate text label */
.single-product #qcc-customizer .qcc-shape-photo-card,
.qcc-customizer .qcc-shape-photo-card{
    min-height: 190px !important;
    padding: 12px !important;
    justify-content: center !important;
}

.single-product #qcc-customizer .qcc-shape-photo-card > strong,
.qcc-customizer .qcc-shape-photo-card > strong{
    display: none !important;
}

.single-product #qcc-customizer .qcc-shape-photo,
.qcc-customizer .qcc-shape-photo{
    width: 100% !important;
    height: 158px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #dce8ee !important;
    background: #f7fbfd !important;
}

.single-product #qcc-customizer .qcc-shape-photo img,
.qcc-customizer .qcc-shape-photo img{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Corner cards: use complete real reference images, not cropped thumbnails */
.single-product #qcc-customizer .qcc-corner-choice,
.qcc-customizer .qcc-corner-choice{
    min-height: 230px !important;
    padding: 14px !important;
    justify-content: flex-start !important;
}

.single-product #qcc-customizer .qcc-corner-photo,
.qcc-customizer .qcc-corner-photo{
    width: 100% !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 12px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #dce8ee !important;
    background: #f7fbfd !important;
}

.single-product #qcc-customizer .qcc-corner-photo img,
.qcc-customizer .qcc-corner-photo img{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Thickness cards: show complete product reference images with readable text */
.single-product #qcc-customizer .qcc-thickness-btn,
.qcc-customizer .qcc-thickness-btn{
    min-height: 360px !important;
    padding: 16px !important;
    justify-content: flex-start !important;
}

.single-product #qcc-customizer .qcc-thickness-photo,
.qcc-customizer .qcc-thickness-photo{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 14px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #dce8ee !important;
    background: #f7fbfd !important;
}

.single-product #qcc-customizer .qcc-thickness-photo img,
.qcc-customizer .qcc-thickness-photo img{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.single-product #qcc-customizer .qcc-thickness-btn strong,
.qcc-customizer .qcc-thickness-btn strong{
    font-size: 23px !important;
    line-height: 1.15 !important;
    margin: 2px 0 0 !important;
}

.single-product #qcc-customizer .qcc-thickness-use,
.qcc-customizer .qcc-thickness-use{
    margin-top: 10px !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.38 !important;
    font-weight: 900 !important;
}

/* Modal close button fix */
.qcc-modal .qcc-modal-close,
.qcc-modal-close{
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 1px solid #dce8ee !important;
    background: #f7fbfd !important;
    color: #0C2736 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow: 0 6px 14px rgba(12,39,54,.08) !important;
    cursor: pointer !important;
    transform: none !important;
}

.qcc-modal .qcc-modal-close:hover,
.qcc-modal-close:hover{
    background: #F36827 !important;
    border-color: #F36827 !important;
    color: #ffffff !important;
    transform: none !important;
}

.qcc-modal-panel.qcc-video-modal-panel{
    width: min(760px, calc(100vw - 40px)) !important;
    max-height: 88vh !important;
    padding: 28px !important;
    overflow-y: auto !important;
}

.qcc-video-embed{
    border-radius: 18px !important;
    background: #0d2230 !important;
}

/* Stable product gallery sizing. Keeps main image premium and prevents narrow/weird rendering. */
@media (min-width: 992px){
    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap{
        width: 46% !important;
        float: left !important;
        position: relative !important;
        overflow: visible !important;
        z-index: 20 !important;
    }

    body.single-product.postid-1144 div.product .summary.entry-summary{
        width: 52% !important;
        float: right !important;
        padding-left: 28px !important;
    }

    body.single-product.postid-1144 .qcc-sticky-gallery-wrap .woocommerce-product-gallery.images,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        width: 100% !important;
        max-width: 100% !important;
        height: 520px !important;
        min-height: 520px !important;
        margin: 0 !important;
        border-radius: 24px !important;
        border: 1px solid #dce8ee !important;
        background: #f7fbfd !important;
        overflow: hidden !important;
        box-shadow: 0 18px 42px rgba(12,39,54,.08) !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
        height: 520px !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg){
        width: 100% !important;
        height: 520px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 24px !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        position: static !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 16px 0 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        list-style: none !important;
        clear: both !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
    body.single-product.postid-1144 .woocommerce div.product div.images .flex-control-thumbs li{
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 118px !important;
        min-height: 118px !important;
        max-height: 118px !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        border: 1px solid #dce8ee !important;
        background: #f7fbfd !important;
        box-shadow: 0 10px 22px rgba(12,39,54,.05) !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width: 100% !important;
        height: 118px !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 991px){
    .single-product #qcc-customizer .qcc-shape-photo-card,
    .qcc-customizer .qcc-shape-photo-card{
        min-height: 160px !important;
    }
    .single-product #qcc-customizer .qcc-shape-photo,
    .qcc-customizer .qcc-shape-photo{
        height: 132px !important;
    }
    .single-product #qcc-customizer .qcc-thickness-btn,
    .qcc-customizer .qcc-thickness-btn{
        min-height: 320px !important;
    }
    .single-product #qcc-customizer .qcc-corner-photo,
    .qcc-customizer .qcc-corner-photo{
        height: 138px !important;
    }
}

@media (max-width: 767px){
    .single-product #qcc-customizer .qcc-shape-photo,
    .qcc-customizer .qcc-shape-photo{
        height: 112px !important;
    }
    .qcc-modal-panel.qcc-video-modal-panel{
        width: calc(100vw - 24px) !important;
        padding: 22px 16px !important;
        border-radius: 18px !important;
    }
    .qcc-modal .qcc-modal-close,
    .qcc-modal-close{
        top: 10px !important;
        right: 10px !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
        font-size: 22px !important;
    }
}


/* ==========================================================
   QCC v1.9.3 - urgent layout / image-fit fixes
   - fixes narrow/tall product gallery rendering
   - removes image letterboxing in Step 2 and Step 4
   - keeps plugin layout independent of older Customizer CSS
   ========================================================== */
@media (min-width: 992px){
    body.single-product.postid-1144 #primary,
    body.single-product.postid-1144 .site-main{
        max-width: 1520px !important;
        width: calc(100% - 48px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: visible !important;
    }

    body.single-product.postid-1144 div.product{
        max-width: 1520px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: grid !important;
        grid-template-columns: minmax(520px, 0.92fr) minmax(650px, 1.08fr) !important;
        column-gap: 58px !important;
        align-items: start !important;
        overflow: visible !important;
        position: relative !important;
    }

    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap{
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        clear: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        overflow: visible !important;
        z-index: 20 !important;
    }

    body.single-product.postid-1144 div.product .summary.entry-summary{
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        clear: none !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    body.single-product.postid-1144 div.product .qlarity-test-product-template,
    body.single-product.postid-1144 div.product .woocommerce-tabs,
    body.single-product.postid-1144 div.product section.related.products,
    body.single-product.postid-1144 div.product > .elementor{
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 1180px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        clear: both !important;
    }

    body.single-product.postid-1144 .qcc-sticky-gallery-wrap .woocommerce-product-gallery.images,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        display: block !important;
        position: relative !important;
        overflow: visible !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 1 / 0.78 !important;
        height: auto !important;
        min-height: 430px !important;
        max-height: 540px !important;
        margin: 0 !important;
        border-radius: 24px !important;
        overflow: hidden !important;
        background: #f7fbfd !important;
        border: 1px solid #dce8ee !important;
        box-shadow: 0 18px 42px rgba(12,39,54,.08) !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image a{
        height: 100% !important;
        min-height: 430px !important;
        max-height: 540px !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg){
        width: 100% !important;
        height: 100% !important;
        min-height: 430px !important;
        max-height: 540px !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 24px !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs{
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 14px !important;
        margin: 16px 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        list-style: none !important;
        clear: both !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li{
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        border: 1px solid #dce8ee !important;
        background: #f7fbfd !important;
        box-shadow: 0 10px 22px rgba(12,39,54,.05) !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs img{
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    body.single-product.postid-1144 div.product{
        grid-template-columns: minmax(470px, 0.9fr) minmax(590px, 1.1fr) !important;
        column-gap: 42px !important;
    }
}

/* Step 2: remove top/bottom empty feel in real corner images */
.single-product #qcc-customizer .qcc-corner-choice,
.qcc-customizer .qcc-corner-choice{
    padding: 14px !important;
    min-height: 255px !important;
}

.single-product #qcc-customizer .qcc-corner-photo,
.qcc-customizer .qcc-corner-photo{
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #f7fbfd !important;
}

.single-product #qcc-customizer .qcc-corner-photo img,
.qcc-customizer .qcc-corner-photo img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.02) !important;
}

/* Step 4: thickness images are 3:2, so use 3:2 instead of 16:9 to remove left/right white gaps */
.single-product #qcc-customizer .qcc-thickness-photo,
.qcc-customizer .qcc-thickness-photo{
    height: auto !important;
    aspect-ratio: 3 / 2 !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #f7fbfd !important;
}

.single-product #qcc-customizer .qcc-thickness-photo img,
.qcc-customizer .qcc-thickness-photo img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.01) !important;
}

@media (max-width: 991px){
    body.single-product.postid-1144 #primary,
    body.single-product.postid-1144 .site-main,
    body.single-product.postid-1144 div.product{
        width: calc(100% - 24px) !important;
        display: block !important;
        max-width: 100% !important;
    }

    body.single-product.postid-1144 div.product .qcc-sticky-gallery-wrap,
    body.single-product.postid-1144 div.product .summary.entry-summary{
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
        padding-left: 0 !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    body.single-product.postid-1144 .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg){
        min-height: 0 !important;
    }
}
