/** Shopify CDN: Minification failed

Line 470:18 Expected identifier but found "."
Line 617:10 Expected identifier but found whitespace
Line 617:11 Unexpected "var("

**/
:root{
  --bg-primary: #11497B;
  --navigtion-link-color:#fff;
  --base-primary-color:var(--bg-primary);
  --bg-primary-light: #90D5FF;
}
.header-search-icon{
  background: #F3F3F3;
  padding: 5px;
}
.header-right-icon {
    border: 1px solid var(--bg-primary);
    border-radius: 40px;
    background: transparent;
}
.header-cart-icon.header-right-icon{
  background: var(--bg-primary-light);
}
.banner-grid .grid-item{
  padding: 1rem;
  position: relative;
  background: var(--bg--color);
}
.banner-grid .grid-item .grid-image {
  position: absolute;
  right: 0;
  max-width: 40%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-grid .grid-item-content{
  max-width: 62%;
}
.banner-grid .grid-item .sub-title{
  border-radius: 8px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.8rem;
}
.banner-grid .grid-item:first-child .sub-title{
  border: 1px solid #0D3E57;
  color: #4890B5;
}
.banner-grid .grid-item:nth-child(2) .sub-title{
  color: #B35A38;
  border: 1px solid #964D31;
}
.banner-grid .grid-item:nth-child(3) .sub-title{
  color: #438C9E;
  border: 1px solid #639FAE;

}
.banner-grid .grid-item:first-child .grid-image {
    max-width: 42%;
}
.banner-grid .grid-item:nth-child(3) .grid-image {
    max-width: 62%;
    width: 100%;
    transform: none;
    top: auto;
    bottom: -10px;
}
.banner-grid .grid-item:first-child .grid-image img {
    max-height: 378px;
}
.banner-grid .grid-item:first-child .grid-item-content{
    max-width: 63%;
    padding-left: 1.5rem;
}
.banner-grid .grid-item:first-child .grid-item-content h4{
  font-size: var(--type__font-heading-2);
}

.icon-grid-section{
  border-radius: 6px;
}
.icon-grid-section > div,
.icon-grid-section > div .color__bg-body{
  background: #F9F9F9;
}

.customer_email-wrapper  {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px  8px 8px 15px;
    border-radius: 8px;
}
.customer_email-wrapper .customer_email-btn{
  background: #092844;
  border-radius: 4px;
}
.customer_email-wrapper > input[type="email"] {
  background: transparent;
  padding: 0;
}
.customer_email-wrapper>input[type=email]:focus{
  outline: none;
}
.customer_email-wrapper .customer_email-btn .btn__content {
    font-size: 16px;
}
.footer_inner_blocks .footer__title {
    border-bottom: 1px solid var(--color__border-divider-1);
    font-size: var(--type__font-body-style);
  font-weight: 600;
}
.footer_inner_blocks .footer__title {
    position: relative;
}

.footer_inner_blocks .footer__title:after,
.footer_inner_blocks .footer__title:before{
    position: absolute;
    content: "";
    top: 1.8rem;
    right: 1rem;
    width: 1rem;
    transition:transform 0.2s ease; 
    border-bottom: 2px solid #000;
}

.footer_inner_blocks .footer__title:before {
    transform: rotate(90deg);
}
.footer_inner_blocks .footer__title.active:before{
  transform: rotate(0deg);
}
.footer_inner_blocks .footer__title.active:after {
    transform: rotate(-180deg);
}
.footer_logo_wrapper .divider{
  height: 45px;
  width: 1px;
  background: #000000;
}
.announcement p{
  color: inherit;
}
.color__bg-grey{
  background: #F6F6F6;
}
.color__grey{
  color: #1E1E31;
}
.color__bg-black{
  background: #1A1A1A;
}
.color__white{
  color: #FFF;
}
.icon-grid-section .small-font >*{
  font-size: 16px;
}
.icon-grid-section .type__heading{
  font-weight: 500;
}
.page .cms-page p,.page .cms-page h2,.page .cms-page h3,.page .cms-page h4 {
  margin-bottom: 1rem;
}
.shopify-policy__title {
    margin-bottom: 2.5rem;
    text-align: left !important;
}
.shopify-policy__body h3, .shopify-policy__body p,.page .cms-page p {
    margin-bottom: 1rem;
}
.shopify-policy__body h3 >* {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
}

.shopify-policy__body a,
.page .cms-page a{
  color: var(--color__background-primary);

}
.shopify-policy__title h1,
.page h1{
    font-weight: 600;
}
.btn--medium{
    height: auto;
    max-height: 50px;
    padding: 0.7rem 1rem;
    font-size: var(--type__font-100);
    font-size: var(--type__font-smaller);
}
.color__bg-input-white{
  background: #fff;
  box-shadow: 0 0px 4px #0000002b;

}
.social-icon > a {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    background: var(--color__background-primary);
    border-radius: 50%;
    opacity: 1;
}
.social-icon > a *{
  color: #fff !important;
}
.product-type,
.color__text *.product-type{
    display: inline-block;
    width: fit-content;
    color: var(--base-primary-color);
    font-weight: 600;
    font-size: 0.8rem;
    line-height: normal;
    margin-bottom: 5px;
}
.page .cms-page h1,
.page .cms-page .contentArea{
  text-align: left;
}
.page .cms-page .contentArea strong > span {
    font-weight: 600;
}
.cms-page ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.cms-page .faq-list .faq-item ul{
      padding-left: 1.5rem;
}
.cms-page .faq-list .faq-item svg {
    width: 23px;
    height: 23px;
    margin-bottom: 5px;
}
.cms-page ul{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cms-page .rte h4 >*{
  font-size: 22px ;
}
.cms-page .faq-list .faq-item[open] .faq-arrow svg {
    margin: 0;
}
.cms-page .faq-list .faq-item ul p {
    margin-bottom: 0;
}
.cms-page .rte h4 strong{
  font-size: inherit;
}
.page .cms-page h1,
.page-contact .cms-page h1,.shopify-policy__title h1{
    background: var(--color__background-primary);
    color: var(--color__foreground-primary);
    padding: 10px 15px;
}
.page .cms-page .image-grid-col {
    max-width: calc(33.33% - .35rem);
    width: 100%;
    display: block;
}
.header-cart-icon{
  position: relative;
  padding-right: 15px;
}
body .shopify-policy__container {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1536px;
}
.header-cart-icon .cart-nav-count{
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: normal;
    border-radius: 11px;
    min-width: 20px; 
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brnad_logo-section picture img {
    height: auto;
    object-fit: contain;
    max-height: 120px;
}
.icon-grid-section .icon-grid-item,
.md\:grid-cols-4 .icon-grid-item{
  position: relative;
  padding-right: 15px;
  
}
.icon-grid-section .icon-grid-item:after{
  position: absolute;
  content: "";
  right: 6px;
  width: 2px;
  height: 40%;
  border-right: 1px solid #D4D4D4;
  top: 50%;
  transform: translateY(-50%);
}
.icon-grid-section .icon-grid-item a {
    text-decoration: none;
}
.image-rounded{
  border-radius: 6px;
}
.product_custom
{
  display: flex;  
}
.theme__header{
      background: var(--color__foreground-primary);
}
.header-bottom-block {
    position: relative;
}
.header-menu-bar {
    padding: 0 5px 0 0;
}

.header-menu-bar .group\/accordion button {
    margin-left: 0;
    background: var(--bg-primary);
    padding: .16rem .6rem;
    border-bottom: 0;
    margin-bottom: 0;
}
.header-menu-bar .group\/accordion .accordion-item{
  background: var(--bg-primary);
  color: var(--navigtion-link-color);
  padding-block: .5rem;
}
.header-footer-block .account-login{
  color: #fff;
}
#theme__menu .navigation-block,
#theme__menu .header-footer-block,
#theme__menu  .header-top-block{
  background: var(--bg-primary);
}
.header-menu-bar .group\/accordion button span,
.header-menu-bar .group\/accordion button span svg >* {
    color: #fff;
}
.header-menu-bar .group\/accordion button span {
    font-weight: 700;
    font-size: 18px;
}
/* .header-bottom-block:after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #092844;
    z-index: -1;
    left: 50%;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
} */
.header-bottom-block
.header-bottom-block> * {
    z-index: 2;
}
.account-icon svg path {
    stroke-width: 1.8px;
}
.header-bottom-block .header__link{
  padding-top: 1rem;
  text-decoration: none !important;
}
.header-bottom-block .color-white>svg>*,
.brand-contact-item .link{
  text-decoration: none;
}
body {
    overflow-x: hidden;
}
.theme__header{
  overflow: hidden;
}
.navigation-block::-webkit-scrollbar {
   width: 3px;
}
.navigation-block::-webkit-scrollbar-thumb {
  background: #888; 
}
/* body:has(.sidebar-open) {
    overflow: hidden;
    position: relative;
}
body:has(.sidebar-open):after{
    position: absolute;
    content:"";
    inset: 0;
    background: #000;
    opacity: 0.3;
    z-index: 41;
} */
.youtube-video-links a:hover{
  text-decoration: none;
}
.btn-link-effect{
    transition: .15s ease all;
    display: inline-block;
    position: relative;
}
.btn-link-effect::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: .15s ease transform;
}
.btn-link-effect:hover::after {
	transform-origin: left;
	transform: scale(1,1);
}
.youtube-video-links .btn-link-effect span svg >*{
  color: red;
}

.faq-list .faq-item summary{
  list-style: none;
  position: relative;
}

.faq-list .faq-item summary{
  list-style: none;
  position: relative;
  cursor: pointer;
}
.faq-list .faq-item {
    margin-bottom: 5px;
    padding: 10px 0;
    border-bottom: 1px solid;
} 
.faq-list .faq-item[open] .faq-arrow {
    transform: rotate(90deg);
}
.faq-list .faq-item .faq-arrow{
  transition: .25s ease all;
}
.faq-list .faq-item .faq-answer{
  margin-top: 5px;
}
.cart-note.color__bg-body{
      background: #11497b14;
}
.icon-grid-section .icon-grid-item:last-child:after {
    display: none;.
}
.border--t-width .type__heading.font-bold {
  font-weight: 700;
}
.footer_inner_blocks .type__heading.font-bold {
  font-weight: 700;
}
.cart .additional-checkout-buttons {
    margin-top: .5rem;
}
.contact-form-wrapper{
    padding: 20px 10px;
    background: #e2e2e221;
    border-radius: 10px;
    box-shadow: 0 0px 3px 1px #e9e9e9;
}
.page-contact .cms-page h3 {
    font-weight: 800;
    margin-bottom: 5px;
}
.navigation-section .navigation-card > div{
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
}
.navigation-section .js-slider-item:hover .navigation-card > div {
    transform: scale(1.05);
}
.navigation-card {
    background: #F9F9F9;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 15px;
}
.brand-logo-section .brand-logo-inner{
  background: #F5F5F5;
  border-radius: 6px;
}
footer>section:not(:last-child) {
    border-radius: 6px 6px 0 0;
}
.btn.rounded-full-add-btn{
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.product-card.color__outline-divider-1{
  outline: none;
}
.product-card .product-card-image >div{
  background: #F9F9F9;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  margin-bottom: 10px;
}
.two-block-collection-section .collection-block-left .grid-item:first-child{
    grid-column: span 2 / span 2;
}
.two-block-collection-section .collection-block-right .grid-item:last-child{
    grid-column: span 2 / span 2;
}
.two-block-collection-section .collection-block-left .grid-item:first-child .product-card div:has(.product-card-image),
.two-block-collection-section .collection-block-right .grid-item:last-child .product-card div:has(.product-card-image){
  max-width: 40%;
}
.two-block-collection-section .grid-item .product-item> a{
  align-items: flex-start;
}
.two-block-collection-section .collection-block-left .grid-item:first-child .product-card {
    flex-direction: row;
    align-items: center;
}
.two-block-collection-section .collection-block-right{
  border: 0;
}
.two-block-collection-section .collection-block-right .grid-item:last-child .product-card {
    flex-direction: row;
    align-items: center;
}
.two-block-collection-section .grid-item {
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}
 .two-block-collection-section .grid-item  .product-card{
  background: transparent;
 }
 .two-block-collection-section .grid-item .product-card .product-card-image>div{
    background: transparent;
    border: 0;
 }
 .two-block-collection-section .grid-item .product-item>a h3{
  text-align: left;
 }
 .two-block-collection-section .grid-item .product-card .view-full-add-btn{
  display: none;
 }
 
 .newsletter-main-wrapper{
  border-radius: 6px;
  padding: 1rem;
 }
 .newsletter-main-wrapper .newsletter_header h3{
  font-weight: 600;
  font-size: var(--type__font-heading-2);
 }
 .newsletter-form-wrapper {
    background: #FFFFFF;
    border-radius: 5px;
    color: #000;
}

.newsletter-form-wrapper > * {
    color: #000;
}
.newsletter-form-wrapper input[type=email] {
    background: transparent;
    color: #000;
}
.newsletter-form-wrapper input[type=email]:focus-visible{
  box-shadow: none;
}
.newsletter-form-wrapper .btn.btn--secondary{
  background: transparent !important;
  border: 0;
  position: relative;
}
.newsletter-form-wrapper .btn.btn--secondary:after{
  position: absolute;
  content:"";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background: #5C5C5C;

}
.newsletter-form-wrapper .btn.btn--secondary .btn__content{
    color: #000 !important;
}
.brand-logo-wrapper .window--max-full{
  display: grid;
  max-width: 100%;
}
    color: var(--navigtion-link-color);
}
.group\/accordion.block .group\/accordion a {
    color: var(--navigtion-link-color);
    opacity: 1;
}
.product-tabs .tab-buttons {
    margin-bottom: 0;
}
.product-tabs .tab-buttons button.active {
    background: #025a67;
    color: #ffc556;
}
.view-more-buttons-container {
    display: flex;
    gap: 11px;
}
.header-menu-bar .group\/accordion button span, .header-menu-bar .group\/accordion button span svg>* {
    color: var(--navigtion-link-color);
    font-weight: unset;

}
.group\/accordion.block .group\/accordion a {
    color: var(--navigtion-link-color);
    opacity: 1;
}
.view-more-buttons-container {
    flex-wrap: wrap;
}
@media (min-width:1200px){
    .product-tabs .videos-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-tabs .videos-container .video-wrapper {
        flex: 0 0 calc(50% - 20px);
        max-width: unset;
        margin: unset;
    }
}    
@media (min-width:768px){
  .icon-grid-section .icon-grid-item:last-child,
  .md\:grid-cols-4.icon-grid-section .icon-grid-item:nth-child(4n+4),
  .md\:grid-cols-3.icon-grid-section .icon-grid-item:nth-child(3n+3){
    padding-right: 0; 
  }
  .icon-grid-section .icon-grid-item:last-child:after,
  .md\:grid-cols-4.icon-grid-section .icon-grid-item:nth-child(4n+4):after,
  .md\:grid-cols-3.icon-grid-section .icon-grid-item:nth-child(3n+3):after{
    border: 0;
  }
 .color__bg-transparent .max-w-prose {
    font-size: 50px;
    max-width: 450px;
}
  .el-prodduct-slider .window--max-full {
    display: grid;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .el-prodduct-slider .md\:snap-mandatory {
    padding-left: 1px;
    padding-right: 1.1px;
  }
  .el-prodduct-slider .md\:w-3\/12 {
    width: calc(25% - 7.9px);
  }
  .el-prodduct-slider .snap-mandatory.scroll-smooth {
    padding-left: 1px;
    padding-right: 1.1px;
    padding-bottom: 1px;
}
  .items-start .border--l-width.color__border-divider-1.items-center,
  .items-start .flex-col.items-end.py-4.text-right,
  .color__border-divider-1.sticky .color__border-divider-1{
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width:1400px){

   .banner-grid .grid.md\:grid-cols-3{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
    .banner-grid .grid-item:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .banner-grid .grid-item:nth-child(2) {
   grid-column: span 2 / span 2;
    grid-row-start: 2;
  }
  .banner-grid .grid-item:first-child {
         grid-column: span 4 / span 4;

  }
}

@media (min-width: 1024px){
  .page .cms-page .window--full,
  .page-contact .cms-page .window--full,
  .contact-page .window--full{
    max-width: 96%;
  }
  .menu-side-bar-close.btn{
    display: none;
  }
  .sidebar-logo{
    margin-top: 1.8rem;
  }

  .two-block-collection-section .collection-block-left .grid-item:first-child .product-card h3,
 .two-block-collection-section .collection-block-right .grid-item:last-child .product-card h3{
  font-size: var(--type__font-heading-2);
 }
}
@media (min-width: 1401px){
    .banner-grid .grid-item:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .banner-grid .grid-item:nth-child(2) {
      grid-column-start: 3;

  }
  .banner-grid .grid-item:first-child {
     grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .banner-grid .grid.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width:991px) and (max-width:1440px){
  .icon-grid-section.md\:grid-cols-5{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:1023px){
    .banner-grid .grid-item .grid-image {
      position: static;
      transform: none;
      max-width :100%;
  }
  .banner-grid .grid-item:first-child .grid-image,
  .banner-grid .grid-item .grid-image{
    max-width: 80%;
  }
  .banner-grid .grid-item:first-child .grid-item-content{
    max-width :100%;
    width:100%;
    padding-left: 0;
  }
  .banner-grid .grid-content{
    flex-direction: column;
  }
  .banner-grid .grid-item-content{
    max-width: 100%;
    width:100%;
    padding-left: 0;
  }
  .header-cart-icon .type__body.cart-nav-count-mobile {
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: normal;
    border-radius: 11px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: var(--bg-primary-light);
  }
  .header-cart-icon .type__body.cart-nav-count-mobile .type__body{
    display: block;
    font-size: 11px;
  }
}
@media (max-width:767px){
  .header-cart-icon{
    margin-left: 0.5rem !important;
  }
  .header-account-icon .type__body,
  .header-cart-icon .type__body{
    display: none;
  }
  .grid-cols-2.icon-grid-section .icon-grid-item:nth-child(2n+2){
     padding-right: 0; 
  }
  .grid-cols-2.icon-grid-section .icon-grid-item:nth-child(2n+2):after{
      border: 0;
  }
  .icon-grid-section .type__heading-5 {
    font-size: 1.2rem;
  }
  .icon-grid-section .icon-grid-item .small-font>*{
    font-size: 14px;
  }
  .icon-grid-section .icon-grid-item {
    margin-bottom: 10px;
  }
  .icon-grid-section .icon-grid-item .h-14{
    height: 3rem;
  }
  .icon-grid-section.window--full:has(.icon-grid-section) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-item.p-4 {
    padding: 0.5rem;
  }
  .header-account-icon {
    padding-left: 0 !important;
    margin-left: 0.5rem !important;
  }
    .footer_inner_blocks .border--b-width.p-4.py-8.dk_newsletter {
      padding-top: 0;
  }
  .footer__title .flex-grow{
    font-size: var(--type__font-heading-5);
  }
  .brand-logo-wrapper.px-4 {
    padding: 0;
  }
  .brand-logo-section .brand-logo-inner{
    border-radius: 0;
  }
  .brand-logo-section .brand-logo-inner .motion-safe\:scroll-fadein-2-20{
    display: none;
  }
}
.pdp-page-wrap {
    align-items: unset !important;
}
.pdp-page-wrap .pdp-right-content-wrap {
    display: flex;
    flex-direction: column;
}
.pdp-page-wrap .pdp-right-content-wrap .view-more-content-section {
    margin-top: auto;
}
.show_hide_password {
    width: 100%;
    position: relative;
}

.show_hide_password button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-items span {
    color: var(--navigtion-link-color);
}
.banner-grid .grid-item:nth-child(3) .grid-image {
    max-width: 54%;
    bottom: 0;
}
.btn.share-button {
    padding: 4px 10px;
    height: unset;
}
.btn.share-button:not(:hover) {
    background: transparent !important;
    color: var(--color__background-primary) !important;
}
.btn.share-button:hover {
    background-color: var(--color__background-primary) !important;
    border-color: var(--color__border-primary);
}
.btn.share-button svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}
.btn.share-button:not(:hover) svg path#Vector {
    stroke: var(--color__background-primary);
}
.btn.share-button:hover svg path#Vector {
    stroke: currentColor;
}
/* custom CSS For Mag Wishlist Start */
.pdp-heading-title-with-wishlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pdp-heading-title-with-wishlist h1.type__heading {
    flex: 1;
    margin-right: 20px;
}
.pdp-heading-title-with-wishlist .mag-pdp-wishlist {
    flex: 0 0 100px;
    text-align: end;
}
.product-card .mag_wishlist .wishlistBtn svg {
    margin: 0;
}
.product-card .mag_wishlist {
    margin: 0;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .mag_wishlist {
  margin: 0;
}
.pdp-right-content-wrap .mag_wishlist svg {
   margin: 0;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .button.btn {
  min-width: 44px;
  padding: 0;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .button.btn svg {
    margin: 0;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .button.btn {
    min-width: 44px;
    padding: 0;
    background: #F3F3F3 !important;
    border-color: #F3F3F3 !important;
    border-radius: 50%;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .button.btn svg {
    fill: #11497b;
    width: 20px;
    height: 18px;
    opacity: .6;
    position: relative;
    top: 2px;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .mag_wishlist_added.mag-wishlist-favorite .button.btn {
    background: #11497b !important;
}
.pdp-right-content-wrap .pdp-heading-title-with-wishlist .mag_wishlist_added.mag-wishlist-favorite .button.btn svg {
    fill: #fff;
    opacity: 1;
}
/* custom CSS For Mag Wishlist End */
@media(max-width:1023px){
    .banner-grid .grid-item:nth-child(3) .grid-image {
        max-width: 100%;
    }
}