/*
 SN Product Layout for WooCommerce CSS
*/


.sn-product {
    display: flex;
    gap: 40px;
    margin: 40px auto;
    max-width: 1200px;
}

.sn-gallery img {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.sn-summary {
    width: 45%;
}



.sn-image-wrapper {
    position: relative;
    width: 100%;
}

.sn-main-image {
    width: 100%;
    display: block;
}

.overlay-img {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sn-accent-image {
    width: 100%;
    display: none;
}


.woocommerce-product-gallery {
    position: relative;
}

.sn-accent-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.sn-accent-overlay img {
    width: 100%;
    height: auto;
    
}


.cart-finish-image {
    position: relative;
    width: 100%;
}

.cart-finish-image img {
    display: block;
    width: 100%;
    height: auto;
}

.cart-accent-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cart-accent-overlay img {
    width: 100%;
    height: auto;
}

.swp-finish-image {
    position: relative;
    display: inline-block;
    width: 80px;
}

.swp-finish-image img {
    width: 100%;
    height: auto;
    display: block;
}

.swp-accent-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}



.sn-cart-thumb {
    position: relative;
}

.sn-cart-thumb .sn-accent-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sn-cart-thumb .sn-accent-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cust-color-option {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 20px;
    float: left;
}
.nasa-sa-brands{display:none;}
.cust-color-option .nasa-attr-bg {
    height: 22px;
    width: 22px;
}