.swiper.product-swipper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.swiper.product-swipper .inner_slide {
    max-width: 649px;
    width: 100%;
    margin: 0 auto;
    height: 649px;
    cursor: grab;
}

.swiper.product-swipper .inner_slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    width: 30px;
    height: 30px;
}
.swiper-button-prev::after {
    content: '' !important;
    background: url(/wp-content/themes/bricks-child/assets/images/arrow-left.svg);
}
.swiper-button-next::after {
    content: '' !important;
    background: url(/wp-content/themes/bricks-child/assets/images/arrow-right.svg);
}

.product-swipper .swiper-scrollbar {
    position: static !important;
    margin: 30px auto 0px;
    max-width: 649px;
    width: 100% !important;
    height: 5px !important;
    cursor: grab;
    border-radius: 20px;
}

.product-swipper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #212121;
    border-radius: 20px;
}

.animated-btn {
    transition: .4s cubic-bezier(.42, 0, .58, 1);
    position: relative;
    overflow: hidden;
    border-radius: 49px;
    border: 1px solid #131415;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
}

.animated-btn:hover {
    background: #000;
    color: #fff;
}

.animated-btn:hover svg {
    filter: invert(1);
}

.animated-btn::after {
    position: absolute;
    height: calc(100% + 2px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #131415;
    -webkit-transition: .4s cubic-bezier(.42, 0, .58, 1);
    -o-transition: .4s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: .4s cubic-bezier(.42, 0, .58, 1);
    transition: .4s cubic-bezier(.42, 0, .58, 1);
    display: block;
    top: -1px;
    right: -1px;
    width: 0;
    content: "";
    z-index: -1;
}

.animated-btn:hover::after {
    left: 0;
    right: auto;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
}

.product-image {
    max-width: 649px;
    width: 100%;
    height: 649px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/ Ensure gallery container can accommodate both */
.product-img-galley-wrapper,
.woocommerce-product-gallery {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1500px ) {
    .swiper.product-swipper {
        max-width: 550px;
    }
    
    .swiper.product-swipper .inner_slide {
        max-width: 450px;
        height: 450px;
    }
    
    .product-swipper .swiper-scrollbar {
        max-width: 450px !important;
    }

    .product-image {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1024px ) {
    .swiper.product-swipper {
        max-width: 350px;
    }
    
    .swiper.product-swipper .inner_slide {
        max-width: 250px;
        height: 250px;
    }
    
    .product-swipper .swiper-scrollbar {
        max-width: 250px !important;
    }
    .product-image {
        width: 250px;
        height: 250px;
    }
}

form.cart.custom_variation table.variations tr {
    border: unset;
}

form.cart.custom_variation table.variations tr td.value {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

form.cart.custom_variation table.variations td {
    padding: 10px 0 !important;
}

form.cart.custom_variation table.variations tr label {
    margin: 0;
}

form.cart.custom_variation table.variations tr th {
    width: 155px;
}

form.cart.custom_variation table.variations tr th label {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form.cart.custom_variation table.variations tr td.value label input[type="radio"]:checked + span {
    background-color: #131415;
    color: #fff;
}

form.cart.custom_variation table.variations tr td.value label input[type="radio"] {
    display: none;
}

form.cart.custom_variation table.variations tr td.value label span.color-span {
    padding: 5px 20px 5px 5px;
}

form.cart.custom_variation .woocommerce-variation.single_variation {
    display: none !important
}

form.cart.custom_variation .button[type="submit"] {
    width: 100%;
    height: 40px;
    border-radius: 49px;
    border: 1px solid #131415;
    background: #131415;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    min-width: 150px !important;
    max-width: 150px !important;
    margin: 0;
}

form.cart.custom_variation .button[type="submit"].disabled{
    border: 1px solid #A0A0A0;
    background: #A0A0A0;
}

form.cart.custom_variation .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
}

form.cart.custom_variation .quantity .minus, form.cart.custom_variation .quantity .plus {
    width: unset;
    border: unset;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form.cart.custom_variation .quantity .qty {
    width: 100%;
    border: unset;
    max-width: 54px !important;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form.cart.custom_variation table.variations {
    margin-bottom: 25px !important;
}

a.reset_variations {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}

form.cart.custom_variation button.reset_variations {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: transparent;
}

form.cart.custom_variation .quantity {
    width: auto;
}

form.cart.custom_variation .product-price {
    color: #000;
    font-family: 'loos-wide';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.54px;
}

form.cart.custom_variation .availability-status .message {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

form.cart.custom_variation .availability-status .message span.status {
    width: 6px;
    height: 6px;
    background:  #A4A29F;
    border-radius: 50%;
}

form.cart.custom_variation fieldset.radio__variations {
    border: unset;
    padding: unset;
    margin: unset;
}

form.cart.custom_variation fieldset.radio__variations ul {
    padding: 0 !important;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

form.cart.custom_variation fieldset.radio__variations ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

form.cart.custom_variation fieldset.radio__variations ul li input {
    display: none;
}

form.cart.custom_variation fieldset.radio__variations ul li label {
    padding: 10px 19px;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 49px;
    border: 1px solid #131415;
    transition: all ease-in-out 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0 !important;
    cursor: pointer;
}

form.cart.custom_variation fieldset.radio__variations ul li input[type="radio"]:checked + label {
    background-color: #131415;
    color: #fff;
}

form.cart.custom_variation fieldset.radio__variations ul li label:hover{
    background-color: #131415;
    color: #fff;
}

form.cart.custom_variation fieldset.radio__variations ul li label.color-span {
    padding: 5px 20px 5px 5px;
}

form.cart.custom_variation .product-price span.price {
    font-size: inherit;
}

.product-type-simple form.cart.custom_variation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
}

form.cart.custom_variation .product-price del {
    color: #A4A29F;
}

.addon_product-price del {
    color: #A4A29F;
}

summary {
    list-style: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
}

summary::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    background-image: url(/wp-content/themes/bricks-child/assets/images/Vector.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    transition: all ease-in-out 300ms;
}

details[open] summary::before {
    transform: rotate(180deg);
}

summary::-webkit-details-marker {
    display: none;
}

.info_container {
    padding: 50px 0;
    width: 100%;
}

.info_container details.info {
    padding: 25px 0;
    border-bottom: 1px solid #A4A29F;
    max-width: 693px;
    width: 100%;
}

.info_container details.info .answer {
    width: 100%;
    max-width: 693px;
}

.info_container summary {
    color: #000;
    font-family: 'loos-wide';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info_container details.info:last-child {
    border: unset;
    max-width: 693px;
}

.info_container details.info:first-child {
    border-top: 1px solid #A4A29F;
}

.info_container details.info:last-child summary {
    max-width: 693px;
}

.info_container details.info:last-child .answer {
    max-width: 693px;
    width: 100%;
    overflow-x: visible;
}

.info_container .custom-addons {
    padding: 20px 0;
}

.info_container .custom-addons .addon-item {
    padding: 30px 0;
    border-bottom: 1px solid #A4A29F;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
}

.info_container .custom-addons .addon-item:last-child {
    border: unset;
}

.info_container .custom-addons .addon-item .add-on-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.info_container .custom-addons .addon-item .add-on-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info_container .custom-addons .addon-item h5 {
    color: #000;
    font-family: 'loos-wide';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info_container .custom-addons .heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
}

form.cart.custom_variation .addon_availability-status .message {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

form.cart.custom_variation .addon_availability-status .message span.status {
    width: 6px;
    height: 6px;
    background: #A4A29F;
    border-radius: 50%;
}

form.cart.custom_variation .addon_availability-status .message span.status.green {
    background: #47BB53;
}

.addon_availability-status .status.amber {
    background: #E4AC40;
}

.addon_availability-status .status.red {
    background: #DB5353;
}

table.addon_variation {
    margin-bottom: 10px;
}

table.addon_variation tbody tr td {
    padding: 10px 0 !important;
}

.info_container .custom-addons .addon-item .add-on-img {
    width: 100px;
    height: 120px;
    max-width: 100px;
    min-width: 100px;
    border-radius: 10px;
}

.info_container .custom-addons .addon-item .add-on-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

table.addon_variation tbody tr td:first-child label {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

table.addon_variation tbody tr td:first-child {
    width: 105px !important;
}

.info_container .custom-addons .addon-item .add-on-block button.add-addon-to-cart {
    width: 100%;
    height: 40px;
    border-radius: 49px;
    border: 1px solid #131415;
    background: #131415;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    min-width: 150px !important;
    max-width: 150px !important;
    margin: 0;
}

.info_container .custom-addons .addon-item .add-on-block button.add-addon-to-cart.disabled {
    border: 1px solid #A0A0A0;
    background: #A0A0A0;
}

.info_container details.info .product_details {
    margin-bottom: 6px;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 40px;
}

.info_container details.info .product_details ul, .info_container details.info .product_details ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 22px;
}

.info_container details.info .product_details strong {
    font-weight: 500;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    color: #000000;
    text-align: left;
    padding: 25px 25px;
    width: 350px;
    border-radius: 20px;
    background: rgba(245, 245, 245, 0.95);
    box-shadow: 0px 0px 20px 0px rgba(19, 20, 21, 0.10);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tooltip-content .specs-section h5 {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    margin-bottom: 8px;
}

.tooltip-content .specs-section p,
.tooltip-content .specs-section .measurements-content {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 10px;
}

.tooltip-content .specs-section:last-child p,
.tooltip-content .specs-section:last-child .measurements-content {
    margin-bottom: 0;
}

.tooltip-content-main {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-top: 20px;
    z-index: 999999 !important;
    right: 0;
    top: 20px;
    transition: opacity 0.3s ease;
}

.tooltip-container:hover .tooltip-content-main {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

.tooltip-icon {
    position: relative;
    z-index: 1;
}

.tooltip-content .overview h5, .tooltip-content .specs h5 {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    margin-bottom: 8px;
}

.tooltip-content .overview p {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.tooltip-content .specs .specs-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #A4A29F;
}

.tooltip-content .specs .specs-item .name {
    max-width: 140px !important;
    width: 100%;
}

.tooltip-content .specs .specs-item p {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.tooltip-content .specs .specs-item:last-child {
    border: unset;
    padding-bottom: 0 !important;
}

.tooltip-content .specs .specs-item:nth-child(2) {
    padding-top: 0 !important;
}

.reviews__carousel {
    margin-top: 30px;
    position: relative;
    overflow: visible;
    width: 100%;
}

.reviews__carousel .swiper {
    overflow: visible;
    width: 100%;
}

.reviews__carousel .swiper-wrapper {
    align-items: stretch;
}

.reviews__carousel .swiper-slide {
    flex-shrink: 0;
    width: 330px;
}

.reviews__carousel .reviews-slide {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #A4A29F;
    height: 350px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reviews-head h4 {
    font-family: 'loos-wide';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 0;
}

.reviews-head .star-rating-image {
    width: auto;
    height: 14px;
    margin-bottom: 8px;
    display: block;
}

.reviews-head .verified-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.reviews-head .verified-icon {
    width: 16px;
    height: 16px;
}

.reviews-head .verified-text {
    font-size: 10px;
    font-family: Rubik;
    font-weight: 300;
    color: #000;
}

.reviews-head .review-badge {
    display: none;
}

.reviews__carousel .reviews-slide .reviews-content {
    flex: 1;
    overflow-y: auto;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.reviews__carousel .reviews-slide .reviews-content p {
    margin: 0;
}

.reviews__carousel .reviews-button-next,
.reviews__carousel .reviews-button-prev {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.reviews__carousel .reviews-button-prev {
    left: -40px;
    opacity: 0;
    pointer-events: none;
}

.reviews__carousel .reviews-button-prev.active {
    opacity: 1;
    pointer-events: auto;
}

.reviews__carousel .reviews-button-next {
    right: -40px;
}

.reviews__carousel .reviews-button-next.swiper-button-disabled,
.reviews__carousel .reviews-button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.reviews__carousel .swiper-slide {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.reviews__carousel .swiper-slide.fully-visible {
    opacity: 1;
}

@media screen and (max-width: 1310px) {
    .reviews__carousel .swiper-slide {
        width: 260px;
    }
    
    .reviews__carousel .reviews-slide {
        padding: 20px;
    }
    
    .reviews-head {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .reviews__carousel .swiper-slide {
        width: 197px;
    }
}

@media screen and (max-width: 768px) {
    .reviews__carousel .swiper-slide {
        width: 290px;
    }
    
    .reviews__carousel .reviews-button-next {
        right: 10px;
    }
    
    .reviews__carousel .reviews-button-prev {
        left: 10px;
    }
}

@media screen and (max-width: 600px) {
    .reviews__carousel .swiper-slide {
        width: 250px;
    }
}

@media screen and (max-width: 420px) {
    .reviews__carousel .swiper-slide {
        width: 228px;
    }
    
    .reviews__carousel .reviews-slide {
        padding: 15px;
        height: 320px;
    }
    
    .reviews-head h4 {
        font-size: 14px;
    }
}

table.addon_variation fieldset.radio__variations ul li label.color-span span {
    display: none;
}

table.addon_variation fieldset.radio__variations ul li label.color-span {
    padding: 5px !important;
    border: 2px solid transparent;
    margin-bottom: 0px;
}

table.addon_variation fieldset.radio__variations ul li input[type="radio"]:checked + label.color-span {
    background-color: transparent;
    color: transparent;
    border: 2px solid #000;
}

table.addon_variation fieldset.radio__variations ul li label.color-span:hover {
    background-color: transparent;
    color: transparent;
    border: 2px solid #000;
}

form.cart.custom_variation fieldset.radio__variations ul li input[value="graphite"] + label.color-span i,
table.addon_variation fieldset.radio__variations ul li input[value="graphite"] + label.color-span i {
    background-color: #6b6c6e !important;
}

.addon_product-price {
    color: #000;
    font-family: 'loos-wide';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.brxe-woocommerce-breadcrumbs .navigation {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 47px;
}

.brxe-woocommerce-breadcrumbs .navigation a {
    text-decoration: underline;
}

.v3d-simple-preloader-bar.v3d-simple-preloader-bar2 {
    height: 5px;
    border: none !important;
    background: #212121;
    border-radius: 10px;
    margin: 0;
}

form.cart.custom_variation .xt_icon-spinner4::after {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/bricks-child/assets/images/clewsMNfj2.gif);
    width: 40px;
    height: 40px;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

form.cart.custom_variation .xt_icon-checkmark2::after {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/bricks-child/assets/images/Tick-icon-1.svg);
    width: 40px;
    height: 40px;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

button.add-addon-to-cart .xt_atc-button-spinner-ready .xt_icon-spinner4::after, 
button.add-addon-to-cart .xt_atc-button-spinner-ready .xt_icon-checkmark2::after {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

button.add-addon-to-cart .xt_atc-button-spinner-ready {
    width: 100%;
    height: 100%;
    transform: unset;
}

form.cart.custom_variation .xt_atc-button-spinner-ready {
    width: 100px;
    transform: scale(1) !important;
}

form.cart.custom_variation .xt_atc-button-spinner {
    width: 100px !important;
}

.iheader__select {
    min-width: 100px;
}

.preloader-wrap.preloader_ibs {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .iheader__select {
        width: 100%;
    }
    .iheader__select .selectboxit-btn.selectboxit-open.selectboxit-enabled {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px 20px 0 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        background-color: #f5f5f5 !important;
        border-bottom: none;
    }
    .iheader__select .selectboxit-btn.selectboxit-open.selectboxit-enabled:active,
    .iheader__select .selectboxit-btn.selectboxit-open.selectboxit-enabled:focus,
    .iheader__select .selectboxit-btn.selectboxit-open.selectboxit-enabled:hover {
        background-color: #f5f5f5 !important;
    }
}

@media screen and (max-width: 380px) {
    .iheader__select {
        width: 100%;
    }
}

.iheader__select select {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 500;
}

.iheader__select .selectboxit {
    height: 34px;
    background: 0 0;
    padding-right: 25px !important;
    border-radius: 49px !important;
    border: 1px solid #131415;
    padding-left: 18px !important;
    box-sizing: border-box;
}

.iheader__select .selectboxit-container {
    display: block;
    height: 34px;
}

.iheader__select .selectboxit-text {
    height: 34px;
    padding-right: 20px;
    color: #131415;
    text-align: center;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}

p.wc-no-matching-variations.woocommerce-info {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
    padding:0px;
    display: none !important;
}

.iheader__select .selectboxit-arrow-container {
    height: 34px;
    width: 50px !important;
}

.iheader__select .selectboxit-option-icon-container {
    display: none;
}

.iheader__select .selectboxit-options {
    margin-top: 10px !important;
    max-height: 350px !important;
    overflow: hidden auto !important;
    width: max-content;
    min-width: 100% !important;
    height: auto;
    border-radius: 20px !important;
    background: #F5F5F5;
    padding: 10px !important;
    box-sizing: border-box;
}

.iheader__select .selectboxit-options::-webkit-scrollbar {
    width: 6px; 
}

.iheader__select .selectboxit-options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    margin: 12px 0;
}

.iheader__select .selectboxit-options::-webkit-scrollbar-thumb {
    background: #C0C0C0; 
    border-radius: 10px;
}

.iheader__select .selectboxit-options::-webkit-scrollbar-thumb:hover {
    background: #909090; 
}

.iheader__select .selectboxit-options .selectboxit-option-anchor,
.iheader__select .selectboxit-options a {
    height: 30px !important;
    line-height: 20px !important;
    padding: 5px 11px;
    margin-bottom: 7px;
    position: relative;
    color: #131415;
    text-align: left;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    transition: all ease-in-out 300ms;
    border-radius: 20px;
}

.iheader__select .selectboxit-options .selectboxit-option-anchor:hover,
.iheader__select .selectboxit-options a:hover {
    background: #131415;
    color: #fff;
}

.iheader__select .selectboxit-options li:last-of-type .selectboxit-option-anchor,
.iheader__select .selectboxit-options li:last-of-type a {
    margin-bottom: 0 !important;
}

.iheader__select .selectboxit-arrow {
    width: 17px;
    height: 14px;
    top: 9px !important;
    background-image: url(/wp-content/themes/bricks-child/assets/images/Vector-1.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-in-out 300ms;
}

.iheader__select .selectboxit-open .selectboxit-arrow {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px !important;
}

.iheader__select .selectboxit-list {
    border: none;
    margin-top: 0 !important;
    min-width: unset !important;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.02) !important;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02) !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 7px !important;
}

.iheader__select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #fff;
    color: #131415;
}

.iheader__select .selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor {
    background: #fff;
    color: #131415;
    font-weight: 400;
}

.iheader__select .selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    right: 12px;
    border: 0.8px solid #131415;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.iheader__select .selectboxit-list > .selectboxit-selected > .selectboxit-option-anchor::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 3px;
    top: 12px;
    right: 16px;
    border-bottom: 1px solid #131415;
    border-left: 1px solid #131415;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iheader__select .selectboxit-btn.selectboxit-enabled:active,
.iheader__select .selectboxit-btn.selectboxit-enabled:focus,
.iheader__select .selectboxit-btn.selectboxit-enabled:hover {
    background-color: transparent !important;
}

.iheader__select .selectboxit-btn.selectboxit-enabled:active .selectboxit-text,
.iheader__select .selectboxit-btn.selectboxit-enabled:focus .selectboxit-text {
    color: #131415;
}

.iheader__select .selectboxit.has-selection {
    background: #131415;
    border-color: #131415;
}

.iheader__select .selectboxit.has-selection .selectboxit-text {
    color: #fff;
}

.iheader__select .selectboxit.has-selection .selectboxit-arrow {
    filter: invert(1);
}

@media screen and (max-width: 1310px) {
    .iheader__select {
        width: 100%;
    }
    .iheader__select .selectboxit-container {
        width: 100%;
    }
    .iheader__select .selectboxit {
        width: 100% !important;
    }
    .iheader__select .selectboxit-text {
        max-width: none !important;
        text-align: left;
    }
    .iheader__select .selectboxit-options {
        width: 100%;
        min-width: unset !important;
    }
}

@media screen and (max-width: 1024px) {
    .iheader__select .selectboxit-text {
        font-size: 10px;
    }
    .iheader__select .selectboxit-options .selectboxit-option-anchor,
    .iheader__select .selectboxit-options a {
        margin-bottom: 4px;
    }
    .iheader__select {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .iheader__select .selectboxit {
        width: 100% !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        padding-right: 10px !important;
    }
    .iheader__select .selectboxit-text {
        float: none;
        text-align: left;
        width: auto;
        max-width: none !important;
        font-size: 12px;
    }
    .iheader__select .selectboxit-arrow-container {
        display: inline-block;
        float: none;
        position: relative;
        bottom: 0;
        right: 0;
        width: 30px !important;
        height: 30px !important;
    }
    .iheader__select .selectboxit-options {
        width: 100%;
    }
    .iheader__select .selectboxit-list {
        border: 1px solid #242424;
        border-top: none;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
    }
}

.iheader__select .dropdown-open .selectboxit-arrow {
    top: 8px !important;
    transform: rotate(180deg);
}

@media screen and (max-width: 1500px) {
    form.cart.custom_variation table.variations tr th {
        width: 70px;
    }
    
    form.cart.custom_variation .woocommerce-variation-add-to-cart {
        gap: 20px;
    }
    
    table.addon_variation tbody tr td:first-child {
        width: 60px !important;
    }
    
    .info_container .custom-addons .addon-item .add-on-block {
        gap: 20px;
    }
    
    .reviews__carousel .reviews-slide {
        padding: 20px;
    }
    
    .reviews-head {
        margin-bottom: 20px;
    }
    .brxe-product-short-description {
        padding: 20px 0 !important;
    }
    
    .brxe-woocommerce-breadcrumbs .navigation {
        margin-bottom: 20px;
    }
    
    .reviews__carousel .swiper-button-next {
        right: 10px !important;
    }
}

@media screen and (max-width:1024px) {
    .reviews__carousel .swiper-slide {
        opacity: 1;
        transition: opacity 1s ease;
    }
    .reviews__carousel .swiper-slide.swiper-slide-active{
        opacity: 1;
        transition: opacity 1s ease;
    }
    .reviews__carousel .swiper-slide.swiper-slide-next, .reviews__carousel .swiper-slide.swiper-slide-prev {
        opacity: 0.3;
    }    
    .info_container .custom-addons .addon-item {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .tooltip-content {
        width: 270px !important;
        padding: 20px;
    }
    .same_day_notification p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    .same_day_notification {
        height: auto;
        padding: 20px 0;
    }
}

.woocommerce-variation-selection-needed,
.wc-loading,
.blockUI.blockOverlay {
    display: none !important;
}

.spinner,
.woocommerce-loading {
    display: none !important;
}

.same_day_notification {
    width: 100%;
    height: 56px;
    border-radius: 20px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    z-index: 9999;
    max-width: 693px;
    margin-top: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.same_day_notification::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 2s ease;
}

.same_day_notification:hover::before {
    left: 100%;
}

.same_day_notification p {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.countdown-text,
.dispatch-text {
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.countdown-timer {
    color: #131415;
    text-align: center;
    font-family: 'loos-wide';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 8px;
    min-width: 80px;
    letter-spacing: 1px;
    padding: 4px 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.countdown-timer.urgent {
    background: rgba(219, 83, 83, 0.1);
    color: #DB5353;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.dispatch-text.same-day {
    color: #47BB53;
    font-weight: 400;
}

.dispatch-text.next-day {
    color: #E4AC40;
    font-weight: 400;
}

.countdown-loading .countdown-timer {
    background: rgba(164, 162, 159, 0.2);
    color: #A4A29F;
}

.countdown-error .countdown-timer {
    background: rgba(219, 83, 83, 0.1);
    color: #DB5353;
}

@media screen and (max-width: 768px) {
    .same_day_notification p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }
    
    .same_day_notification {
        height: auto;
        padding: 15px 10px;
        margin-top: 30px;
    }
    
    .countdown-timer {
        font-size: 18px;
        margin: 5px 0;
        padding: 6px 12px;
    }
    
    .countdown-text,
    .dispatch-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .same_day_notification {
        margin-top: 20px;
        border-radius: 15px;
        padding: 12px 8px;
    }
    
    .countdown-timer {
        font-size: 16px;
        letter-spacing: 0.5px;
        padding: 5px 10px;
    }
    
    .countdown-text,
    .dispatch-text {
        font-size: 12px;
    }
}

.countdown-state-change {
    animation: highlightChange 0.5s ease;
}

@keyframes highlightChange {
    0% { background: #F5F5F5; }
    50% { background: rgba(71, 187, 83, 0.1); }
    100% { background: #F5F5F5; }
}

.countdown-urgent {
    background: rgba(219, 83, 83, 0.05);
    border: 1px solid rgba(219, 83, 83, 0.2);
}

.countdown-urgent .countdown-timer {
    color: #DB5353;
    background: rgba(219, 83, 83, 0.1);
}

.countdown-urgent .countdown-text,
.countdown-urgent .dispatch-text {
    color: #DB5353;
}

.timezone-indicator {
    position: absolute;
    top: -8px;
    right: 10px;
    background: rgba(19, 20, 21, 0.8);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.same_day_notification:hover .timezone-indicator {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .same_day_notification::before,
    .countdown-timer,
    .countdown-state-change {
        animation: none;
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .same_day_notification {
        border: 2px solid #131415;
        background: #FFFFFF;
    }
    
    .countdown-timer {
        background: #131415;
        color: #FFFFFF;
    }
}

.same_day_notification:focus-within {
    outline: 2px solid #131415;
    outline-offset: 2px;
}

form.cart.custom_variation .availability-status .message {
    color: #000;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}

form.cart.custom_variation .availability-status .message span.status {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.reviews-button-next,
.reviews-button-prev {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.reviews-button-prev::after {
    content: '' !important;
    background: url(/wp-content/themes/bricks-child/assets/images/arrow-left.svg);
    width: 30px;
    height: 30px;
    display: block;
}

.reviews-button-next::after {
    content: '' !important;
    background: url(/wp-content/themes/bricks-child/assets/images/arrow-right.svg);
    width: 30px;
    height: 30px;
    display: block;
}

.reviews-content .view-more-btn {
    background: none;
    border: none;
    color: #131415;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.reviews-content .view-more-btn:hover {
    color: #000;
    text-decoration: none;
}

.reviews-content .review-text-full {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

.reviews-content .review-text-short {
    margin-bottom: 0;
}

.reviews-content .view-more-btn.expanded {
    margin-top: 10px;
}

/* Temporary gray state for "Adding" - both main and add-on products */
.single_add_to_cart_button.loading,
.add-addon-to-cart.loading {
    border: 1px solid #A0A0A0 !important;
    background: #A0A0A0 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

/* Temporary gray state for "Added" - main product */
.single_add_to_cart_button[data-added="true"],
.single_add_to_cart_button.added {
    border: 1px solid #A0A0A0 !important;
    background: #A0A0A0 !important;
    color: #fff !important;
}

/* Ensure add-on "Added" state matches */
.add-addon-to-cart:disabled:not(.loading) {
    /* This will only apply when disabled but not loading */
}

/* Sale Price Styling for Main Product */
form.cart.custom_variation .product-price del,
form.cart.custom_variation .product-price del .amount,
.woocommerce-variation-add-to-cart .product-price del,
.woocommerce-variation-add-to-cart .product-price del .amount {
    color: #a4a29f !important;
    text-decoration: line-through;
}

form.cart.custom_variation .product-price ins,
form.cart.custom_variation .product-price ins .amount,
.woocommerce-variation-add-to-cart .product-price ins,
.woocommerce-variation-add-to-cart .product-price ins .amount {
    color: #db5353 !important;
    text-decoration: none !important;
    background: none !important;
}

form.cart.custom_variation .product-price del {
    margin-right: 8px;
}

/* Sale Price Styling for Add-on Products */
.addon_product-price del,
.addon_product-price del .amount {
    color: #a4a29f !important;
    text-decoration: line-through;
}

.addon_product-price ins,
.addon_product-price ins .amount {
    color: #db5353 !important;
    text-decoration: none !important;
    background: none !important;
}

.addon_product-price del {
    margin-right: 8px;
}

/* Make sure sale price is bold/prominent */
form.cart.custom_variation .product-price ins .amount,
.woocommerce-variation-add-to-cart .product-price ins .amount,
.addon_product-price ins .amount {
    font-weight: 500;
}

/* Hide cart badge when empty */
.cart-count {
    display: none !important;
}

.cart-count.has-items {
    display: block !important;
}

/* Custom Replace Button Styling */
.custom-replace-button-container {
    margin-top: 25px;
}

.custom-replace-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-replace-button-wrapper .custom-cta-button {
    width: auto;
    height: 40px;
    border-radius: 49px;
    border: 1px solid #131415;
    background: #131415;
    color: #FFF !important;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0 30px;
    min-width: 150px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-replace-button-wrapper .custom-cta-button:hover {
    background: #000;
    border-color: #000;
    color: #FFF !important;
}

@media screen and (max-width: 768px) {
    .custom-replace-button-wrapper .custom-cta-button {
        width: 100%;
        max-width: 100%;
    }
}

/* Hide WooCommerce default backorder message */
p.stock.available-on-backorder {
    display: none !important;
}

/* ===== SPECIAL ORDER - $0 REGULAR PRICE ===== */

/* Inherits font from whatever price element wraps it — fixes Bricks override */
span.special-order-price {
    font: inherit;
    color: #A4A29F;
}

/* Greyed-out Add to Cart button — product page */
.single_add_to_cart_button.special-order-btn,
.single_add_to_cart_button.disabled,
button.special-order-btn[disabled] {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Greyed-out Add to Cart button — loop/archive */
.add_to_cart_button.special-order-btn,
.add_to_cart_button.disabled,
a.button.special-order-btn {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Availability dot — always grey for special order / unavailable */
.availability-status.is-special-order .message span.status {
    background: #A4A29F !important;
}

/* Override jQuery .hide() for price element when valid variation is selected */
.product-price.force-visible {
    display: block !important;
}

/* Enquire Now button — matches add-to-cart with wipe hover */
.enquire-now-btn {
    width: 100%;
    height: 40px;
    border-radius: 49px;
    border: 1px solid #131415;
    background: #131415 !important;
    color: #FFF !important;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    min-width: 150px !important;
    max-width: 150px !important;
    margin: 0;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .4s cubic-bezier(.42, 0, .58, 1);
}

.enquire-now-btn::after {
    position: absolute;
    height: calc(100% + 2px);
    border-radius: 49px;
    background: #000;
    transition: .4s cubic-bezier(.42, 0, .58, 1);
    display: block;
    top: -1px;
    right: -1px;
    width: 0;
    content: "";
    z-index: -1;
}

.enquire-now-btn:hover {
    color: #FFF !important;
}

.enquire-now-btn:hover::after {
    left: 0;
    right: auto;
    width: calc(100% + 2px);
}

/* Hide quantity in the simple product enquire-now container */
.enquire-now-container .quantity {
    display: none;
}

span[data-wmc_price_cache],
.wmc-price-cache-list {
    display: none !important;
}