/*.sale {
	display: none;
}*/

/*.woocommerce-breadcrumb:has(~ #cx-product-main-wrapper) {
	display: none;
}*/

#cx-product-main-wrapper {gap: 30px;}

#cx-product-main-wrapper .cx-product-details-wrapper .product-title-wrapper {
    padding: 0 0 12px 0;
    border-bottom:1px solid var(--grey-47);
}

#cx-product-main-wrapper .cx-product-details-wrapper .cx-layer {
    border:none;
    border-bottom:1px solid var(--grey-47);
    padding: 12px 0;
}

#cx-product-main-wrapper .cx-product-details-wrapper .cx-layer > h3 {
    margin: 0;
    text-align: left;
}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items {
    padding: 0;
    justify-content: left;
    text-align: left;
}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items > div {
    background:unset;
    border-radius:unset;
    padding:0;
    margin:0;
    width:unset;
    border: none;
    min-width: 0;
}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items > div label {
    font-size: inherit;
    line-height: inherit !important;
}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items .layer_item_selected {border:none;}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items img {

    border:1px solid transparent;
    border-radius:6px;
    width:64px;
    height:64px;
    object-fit:cover;
    object-position:center;
}

#cx-product-main-wrapper .cx-product-details-wrapper .layer-items .layer_item_selected img {border-color:var(--brand-primary-50);}

#cx-product-main-wrapper .cx-product-details-wrapper .price-and-cart-wrapper {
	margin-top: 12px;
	padding: 16px;
	border-radius: 8px;
	background-color: var(--brand-primary-43);
}

#cx-product-main-wrapper .cx-product-details-wrapper .price-and-cart-wrapper .regular-price {
	position: relative;
	max-width: max-content;
}

#cx-product-main-wrapper .cx-product-details-wrapper .price-and-cart-wrapper .regular-price::after {
    content: "";
    border-top: 1px solid currentColor;
    position: absolute;
    top: 50%;
    height: 2px;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1100px) {

    #cx-product-main-wrapper .cx-product-wrapper .cx-product-image-wrapper {padding-right:15px;}

    #cx-product-main-wrapper .cx-product-wrapper .cx-product-details-wrapper {padding-left:15px;}
}

@media (max-width:1100px) {
    #cx-product-main-wrapper .cx-product-wrapper {grid-template-columns: 1fr ;}
}

#cx-product-main-wrapper .cx-product-wrapper {padding-bottom: 30px;}

#cx-product-main-wrapper .cx-product-description-reviews-wrapper:has( .hs_tabs_init .hs_tabs_header ul:empty ) {display: none;}

#cx-product-main-wrapper .cx-product-artist-related_products {gap: 30px;}


/* loader */

#cx-product-main-wrapper #cx_product_layers:not(.ng-scope) {
    position: relative;
    overflow: hidden;
}

#cx-product-main-wrapper #cx_product_layers:not(.ng-scope)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: url("/wp-content/plugins/cx_zico/asset/imgs/loader-old.gif");
    width: 100%;
    background-size: cover;
    border-radius: 10px;
}



