/** Shopify CDN: Minification failed

Line 373:1 Unexpected "{"
Line 794:4 Expected identifier but found "="

**/
:root {
  --grey-primary-color: #7c7c7c;
  --primary-blue-color: #3985d7;
  --primary-blue-hover-color: #3779c0;
  --primary-background-color: #8888880f;
}

.custom-megamenu-parent {
  list-style: none;
  padding: 25px 0;
  margin: 0;
  position: absolute;
  background: white;
  top: 110px;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none; /* Hide clicks when hidden */
}

.custom-megamenu-parent.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    padding-top: 45px;
    margin-top: -35px;
}
.custom-megamenu-col {
  padding-bottom: 1rem;
}

.custom-menu-link {
  font-size: 18px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom-menu-title {
  display: inline-block;
  padding-left: 0;
  transition: padding-left .5s ease-out;
}

.custom-menu-sidebar {
    list-style: none;
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.custom-menu-sidebar.open {
  display: flex;
}

.custom-nav-item {
  flex: 1 1 30%;
  margin-bottom: 1rem;
}

.custom-nav-link {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.custom-nav-link:hover {
  color: #ff6600;
}

.custom-header-icons-parent {
  border-radius: 5px;
  overflow: hidden;
}

.custom-header-icon img {
    width: 100%;
    min-height: 140px;
    height: 100%;
    display: block;
    object-fit: cover;
}

.custom-nav-text {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 14px;
    color: #000000;
    font-weight: 500;
}

li.custom-megamenu-col {
    display: grid;
    grid-template-columns: 20% 50% 20%;
    gap: 40px;
    justify-content: center;
}


.custom-menu-card {
    border-radius: 5px;
    overflow: hidden;
    height: 440px;
}

.menu-card-inner {
    position: relative;
    height: 100%;
    object-fit: cover;
}

.menu-card-inner a {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: white;
    font-size: 18px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-card-inner img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s ease-out;
}
.menu-card-inner:hover img {
    transform: scale(1.2);
}
span.custom-header-icon img {
    transform: scale(1);
    transition: .5s ease-out;
}

.custom-nav-link:hover img {
    transform: scale(1.2);
}
.custom-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
}
.menu-card-inner a svg {
    height: 25px;
    width: 25px;
    transform: rotate(323deg);
    transition: .5s ease-out;
}
.custom-menu-link svg {
    width: 30px;
    height: 30px;
   flex-shrink: 0;
}
.custom-menu-link-main .custom-menu-link:nth-last-child(1) {
    padding-top: 1rem;
    border-bottom: none;
}

.custom-menu-link-main .custom-menu-link:nth-last-child(1) {
    padding-top: 1rem;
}

.custom-menu-link:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    z-index: 0;
    background: var(--primary-blue-color);
    border-radius: 50%;
    top: 10px;
    left: -15px;
    transition: .5s ease-out;
}
.menu-card-inner:hover svg {
    transform: rotate(360deg);
}
.custom-menu-link-main .custom-menu-link:nth-last-child(1):before {
    top: 25px;
}

.custom-menu-link.active .custom-menu-title {
  padding-left: 20px;
}
.custom-menu-link.active:before {
    left: 0;
}
ul[x-ref="navigation"] li button + div {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  pointer-events: none; /* Hover/click block jab hidden ho */
  display: block !important; /* Taki height collapse na ho (agar zarurat ho) */
}

ul[x-ref="navigation"] li button + div.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.icon-collapsible {
    width: 15px;
    height: 15px;
    position: relative;
}
.icon-collapsible::before {
    width: 100%;
    height: 2px;
}
.icon-collapsible::after, .icon-collapsible::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: black;
    transform: translate(-50%, -50%);
}
.icon-collapsible::after {
    height: 100%;
    width: 2px;
}
.mobile-menu-subtitle h2 {
    font-size: 17px;
}
.mobile-menu-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
ul.custom-menu-sidebar.MobileByCategory,
.MobileByModel ul.custom-menu-sidebar{
    grid-template-columns: 1fr 1fr;
}
.MobileByModel{
  display: none;
}
.menuActive .icon-collapsible:after {
    content: unset;
}
.mobile-menu-subtitle {
    padding: 15px 0px;
    border: 0px solid lightgray;
}
.menuActive .mobile-menu-subtitle {
    border-width: 1px 0px 0px 0px;
}
.mobileShopByModel .mobile-menu-subtitle {
    border-width: 0px 0px 1px 0px;
    padding-top: 0;
}
.mobileShopByCategory .mobile-menu-subtitle {
    border-width: 1px 0px 1px 0px;
}
.mobileShopByCategory.menuActive .mobile-menu-subtitle {
    border-width: 1px 0px 0px 0px;
}
.mobileShopByModel.menuActive .mobile-menu-subtitle {
    border-width: 0px 0px 0px 0px;
}
.mobileShopByCategory.menuActive ul.custom-menu-sidebar.MobileByCategory {
    border-bottom: 1px solid lightgray;
    margin-bottom: 15px;
}
.custom-menu-item {
    order: -1;
}
ul[x-ref="navigation"] .svg-scale {
    display: none;
}
ul li a {
    cursor: pointer !important;
}
.mobile-menu-ul {
      display: flex;
    flex-direction: column;
}
 #headerContainer {
    /* padding-top: 15px; */
   margin-top: 14px;
    padding-top: 15px;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
   transition: .3s ease-out;
}
.body_index nav ul li > a,
.body_index nav ul li > button{
    color: white;
}
.body_index #headerContainer .logo-image img {
    filter: invert(1);
}
.body_index #headerContainer svg.theme-icon {
    color: white;
}
.body_index #headerContainer.active .logo-image img,
.body_index #headerContainer.colored .logo-image img{
    filter: unset;
}
.body_index #headerContainer.active svg.theme-icon,
.body_index #headerContainer.colored svg.theme-icon{
    color: unset;
}
.body_index #headerContainer.active,
.body_index #headerContainer.colored,
#headerContainer.colored{
    background-color: white;
    padding-bottom: 15px;
    margin-top: 14px;
}
.body_index #headerContainer.active nav ul li > a,
.body_index #headerContainer.active nav ul li > button,
.body_index #headerContainer.colored nav ul li > a,
.body_index #headerContainer.colored nav ul li > button{
    color: unset;
}
#headerContainer.colored {
    top: 0;
    background: white;
    margin-top: 0 !important;
}
#MainContent {
    padding-top: 90px;
}
.body_index #MainContent {
    padding-top: 0px;
}
ul[x-ref="navigation" ] .object-wrapper:hover img {
    transform: scale(1.2);
}
ul[x-ref="navigation" ] .object-wrapper  {
    overflow: hidden;
    border-radius: 10px;
}
ul[x-ref="navigation" ] .object-wrapper img {
    transform: scale(1);
    transition: .5s ease-out;
}
.sidebar-nav,
div#left-drawer-slot,
input#Search {
    background: white;
}{
    background: white;
}
.custom-footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.custom-footer .grid .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.custom-footer h2.font-heading {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.custom-footer .section-content-top-margin.justify-between.text-scheme-text {
    margin-top: 40px;
    border-top: 1px solid lightgrey;
    padding: 20px 0px 15px 0px;
}
.custom-footer h2.font-heading {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 30px;
}
.custom-footer .section-content-top-margin.justify-between.text-scheme-text {
    margin-top: 40px;
    border-top: 1px solid lightgrey;
    padding: 20px 0px 15px 0px;
}
.custom-footer button span {
    background-color: var(--primary-blue-color) !important;
    box-shadow: unset;
}
.custom-footer button:hover span {
    background-color: var(--primary-blue-hover-color) !important;
    box-shadow: unset !important;
}
.custom-footer .section-content.relative.z-10.mx-auto.max-w-site.py-section-vertical-spacing {
    padding-bottom: 0;
}
#headerContainer .font-heading {
    margin: 0;
}
.home_iconText ul {
    --icon-max-width: 200px !important;
  overflow-y: hidden;
}
.home_iconText{
    max-width: 1150px;
    margin: 0 auto;
}
.featured-collection-v2 .product-tile__container.bg-scheme-card.card__surface {
    background: var(--primary-background-color);
    /* min-height: 420px; */
    display: grid;
}
.home_iconText .section-content {
    padding-bottom: 40px;
    padding-top: 80px;
}
.home_iconText img {
    filter: invert(41%) sepia(77%) saturate(459%) hue-rotate(170deg) brightness(101%) contrast(97%);
}
.featured-collection-v2
 {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 40px;
}
.sticker-on-sale-sticker-8773444600033 {
     top: -3% !important;
    left: 79% !important;
    transform: rotate(10deg);
}
.body_collection .sticker-on-sale-sticker-8773444600033 {
    top: -3% !important;
    left: 86% !important;
}
svg.sticker__width-container {
    width: 70px !important;
}
.sticker__text {
    font-size: 14px !important;
    padding: 5px;   
}
.featured-collection-v2 .splide__arrows {
    position: absolute;
    top: -25%;
    width: 100%;
    padding: 0;
    right: 0;
}
.featured-collection-v2 .splide__arrow .push-btn__surface {
    background: #292929;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.featured-collection-v2 .splide__arrow .push-btn__surface svg {
    width: 15px;
    height: 20px;
}
.featured-collection-v2 .splide__arrow .push-btn__surface .block {
    color: white;
    justify-content: center;
    display: flex;
}
.featured-collection-v2 .splide__arrow.push-btn:hover .push-btn__surface {
    background: #e8f3ff;
    box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
}
.featured-collection-v2 .flex.gap-2 {
    gap: 15px;
}
button.push-btn {
    box-shadow: unset;
}
.push-btn .push-btn__surface {
    box-shadow: unset;
    color: white;
    background: var(--primary-blue-color);
}
.push-btn:hover .push-btn__surface {
    background: var(--primary-blue-hover-color) !important;
    box-shadow: unset !important;
}
.custom-footer footer.relative.bg-scheme-background.px-section.text-scheme-text {
    border-top: 1px solid lightgrey;
}
.card__surface {
    background: var(--primary-background-color);
}
.home-featured-product .font-heading.heading-feature {
    font-size: 34px;
}
.home-featured-product .grid.grid-cols-1.gap-10.lg\:grid-cols-12 {
    align-items: center;
}
.home-featured-product .sticker-on-sale-sticker-8761523372257 {
    top: -15%;
    left: 90%;
}
.blog-post .rte,
.body_blog .rte {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-post .relative.card__surface,
.body_blog .relative.card__surface {
    min-height: 730px;
    height: 100%;
    max-height: 800px;
}
.blog-post .media,
.body_blog .media {
    min-height: 310px;
    object-fit: cover;
    overflow: hidden;
    display: grid;
    border-radius: 10px;
}
.blog-post .media img,
.body_blog .media img {
    height: 100%;
    object-fit: cover;
}
.blog-post time.font-body,
.body_blog time.font-body,
.body_article p.text-center.text-scheme-text {
    background-color: var(--primary-blue-color);
    max-width: 160px;
    padding: 5px 0px;
    margin: 20px auto;
    border-radius: 100px;
    font-size: 14px;
    color: white;
}
.blog-post a,
.body_blog a {
    line-height: 32px;
}
.blog-post .relative.card__surface img,
.body_blog .relative.card__surface img{
  transform: scale(1);transition: .5s ease-out;
}
.blog-post .relative.card__surface:hover img,
.body_blog .relative.card__surface:hover img {
  transform: scale(1.1);
}
.body_article img.media__styled-element {
    border-radius: 18px;
}
.img-with-text-1 .card__surface {
    padding: 0;
}
.img-with-text-1 .media {
    height: 100%;
    border-radius: 0px 18px 18px 0px;
    overflow: hidden;
}
.img-with-text-1 {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 40px;
}
.img-with-text-1 .media img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 18px 18px 0px;
    transform: scale(1);
    transition: .5s ease-out;
}
.img-with-text-1 .media:hover img {
    transform: scale(1.1);
}
.img-with-text-1 .grid.grid-flow-row-dense.grid-cols-1.gap-10.lg\:grid-cols-12 {
    gap: 0;
}
.img-with-text-1 .flex.items-center.lg\:col-span-6 {
    padding: 50px;
}
.rich-text-1 {
    padding-bottom: 0px;
    padding-top: 50px;
}
.rich-text-1 .push-btn {
    margin-top: 15px;
}
.blog-post .section-content {
    padding-bottom: 100px;
}
.sticker-on-sale-sticker-8761523372257.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    display: none;
}
.sticker-on-sale-sticker-8761523372257.custom_badge.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    display: block;
}
button.push-btn:hover .push-btn__surface {
    color: white !important;
}
.img-with-text-slide-v2 .media {
    max-width: 13%;
    margin: 0 auto;
    aspect-ratio: 3;
}
.img-with-text-slide-v2 .media img {
    object-fit: contain;
}
.img-with-text-slide-v2 .grid.grid-flow-row-dense.grid-cols-1.gap-10.lg\:grid-cols-12 {
    display: block;
}
.img-with-text-slide-v2 .rte p {
    line-height: 28px;
    margin-top: 45px;
}
.img-with-text-slide-v2 .splide__arrows {
    position: absolute;
    top: 30px;
    width: 100%;
}
.img-with-text-slide-v2 .splide__arrows .controls {
    width: 100%;
}
.img-with-text-slide-v2 .splide__arrows .controls .flex.gap-2 {
    justify-content: space-between;
}
.img-with-text-slide-v2 .push-btn__surface {
    background: transparent;
}
.img-with-text-slide-v2 .push-btn__surface:hover,
.img-with-text-slide-v2 .push-btn:hover .push-btn__surface{
    background: transparent !important;
}
.img-with-text-slide-v2 .splide__pagination {
    justify-content: center;
    margin-top: 35px;
}
.img-with-text-slide-v2 .splide__pagination .splide__pagination__page.is-active {
    background: var(--primary-blue-color);
    border: none;
}
.img-with-text-slide-v2 .splide__pagination .splide__pagination__page {
    background: gainsboro;
    border: none;
}
.body_collection .slideshow-text h3 {
    font-size: 26px;
    font-weight: 600;
}
fieldset.product-variant-picker-block.js-enabled
 {
    display: none;
}
.product-tile__container {
    min-height: 450px;
    display: grid;
}
.splide__slide .product-tile h3.font-body.text-base {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body_product .custom_badge {
    display: none !important;
}
.collection-product-grid ul.grid {
    margin-top: 30px;
}
.collection_iconText h2.break-words.text-base {
    margin-top: 30px;
}
.collection_iconText ul li {
    max-width: 400px;
}
.collection_iconText ul {
    gap: 100px;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.collection-img-1 {
    padding-top: 0 !important;
}
.img-txt-scale .media img {
    transform: scale(1.03);
}
.img-txt-contain .media img{
    object-fit: contain;
}
button, input, optgroup, select, textarea {
    font-family: 'Poppins' !important;
    line-height: 1.5 !important;
}
li.card .rte[x-show="open"] {
    margin-top: 30px;
}
.sidebar-filters.px-section
{
    background: white;
}
.input {
    background: white !important;
}
.sticker__container.rotate-anim.relative .bg-scheme-text {
    background-color: rgb(0 0 0);
}
.flex.h-screen.max-h-full.flex-col.overflow-hidden {
    background: white;
}
.from-scheme-background {
    --tw-gradient-from: rgb(255 255 255) var(--tw-gradient-from-position);
}
.product-tile__quick-buy .mb-2\.5.text-center {
    display: none;
}
div#right-drawer-slot {
    background: white;
}
.img-with-text-1 .custom-img {
    margin-top: 20px;
    max-width: 75%;
}
.w-1400 {
    max-width: 1400px;
    margin: 0px auto;
    padding-top: 40px;
}
.rich-text-blue p strong {
    font-family: 'Caveat';
    color: var(--primary-blue-color);
    font-size: 24px;
}
.product-page-icon-txt ul {
    --icon-max-width: unset !important;
    max-width: 1300px;
    margin: 0px auto;
    gap: 8px;
    align-items: flex-start;
}
.product-page-icon-txt ul img {
    max-width: 40px;
}
.product-page-icon-txt ul span.mx-auto.block.text-scheme-text {
    margin: 0;
}
.product-page-icon-txt ul h2.break-words.text-base {
    text-align: left;
}
.product-page-icon-txt ul li {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(99 99 99 / 13%) 0px 2px 8px 0px;
    margin: 10px;
    min-height: 205px;
    transition: .3s ease-out;
}
.product-page-icon-txt .mx-auto {
}
.product-page-icon-txt ul li:hover {
    box-shadow: rgb(99 99 99 / 36%) 0px 2px 10px 0px;
}

.img-with-text-slide-v3 .media {
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 2;
}
.img-with-text-slide-v3 .media img {
    object-fit: cover;
    max-width: 1200px;
    width: 100%;
    =:
    relative;
    border-radius: 20px;
    margin: 0px auto;
}
.img-with-text-slide-v3 .grid.grid-flow-row-dense.grid-cols-1.gap-10.lg\:grid-cols-12 {
    display: block;
}
.img-with-text-slide-v3 .rte p {
    line-height: 28px;
    margin-top: 45px;
}
.img-with-text-slide-v3 .splide__arrows {
    position: absolute;
    top: 40%;
    width: 100%;
}
.img-with-text-slide-v3 .splide__arrows .controls {
    width: 100%;
}
.img-with-text-slide-v3 .splide__arrows .controls .flex.gap-2 {
    justify-content: space-between;
}
.img-with-text-slide-v3 .push-btn__surface {
    background: transparent;
}
.img-with-text-slide-v3 .push-btn__surface:hover,
.img-with-text-slide-v3 .push-btn:hover .push-btn__surface{
    background: transparent !important;
}
.img-with-text-slide-v3 .splide__pagination {
    justify-content: center;
    margin-top: 35px;
}
.img-with-text-slide-v3 .splide__pagination .splide__pagination__page.is-active {
    background: var(--primary-blue-color);
    border: none;
}
.img-with-text-slide-v3 .splide__pagination .splide__pagination__page {
    background: gainsboro;
    border: none;
}
.rich-c-img img {
    margin: 0px auto;
}
.product-content h1.font-heading.heading-feature {
    font-size: 42px;
    margin-bottom: 15px;
}
.body_product fieldset.product-variant-picker-block.js-enabled {
    display: block;
}
.color-swatch + label {
    box-shadow: rgb(99 99 99 / 44%) 0px 2px 8px 0px;
}
.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    margin-top: 20px;
}
.body_product .product-content .feature-icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #8080802e;
    border-width: 1px 0px 1px 0px;
    padding: 15px 0px;
    max-width: 85%;
    margin: 0px auto;
}
.body_product .product-content .feature-icon-list li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.remove-spacing.section-content.px-section.py-section-vertical-spacing {
    padding: 0;
    margin: 0;
    margin-bottom: -40px;
}
.img-radius img {
    border-radius: 18px;
}
.klarta-info h2 {
    font-size: 42px;
}
.split-slideshow.spacing {
    margin: 40px 0px;
}
.img-txt-top .grid {
    align-items: self-start;
}
.img-txt-img-margin img.media__styled-element {
    margin-top: 20px;
}
.img-max-60 img {
    max-width: 60%;
    margin: auto;
}
.product-block-price s.text-scheme-text {
    font-size: 18px;
    color: #b5b5b5;
}
.product-block-price span.text-scheme-text.text-base.lg\:text-lg {
    color: var(--primary-blue-color);
    font-size: 26px;
}
.product-tile span.line-through.text-gray-500.ml-1 {
    color: #808080c4;
}
.ol-icon ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0 !important;
}
.ol-icon ol li {
    counter-increment: item;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    list-style: none;
}
.ol-icon ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--primary-blue-color);
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    border: 2px solid var(
    --primary-blue-color);
}
.featured-collection-v2 .product-tile__container.bg-scheme-card.card__surface .product-tile__quick-buy {
    display: grid;
    align-items: end;
}
h2.inline-heading-rte.font-heading.heading-standard {
    text-transform: capitalize;
}
.body_article h1.font-heading.heading-feature.heading-style {
    font-size: 42px;
}
.pt-120{
    padding-top: 100px; 
}
.sticker-on-sale-sticker-9037944946913 {
    display: none;
}
.body_list-collections .sticker-on-sale-sticker-8773444600033.custom-badge.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    top: 2% !important;
    left: 86% !important;
}
.disabled-atc button.push-btn.w-full {
    pointer-events: none;
    opacity: .5;
}
.disabled-atc .relative.z-10.text-center.pb-button-shadow {
    cursor: no-drop;
}
.disabled-atc .shopify-product-form {
    cursor: no-drop;
}
.disabled-atc .dynamic-payment-buttons {
    cursor: no-drop;
    opacity: .5;
    pointer-events: none;
}
.body_product .sticker-on-sale-sticker-8773444600033 {
    top: -5% !important;
    left: -20% !important;
}
/* .home-featured-product .sticker-on-sale-sticker-8773444600033.custom-badge.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    display: none;
} */
 .home-featured-product .sticker-on-sale-sticker-8761523372257.custom_badge.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    display: none;
}
.home-featured-product .sticker-on-sale-sticker-8773444600033.custom-badge.pointer-events-none.absolute.z-20.origin-top-left.will-change-transform {
    display: block;
}




















/* Reponsive  */

@media (max-width: 990px){
    .body_product .sticker-on-sale-sticker-8773444600033 {
        top: -490px !important;
        left: 0px !important;
        right: unset; 
    }
    .pt-120{
        padding-top: 80px; 
    }
    .body_article h1.font-heading.heading-feature.heading-style {
        font-size: 28px;
    }
    .klarta-info h2 {
        font-size: 24px;
    }
    .klarta-card {
        padding: 30px;
    }
    .klarta-card h3 {
        font-size: 18px;
    }   
    .product-block-price s.text-scheme-text {
        font-size: 14px;
    }
    .product-content h1.font-heading.heading-feature {
        font-size: 23px;
    }
    .img-max-60 img {
        max-width: unset;
        margin: unset;
    }
    .img-txt-img-margin img.media__styled-element {
        margin-top: 00px;
    }   
    .collection-img-1 .px-section.py-section-vertical-spacing {
        padding: 0;
    }   
  .img-with-text-slide-v2 .media {
    max-width: 45%;
  }
  .img-with-text-1 .media img {
    border-radius: 18px 18px 0px 0px;
  }
  .img-with-text-1 .media {
    height: 250px;
    border-radius: 18px 18px 0px 0px;
  }
  .img-with-text-1 .flex.items-center.lg\:col-span-6{
     padding: 25px;
  }
  .blog-post a {
    line-height: 28px;
  }
  .custom-menu-card {
    height: 260px;
    margin-top: 25px;
  }
  #headerContainer {
    top: 25px;
    padding-top: 0px;
  }
  #headerContainer .logo-image img {
    max-width: 110px;
  }
  .body_index #headerContainer.active, .body_index #headerContainer.colored, #headerContainer.colored {
    padding-top: 0;
    padding-bottom: 0;
  }
  .announcement-bar {
    font-size: 14px;
    height: 40px;
  }
  .custom-footer .grid .flex
  {
      flex-direction: column;
  }
  .custom-footer .grid {
      grid-template-columns: 1fr;
  }
  .custom-footer .section-content-top-margin.justify-between.text-scheme-text {
      margin-top: 5px;
  }
  .custom-footer h2.font-heading {
      margin-bottom: 20px;
  }
  .featured-collection-v2 .splide__arrows {
    position: relative;
    right: -30px;
  }
  .home_iconText ul {
    padding-bottom: 10px;
  }
  .home-featured-product .sticker-on-sale-sticker-8761523372257 {
    top: -25px;
    left: 17%;
  }
  .home-featured-product .splide__arrow .push-btn__surface {
      background: #292929;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .home-featured-product .splide__arrow .push-btn__surface svg {
      width: 15px;
      height: 20px;
  }
  .home-featured-product .splide__arrow .push-btn__surface .block {
      color: white;
      justify-content: center;
      display: flex;
  }
  .home-featured-product .splide__arrow.push-btn:hover .push-btn__surface {
      background: #e8f3ff;
      box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
  }
  .featured-collection-v2 .flex.gap-2 {
    gap: 10px;
  }
  #MainContent {
    padding-top: 65px;
  }
  .img-with-text-slide-v3 .splide__arrows {
    top: 70%;
  }
}

@media (min-width: 768px) {
  .home_iconText ul {
      --icon-max-width: 200px !important;
  }
  .img-txt-left .media {
      border-radius: 18px 0px 0px 18px !important;
  }
  .img-txt-left .media img {
      border-radius: 18px 0px 0px 18px !important;
  }
}

