:root {
    --sp-primary-blue-color: #3946C3;
    --sp-secondary-purple-color: #A44DFA;
    --sp-secondary-hovered-color: #9e41fa;
    --sp-tertiary-lightblue-color: #46B1FF;
    --sp-tertiary-hover-color: #24628F;
    --sp-neutral-white-color: #fff;
    --sp-neutral-black-color: #000;
    --sp-neutral-darkgray-color: #6d6866;
    --sp-block-background-color: rgba(200, 198, 198, .8);
    --sp-neutral-lightgray-color: rgba(200, 198, 198, .5);
    --sp-van-red: #CF4646;
    --van-button-danger-border-color: var(--sp-van-red);
    --sp-border-radius: 18px;
    --sp-border-width: 2px;
}




/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */
/* General */
.catfish-button,
.button,
a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    font-weight: 500 !important;
}

    .catfish-button:hover,
    .button:hover,
    a:hover,
    .catfish-button:focus,
    .button:focus,
    a:focus,
    .catfish-button.is-primary:focus:not(:active),
    .catfish-button.is-primary.is-focused:not(:active),
    .button.is-primary:focus:not(:active),
    .button.is-primary.is-focused:not(:active),
    .catfish-button:focus:not(:active),
    .catfish-button.is-focused:not(:active),
    .button:focus:not(:active),
    .button.is-focused:not(:active) {
        box-shadow: none;
    }

.ict-embed .has-ratio,
.bigpicture,
.product-picture img,
.image:not(.dedicated-footer-logo) img {
    border-radius: var(--sp-border-radius);
    -webkit-border-radius: var(--sp-border-radius);
    -moz-border-radius: var(--sp-border-radius);
    -ms-border-radius: var(--sp-border-radius);
    -o-border-radius: var(--sp-border-radius);
}

.listWrapper.columns {
    justify-content: center;
}
/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */
h2.is-1.has-style-custom-1 {
    font-weight: 500 !important;
    font-size: 3.474em !important;
    line-height: 1.1;
}

h1.title,
h3.title.is-3,
h3.is-4.has-style-custom-1 {
    font-weight: 700 !important;
    font-size: 2.4em !important;
}

.has-text-fade-in:hover .is-overlay {
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
}

.has-hover-text-effect {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

h3.title.is-3 {
    text-align: center;
}

@media screen and (max-width: 1087px) {
    .text-align-center-tablet {
        text-align: center !important;
    }

    .column-width-100-tablet .column {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .has-text-fade-in .is-overlay {
        filter: brightness(.5);
        -webkit-filter: brightness(.5);
    }
}

@media screen and (min-width: 500px) {
    .is-float {
        float: left;
    }

    .is-clear {
        clear: both;
    }

    .has-50-width {
        width: 50%;
    }
}

@media screen and (max-width: 499px) {
    .text-align-center-mobile {
        text-align: center !important;
    }
}

/* Loader */
.checkout-data {
    ol #checkoutSteps

{
    position: relative;
    overflow: hidden;
}

.buttons {
    position: unset;
    opacity: 1 !important;
    .please-wait

{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    font-size: 2rem;
    transform: translate(-50%, -50%);
    z-index: 20;
    img

{
    display: inline !important;
    height: 30px;
    margin-right: .75rem;
}

}

.please-wait::after {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -50vh;
    left: -50vw;
    background: white;
    z-index: -1;
}

}
}

#shipping-method-please-wait.please-wait::after {
    height: 200vh;
    height: 200vw;
    top: -100vh;
}

.advanced-select.is-extended {
    max-height: fit-content;
}

/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */
.hero.is-halfheight {
    min-height: 60vh;
}

.button.has-style-custom-1 {
    background-color: transparent;
    border: var(--sp-border-width) solid var(--sp-tertiary-lightblue-color);
    color: var(--sp-neutral-black-color);
}

    .button.has-style-custom-1:hover {
        background-color: var(--sp-tertiary-lightblue-color);
        color: var(--sp-neutral-white-color);
    }

.button.has-style-custom-2 {
    background-color: transparent;
    color: var(--sp-secondary-purple-color);
    border: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

    .button.has-style-custom-2:hover {
        background-color: var(--sp-secondary-purple-color);
        color: var(--sp-neutral-white-color);
    }

.is-service-block-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sp-neutral-white-color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

    .is-service-block-icon img {
        width: 50%;
        height: 50%;
    }

.service-icon-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service-icon-banner .block {
        margin-bottom: 0;
        margin-right: .5rem;
        display: flex;
    }

    .service-icon-banner h5 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 1rem !important;
    }

@media screen and (min-width: 1088px) {
    .ict-left-column .service-icon-banner {
        justify-content: start;
    }

    .ict-right-column:nth-child(3) .service-icon-banner {
        justify-content: end;
    }
}

@media screen and (min-width: 768px) {
    .has-width-33-mobile .column {
        width: 33.333%;
    }
}

@media screen and (max-width: 425px) {
    .service-icon-banner {
        justify-content: flex-start;
    }
}


.has-text-fade-in h3.ict-sub-title.has-style-custom-1 {
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
    font-size: 1.4rem !important;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.has-text-fade-in:hover h3.ict-sub-title.has-style-custom-1 {
    font-size: 2.4rem !important;
    opacity: 1;
}

.has-text-fade-in .block {
    margin-bottom: 0;
}

.accordion-item.is-active .accordion-title,
.accordion-item:hover .accordion-title {
    color: var(--sp-secondary-purple-color) !important;
}

.accordion-item.is-active:first-child {
    border-top: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

.accordion-item.is-active {
    border-bottom: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

.ict-accordion .button.is-rounded.accordion-title {
    background-color: transparent;
    margin-bottom: 0;
    color: inherit;
    border-bottom: var(--sp-border-width) solid var(--sp-secondary-purple-color);
    border-radius: unset;
}

.ict-accordion .accordion-item .button {
    transition: unset;
}

.accordion-item.is-active .button.is-rounded.accordion-title {
    border-bottom: none;
}

.ict-accordion .accordion-item.is-active .accordion-content {
    padding-bottom: 1rem;
}

.ict-accordion .accordion-title .has-text-dark {
    color: inherit !important;
}

@media screen and (max-width: 1087px) {
    .button.has-style-custom-2.has-button-background-mobile {
        background-color: var(--sp-secondary-purple-color);
        color: var(--sp-neutral-white-color);
    }

        .button.has-style-custom-2.has-button-background-mobile:hover {
            background-color: var(--sp-secondary-hovered-color);
            color: var(--sp-neutral-white-color);
        }
}

@media screen and (max-width: 767px) {
    h2.is-1.has-style-custom-1 {
        font-weight: 900 !important;
        font-size: 3.574em !important;
    }

    .related-products-section,
    .homeFeaturedProductsWrapper,
    .hero.is-halfheight {
        padding: 3rem;
        padding-bottom: 3rem;
    }

    .has-text-fade-in h3.ict-sub-title.has-style-custom-1 {
        position: absolute;
        width: 100%;
        top: 40%;
        margin: 0;
        font-size: 2.4rem !important;
        opacity: 1;
        pointer-events: none;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
}

/* Slider Product Card */
.product-card-slider.flexslider.infigo-slider .flex-direction-nav a::before {
    color: var(--sp-primary-blue-color);
}

.flexslider.infigo-slider .slides .column.product-card img {
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1280px) {
    .column.product-card .listItem {
        width: 100%;
    }

    .product-card-slider.flexslider.infigo-slider:hover .flex-direction-nav .flex-next {
        right: 9rem;
    }

    .product-card-slider.flexslider.infigo-slider:hover .flex-direction-nav .flex-prev {
        left: 9rem;
    }
}

/* Custom Banner */
.section.has-background-custom-1 {
    background-color: var(--sp-secondary-purple-color);
}

.section.is-quaterheight {
    min-height: 40vh;
    justify-content: end !important;
}

    .section.is-quaterheight.has-background-width-60.has-background-bottom-right {
        background-position: center right;
    }

.buttons.has-flex-grow a.button {
    flex-grow: 1;
}

@media screen and (max-width: 1087px) {
    .text-align-center-tablet {
        text-align: center !important;
    }

    .section.is-quaterheight.has-background-width-70,
    .section.is-quaterheight.has-background-width-60 {
        background-size: cover;
        background-position: unset !important;
    }

    .hero.is-halfheight {
        justify-content: center;
        background-position: right;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {

    .section.hero {
        padding-left: 64px;
        padding-right: 64px;
    }

    .is-display-flex-mobile .columns {
        display: flex;
    }

    .is-display-flex-mobile .column:nth-child(1) {
        order: 1;
    }

    .is-display-flex-mobile .column:nth-child(2) {
        order: 3;
    }

    .is-display-flex-mobile .column:nth-child(3) {
        order: 2;
    }


    .hero.is-halfheight h2 {
        font-size: 2.074em;
        font-weight: 900 !important;
    }

    .section.is-quaterheight.has-background-width-70,
    .section.is-quaterheight.has-background-width-60 {
        background-size: cover;
        background-position: unset !important;
    }

    .section.is-quaterheight {
        text-align: center !important;
    }

        .section.is-quaterheight .columns {
            justify-content: center !important;
        }

    .change-column-order-mobile .columns {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 425px) {
    .section.hero {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 375px) {
    h2.is-1.has-style-custom-1 {
        font-size: 3.074em !important;
    }
}
/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */
/* Navbar */




    

        

.buttons:not(.is-fullwidth) .button:not(:last-child) {
    margin-right: .75rem;
}



    

    

.badge {
    background: var(--sp-van-red);
}


/* Footer */
.ict-dedicated-footer .image img {
    object-fit: contain;
}

.ict-dedicated-footer h3 {
    font-weight: 500;
}

.footer-column-content a,
.ict-dedicated-footer .columns .column .ict-list li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;
}

    .footer-column-content a:hover,
    .ict-dedicated-footer .columns .column .ict-list li a:hover {
        color: var(--sp-primary-blue-color);
        text-decoration: underline !important;
    }

.footer-column-content .button,
.footer-column-content .button:hover {
    text-decoration: none !important;
}

.container.footer-copyright {
    margin-top: 2rem;
}

.ict-dedicated-footer-column-1 .footer-column-content ul {
    display: flex;
    flex-direction: row;
}

    .ict-dedicated-footer-column-1 .footer-column-content ul.has-list-style-none span:nth-child(2) {
        display: none;
    }

.ict-dedicated-footer-column-1 .button.is-medium {
    font-size: 1rem;
    border-radius: 14px;
}

@media only screen and (max-width: 768px) {
    .ict-dedicated-footer-column-3 .footer-column-content li,
    .ict-dedicated-footer {
        text-align: center !important;
    }

    .ict-dedicated-footer-column-1 .footer-column-content ul,
    .default-alignment {
        display: flex;
        justify-content: center;
    }
}

/* Banner */

@media screen and (max-width: 1087px) {
    .text-align-center-tablet.has-background-left {
        background-position: top center;
    }

    .section.has-remove-background-mobile {
        background-image: none !important;
    }
}

/* Featured Product Slider */
@media screen and (max-width: 1087px) {
    .catfish-default-product-box .product-item--info {
        background: transparent;
    }

    .flexslider.infigo-slider .flex-control-nav {
        bottom: .5rem;
    }
}

@media screen and (min-width: 768px), print {
    .product-card-slider .column {
        width: 33%;
    }
}

/* Feature Product */
.homeFeaturedProductsWrapper .bestsellers h3.title {
    font-weight: 700;
}


.listWrapper .listItem .item-box .catfish-default-product-box .product-item--content .product-title {
    font-size: 1.4rem;
    font-weight: 500;
    transition: .2s all cubic-bezier(0.25,0.1,0.25,1);
}

.listWrapper .listItem .item-box .catfish-default-product-box .product-item--content .description {
    display: none !important;
}

.listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices {
    font-size: 1rem !important;
}

.listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .picture img {
    object-fit: contain !important;
}

.listItem .product-item--info .add-info {
    background: rgba(250, 250, 250, .2);
    border-radius: var(--sp-border-radius);
    -webkit-border-radius: var(--sp-border-radius);
    -moz-border-radius: var(--sp-border-radius);
    -ms-border-radius: var(--sp-border-radius);
    -o-border-radius: var(--sp-border-radius);
    width: 95% !important;
    top: 1rem !important;
    left: .75rem !important;
}


@media screen and (min-width: 1088px) {
    .listWrapper .listItem .item-box .catfish-default-product-box:hover .picture {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1087px) {
    .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info,
    .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info .add-info {
        background: transparent !important;
    }
}
/* Modules - End */

/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */
/* Contact Us page */
.block.contact-block-info {
    margin-bottom: 3rem;
}

    .block.contact-block-info .has-list-style-none {
        margin-left: 0;
        margin-top: 0;
    }

@media only screen and (max-width: 500px) {
    .icon-text.is-flex {
        justify-content: center;
    }
}
/* Product Landing Page */
/* Picture Wrapper */
.bigpicture.column {
    padding: 1.5rem !important;
    background: var(--sp-neutral-lightgray-color);
    border-radius: 18px;
    margin-bottom: 1.5rem;
}

.thumb img {
    border: var(--sp-border-width) solid transparent;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.thumb .active--thumb img {
    border: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.tier-prices.orderLineTotal {
    margin-bottom: 1.5rem;
}

/* Custom scrollbar for Firefox */
.tier-prices .prices::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: var(--sp-secondary-purple-color);
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tier-prices .prices::-webkit-scrollbar-thumb {
    background-color: var(--sp-secondary-purple-color);
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .tier-prices .prices::-webkit-scrollbar-thumb:hover {
        background-color: var(--sp-secondary-hovered-color);
    }

.tier-prices .prices {
    scrollbar-width: thin;
    scrollbar-color: var(--sp-secondary-purple-color) #f5f5f5;
}

/* Details Wrapper */
.column.details-wrapper h1.title {
    font-weight: 700 !important;
    font-size: 2.4em !important;
}

.column.details-wrapper .short-description-wrapper {
    font-weight: 600;
}

/* Related Section */
.related-products-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Basket */
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
    background-color: rgba(241, 241, 241, .4);
    border: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
}

.shoppingcart__wrapper .cart-footer .cart-footer__container {
    border-width: var(--sp-border-width);
    border-color: var(--sp-neutral-lightgray-color);
    background-color: rgba(241, 241, 241, .4);
}

.shopping-cart__product__images__item.image.is-128x128 {
    background: var(--sp-neutral-lightgray-color);
    border-radius: var(--sp-border-radius);
    padding: 1rem;
}

    .shopping-cart__product__images__item.image.is-128x128 img {
        object-fit: contain !important;
    }

.shoppingcart__wrapper .common-buttons {
    justify-content: space-between;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription {
    -webkit-line-clamp: 3;
}

.deletecartbutton.catfish-button {
    background-color: transparent;
    border: var(--sp-border-width) solid var(--van-button-danger-border-color);
    color: var(--van-button-danger-border-color);
}

    .deletecartbutton.catfish-button:hover {
        background-color: var(--van-button-danger-border-color);
        color: var(--sp-neutral-white-color);
    }

.shoppingcart__wrapper .cart-footer .checkout-buttons .checkout-buttons__wrapper .continueshoppingbutton {
    background-color: transparent;
    border-color: var(--sp-secondary-purple-color);
    border-width: var(--sp-border-width);
    color: var(--sp-secondary-purple-color);
}

    .shoppingcart__wrapper .cart-footer .checkout-buttons .checkout-buttons__wrapper .continueshoppingbutton:hover {
        background-color: var(--sp-secondary-purple-color);
        color: var(--sp-neutral-white-color);
    }

@media screen and (max-width: 1089px) {
    .productpicture.cart--pictures {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product.cart--productinfo {
        text-align: center;
    }

    .shoppingcart__wrapper .common-buttons {
        justify-content: center;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
        display: inline-block !important;
        width: 100%;
    }

    .cart--unitprice,
    .cart--quantity {
        width: 50% !important;
        float: left;
    }

        .cart--quantity .quantityChanger,
        .cart--quantity label {
            margin-bottom: 0 !important;
        }

    .product__quantity input.catfish-input {
        width: auto !important;
        background: transparent;
        border-color: var(--sp-neutral-black-color);
        border: none;
        box-shadow: none;
        border-radius: unset;
        border-bottom: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart--actions .cart-label-header {
        display: none !important;
    }

    .cart--edititem input[type="button"] {
        position: relative;
    }

        .cart--edititem input[type="button"]::after {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/Edit.svg"); /* Replace 'path_to_your_icon.svg' with the actual path to your icon */
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 5px; /* Adjust the positioning as needed */
        }
}
/* Checkout step */
/* Address*/
.advanced-select .item-list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* Order Page */
.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb img {
    object-fit: contain;
    padding: 1rem;
}

.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb {
    background: var(--sp-neutral-lightgray-color);
}


@media screen and (min-width: 768px) {
    .account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .account-page--order-details #order_details_v2 .od_products_container .od_product_box span.status-box {
        height: 30% !important;
    }

    #order_details_v2 .od_products_container .od_product_box > .od_product_info {
        padding-left: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
/* Re-order */
li.order_prod_thumbnail {
    background: var(--sp-neutral-lightgray-color);
    padding: 1rem;
    border-radius: var(--sp-border-radius) !important;
}

.od_products_container .box {
    background: #f7f8fa;
}

.account-page--order-details #order_details_v2 .od_row.od_row--products,
.account-page--order-details #order_details_v2 .od_row.od_row--price,
.account-page--order-details #order_details_v2 .od_row.od_row--payment,
.account-page--order-details #order_details_v2 .od_row.od_row--billing .od_half_row {
    border-width: var(--sp-border-width);
    border-radius: var(--sp-border-radius);
}
/* Checkout Page */
@media screen and (max-width: 1089px) {
    .one-page-checkout .cartTableWrapper .cart tr.cart-item-row {
        display: inline-block;
    }
}

@media screen and (max-width: 425px) {
    .one-page-checkout .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription {
        -webkit-line-clamp: 3;
    }

    .one-page-checkout .cartTableWrapper .cart .totals .total-info {
        display: flex !important;
        justify-content: center;
    }
}

/* Delivery Method */
.one-page-checkout #opc-shipping_method {
    max-width: 50.5rem;
}

    .one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item:nth-child(2n + 1) {
        margin-right: .75rem;
    }

    .one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item {
        width: 45%;
    }

        .one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item label::before {
            width: 4rem;
        }

    .one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list {
        margin-top: 1rem;
    }

/* Login */
.login__wrapper .returning-wrapper__inner {
    border: 2px solid var(--sp-block-background-color);
}

.login__wrapper .page-title h1.title {
    color: var(--sp-primary-blue-color);
}


.login__wrapper .returning-wrapper .table-container tr .item-name label {
    color: var(--sp-primary-blue-color);
}

/* Multipart Upload */
.WorkingFolderInfo.notification {
    display: none;
}

.multipart-product {
    background: var(--background-color);
    text-align: center;
}

    .multipart-product .multipartUploadContainer {
        align-items: center;
    }

.uploadMultiPartContainer .columns {
    flex-direction: column;
}

.uploadMultiPartContainer > .columns > .column:nth-child(1) {
    display: flex;
    justify-content: center;
}

.multipart-product .uploadMultiPart {
    width: 100%;
}

.file.is-area .file-cta:hover {
    background: var(--sp-primary-blue-color);
    color: var(--sp-neutral-white-color);
}

.pageflip #pageflip-controls {
    padding: 8px 0 0px;
}

.partHeader.description {
    margin-bottom: 1.5rem;
}

.help.required {
    color: var(--text-color);
}

.gobackButton.multiPartButton {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

    .gobackButton.multiPartButton:hover {
        background: var(--primary-color);
        border: 2px solid var(--primary-color);
        color: var(--sgs-white);
    }
/* Pages - End */

/* ---------------------- */
/* -----Responsiveness----*/
/* ---------------------- */










/* Responsiveness - End */

.d-flex {
    display: flex;
}



.banner-dropdown-img {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
}





    



img.banner-dropdown-img {
    max-width: 200px;
    max-height: 200px;
    width: 200px;
}






@media screen and (max-width: 1086px) {


    

    .no-toggle-on-mobile::after {
        content: none !important;
    }
}
/* Ensure second columns are hidden by default */

/* Hide Details Button */
.listItem .product-item--info .add-info {
    display: none !important;
}

a {
    color: #070707;
    cursor: pointer;
    text-decoration: none
}

.product-item .product-item--image .picture {
    border-radius: var(--sp-border-radius);
}

.bigpicture.column {
    padding: 0 !important;
    background-color: transparent;
}
/* Attribute Image */
.attribute.contains-image-attribute .columns {
    margin: -2px;
}

.attribute.contains-image-attribute .attribute-item .attribute-value-item {
    max-width: 33.333333% !important;
    width: 100%;
    flex: none;
    overflow: hidden;
}

.attribute.contains-image-attribute .columns .column {
    padding: .25rem;
}

.arone-product-landing-page .attribute.contains-image-attribute input:checked + label.button {
    border-width: 2px;
    height: 100%;
}

.attribute.contains-image-attribute label.button {
    height: 100%;
    padding: 0px;
    padding: 2px !important;
}

.attribute.contains-image-attribute span.text {
    position: absolute;
    bottom: 1.5rem;
    left: 3%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 10;
    background-color: transparent;
    color: black;
    font-size: 0.75em;
    font-weight: 400;
    padding: .5rem 0;
    width: 94%;
    white-space: normal;
    color: var(--Secondary-color);
}

.attribute.contains-image-attribute .attributeValueInfo {
    width: 100%;
    margin: 0px;
    padding: 1.5rem .5rem 1rem .5rem;
}

.arone-product-landing-page .attribute.contains-image-attribute input:checked + label.button span.text {
    color: var(--White-color);
}

.attribute.contains-image-attribute .attributeValueInfo .attribute_image_template {
    padding-top: 100%;
    margin-bottom: 1.5rem;
}

    .attribute.contains-image-attribute .attributeValueInfo .attribute_image_template img {
        top: -.8rem;
        object-fit: cover;
    }

.attribute.name_Order_Summary.column {
    padding: 0;
}

.add-to-cart-wrapper {
    margin-bottom: 0;
}

    .add-to-cart-wrapper .custom-product-form {
        border-top: 1px solid #D4D0C7;
        padding-top: 1.5rem;
        margin-bottom: 0 !important;
        .multipart_product_start

{
    background: #755A3712;
    color: var(--Secondary-color);
    &:hover

{
    background-color: #6c5333;
    color: var(--White-color);
}

}
}

.add-to-cart-wrapper > .block {
    margin-bottom: 0 !important;
}

.type_Info.column:has(#estimatedTotal) {
    .attributeTitle, .attribute-item

{
    display: none;
}

}

.page-catalog-product .product-variant-line > .block.is-medium:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1088px) {
    .attribute.contains-image-attribute .attribute-value-item.column {
        max-width: 33.333333% !important;
    }
}

@media screen and (max-width: 767px) {
    .attribute.contains-image-attribute .columns {
        display: flex;
    }
}

@media screen and (max-width: 475px) {
    .attribute.contains-image-attribute .attribute-item .attribute-value-item {
        max-width: 50% !important;
    }
}
.bigpicture-column-is-12-is-relative {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
  }
  
  #productImage {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.2s ease;
  }
  .banner-dropdown-img {
    border-radius: 10px; /* adjust px value to control roundness */
  }
  
/* FULL-SCREEN OVERLAY & HIGHEST Z-INDEX */
#rp-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    z-index: 100000 !important;  /* Above any navbar */
  }
  
  /* HIDDEN STATE */
  .rp-popup--hidden {
    display: none !important;
  }
  
  /* POP-UP BOX */
  #rp-popup .rp-popup__content {
    background: #ffd83b;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    padding: 24px;
    max-width: 360px;
    width: 90%;
    text-align: center;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  /* SHOW STATE FOR ANIMATION */
  #rp-popup.show .rp-popup__content {
    transform: scale(1);
    opacity: 1;
  }
  
  /* CLOSE BUTTON */
  #rp-popup .rp-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  /* BUTTON */
  #rp-popup .rp-popup__btn {
    display: inline-block;
    padding: 12px 24px;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 12px;
  }
  #rp-popup .rp-popup__btn:hover {
    background: #000;
  }
  #rp-banner {
    z-index: 9998 !important;
  }  
  /* Bounce keyframes */
@keyframes rp-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40%                    { transform: translateY(-20px); }
    60%                    { transform: translateY(-10px); }
  }
  
  /* Ensure popup is in its resting place before animating */
  #rp-popup .rp-popup__content {
    /* your existing stylesÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ */
    transform: translateY(0);
    opacity: 1;
  }
  
  /* Play the bounce when the popup gets the .show class */
  #rp-popup.show .rp-popup__content {
    animation: rp-bounce 0.8s ease forwards;
  }
/* Update popup box background to match banner */
#rp-popup .rp-popup__content {
    background: #f9bc58 !important;
  }  
  /* Hide Order/Dispatch/Delivery container */
.row__container.columns.is-variable {
    display: none !important;
}
/* ================================
   RAPID PRINT PRO ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ NAV GLOW-UP
   ================================ */

/* Brand accents (your yellow/orange/pink) */
:root {
    --rp-accent-yellow: #DFC017;
    --rp-accent-orange: #E85C00;
    --rp-accent-pink: #F191AC;
  }
  
  /* MAIN NAV BAR */
  
  
  /* Logo hover */
  
  
  
  
  /* TOP-LEVEL LINKS (Home, Products, International, Contact, HelpÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦) */
  
  
  /* Override global <a> colour inside dark nav */
  
  
  /* Hover / active for top-level */
  
  
  /* Accent underline on top-level */
  
  
  
  
  /* DROP-DOWN / MEGA MENU CONTAINER */
  
  
  /* Products mega-menu primary column */
  
  
  /* Make dropdown items less ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œshoutyÃƒÂ¢Ã¢â€šÂ¬Ã‚Â than top-level */
  
  
  /* Primary column links */
  
  
  
  
  /* Secondary column (sub-links + product image) */
  
  
  /* Keep JS-driven show/hide intact ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ NO display override here */
  
  
  /* Sub-links list */
  
  
  
  
  
  
  /* Product images in mega menu */
  
  
  
  
  /* HELP + ACCOUNT DROPDOWNS ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ keep styling consistent */
  
  
  
  
  /* ICONS, BASKET, SEARCH, ACCOUNT */
  
  
  
  
  /* Desktop buttons on the right */
  
  
  /* Basket button ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ override old solid blue */
  
  
  
  
  /* Basket badge glow */
  
  
  /* PHONE NUMBER ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ make it a mini CTA pill */
  
  
  
  
  
  
  
  
  
  
  /* BURGER + MOBILE NAV */
  
  
  
  
  
  
  
  /* LITTLE TWEAKS */
  
  
  
  /* ===== NAV BAR ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ REMOVE PURPLE/BLUE BAND ===== */

  
  /* Top-level links: switch from white to dark text on white bg */
  
  
  /* Hover/active still use your sexy accent underline + yellow/orange text */
  
/* Nav underline bar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ switch to blue gradient */

/* Refined cart badge in header */


/* Tiny spacing so it doesnÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t crash into the icon */

/* SEARCH ICON ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ MAKE IT POP */

  
  
    /* =======================
   MOBILE NAV CLEANUP
   ======================= */

  /* ===================================
   MOBILE BURGER + DROPDOWN VISIBILITY
   =================================== */

/* 1) Burger (3 lines) ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ make it blue & clear on mobile */

  
  /* 2) Dropdown arrow (the little chevron next to items with dropdowns) */
  
  
  /* Make the arrow chunkier + clearer on mobile */
  
  /* ==============
   MOBILE NAV FIX
   ============== */

  /* ================================
   MOBILE NAV ICON COLOUR FIX
   ================================ */

  /* ================================
   RAPID PRINT PRO - APPLE-LIKE NAV
   Paste this at the VERY BOTTOM
   ================================ */

:root {
    --rp-nav-bg: rgba(255, 255, 255, 0.82);
    --rp-nav-border: rgba(0, 0, 0, 0.08);
    --rp-nav-text: #111111;
    --rp-nav-muted: rgba(17, 17, 17, 0.72);
    --rp-nav-hover: rgba(0, 0, 0, 0.04);
    --rp-nav-shadow: 0 8px 24px rgba(0,0,0,0.08);
    --rp-nav-radius: 14px;
  }
  
  /* Main bar */
  
  
  /* Use system-ish font for that Apple calm */
  
  
  /* Top-level links */
  
  
  /* Kill the old "neon underline" behavior for Apple cleanliness */
  
  
  /* Hover + active */
  
  
  /* Icons (account/cart/search) */
  
  
  
  
  /* Basket links - remove the solid blue blocks */
  
  
  
  
  /* Badge - small, neat, iOS-ish */
  
  
  /* Burger */
  
  
  /* Dropdowns (Help + Account + Products mega) */
  
  
  /* Dropdown items */
  
  
  
  
  /* Mega menu columns: keep your structure but make it airy */
  
  
  
  
  
  
  /* Mega menu image - soft card */
  
  
  /* Phone pill: subtle, premium */
  
  
  
  
  
  
  /* Mobile panel */
  
  
  /* Optional: make the search bar section match the nav (your second fixed bar) */
  
/* Search icon tone (it isn't inside .icon, so it needs its own rule) */

  
  
   /* ================================
   CLEAN ICON-ONLY NAV (no boxes)
   Paste at VERY BOTTOM
   ================================ */

/* 1) Remove the rounded "box" feel on items */


/* Optional: make hover feel like Apple (no background, just gentle fade) */


/* 2) Make ALL nav icons match heading colour */



/* 3) Basket: remove button/pill styling, keep it as a clean icon link */


/* Badge can stay as a neat dot/counter */


/* 4) Phone number: remove the pill look, make it a normal nav item */


/* If the phone icon is inside .phone-number, keep it consistent */

/* Kill the search "button pill" on desktop (it uses .button.is-primary in your HTML) */

  
  /* Keep it clean on hover/focus too */
  
  
  /* Make sure the icon itself stays nav-text coloured */
  
  
  /* ==========================================
   APPLE-ISH MOBILE / iPAD NAV (NO LINES)
   Paste at the VERY BOTTOM of your CSS
   ========================================== */

/* ==========================================
   MOBILE: FIX LEFT ALIGNMENT FOR DROPDOWN PARENTS
   (Products / Help / My Account)
   ========================================== */
   
/* ==========================================
   PRODUCT CTA: make "Start" feel like BUY NOW
   ========================================== */

   .page-catalog-product .multipart_product_start,
   .page-catalog-product .add-to-cart-wrapper .custom-product-form button[type="submit"],
   .page-catalog-product .add-to-cart-wrapper .custom-product-form .button.is-primary {
     appearance: none;
     -webkit-appearance: none;
   
     background: #0071e3 !important;       /* Apple-ish blue CTA */
     color: #ffffff !important;
     border: 1px solid rgba(0,0,0,0.08) !important;
     border-radius: 999px !important;
   
     font-weight: 700 !important;
     letter-spacing: 0 !important;
     text-transform: none !important;
   
     padding: 0.95rem 1.4rem !important;
     min-height: 48px;
     width: 100%;                          /* feels Ã¢â‚¬Å“commit-yÃ¢â‚¬Â */
     max-width: 420px;                     /* stops being comically wide on desktop */
   
     box-shadow: 0 12px 26px rgba(0,0,0,0.14) !important;
     transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
   }
   
   .page-catalog-product .multipart_product_start:hover,
   .page-catalog-product .add-to-cart-wrapper .custom-product-form button[type="submit"]:hover,
   .page-catalog-product .add-to-cart-wrapper .custom-product-form .button.is-primary:hover {
     background: #0066cc !important;
     transform: translateY(-1px);
     box-shadow: 0 18px 34px rgba(0,0,0,0.18) !important;
   }
   
   /* Nice, visible keyboard focus (very Apple) */
   .page-catalog-product .multipart_product_start:focus,
   .page-catalog-product .multipart_product_start:focus-visible {
     outline: none !important;
     box-shadow: 0 0 0 4px rgba(0,113,227,0.28), 0 12px 26px rgba(0,0,0,0.14) !important;
   }
   
   /* Optional: center the CTA in its area */
   .page-catalog-product .add-to-cart-wrapper .custom-product-form {
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   /* Slightly more solid navbar, without fading the text */
/* === NAV OPACITY BUMP (readability boost) === */
:root { 
    --rp-nav-bg: rgba(255, 255, 255, 0.92);
  }
  
  
  
  /* Keep the search strip consistent */

/* =========================================================
   RAPID PRINT PRO — CLEAN NAVBAR (mega menu + readable dropdowns)
   ========================================================= */

/* NAV THEME TOKENS */
:root {
  --rp-nav-bg: #ffffff;
  --rp-nav-text: #111111;
  --rp-nav-muted: rgba(17, 17, 17, 0.72);
  --rp-nav-border: rgba(0, 0, 0, 0.08);
  --rp-nav-radius: 18px;

  /* ✅ This is the “make dropdown readable” setting */
  --rp-dropdown-bg: rgba(255, 255, 255, 0.995);
  --rp-dropdown-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

/* MAIN NAV BAR */
#main-nav.ict-navbar {
  background: var(--rp-nav-bg);
  color: var(--rp-nav-text);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid var(--rp-nav-border);
}

/* TOP LEVEL ITEMS (single hover box, no stacking) */
#main-nav a/* Top-level nav items only (avoid smashing dropdown items) */
#main-nav .navbar-menu > .navbar-start > .navbar-item,
#main-nav .navbar-menu > .navbar-end > /* Top-level nav items only (avoid smashing dropdown items) */
#main-nav .navbar-menu > .navbar-start > .navbar-item,
#main-nav .navbar-menu > .navbar-end > .navbar-item,
#main-nav .navbar-item.has-dropdown > .navbar-link,
#main-nav .navbar-item.has-dropdown > a.navbar-link,
#main-nav .navbar-item.has-dropdown > span.navbar-link {
  color: var(--rp-nav-text);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  transition: background 0.15s ease, color 0.15s ease;
}

/* Dropdown parent wrappers should not add their own background/padding */
#main-nav .navbar-item.has-dropdown {
  padding: 0 !important;
  background: transparent !important;
}

/* Hover (one clean box) */
#main-nav a.navbar-item:hover,
#main-nav .navbar-item.has-dropdown:hover > .navbar-link,
#main-nav .navbar-item.has-dropdown:hover > a.navbar-link,
#main-nav .navbar-item.has-dropdown:hover > span.navbar-link {
  background: rgba(0, 0, 0, 0.03);
  color: var(--sp-primary-blue-color);
}

/* Remove focus outline/box artefacts */
#main-nav a.navbar-item:focus,
#main-nav a.navbar-item:focus-visible,
#main-nav .navbar-link:focus,
#main-nav .navbar-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* REMOVE UNDERLINE EFFECTS FROM OLDER STYLES */
#main-nav .navbar-item::after,
#main-nav .navbar-link::after {
  content: none !important;
}

/* DROPDOWN (MEGA MENU + HELP + ACCOUNT) */
#main-nav .navbar-dropdown {
  background: var(--rp-dropdown-bg) !important; /* ✅ strong opacity */
  border: 1px solid var(--rp-nav-border);
  border-radius: var(--rp-nav-radius);
  box-shadow: var(--rp-dropdown-shadow);
  padding: 1rem;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
}

/* DROPDOWN ITEMS */
#main-nav .navbar-dropdown .navbar-item {
  color: var(--rp-nav-text);
  font-size: 0.9rem;
  padding: 0.4rem 0.6rem;
  border-radius: 12px;
}

#main-nav .navbar-dropdown .navbar-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* MEGA MENU LAYOUT */
#main-nav .navbar-dropdown > .d-flex {
  gap: 1.75rem;
  align-items: flex-start;
}

/* Mega menu width + column sizing (Products dropdown only) */
#main-nav .navbar-item.has-two-dropdowns > .navbar-dropdown {
  width: min(920px, calc(100vw - 2rem));
  min-width: 720px;
}

#main-nav .navbar-dropdown-primary {
  flex: 0 0 240px;
}

#main-nav .navbar-dropdown-secondary {
  flex: 1 1 auto;
  min-width: 0;
}

/* PRIMARY COLUMN */
#main-nav .navbar-dropdown-primary .navbar-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav .navbar-dropdown-primary .navbar-item {
  padding: 0.25rem 0.25rem;
}

/* SECONDARY COLUMN (CHILD LINKS + IMAGE) */
#main-nav .navbar-dropdown-secondary {
  flex: 1;
  border-radius: 14px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.92); /* ✅ gives child section its own readable panel */
}

/* Keep your JS-driven show/hide working (WITHOUT blocking JS)
   - Bootstrap's .d-flex uses display:flex !important, so we hide panels using visibility/opacity
   - Your JS toggles inline style "display: flex" on the active panel, which we detect below */
#main-nav .navbar-dropdown-secondary {
  position: relative;
  min-height: 220px; /* stops the mega menu collapsing when panels are hidden */
}

/* Default: panels are "there" but invisible & not clickable */
#main-nav .navbar-dropdown-secondary > div {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

/* Show first panel initially (prevents the first-hover flash) */
#main-nav .navbar-dropdown-secondary > div:first-of-type {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

/* Show whichever panel JS activates (it sets inline display:flex) */
#main-nav .navbar-dropdown-secondary > div[style*="display: flex"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}


#main-nav .navbar-dropdown-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav .navbar-dropdown-secondary ul li a {
  display: block;
  color: var(--rp-nav-muted);
  font-size: 0.88rem;
  padding: 0.25rem 0;
  transition: color 0.15s ease;
}

#main-nav .navbar-dropdown-secondary ul li a:hover {
  color: var(--sp-secondary-purple-color);
}

/* FIX: keep child links roomy AND keep the image locked to the right */
#main-nav .navbar-dropdown-secondary > div.d-flex {
  display: flex;
  flex-wrap: nowrap;          /* ✅ never drop the image below on desktop */
  align-items: center;        /* ✅ vertical centre */
  gap: 1.5rem;
}

/* Text column */
#main-nav .navbar-dropdown-secondary > div.d-flex > ul,
#main-nav .navbar-dropdown-secondary > div.d-flex > div:first-child {
  flex: 1 1 auto;
  min-width: 0;               /* ✅ allows the text column to shrink without forcing wrap */
}

/* Image column */
#main-nav .navbar-dropdown-secondary > div.d-flex > div:last-child {
  flex: 0 0 200px;            /* ✅ fixed image column */
  display: flex;
  align-items: center;        /* ✅ centre image vertically */
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;             /* ✅ don't let the image steal text width */
}

/* Let long product names wrap nicely */
#main-nav .navbar-dropdown-secondary ul li a {
  white-space: normal;
  line-height: 1.35;
}
/* MENU IMAGE */
#main-nav img.banner-dropdown-img {
  width: 200px;
  max-width: 200px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

/* ICONS */
#main-nav .icon i,
#main-nav .navbar-search-toggle i {
  color: var(--rp-nav-text);
  opacity: 0.9;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

#main-nav .navbar-item:hover i {
  opacity: 1;
  transform: translateY(-1px);
}


/* SEARCH ICON (remove the yellow box / make it match the rest) */
#main-nav .navbar-search-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#main-nav .navbar-search-toggle.button,
#main-nav .navbar-search-toggle.button.is-primary {
  background: transparent !important;
  border: 1px solid var(--rp-nav-border) !important;
  border-radius: 12px !important;
  padding: 0.55rem 0.7rem !important;
}

#main-nav .navbar-search-toggle:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

#main-nav .navbar-search-toggle i {
  color: var(--rp-nav-text) !important;
}

/* BASKET LINK: remove the old blue pill feel */
#main-nav .basket-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* BADGE */
#main-nav .badge {
  background: var(--sp-primary-blue-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  min-width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==========================
   MOBILE: CLEAN & READABLE
   ========================== */
@media screen and (max-width: 1087px) {
  #main-navbar.navbar-menu {
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12) !important;
    padding: 0.35rem 0 0.9rem !important;
    overflow: hidden;
  }

  /* Dropdown MUST NOT be transparent on mobile (readability fix) */
  #main-nav .navbar-item.has-dropdown .navbar-dropdown {
    background: rgba(255, 255, 255, 0.995) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.25rem 0 0.6rem !important;
  }

  /* Mega menu becomes a vertical list */
  #main-nav .navbar-dropdown .d-flex {
    display: block !important;
  }

  /* Hide images on smaller screens */
  #main-nav .navbar-dropdown-secondary img.banner-dropdown-img {
    display: none !important;
  }

  /* Secondary panel simpler on mobile */
  #main-nav .navbar-dropdown-secondary {
    background: transparent !important;
    padding: 0.25rem 0.75rem !important;
  }
}


/* Dropdown items should stack vertically (fix Help menu smashed together) */
#main-nav .navbar-dropdown a.navbar-item {
  display: block !important;
  width: 100%;
  white-space: normal;
}
