/** Shopify CDN: Minification failed

Line 118:0 Unexpected "}"

**/
a.footer-logo-link {
    cursor: pointer;
}
.collection-list-wrapper .swym-wishlist-collections-v2-container {
    display: none;
}
p.rating-count.caption {
    display: none;
}
.custom-header {
 padding-inline: 20px;
  background: #f5f5f5; /* optional background */
}

.custom-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0px;
}
.dropdown_menu:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    transform: rotate(135deg);
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 8px;
}
.custom-header__menu li a {
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
    color: #000;
}
.custom-header__logo img {
  max-height: 60px;
  width: 100% !important;
  display: block;
}
/* Banner full width */
.banner-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

/* Page wrapper with sidebar */
.page-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Main content area 70% */
.page-wrapper .main-area {
  flex: 0 0 70%;
}

/* Sidebar area 30% */
.page-wrapper .sidebar-area {
  flex: 0 0 30%;
}
.custom-banner-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

/* Flex container for content and sidebar */
.content-sidebar-wrapper {
  display: flex;
  max-width: 1400px; /* or your preferred max width */
  margin: 0 auto;
  padding: 0 5rem;
  box-sizing: border-box;
  gap: 20px; /* space between content and sidebar */
}

/* Main content - 70% width */
.content-area {
  flex: 0 0 70%;
  max-width: 70%;
  box-sizing: border-box;
}

/* Sidebar - 30% width */
.sidebar-area {
  flex: 0 0 30%;
  max-width: 30%;
  box-sizing: border-box;
}

.promo-banners {
  padding: 40px 0;
  background: #fff;
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
    object-fit: cover;
}
}
.promo-item {
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
}
.promo-text {
  max-width: 65%;
  padding: 30px;
}
.promo-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
}
.promo-title {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}
.promo-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.promo-btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #0073e6;
}
.promo-image img {
  max-width: 250px;
  border-radius: 6px;
}
@media(max-width: 768px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }

  .promo-text {
    padding: 20px;
  }
  .promo-title{
    font-size: 16px;
  }
}
.video-gallery__heading, .custom-sidebar h2, .brand-heading, h2.title, .contact h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 0;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}
.video-card {
    overflow: hidden;
    padding-right: 12px;
    text-align: center;
}
.video-wrapper { position: relative; padding-bottom: 100%; height: 0; }
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  border-radius: 6px;
}
.video-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
.product-card-wrapper .card {
    border: 1px solid #1d70b826;
}
.product-card-wrapper .card .card__content {
    padding-inline: 10px;
}
.product-card-wrapper .card .card__content .quick-add button {
    background: #1d70b8;
    color: #fff;
    border: 1px solid #1d70b8;
    padding-inline: 8px;
}
.product-card-wrapper .card .card__content .quick-add button:after{
  display: none;
}
.product-card-wrapper .card .card__content .quick-add button:hover {
    background: #0e4574;
    border-color: #0e4574 !important;
}
.contact form#ContactForm .field select {
    padding-top: 10px;
}
@media (max-width: 749px) {
  .video-grid { grid-template-columns: 1fr; }
  .promo-description{
  display: none;
}
.collection__view-all{
  margin-top: 10px;
}
.title-wrapper{
  margin-bottom: 1rem;
}
.product-card-wrapper .card .card__content .quick-add button {
    padding: 5px;
    line-height: 22px;
    min-height: unset;
}
}


.promo-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.promo-content {
    max-width: 600px;
    padding: 30px 0px;
    min-height: 500px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
h1.title {
    color: #fff;
}

.promo-content .discount {
  font-size: 18px;
  margin-bottom: 10px;
}
.promo-content .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0px;
}
.promo-content .description {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.promo-content .shop-now {
  padding: 12px 25px;
  background: #1d70b8;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  max-width: max-content;
}

.promo-content .shop-now:hover {
  background: #feec26;
  color: #000;
}
.promo-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 2px;
}
.promo-slider .slick-dots li button {
    width: unset;
    height: unset;
}
.promo-slider .slick-dots li.slick-active button {
    background: #feec26;
}
.promo-slider .slick-dots li button:before{
  display:none;
}
.promo-slider .slick-dots {
    bottom: 20px;
}
.features-icons-section {
  padding: 40px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  text-align: center;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
      padding-top: 62px;
}
.feature-icon img {
  max-width: 35px;
}
.feature-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.title-wrapper--self-padded-tablet-down{
  padding-left: 0px;
}
.slider-component-full-width .slider--desktop .slider__slide:first-child{
  margin-left: 0px;
}
.feature-description {
  font-size: 14px;
  color: #666;
}
a{
  text-decoration : none !important;
}
.card__content .card__heading:hover a {
    color: #0070c2;
}
.card-information .caption-with-letter-spacing {
    color: #0070c2;
    opacity: 1;
    margin-block: 10px;
    font-weight: 600;
}
.card__content .card__heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* Mobile responsive */

@media (max-width: 991px) {
  .sidebar-area{
  display: none;
}
.content-area {
    flex: 0 0 100%;
    max-width: 100%;
}
  .page-wrapper {
    flex-direction: column;
  }
  .page-wrapper .main-area,
  .page-wrapper .sidebar-area {
    flex: 1 0 auto;
    width: 100%;
  }
}
/* Base container */
.multi-block-sec {
  padding: 20px 0px;
}

/* Grid */
.multi-block-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Grid item */
.multi-block-item {
  position: relative;
  color: #111;
  padding: 30px 20px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  transition: transform 0.3s ease;
  background-blend-mode: overlay;
}

/* .multi-block-item:hover {
  transform: translateY(-4px);
} */

/* Text wrapper */
.multi-block-text {

  padding: 20px;
  border-radius: 6px;
  width: 100%;
}

/* Subtitle */
.multi-block-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Title */
.multi-block-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
h2.multi-block-title {
    color: #fff;
}
/* Description */
.multi-block-description {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

/* Button */
/* .multi-block-btn {
  display: inline-block;
  padding: 8px 14px;
  background-color: #007ace;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
} */

/* .multi-block-btn:hover {
  background-color: #005bb5;
} */


/* Sticky Header styling */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: white;
  border-bottom: 1px solid #e1e1e1;
}

/* Header layout */
.custom-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px 0; */
  position: relative;
}

.custom-header__menu.left {
  flex: 1;
}

.custom-header__menu.right {
  flex: 1;
  justify-content: flex-end;
}

.custom-header__logo {
  flex: 0 0 auto;
  text-align: center;
}

/* Mobile menu toggle icon */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-toggle .burger {
  width: 25px;
  height: 3px;
  background: #0070c2;
  position: relative;
}

.mobile-menu-toggle .burger::before,
.mobile-menu-toggle .burger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #0070c2;
  left: 0;
}

.mobile-menu-toggle .burger::before {
  top: -8px;
}

.mobile-menu-toggle .burger::after {
  top: 8px;
}

/* Mobile styling */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }

  .custom-header__menu.left,
  .custom-header__menu.right {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: white;
    padding: 15px;
  }

  .custom-header__menu.show {
    display: flex;
  }

  .custom-header__logo {
    order: 2;
    flex: 1 0 auto;
  }
}

  .custom-sidebar {
    padding: 20px;
  }

.custom-sidebar ul {
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
.custom-sidebar ul .roposo-item + .roposo-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.custom-sidebar ul .roposo-item {
    display: inline-block;
    width: 100%;
    color: #404040;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.custom-sidebar ul .roposo-item  .product-short-part {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product-short-part a {
    color: #000;
    text-decoration: none;
}
.product-short-part a:hover, .brand-slide a:hover, .brand-slide a:hover h4{
  color: #0070c2;
}
.multi-block-btn {
    color: #0070c2;
    font-weight: 600;
}
.product-short-part .roposo-price {
    font-size: 13px;
    color: #000;
    margin-top: 5px;
    font-weight: 600;
}
.custom-sidebar .roposo-item .product-img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}
.custom-sidebar .roposo-item .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .sidebar-collection-block {
    margin-bottom: 30px;
  }

  .collection-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sidebar-collection-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sidebar-product {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .sidebar-product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #ddd;
  }

  .sidebar-product-info {
    display: flex;
    flex-direction: column;
  }

  .sidebar-product-title {
    font-size: 14px;
    margin: 0;
    color: #333;
  }

  .sidebar-product-price {
    font-size: 13px;
    color: #777;
  }

/* Responsive layout */
@media screen and (min-width: 600px) {
  .multi-block-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.promo-grid .promo-item{
  min-height: 160px;
}
@media screen and (min-width: 900px) {
  .multi-block-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .promo-grid .promo-item {
    min-height: 280px;
  }
}
.footer-block__image-wrapper {
    font-size: 15px;
}
/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: none;
}

/* Shrink effect on scroll */
.sticky-header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* background-color: #000; */
    position: fixed;
    width: 100%;
}
 .custom-header__menu li a:not(.dropdown a) {
   border-left: 1px solid #eee;
} 
.custom-header__menu li:last-child a:not(.dropdown a) {
    border-right: 1px solid #eee;
}
.scrolled .custom-header__logo img {
    max-height: 50px;
}
.custom-header__menu.right ul.dropdown {
    text-align: left;
}

/* Header layout */
.custom-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 15px 0; */
}

/* Menus */
.custom-header__menu.left {
  justify-content: flex-start;
}

.custom-header__menu.right {
  justify-content: flex-end;
}

/* Mobile Menu Styles */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  background: #0070c2;
  z-index: 1001;
  padding:40px 20px 20px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  overflow-x: auto;
  bottom: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  margin-bottom: 15px;
  position: relative;
}

.mobile-menu .close-menu {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: -35px;
}
.newsletter .newsletter__wrapper {
    border-width: 1px;
    border-color: #efefef;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: space-around;
    margin-inline: auto;
    max-width: 1500px;
    padding-inline: 20px;
}
.newsletter-head-block h2 {
    font-size: 24px;
    font-weight: 600;
}
.newsletter .newsletter__wrapper  .newsletter-form {
    margin: 0;
    max-width: unset;
}
.newsletter .newsletter__wrapper  .newsletter-form >* {
    width: 100%;
    max-width: 100% !important;
}
.newsletter-head-block {
    text-align: left;
}
.newsletter-head-block h2 {
    margin: 0;
}
.newsletter__subheading {
    text-align: left;
    margin: 0;
}
.newsletter .newsletter__wrapper .newsletter-form .field::before, .newsletter .newsletter__wrapper .newsletter-form .field::after{
  display: none;
}
.newsletter .newsletter__wrapper .newsletter-form button#Subscribe {
    position: relative !important;
}
.newsletter .newsletter__wrapper .newsletter-form button#Subscribe {
    position: relative !important;
    background: #0070c2;
    color: #fff;
    padding: 16px 25px;
    width: unset;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}
.newsletter .newsletter__wrapper .newsletter-form button#Subscribe:hover{
  background:rgb(0, 78, 134);
}
.newsletter .newsletter__wrapper .newsletter-form .field {
    gap: 15px;
    align-items: center;
}
.newsletter .newsletter__wrapper .newsletter-form .field__input {
    background: #0070c20d;
    border-radius: 5px;
    border: 1px solid #dddddd82;
}

/* Burger Icon */
.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* hidden on desktop */
}

.burger {
  width: 25px;
  height: 3px;
  background-color: black;
  display: block;
  position: relative;
}
.burger::before,
.burger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: black;
  left: 0;
}
.burger::before {
  top: -8px;
}
.burger::after {
  top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-header__menu.left,
  .custom-header__menu.right {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  img.header__logo {
    float: right;
}
}

/* ===== Desktop Dropdown ===== */

.custom-header__menu li {
  position: relative;
}

.custom-header__menu .dropdown,
.custom-header__menu .dropdown-sub {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 10px;
  min-width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.dropdown li a {
    display: inline-block;
    width: 100%;
    padding: 2px 5px;
}
.dropdown li +li a {
    margin-top: 2px;
    border-top: 1px solid #ededed;
}
.custom-header__menu li a:hover {
    background: #1d70b8;
    color: #fff;
}
.custom-header__menu li:hover > .dropdown {
  display: block;
}
.custom-header__menu .dropdown li {
  position: relative;
}
.custom-header__menu .dropdown-sub {
  left: 100%;
  top: 0;
}

/* ===== Mobile Menu ===== */
.mobile-menu.open { left: 0; 
box-shadow: -2px 0 8px 500px rgba(0, 0, 0, 0.5);}
.mobile-menu .close-menu {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
}
.mobile-nav { list-style: none; padding: 0; }
.mobile-nav li { margin: 10px 0; }
.mobile-nav a { text-decoration: none; display: inline-block;color: #fff; }
.submenu { display: none; margin-left: 15px; font-size: 15px; }
.submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    /* height: 100%; */
    text-align: right;
    color: #fff;
    padding-block: 1px;
    font-size: 25px;
}
.mobile-menu ul li li {
    margin-block: 7px;
    font-weight: 400;
}
.jdgm-write-review-modal,
.jdgm-review-widget-modal {
  display: none;
}

.jdgm-write-review-modal.visible,
.jdgm-review-widget-modal.visible {
  display: block;
  /* add any fade or positioning you want here */
}
.payment-sec {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.payment-sec svg {
    max-height: 24px;
}


.location-sec p {
  margin-bottom: 10px; /* spacing between lines */
}


.footer-block__details-content a.email.list-menu__item--link, .footer-block__details-content a.contact.list-menu__item--link, .location-sec {
    background: url('/cdn/shop/files/mail.png?v=1757589239') no-repeat left 1px;
    background-size: 20px 20px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: inline-block;
}
.footer-block__details-content {
    margin-bottom: 0px !important;
}

.footer-block__details-content a.contact.list-menu__item--link {
  background: url('/cdn/shop/files/call.png?v=1757589240') no-repeat left 12px;
}
.location-sec {
  background: url('/cdn/shop/files/location.png?v=1757588273') no-repeat left center;
}
 .brand-slider-wrapper {
    padding: 40px 0px;
  }

  .brand-slide {
    text-align: center;
    padding-top: 10px;
  }

  .brand-slide .brand-image {
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin: 0 auto;
    transition: transform 0.3s ease;
    display: block;
  border:1px solid gray;
  padding:10px;
  }
.brand-slide h4 {
    font-size: 14px;
    margin-block: 10px 0px;
}
.brand-slide a {
    color: #000;
    text-decoration: none;
    transition: all 00.3s;
}
  .brand-slide .brand-image:hover {
    transform: scale(1.05);
  }

  /* Image Shape Controls */
  .image-shape-square {
    border-radius: 0;
  }

  .image-shape-circle {
    border-radius: 50%;
  }

  .image-shape-rounded {
    border-radius: 10px;
  }

  /* CTA Button */
  .brand-cta-btn {
    margin-top: 10px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
  }

  .brand-cta-btn:hover {
    background-color: #333;
  }

.custom-header {
    padding-inline: 0px;
}
.utility-bar .utility-bar__grid {
    display: flex;
    align-items: center;
}
.video-gallery {
    padding: 20px 0px;
}
.product__title h1 {
    font-size: 20px;
}
.product-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-form__buttons .product-form__submit {
    margin-bottom: 0;
}
h2.h1 {
    font-size: 26px;
}
.collection-hero__title {
    font-size: 26px;
    font-weight: 600;
}
.collection-hero__title+.collection-hero__description{
  font-size: 16px !important;
}
.facets-vertical-form {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product__accordion .accordion__content {
    padding-top: 10px;
    font-size: 14px;
}
.product__accordion .accordion__content p{
  margin-bottom: 0px;
}
.product__accordion .accordion__content p + p{
  margin-top: 7px;
}
  /* Responsive css */
  @media (max-width: 1300px) {
.custom-header__menu{
  gap: 20px;
}
.promo-content .title {
    font-size: 30px;
}
.custom-header__menu li a {
    padding: 8px 10px;
    font-size: 15px;
}
.promo-content {
    max-width: 700px;
    min-height: 350px;
    padding-top: 20px;
}
  }
  @media (max-width: 1023.5px) {

.custom-header__menu{
  gap: 10px;
}
.custom-header__menu li a {
    padding: 8px 5px;
}
  }
  @media (max-width: 992px) {
    .newsletter-head-block h2 {
    font-size: 20px;
}
.custom-header__logo img {
    max-height: 40px;
}
.footer-block__details-content li a {
    padding-block: 5px !important;
    line-height: 18px;
    font-size: 14px;
}
.newsletter-head-block p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px !important;
}
.promo-content {
    min-height: 200px;
}
.promo-content .discount {
    font-size: 14px;
    margin-bottom: 0px;
}
.promo-content .title {
    font-size: 20px;
}
.promo-content .description {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}
.promo-content .shop-now {
    padding: 5px 20px;
    font-size: 13px;
}
.promo-slider .slick-dots {
    bottom: 0px;
}
.promo-content{
  padding-top: 15px;
}
.brand-slide .brand-image {
    width: 100px;
    height: 100px;
}
}
.page-width .page-width {
    padding-inline: 0px !important;
}

  @media (max-width: 767px) {
    .video-gallery__heading, .custom-sidebar h2, .brand-heading, h2.title {
    margin-bottom: 10px;
    font-size: 18px;
    padding-bottom: 10px;
}
section.video-gallery.page-width {
    padding-inline: 0px;
}
    .page-width, .content-sidebar-wrapper{
      padding-inline: 15px !important;
    }
    .collection-hero__title+.collection-hero__description, .newsletter .newsletter__wrapper .newsletter-form .field__input{
    font-size: 14px !important;
  }
  .footer-block.grid__item {
    margin: 2rem 0 !important;
}
.footer-block.grid__item:first-child {
    margin-top: 0px !important;
}
.footer-block.grid__item:last-child {
    margin-bottom: 0px !important;
}
div .footer-block__heading {
    margin-bottom: 10px;
    font-size: 18px;
}
.cart-item__name{
  font-size: 15px;
}
.cart-item__image-container{
  width :70px;
}
.cart-item__image{
  max-width: 100%;
}
  .collection-hero__title {
    font-size: 20px;
    margin-block: 15px 5px !important;
}
    .newsletter .newsletter__wrapper{
      grid-template-columns: 1fr;
    }
    .newsletter-head-block, .newsletter__subheading{
      text-align: center;
    }
    .brand-slider-wrapper, .promo-banners {
    padding: 20px 0;
}
  .announcement-bar{
    font-size: 14px;
  }
  span.help-title {
    display: none;
}

.content-area {
    flex: 0 0 100%;
    max-width: 100%;
}
}
div#shopify-section-new-banner .full-width-image {

    width: 100%;

}
 
@media screen and (min-width: 769px) {

	.promo-mobile-image {

		display: none;

	}

}

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

	.promo-desktop-image{

	display: none;}

}
 


.help-support-form-sec {
    text-align: center;
}
.collaction-head button.swym-wishlist-collections-v2 {
    display: none !important;
}

.collaction-head h1 {
    color: #000 !important;
}
.home-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main-area {
  flex: 0 0 70%;
}

.sidebar-area {
  flex: 0 0 27%;
}

@media (max-width: 768px) {
  .main-area,
  .sidebar-area {
    flex: 0 0 100%;
  }
}


/* brand section slider to grid view */
.brand-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
    justify-content: center;
}
.brand-slide .brand-image {
    width: 80px;
    height: 80px;
    max-width: 100%;
}

@media (max-width: 1370px) {
.brand-slider {
    grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
}
.brand-slide .brand-image {
    width: 70px;
    height: 70px;
}
.brand-slide h4 {
    font-size: 13px;
}
}
@media (max-width: 767px) {
.brand-slider {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    gap: 5px;
}
.brand-slide h4 {
    font-size: 10px;
}
.brand-slide .brand-image {
    width: 60px;
    height: 60px;
    padding: 0px;
}
}