/** Shopify CDN: Minification failed

Line 14:13 Cannot use type selector "gt" directly after nesting selector "&"

**/
/* Enter your Custom CSS below without style tag */
 /* Company name: Developed by TechFanatic 
 Website URL: https://techfanatic.in/ */
 
div#product-grid .product__badges-pre-order {
    display: none;
}

.trust-badge &gt; div {
    width: 80%;
}

.heading-description {
display: none !important;
}

.rapsc-inline.rapsc-widget {
    margin-bottom: 20px;
}

:is( .btn-primary, .shopify-payment-button__more-options, .shopify-payment-button__button--unbranded, .shopify-challenge__button, .dmp_discount-form button ) {
    --btn-bg: #000000;
    --btn-color: var(--btn-primary-color);
    --btn-border-color: #000000;
}

body .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
.desktop-banner  {
    display: none;
}
}

@media only screen and (min-width: 768px) {
.mobile-banner  {
    display: none;
}
}



.d-none {
   display: none !important;
}

.topbar-item.w-full.text-slide {
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer_bottom-inner {
    border-top: 1px solid #ebebeb36;
}