.lgc-measurement{
    display:flex;
    gap:15px;
}

.lgc-measurement select{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
}
.lgc-option-title{
    font-size:14px;
    margin-bottom:10px;
}

.lgc-option-title span{
    color:#c7a56b;
    font-weight:600;
}

.lgc-swatches{
    display:flex;
    gap:12px;
    margin-bottom:25px;
}

.lgc-swatch{
    width:42px;
    height:42px;
    border-radius:50%;
    border:2px solid #ddd;
    cursor:pointer;
}

.lgc-swatch.active{
    border:3px solid #c9a768;
}

.lgc-directions{
    display:flex;
    gap:10px;
    margin-bottom:25px;
}

.lgc-direction-btn{
    height:42px;
    padding:0 20px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
}

.lgc-direction-btn.active{
    background:#141d47;
    color:#fff;
}

.lgc-price-card{
    border:1px solid #ddd;
    border-radius:16px;
    padding:25px;
    margin-top:30px;
}

.lgc-price-row{
    display:flex;
    align-items:center;
    gap:12px;
}

.lgc-current-price {
    color: #0f1324;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: "Playfair Display", serif;
}

.lgc-compare-price{
    text-decoration:line-through;
    color:#676f7e;
    text-decoration-line: line-through;
    font-size: 1.125rem;
    line-height: 1.75rem;

}
.lgc-configurator{
    color:#0b1d4d;
}
.lgc-discount{
    color: #c7a56b;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    background: #c7a56b1a;
}

button.lgc-add-cart.single_add_to_cart_button{
    width: 100%;
    height: 52px;
    background: #c7a56be6;
    border: none;
    border-radius: 10px;
    margin: 20px 0;
    font-weight: 600;
    color: #0c1431;
    font-size: 1rem;
    line-height: 1.5rem;
}

.lgc-benefits{
    margin:0;
    padding-left:20px;
}

.lgc-benefits li{
    margin-bottom:10px;
}

.lgc-discount{
    color:#c9a768;
}
.lgc-product-gallery{
    width:45%;
}

.lgc-product-config{
    width:55%;
}
.lgc-swatch.active{
    border:3px solid #c9a768;
    transform:scale(1.05);
}
.lgc-direction-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    height:42px;
    padding:0 18px;

    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;

    cursor:pointer;
}

.lgc-direction-btn svg{
    width:16px;
    height:16px;
    flex-shrink:0;
    display:block;
}
.lgc-direction-btn svg{
    position:relative;
    top:1px;
}
.lgc-direction-btn.active{
    background:#111c4e;
    color:#fff;
    border-color:#111c4e;
}
.lgc-swatch{
    width:42px;
    height:42px;
    border-radius:50%;
    border:2px solid #ddd;
    position:relative;
    cursor:pointer;
    transition:all .2s ease;
}

.lgc-swatch.active{
    border:3px solid #c9a768;
}

.lgc-swatch.active::after{
    content: "\2713";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    background:#1f2937;
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-align:center;
}
.lgc-swatch.active{
    border: 2px solid #c7a56b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.lgc-announcement-wrapper {
    text-align: center;
    margin-bottom: 35px;
    margin-top: -20px;
}

.lgc-announcement{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#c7a56b1a;
    color:#c7a56b;
    padding:10px 18px;
    border-radius:30px;
    font-weight:500;
    font-size:.875rem;
    line-height:1.25rem;
}

.lgc-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#c9a768;
}

.lgc-brand-title {
    color: #c7a56b;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
}
h1.product_title.entry-title {
    color: #0f1324;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.lgc-review-summary{
    display:flex;
    align-items:center;
    gap:10px;
    margin:15px 0 25px;
}

.lgc-review-count{
    color:#64748b;
    font-size:16px;
}

.lgc-review-summary .star-rating{
    margin:0;
}
.woocommerce-product-rating .star-rating ::before {
    color: #c7a56b !important;
}
.woocommerce-product-rating a.woocommerce-review-link {
    color: #676f7e;
    font-size: .875rem;
    line-height: 1.25rem;
}
p.price {
    color: #0f1324;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.lgc-option-title.swatches {
    color: #0f1324;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: .75rem;
}
.lgc-section label {
    color: #0f1324;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.lgc-section .lgc-directions {
    margin-top: 12px;
}
.lgc-section .lgc-directions {
    margin-top: 12px;
    font-weight: 500 !important;
    font-size: .875rem;
    line-height: 1.25rem;
    background: #ffffff;
}
.lgc-section h4 {
    color: #0f1324;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.lgc-section {
    margin-bottom: 18px;
}
.lgc-section select,
.lgc-section input {
    color: #0f1324;
    font-size: .875rem;
    line-height: 1.25rem;
        border-radius: 18px;
}
.lgc-section select{
    border:1px solid #d8dbe3;
    transition:all .2s ease;
}

.lgc-section select:hover{
    border-color:#c7a56b;
}

.lgc-section select:focus{
    outline:none;
    border-color:#c7a56b;
    box-shadow:0 0 0 3px rgba(199,165,107,.15);
}
p.lgc-installments {
    color: #676f7e;
    font-size: .75rem;
    line-height: 1rem;
    margin-top: 12px;
}
button.lgc-add-cart svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: -6px;
}
ul.lgc-benefits {
    border-top: 1px solid #dcdfe5;
    padding-top: 1.25rem;
}
ul.lgc-benefits li {
    color: #676f7e;
    font-size: .875rem;
    line-height: 1.25rem;
    list-style-type: none;
}
ul.lgc-benefits li svg {
    color: #c7a56b;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 3px;
        margin-right: 10px;
}
ul.lgc-benefits {
    padding-left: 0px;
}
span.ct-product-divider {
    display: none;
}
.lgc-features {
    max-width: 1325px;
    margin: 60px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.lgc-feature-card{
    min-height:120px;

    border:1px solid #d8dbe3;
    border-radius:18px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:20px;
}

.lgc-feature-title {
    margin-top: 12px;
    color: #0f1324;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
}
.lgc-feature-icon svg {
    width: 24px;
    height: 24px;
    color: #c7a56b;
    stroke: #c7a56b;
}@media (max-width:1200px){

    .lgc-features{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:768px){

    .lgc-features{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

}

@media (max-width:480px){

    .lgc-features{
        grid-template-columns:1fr;
    }

}
.woocommerce-product-gallery{
    display:none;
}
.lgc-main-image img{
    width:95%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

.lgc-thumbs { display: flex; gap: 12px; margin-top: 15px; }


.lgc-thumb{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    border:2px solid transparent;
}

.lgc-thumb.active{
    border-color:#c7a56b;
}
.lgc-notice{
    display:none;
    margin-top:15px;
    padding:14px 18px;
    border-radius:8px;
    background:#FFF8E5;
    border:1px solid #F4D06F;
    color:#5F4B00;
    font-size:14px;
    line-height:1.6;
    font-weight:500;
}

.lgc-notice strong{
    font-weight:600;
}

.lgc-notice svg{
    width:18px;
    height:18px;
    flex-shrink:0;
}
.lgc-measurement input,
.lgc-measurement input:focus{
    color:#1F2937 !important;
    -webkit-text-fill-color:#1F2937 !important;
    caret-color:#1F2937;
}
.lgc-section select:focus {
    color:#1F2937 !important;
    -webkit-text-fill-color:#1F2937 !important;
    caret-color:#1F2937;
}


/* Offset Section */
.lgc-offset-section{
    margin-bottom: 25px;
}
.lgc-offset-wrapper{
    display:flex;
    gap:20px;
    margin-top:12px;
}
.lgc-offset-wrapper .lgc-measurement{
    flex:1;
}
.lgc-offset-wrapper label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
    line-height:1.4;
}
.lgc-offset-input,
.lgc-offset-large{
    width:100%;
    height:48px;
    padding:0 16px;
    border:1px solid #D9DEE8;
    border-radius:12px;
    background:#fff;
    font-size:15px;
    color:#1A1A1A;
    outline:none;
    transition:all .2s ease;
    box-sizing:border-box;

}
.lgc-offset-large{
    background:#F7F8FA;
    cursor:not-allowed;
}

.lgc-offset-input:focus{
    border-color:#C8A86B;
    box-shadow:0 0 0 3px rgba(200,168,107,.15);
}

.lgc-offset-error{
    margin-top:10px;
    font-size:13px;
    color:#D63638;
    font-weight:500;
}
@media (max-width:767px){
    .lgc-offset-wrapper{
        flex-direction:column;
        gap:15px;
    }
}
.lgc-measurement .lgc-offset-input,
.lgc-measurement .lgc-offset-large {
    height: 56px;
    padding: 0 18px;
    border: 1px solid #D9DEE8;
    border-radius: 14px;
    font-size: 16px;
    color: #172554;
    background: #fff;
    transition: .25s ease;
}
.lgc-measurement .lgc-offset-input:focus,
.lgc-measurement .lgc-offset-large:focus{
    border-color: #B8914A;
    box-shadow: 0 0 0 4px rgba(184, 145, 74, .12);
    outline: none;
}
input.lgc-offset-input,
input.lgc-offset-large {
    color:#1F2937 !important;
    -webkit-text-fill-color:#1F2937 !important;
    caret-color:#1F2937;
}
