/** Shopify CDN: Minification failed

Line 901:0 Unexpected "}"

**/
@font-face {
  font-family: "Gill Sans";
  src: url("./GillSans.eot");
  src: url("./GillSans.eot?#iefix") format("embedded-opentype"),
    url("./GillSans.woff2") format("woff2"),
    url("./GillSans.woff") format("woff"),
    url("./GillSans.ttf") format("truetype"),
    url("./GillSans.ttf") format("truetype"),
    url("./GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Gill Sans';
    src: url('./GillSans-Medium.eot');
    src: url('./GillSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('./GillSans-Medium.woff2') format('woff2'),
        url('./GillSans-Medium.woff') format('woff'),
        url('./GillSans-Medium.ttf') format('truetype'),
        url('./GillSans-Medium.svg#GillSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap; 
} */

@font-face {
  font-family: "GillSans-BoldItalic";
  src: url("./GillSans-BoldItalic.eot");
  src: url("./GillSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("./GillSans-BoldItalic.woff2") format("woff2"),
    url("./GillSans-BoldItalic.woff") format("woff"),
    url("./GillSans-BoldItalic.ttf") format("truetype"),
    url("./GillSans-BoldItalic.svg#GillSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* @font-face {
    font-family: 'GillSans-BoldItalic'; 
    src: url('{{ "GillSans-BoldItalic.eot" | asset_url }}');  
    src: url('{{ "GillSans-BoldItalic.eot" | asset_url }} ?#iefix') format("embedded-opentype"),  
    url('{{ "GillSans-BoldItalic.woff" | asset_url }}') format("woff"),
    url('{{ "GillSans-BoldItalic.woff2" | asset_url }}') format("woff2"),
    url('{{ "GillSans-BoldItalic.ttf" | asset_url }}') format("truetype"),
    url('{{ "GillSans-BoldItalic.svg" | asset_url }} #GillSans-BoldItalic') format("svg");
} */
:root {
  --font-body-family: "Gill Sans";
  --font-header-family: "Gill Sans";
  --font-weight-600: 600;
  --font-weight-700: 700;
  --container-max-width: 1200px;
}
/* Hack to fix bolded safari font */
@supports (-webkit-backdrop-filter: blur(1px)) {
  :root {
    --font-weight-600: 500;
    --font-weight-700: 500;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Gill Sans" !important;
}
#MainContent{
/*   max-width:var(--container-max-width); */
}
.page-width {
  max-width:var(--container-max-width);
  margin: 0 auto;
  padding: 0 20px;
}
.shopify-section-header-sticky .header {
  padding-top: 33px;
  padding-bottom: 22px;
  max-width:var(--container-max-width);
}
.shopify-section-header-sticky .header__heading-logo {
  max-width: 272px;
}
.shopify-section-header-sticky .header-wrapper::before {
  height: 16px;
}
.shopify-section-header-sticky .header-wrapper::after {
  height: 10px;
}
/* .shopify-section-header-sticky .header-custom-img img { */
/*     max-width: 144px; */
/* } */
.shopify-section-header-sticky .header .header__inline-menu ul li::before {
  height: 40px;
}
.shopify-section-header-sticky
  .header
  .header__inline-menu
  ul
  li:last-child::after {
  height: 60px;
}
.header-wrapper {
  position: relative;
}
.header-custom-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.header-custom-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  opacity: 0.3;
}
.header {
  display: flex !important;
  justify-content: space-between;
}
header .header__heading-logo {
  display: block;
}
.header .header__inline-menu ul li {
  max-width: 134px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header ul.header__submenu li {
  max-width: unset;
  padding: 10px 0;
}
.header__submenu li::before {
  background: transparent !important;
}
.header .header__inline-menu ul li::before {
  content: "";
  background: black;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 2px;
  height: 40px;
}
.header__submenu li:last-child::after {
  background: transparent !important;
}

.header .header__inline-menu ul li:last-child::after {
  content: "";
  background: black;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 2px;
  height: 40px;
}
.header ul.list-menu.list-menu--inline {
  width: 100%;
  justify-content:flex-end;
}

.header .header__inline-menu ul li a {
  font-size: 16px;
  font-weight: var(--font-weight-600);
  color: #000000;
  text-align: center;
  line-height: 24px;
  padding: 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.header ul.header__submenu li a:hover {
  color: #ee2a53;
}
.header summary.header__menu-item {
  font-size: 20px;
  font-weight: var(--font-weight-600);
  color: #000000;
  text-align: center;
  line-height: 24px;
  padding: 0;
  padding-right: 7px;
}
.header summary.header__menu-item a {
  text-decoration: none;
}

.header summary.header__menu-item .icon-caret {
  right: -12px;
  height: 9px;
}

.header .header__inline-menu {
  max-width: 1038px;
  width: 100%;
  margin-left: auto;
}
.header a.header__heading-link.link.link--text.focus-inset {
  padding-top: 0;
  padding-bottom: 0;
}
.header-wrapper {
  position: relative;
  border: 0;
}
.header-wrapper::before {
  content: "";
  background: #000000;
  background: none;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-wrapper::after {
  content: "";
  background: #000000;
  background: none;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .header__icon--cart {
  width: 109px;
  height: auto;
  text-decoration: none;
  margin-right: 0;
}
header .header__icon--cart .cart-text {
  font-size: 16px;
  font-weight: var(--font-weight-600);
  color: #000000;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0;
  padding-left: 6px;
}
header .header__icon--cart .custom-cart-icon {
  padding-right: 6px;
  height:30px;
}
.header .header__inline-menu .list-menu--inline {
  flex-wrap: nowrap;
}
.cart-count-bubble {
  position: absolute;
  height: 20px;
  min-width: 20px;
  width: auto;
  top: -5px;
  left: 32px;
  right: unset;
  bottom: unset;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  font-family: Assistant, sans-serif !important;
}
.cart-count-bubble span.count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Assistant, sans-serif !important;
}

.menu-drawer .list-social {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.menu-drawer .list-social__link {
  padding: 0 !important;
  padding: 0 5px !important;
}
.menu-drawer .list-social__item .icon {
  width: auto;
  height: 30px;
}
.menu-drawer__utility-links {
  padding: 30px;
}

#cart-notification.cart-notification {
  z-index: 1;
}
.header__search {
  display: none !important;
}
.header__menu-item .icon-caret {
  transition: 0.5s;
}
header-menu .Menu_hover-content {
  position: absolute;
  top: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  max-width: 160px;
  width: 100%;
  padding: 5px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 20px);
}
header-menu ul.header__submenu {
  z-index: 1;
  position: unset;
  width: 100%;
  box-shadow: 0 7px 19px 0 rgba(0, 0, 0, 0.1);
}
header-menu .menu_hover:hover .Menu_hover-content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 3px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
header-menu .menu_hover:hover svg.icon-caret {
  transform: rotate(180deg);
}

/* richtext section css */
.custom-richtext h2.rich-text__heading.rte span {
  font-family: "GillSans-BoldItalic" !important;
}
.custom-richtext .rich-text__blocks {
  max-width: 1386px;
}
.custom-richtext .rich-text__text p {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  color: #000000;
  line-height: 44px;
  text-align: center;
}
.custom-richtext .rich-text__text.rte {
  margin-top: 0;
}



/* hompage image section css */
.home-img-section .custom-homepage-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
.home-img-section {
  margin-bottom: 102px;
}
.home-img-section .custom-img img {
  width: 100%;
  height: auto;
  display: block;
}
.home-img-section .custom-img {
  position: relative;
}
.home-img-section a {
  text-decoration: none;
}
.home-img-section .custom-img h2 {
  margin: 0;
}
.home-img-section .custom-img h2 p {
  margin: 0;
}
.home-img-section .custom-img .img-text-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 39px;
}
.home-img-section .img-text-1 .custom-img-title p {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 50px;
  line-height: 60px;
  color: #fffdfd;
  text-align: center;
}

.home-img-section .img-text-2 .custom-img-title p {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.home-img-section .img-text-2 .img-sub-title,
.img-text-1 .img-sub-title {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0;
  padding-bottom: 40px;
}
.home-img-section .img-text-1 .img-sub-title {
  color: #ffffff;
  padding-bottom: 0;
  padding-top: 10px;
}
.home-img-section .homepage-img-btn .custm-img-button {
  text-decoration: none;
  padding: 15px 50px;
  font-weight: var(--font-weight-600);
  color: #ffffff;
  background: #d93f57;
  margin: 20px auto 0;
  font-size: 22px;
}
.home-img-section .homepage-img-btn .custm-img-button:hover {
  background-color: #000000;
}
.home-img-section .homepage-img-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer section css */
footer .footer__content-top {
  padding-bottom: 30px;
}
footer .footer-block:first-child h2 {
  padding-left: 118px;
  margin-top: -27px;
}
footer .footer-block h2 {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
}
footer .footer-block--contact h2 {
  text-align: right;
  font-size: 20px;
  line-height: 24px;
}
footer .footer-block--contact .footer-block__details-content {
  text-align: right;
  line-height: normal;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}
footer .footer-block__details-content img {
  display: block;
  margin: 0 auto;
}
footer .footer-block ul li a {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 24px !important;
  line-height: 34px;
  text-align: left;
  color: #000000 !important;
  padding: 0 !important;
}
footer .footer__blocks-wrapper {
  column-gap: 0;
  row-gap: 0;
}
footer .footer__blocks-wrapper:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .footer-block .footer__list-social {
  justify-content: center;
  align-items: center;
}
footer .footer__blocks-wrapper .grid__item {
  width: 33.33%;
}
footer .footer-block ul.custom-nav-link {
  margin-left: 118px;
  width: 318px;
}
footer .footer-block ul.custom-nav-link li {
  width: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
footer .custom-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .custom-social-media .social-icon-text {
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #707070;
  padding-right: 8px;
}
footer .custom-social-media ul li {
  padding: 0 10px;
}
footer .footer-block--newsletter {
  margin: 0;
}
footer {
  border-top: 15px solid #000000 !important;
}
footer .footer__content-bottom {
  border-top: 5px solid #000000 !important;
  padding-top: 31px;
}
footer .footer__copyright {
  margin-top: 0;
  color: #707070;
  font-weight: var(--font-weight-600);
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
}
footer .footer__payment {
  margin-top: 0;
}
footer .list-social__item .icon {
  height: 34px;
  width: auto;
}
footer .footer-block--img {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .footer-block--contact h2 {
  padding-bottom: 10px;
}
footer .footer-block--contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-block__details-content.f-phone-space {
  margin: 23px 0;
}
footer .footer-block__details-content p a {
  text-decoration: none;
  text-align: right;
  line-height: normal;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}
footer .icon-twitter {
  overflow: visible;
}

/* collection list page section css */
.collection-list {
  margin-top: 84px;
  margin-bottom: 46px;
}
.collection-list .collection-section {
  display: grid;
  grid-template-columns: 43.7% 43.7%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12.5%;
  position: relative;
}
.collection-list .collection-section::after {
  content: "";
  width: 3px;
  background-color: #d94056;
  height: 85%;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.collection-list .collection-section .custom-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 3px solid #d94056;
  padding-top: 60px;
}
.collection-section .custom-list:nth-child(1) {
  border-top: 0;
  padding-top: 52px;
}
.collection-section .custom-list:nth-child(2) {
  border-top: 0;
  padding-top: 52px;
}
.collection-list .collection-section .collection-list__image img {
  width: 100%;
  height: auto;
}
.custom-list a {
  text-decoration: none;
}
.custom-list p {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  padding-bottom: 70px;
}
.collection-list .collection-list__title {
  text-align: center;
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.collection-list .collection-subtext {
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  max-width: 1154px;
  width: 100%;
}
.collection-list .collection-subtext p {
  margin: 0;
  margin-top: 34px;
}

/* collection product page css */
.template-collection #product-grid.grid {
  display: grid;
  grid-template-columns: 43.7% 43.7%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12.5%;
  position: relative;
  margin: 0;
  row-gap: 0;
}
.template-collection #product-grid.grid::after {
  content: "";
  width: 3px;
  background-color: #d94056;
  height: 85%;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.template-collection .grid--2-col-desktop li.grid__item:nth-child(1) {
  border-top: 0;
  padding-top: 52px;
}
.template-collection .grid--2-col-desktop li.grid__item:nth-child(2) {
  border-top: 0;
  padding-top: 52px;
}
.template-collection .grid--2-col-desktop li.grid__item {
  width: unset;
  max-width: unset;
  border-top: 3px solid #d94056;
  padding-top: 60px;
}
.template-collection .card__content {
  text-align: center;
}
.template-collection .card__content h3 {
  text-align: center;
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.template-collection .card__content .card__information {
  padding-top: 12px;
  padding-bottom: 70px;
}
.template-collection h1.collection-hero__title {
  margin: 0;
  text-align: center;
  margin-top: 84px;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.template-collection .collection-hero__description.rte {
  text-align: center;
  margin: 34px auto 0;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  max-width: 1154px;
  width: 100%;
}

/* product details page css */
.template-product .product__info-container > * + * {
  margin: 0;
}
/* .template-product .last-product-img img:nth-child(1), .last-product-img img:nth-child(2) {
    display: none;
} */
.template-product .last-product-img .product-image:nth-child(1),
.last-product-img .product-image:nth-child(2) {
  display: none;
}
.template-product .last-product-img .product-single__video:nth-child(2) {
  display: none;
}
.template-product .last-product-img {
  display: grid;
  grid-template-columns: 30.5% 30.5% 30.5%;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  grid-column-gap: 4.25%;
  grid-column-gap: 2%;
  margin-top: 70px;
}
.template-product .last-product-img .product-image {
  margin-bottom: 60px;
  margin-bottom: 2.5rem;
}

.template-product .last-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.template-product .last-product-img .product-single__video video {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.template-product .hide-section media-gallery {
  display: none;
}
.template-product .desktop-product-img {
  display: block;
}
.desktop-product-img img {
  width: 100% !important;
  height: auto;
  display: block;
}
.desktop-product-img .product-single__video video {
  width: 100%;
  height: auto;
  display: block;
}
.template-product .product__title h1 {
  text-align: left;
/*   font-size: 50px; */
/*   line-height: 60px; */
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.template-product .product__title {
  margin: 0;
}
.template-product .product__description li,
.template-product .product__description p,
.template-product .product__description h2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
}
.template-product .product__description li {
  margin: 24px 0;
}
.template-product .product__description h2 {
  font-weight: var(--font-weight-600);
  margin-bottom: 0;
}
.template-product .product__description .space-desc {
  margin-top: 0;
  margin-bottom: 0;
}
.template-product .product__description.rte.quick-add-hidden {
  margin: 20px 0 43px;
}
.template-product .product__info-wrapper.grid__item {
  max-width: 40% !important;
  width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  padding-left: 53px;
}
.template-product .hide-section.grid__item.product__media-wrapper {
  max-width: 60%;
  width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
  padding-right: 53px;
}
.template-product fieldset.js.product-form__input {
  margin: 0;
  max-width: 100%;
  display: flex;
  flex: unset;
  min-width: unset;
  flex-wrap: wrap;
}
.template-product variant-radios legend.form__label {
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  margin: 0;
  min-width: 180px;
  padding-top: 15px;
}
.template-product variant-radios.no-js-hidden .custom-variant {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0;
  margin-bottom: 24px;
}
.template-product
  variant-radios.no-js-hidden
  .custom-variant.color_options
  fieldset.js.product-form__input {
  justify-content: space-around;
  width: 100%;
}
.template-product
  variant-radios.no-js-hidden
  .custom-variant.size_options
  fieldset.js.product-form__input {
  justify-content: space-around;
  width: 100%;
}
.select__select {
    font-size: 1.82rem;
}
.product-form__input.product-form__input--dropdown{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 25px auto;
}
}
.product-form__input label.color-swatch {
  border: 3px solid #f4f5ff !important; /* Change this hex code to change the color of the non-active/non-selected variant */
  border-radius: 50% !important;
  width: 70px;
  height: 70px;
  min-width: inherit !important;
  min-height: inherit !important;
}
.product-form__input input[type="radio"]:checked + .color-swatch {
  border: 2px solid #d93f57 !important; /* Change this hex code to change the color of the active/selected variant */
}

.template-product .product-form__input input[type="radio"] + label {
  margin: 0 !important;
  margin-left: 10px !important;
  border: 2px solid #000000 !important;
  border-radius: unset;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px !important;
  min-width: 114px;
  min-height: 66px;
}
.template-product .product__info-container {
  max-width: 100%;
}
.template-product .price.price--large.price--show-badge {
  text-align: right;
}
.template-product .price .price__container {
  margin: 0;
}
.template-product .price .price__container .price-item {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.template-product .product-form__input.product-form__quantity {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.template-product .product-form__input label.form__label {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  padding-right: 26px;
}
.template-product product-form.product-form {
  margin: 0;
}
.template-product .product-form .product-form__submit {
  margin-bottom: 0;
}
.template-product .product-form .product-form__buttons {
  max-width: 100%;
}
.template-product .product-form .product-form__buttons .button {
  padding: 0;
  background: #d94056;
  --border-offset: unset;
  min-width: 308px;
  min-height: 73px;
  color: #000000;
}
.template-product .product-form .product-form__buttons .button:hover {
  background-color: #000000;
  color: #ffffff;
}
.template-product .product-form .product-form__buttons .button span {
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  white-space: nowrap;
}

.template-product .product-form .button:not([disabled]):hover::after {
  --border-offset: unset;
  box-shadow: unset;
}
.template-product .product-form form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 60px;
}
.quantity {
  position: relative;
  width: 158px;
  min-height: 63px;
}
.quantity .quantity__button:first-child {
  position: absolute;
  right: 0;
  bottom: 7px;
  z-index: 1;
}
.quantity .quantity__button:last-child {
  position: absolute;
  right: 0;
  top: 7px;
}
.quantity .quantity__button svg {
  width: 24px;
}
.quantity .quantity__input {
  padding: 0;
  font-family: "Gill Sans";
  font-size: 24px;
  line-height: normal;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  text-align: left;
  padding-left: 20px;
}
.template-product .product-form__input .quantity:after {
  box-shadow: unset;
  border: 1px solid #707070;
}
.total-product-price {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px !important;
}
.total-product-price .total-title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
  padding-right: 26px;
}
.total-product-price .total-price-box span {
  border: 1px solid #707070;
  min-width: 157px;
  min-height: 63px;
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-600);
  font-size: 30px;
  padding-left: 20px;
  color: #000000;
  line-height: normal;
  font-style: normal;
  padding-right: 20px;
}
.template-product
  .product
  .hide-section
  .thumbnail-slider
  button.slider-button
  svg {
  height: 10px;
}
.template-product .product-form .product-form__error-message-wrapper {
  justify-content: flex-end;
  font-size: 15px;
  color: #000000;
  font-weight: var(--font-weight-600);
  margin-top: 10px;
}

/* contact us page css */
.contact #ContactForm {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
}
.contact .contact__fields {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
}
.contact .contact__fields input {
  min-height: 60px;
}
.contact .field {
  display: block;
  margin-bottom: 70px !important;
}
label.field__label {
  position: relative !important;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: var(--font-weight-600);
  color: #707070;
}
.contact .field::after {
  box-shadow: none;
  border: unset;
}
.contact .field:hover.field::after {
  box-shadow: none;
  border: unset;
}
.contact input,
.contact textarea {
  border: 2px solid #d94056;
  resize: vertical;
  border-radius: 3px;
  padding: 0;
}
.contact textarea {
  min-height: 150px;
}
.contact .field__input:focus,
.contact .field__input:not(:placeholder-shown) {
  box-shadow: none;
  padding: 0;
  padding-left: 20px;
  border-radius: 3px;
}
.contact textarea.field__input:focus,
.contact textarea.field__input:not(:placeholder-shown) {
  padding-top: 20px;
}
.contact .contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact__button button {
  background: #d94056;
  border: 0;
  font-family: "Gill Sans";
  font-weight: var(--font-weight-600);
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  max-width: 308px;
  min-height: 73px;
  width: 100%;
  padding: 0;
}
.contact .contact__button button:hover {
  background: #000000;
  color: #ffffff;
  transition: 0.3s;
}
.contact .contact__button button::after {
  box-shadow: none;
  border: unset;
}
.contact .contact__button .button:not([disabled]):hover::after {
  box-shadow: none;
  border: unset;
}
.custom_richtext_section .page-content {
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
}
.custom_richtext_section h1.page-content-hedding {
  text-align: center;
  margin: 0;
  font-weight: var(--font-weight-600);
  line-height: 60px;
}
.custom_richtext_section span.page-content-text p {
  margin: 0;
  text-align: center;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 40px;
}
.shopify-challenge__container .shopify-challenge__button.btn {
  background: #d94056;
  border: 0;
  font-family: "Gill Sans";
  font-weight: var(--font-weight-600);
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-top: 30px;
}
.shopify-challenge__container .shopify-challenge__button.btn:hover {
  background: #000000;
  color: #ffffff;
  transition: 0.3s;
}
.custom_richtext_section .page-content-text p a {
  color: #000000;
}

/* videos page css */
.custom-videos-section {
  display: grid;
  grid-template-columns: 43.5% 43.5%;
  column-gap: 13%;
}
.custom-videos-section .video-section h2 {
  text-align: center;
  font-weight: var(--font-weight-600);
  font-size: 30px;
  line-height: 26px;
  margin: 0;
  padding-top: 20px;
  color: #000000;
}
.custom-videos-section .video-section iframe {
  display: block;
}
.custom-videos-section .video-section {
  padding-bottom: 92px;
}
.custom-videos-section .video-section video {
  object-fit: cover;
}

/* About us page css */
.custom-about-section .about-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-about-section .page-Headding-h1 h1 {
  font-family: "GillSans-BoldItalic" !important;
  margin: 0;
  text-align: center;
}
.custom-about-section .page-Headding-h1 {
  padding-top: 45px;
  padding-bottom: 50px;
}
.custom-about-section .about-content .about-img img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-about-section .about-content {
  display: grid;
  grid-template-columns: 50% 39%;
  column-gap: 11%;
}
.custom-about-section .about-content .about-content-right h2 {
  font-weight: var(--font-weight-600);
  line-height: 44px;
  margin: 0;
  letter-spacing: 0;
  color: #000000;
}
.custom-about-section .about-content .about-content-right span.about-text p {
  font-weight: var(--font-weight-600);
  line-height: 28px;
  font-size: 24px;
  letter-spacing: 0;
  color: #000000;
  margin: 50px 0;
}
.custom-about-section .about-content .about-content-right p.content-writer {
  font-weight: 400;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  text-align: right;
  width: 100%;
}

/* Faqs page css */
.faqs .custom_richtext_section .page-content-text {
  max-width: 632px !important;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.faqs .custom_richtext_section .page-content-text p a:last-child {
  text-decoration: none;
}

body.faqs #shopify-section-footer {
  padding-top: 70px;
}
.shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none;
}
.shopify_explorer_faq__separator {
  margin: 0;
  font-weight: var(--font-weight-600);
  font-size: 46px;
  line-height: 40px;
  color: #000000;
  padding: 60px 0;
  padding-left: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.shopify_explorer_faq__item {
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
  padding-left: 50px;
}
.shopify_explorer_faq__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.shopify_explorer_faq__item .shopify_explorer_faq__question {
  margin-bottom: 0.2em;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: var(--font-weight-600);
  line-height: normal;
  color: #000000;
  padding-left: 15px;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer {
  padding: 10px 0;
  font-weight: var(--font-weight-600);
  font-size: 18px;
  padding-left: 34px;
}
.shopify_explorer_faq__item .shopify_explorer_faq__answer a {
  color: #0000ee;
}
.faq-titles {
  font-weight: var(--font-weight-600);
  font-size: 36px;
  color: #d94056;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 26px 0;
  padding-left: 50px;
  cursor: pointer;
}
.faqs-sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqs-sub-title .icon {
  transition: 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
.faqs-sub-title.active .icon {
  transform: rotate(0deg);
}
.faq-q-style {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-q-style .next-icon {
  transition: 0.3s ease-in-out;
}

.active .next-icon {
  transform: rotateZ(90deg);
}
.faq-q-style.active h3.shopify_explorer_faq__question {
  color: #ee2a53;
}

/* product cart page css */
.template-cart .cart__items {
  border: none;
  padding-bottom: 0;
}
.template-cart .cart-items tr.cart-items-title th {
  font-weight: var(--font-weight-700);
  font-size: 18px;
  color: #000000;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.template-cart .cart-items tr.cart-items-title {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
}
.template-cart .cart-items tr.cart-items-title th:first-child {
  width: auto;
}
.template-cart tr.cart-item td {
  margin: 0;
  padding: 0;
}
.template-cart tr.cart-item {
  display: grid;
  grid-template-columns: 14% 26% 20% 20% 20%;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #ee2a53;
  padding-top: 30px;
}
.template-cart tr.cart-item:last-child {
  border-bottom: 1px solid #ee2a53;
  padding-bottom: 30px;
}
.template-cart tr.cart-item td.cart-item__details {
  width: auto;
}
.template-cart tr.cart-item .cart-item__details a.cart-item__name {
  font-size: 20px;
  font-weight: var(--font-weight-600);
  color: #ee2a53;
}
.template-cart .cart-item .cart-item__media {
  width: auto;
  padding-right: 30px;
}
.template-cart .cart-item .cart-item__media .cart-item__link {
  z-index: 1;
}
.template-cart .cart-item .cart-item__image-container img {
  max-width: unset;
  width: 100%;
  height: auto;
  display: block;
}
.template-cart .cart-item .cart-item__image-container {
  border: none;
}
.template-cart tr.cart-item td.cart-item__details cart-remove-button {
  margin: 0;
  line-height: 0;
}
.template-cart tr.cart-item td.cart-item__details cart-remove-button a {
  font-size: 18px;
  font-weight: 400;
  color: #ee2a53;
  padding: 0;
  margin: 0;
  min-width: unset;
  min-height: unset;
}
.template-cart tr.cart-item td.cart-item__details .product-option {
  font-size: 16px;
  color: #474545;
}
.template-cart tr.cart-item .custom-price-items,
.template-cart tr.cart-item .cart-item__totals .price.price--end {
  font-size: 20px;
  color: #474545;
}
.template-cart .cart-items .cart__warnings {
  padding: 50px 0;
}
.template-cart .cart-items .cart__warnings .button {
  background-color: #ee2a53;
  border: 0;
}
.template-cart .cart-items .cart__warnings .button:after {
  box-shadow: unset;
}
.template-cart .cart-items .cart__warnings .button:hover {
  background-color: #000000;
  border: 0;
}
.template-cart .quantity {
  width: 139px;
  min-height: 59px;
}
.template-cart .quantity:after {
  box-shadow: unset;
  border: 2px solid #ee2a53;
  border-radius: 3px;
}
.template-cart .quantity .quantity__button svg {
  width: 16px;
}
.template-cart .title-wrapper-with-link {
  display: none;
}
.template-cart .cart__footer .cart__ctas .cart__checkout-button {
  border-radius: 2px;
  background-color: #ee2a53;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  border-radius: 3px;
}
.template-cart .cart__footer .cart__ctas .cart__checkout-button:hover {
  background-color: #f25979;
}
.template-cart .cart__footer .cart__ctas .cart__checkout-button::after {
  box-shadow: unset;
}
.template-cart .cart__footer .cart__ctas {
  justify-content: flex-end;
}
.template-cart cart-items {
  padding-top: 70px;
  padding-bottom: 0;
}
.template-cart .cart__footer .totals h2,
.template-cart .totals p {
  font-weight: 400;
  font-size: 22px;
  color: #555;
}
.template-cart .cart__footer .tax-note {
  font-weight: 400;
  font-size: 22px;
  color: #555;
  font-style: italic;
}
.template-cart .cart__footer .cart__blocks {
  width: 100%;
}
.template-cart .cart__footer {
  align-items: flex-start;
}
.template-cart .cart__warnings.custom-continue-btn {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
.template-cart .cart__warnings.custom-continue-btn a {
  background-color: #767676;
  color: #fff;
  padding: 8px 26px;
  min-width: unset;
  min-height: 50px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
}
.template-cart .cart__warnings.custom-continue-btn a:after {
  box-shadow: unset;
  border: 0;
}
.template-cart .cart__warnings.custom-continue-btn a:hover:after {
  box-shadow: unset;
  border: 0;
}
.template-cart .cart__warnings.custom-continue-btn a:hover {
  background-color: #909090;
}
.template-cart .cart__footer .cart__note {
  flex-direction: column;
}
.template-cart .cart__footer .cart__note label {
  position: relative;
  top: unset;
  height: inherit;
  color: #f25979;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 8px;
  font-weight: var(--font-weight-600);
}
.template-cart .cart__footer .cart__note::after {
  box-shadow: unset;
  border: 0;
}
.template-cart .cart__footer .cart__note textarea {
  border: 1px solid #ee2a53;
  display: none;
}
.template-cart .cart__footer .cart__note textarea:focus {
  box-shadow: unset;
}
.template-cart .cart__footer .cart__note .active {
  display: block;
}
.template-cart .cart-item span.cart-items-tags {
  display: none;
}
.template-cart .cart-q-btn-down {
  transform: rotate(90deg);
  background: #dfdfdf;
}
.template-cart .cart-q-btn-up {
  transform: rotate(271deg);
  background: #dfdfdf;
}
.template-cart cart-items.is-empty {
  padding-top: 0;
}
.template-cart cart-items.is-empty .cart__warnings {
  padding-bottom: 70px;
}

/* part page product listing css */
.page-collection_custom-product_listing {
  padding: 0 !important;
  padding-top: 50px !important;
}
.page-collection_custom-product_listing .collection-hero__text-wrapper {
  order: 1;
}
.page-collection_custom-product_listing
  .collection-hero__image-container.media.gradient {
  border: 0;
  margin-left: 0;
  flex-basis: 60%;
}
.page-collection_custom-product_listing .collection-hero__image-container img {
  width: 100% !important;
  height: auto !important;
}
.page-collection_custom-product_listing .collection-hero__text-wrapper {
  padding: 0 !important;
}
.custom-product-grid {
  margin-top: 46px !important;
}
.custom-product-grid .card__heading a::after {
  display: none;
}
.custom-product-grid #product-grid.grid::after {
  display: none;
}
.custom-product-grid #product-grid.grid {
  display: grid;
  grid-template-columns: 100%;
  max-width: 1396px;
  margin: 0 auto;
}

.custom-product-grid .grid--2-col-desktop li.grid__item {
  border-top: 3px solid #000000 !important;
  padding-top: 80px !important;
}
.custom-product-grid .card-wrapper.product-card-wrapper.underline-links-hover {
  display: grid;
  grid-template-columns: 58% 40%;
  column-gap: 2%;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.custom-product-grid .custom-collection ul .grid__item h3 {
  text-align: center;
  font-weight: var(--font-weight-600);
  font-size: 50px;
  line-height: 60px;
  color: #000000;
}
.custom-product-grid .custom-collection ul .grid__item .card__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.custom-product-grid .card__content {
  text-align: left;
}
.custom-product-grid .card__content .product__description {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
}
.page-collection_custom-product_listing
  .collection-hero__inner
  h1.collection-hero__title {
  display: none;
}
.page-collection_custom-product_listing .collection-hero__description {
  margin: 0 !important;
  text-align: left !important;
}
.page-collection_custom-product_listing .collection-hero__description h1 {
  font-weight: var(--font-weight-600);
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 40px;
}
.page-collection_custom-product_listing .collection-hero__description p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0;
}
.page-collection_custom-product_listing .collection-hero__image-container img {
  position: relative !important;
}
.custom-product-grid .card__info .price .price-item--regular {
  font-weight: var(--font-weight-600);
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000000;
}
.custom-product-grid .custom_quantity_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 65px;
  margin-bottom: 65px;
}
.custom-product-grid .custom_quantity_box span.quantity_title {
  padding-right: 25px;
  font-weight: var(--font-weight-600);
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
.custom-product-grid .custom-product-info {
  text-align: right;
}
.custom-product-grid .custom-product-info .button {
  padding: 0;
  background: #d94056;
  --border-offset: unset;
  min-width: 308px;
  min-height: 73px;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  letter-spacing: 0;
  font-weight: var(--font-weight-600);
}
.custom-product-grid .custom-product-info .button:hover {
  background: #000000;
  color: #ffffff;
}

.custom-collection_btns {
  max-width: 1396px;
  margin: 0px auto 0;
  overflow: hidden;
}
.custom-collection_btns ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -42px;
}
.custom-collection_btns ul li {
  width: 33.33%;
  padding: 0 42px;
  margin-bottom: 38px;
}

.custom-collection_btns ul li a {
  background-color: #d94056;
  color: #000000;
  font-weight: var(--font-weight-600);
  font-size: 22px;
  line-height: 39px;
  letter-spacing: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px 0;
}
.custom-collection_btns ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* cms page design css */
.rte .cms-section p,
.content-text {
  font-weight: var(--font-weight-600);
  color: #000000;
  font-size: 18px;
}
.cms-section .cms-content {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  flex-wrap: wrap;
}
.template-page .main-page-title {
  text-align: center;
  margin: 0;
}
.cms-section > h2 {
  text-align: center;
}
.cms-section .cms-content .cms-content-box {
  width: 50%;
  padding: 0 20px;
}
.cms-section .cms-content .cms-content-box h2,
h3 {
  font-weight: var(--font-weight-600);
  font-size: 24px;
}
.rte .cms-section a {
  text-decoration: none;
  color: #ee2a53;
  font-weight: var(--font-weight-600);
  font-size: 18px;
}
.cms-section .cms-content .cms-content-box ul,
ol {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-weight: var(--font-weight-600);
}
.rte .cms-section ul.custom-cms-box li h2 a {
  font-size: 30px;
  font-weight: var(--font-weight-600);
  text-align: center;
}
.rte .cms-section ul.custom-cms-box {
  margin: 0 auto;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.rte .cms-section ul.custom-cms-box li h2 {
  margin: 0;
}
.rte .cms-section ul.custom-cms-box li {
  border: 2px solid #000000;
  padding: 15px 20px;
  margin: 0 10px 10px;
}
#homepage-video-container {
  height: 60vh;
  position: relative;
  overflow: hidden;
  display: flex;
  background-color: #000;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
#homepage-video {
  width: 100%;
  height: auto;
  z-index: 0;
}
#homepage-video-content-wrapper {
  padding: 0;
  max-width:var(--container-max-width);
  position:absolute;
  width:100%;
  display: none;
  opacity: 0;
}
#homepage-video-content-section {
  z-index: 1;
  width: 450px;
  background: rgba(255, 255, 255, 0.8);
  top: 15%;
  left: 20px;
  position: relative;
  max-height: 320px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  display: none;
  opacity: 0;
}
#homepage-video-content-section h1 {
  font-weight: var(--font-weight-700);
  font-size: 28px;
  color: #d93f57 !important;
}
#homepage-video-content-section a {
  text-decoration: none;
  padding: 10px 25px;
  font-weight: var(--font-weight-600);
  color: #fff;
  background: #d93f57;
  margin-left: auto;
  font-size: 22px;
}

.home-trust-section {
  text-align: center;
}
.home-trust-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 0;
}
.trust-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1em;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.trust-icons img {
  width: 100px;
  max-width: 100%;
  filter: drop-shadow(8px 8px 5px #ccc);
}

@media only screen and (max-width: 1399px) {
  /* header section css */

  .header-custom-img {
    top: 0;
    left: 0;
  }
  .header summary.header__menu-item .icon-caret {
    right: -6px;
    height: 7px;
  }

  /* product details page css */
  .template-product .product__info-wrapper.grid__item {
    max-width: 45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    padding-left: 25px;
  }
  .template-product .hide-section.grid__item.product__media-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 25px;
  }
  .template-product .product-form form {
    padding-top: 50px;
  }
  .template-product .product-form__input.product-form__quantity {
    margin-top: 40px;
  }

  .template-product .product__description.rte.quick-add-hidden {
    margin: 30px 0 36px;
  }

  /* video page css */
  .custom-videos-section {
    grid-template-columns: 47.5% 47.5%;
    column-gap: 5%;
  }

  /* about us page css */
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 136px !important;
  }
  .custom-about-section .page-Headding-h1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .custom-about-section .about-content .about-content-right span.about-text p {
    margin: 30px 0;
  }
  .custom-about-section .about-content {
    grid-template-columns: 52% 40%;
    column-gap: 8%;
  }

  /* custom part collection page css */
  .custom-collection_btns ul li a {
    font-size: 25px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .header__inline-menu ul li a {
    font-size: 14px;
  }
  .header summary.header__menu-item {
    font-size: 14px;
  }
  .header .header__inline-menu ul li::before {
    height: 50px;
  }
  .header .header__inline-menu ul li:last-child::after {
    height: 50px;
  }
  header .header__icon--cart .cart-text {
    font-size: 18px;
  }
  .header summary.header__menu-item .icon-caret {
    right: -6px;
    height: 6px;
  }



  /* footer section css */
  footer .footer-block ul.custom-nav-link {
    width: 250px;
    margin-left: 110px;
  }
  footer .footer-block:first-child h2 {
    padding-left: 108px;
  }
  footer .footer-block ul li a {
    font-size: 21px !important;
    line-height: 30px;
  }
  footer .footer-block .footer__list-social {
    flex-wrap: nowrap;
  }
  footer .list-social__item .icon {
    height: 28px;
  }
  footer .custom-social-media ul li {
    padding: 0 4px;
  }
  footer .custom-social-media .social-icon-text {
    font-size: 18px;
    padding-right: 6px;
  }

  /* collection product page css */
  .template-collection .card__content .card__information {
    padding-bottom: 54px;
  }
  .template-collection .card__content h3 {
    font-size: 42px;
    line-height: 58px;
  }

  /* product detals page css */

  .template-product fieldset.js.product-form__input {
    flex-wrap: wrap;
  }

  /* collection product page css */
  .template-collection .collection-hero__description.rte {
    margin: 34px auto 0;
    font-size: 36px;
  }
  .template-product .product__description p,
  .template-product .product__description li,
  .template-product .product__description h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .template-product .product__description.rte.quick-add-hidden {
    margin: 26px 0 24px;
  }
  .template-product variant-radios legend.form__label {
    font-size: 28px;
    line-height: 27px;
  }
  .template-product .product-form__input input[type="radio"] + label {
    font-size: 24px;
    line-height: 34px;
    min-width: 101px;
    min-height: 53px;
    margin-top: 12px !important;
  }
  .template-product .price .price__container .price-item {
    font-size: 34px;
    line-height: 33px;
  }
  .template-product .product-form__input.product-form__quantity {
    margin-top: 28px;
  }
  .template-product .product-form__input label.form__label {
    font-size: 27px;
    line-height: 34px;
  }
  .template-product .product-form__input .quantity {
    width: 133px;
    min-height: 58px;
  }
  .total-product-price .total-price-box span {
    min-width: 133px;
    min-height: 58px;
  }
  .total-product-price .total-title {
    font-size: 27px;
    line-height: 34px;
    min-width: 127px;
  }
  .template-product .product-form form {
    padding-top: 30px;
  }
  .template-product .product-form .product-form__buttons .button {
    min-width: 280px;
    min-height: 64px;
  }
  .template-product .last-product-img {
    margin-top: 50px;
  }
  .section-template--16949423374628__main-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* about us page css */
  .custom-about-section .about-content {
    grid-template-columns: 54% 41%;
    column-gap: 5%;
  }
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 110px !important;
  }

  /* custom part collection page css */
  .custom-collection_btns ul {
    margin: 0 -20px;
  }
  .custom-collection_btns ul li {
    padding: 0 20px;
  }
  .custom-collection_btns ul li a {
    font-size: 23px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  /* richtext section css */
 
  .custom-richtext .rich-text__text.rte .first-p {
    padding-top: 24px;
  }

  /* footer section css */
  footer .footer-block--contact .footer-block__details-content {
    font-size: 19px;
  }
  footer .footer-block ul li a {
    font-size: 18px !important;
    line-height: 18px;
  }
  footer .footer-block ul.custom-nav-link {
    width: 234px;
  }

  /* custom collection page css */
  .collection-list .collection-subtext {
    font-size: 33px;
    line-height: 40px;
  }
  .custom-list p {
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 40px;
  }

  /* about us page css */
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 104px !important;
  }
  .custom-about-section .page-Headding-h1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .quantity .quantity__button:first-child {
    bottom: 4px;
  }
  .quantity .quantity__button:last-child {
    top: 4px;
  }
}
@media only screen and (max-width: 991px) {
  header-drawer {
    display: block !important;
  }
  .header .header__inline-menu {
    display: none;
  }
  .header {
    padding-top: 35px !important;
    padding-bottom: 23px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .header__heading-logo {
    max-width: 200px !important;
  }
  element.style {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  /*     .header-custom-img img {
        max-width: 134px;
    } */

  /* richtext section css */
  .custom-richtext h2 {
    font-size: 74px !important;
  }
  
  .custom-richtext .rich-text__text p {
    line-height: normal;
  }
  .section-template--16949423145252__rich_text-padding {
    padding-bottom: 80px !important;
  }

  /* homepage image section css */
  .custom-homepage-img {
    column-gap: 35px;
  }
  .home-img-section .img-text-1 .custom-img-title p {
    font-size: 38px;
    line-height: normal;
  }
  .home-img-section .img-text-2 .custom-img-title p {
    font-size: 31px;
    line-height: normal;
  }
  .home-img-section .img-text-2 .img-sub-title {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 12px;
  }

  /* footer section css */
  footer .footer-block img {
    max-width: 269px;
    width: 100%;
    height: auto;
  }
  footer .footer-block img.footer-site-logo {
    margin-bottom: 30px;
  }
  footer .footer-block:first-child h2 {
    padding-left: 0;
    margin-top: 0;
  }
  footer .footer-block ul.custom-nav-link {
    margin-left: 0;
  }
  footer .list-social__item .icon {
    height: 24px;
  }
  footer .custom-social-media .social-icon-text {
    font-size: 16px;
    padding-right: 3px;
  }
  footer .footer-block--contact .footer-block__details-content {
    font-size: 18px;
  }
  footer .footer-block__details-content.f-phone-space {
    margin: 18px 0;
  }

  /* custom collection page css */
  .collection-list .collection-subtext p {
    margin-top: 22px;
  }
  .collection-list .collection-subtext {
    font-size: 29px;
    line-height: 37px;
  }
  .custom-list p {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 36px;
  }
  .collection-list .collection-section .custom-list {
    padding-top: 30px;
  }

  /* collection produt page css */
  .template-collection h1.collection-hero__title {
    margin-top: 54px;
    line-height: 52px;
  }
  .template-collection .collection-hero__description.rte {
    margin: 24px auto 0;
    font-size: 32px;
    line-height: normal;
  }
  .template-collection .card__content h3 {
    font-size: 31px;
    line-height: 38px;
  }
  .template-collection .grid--2-col-desktop li.grid__item {
    padding-top: 44px;
  }

  /* product details page css */
  .template-product .hide-section.grid__item.product__media-wrapper {
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 0;
  }
  .template-product .product__info-wrapper.grid__item {
    max-width: 100% !important;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    padding-left: 0;
    padding-top: 30px;
  }
  .template-product .price.price--large.price--show-badge {
    text-align: left;
  }
  .template-product .product-form__input.product-form__quantity {
    justify-content: flex-start;
  }
  .template-product .product-form form {
    justify-content: flex-start;
  }
  .template-product .desktop-product-img {
    display: flex;
    justify-content: space-between;
  }
  .template-product .desktop-product-img .product-image {
    width: 50%;
    padding-right: 0;
  }
  .template-product .desktop-product-img .product-single__video {
    width: 50%;
    padding-left: 0;
  }
  .template-product .product-form__input input[type="radio"] + label {
    margin-top: 0 !important;
  }
  .total-product-price {
    justify-content: flex-start;
  }
  .template-product
    variant-radios.no-js-hidden
    .custom-variant.color_options
    fieldset.js.product-form__input {
    justify-content: unset;
  }
  .template-product
    variant-radios.no-js-hidden
    .custom-variant.size_options
    fieldset.js.product-form__input {
    justify-content: unset;
  }
  .template-product .product-form .product-form__error-message-wrapper {
    justify-content: flex-start;
  }

  /* video page css */
  .custom-videos-section {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  /* about us page css */
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 74px !important;
  }
  .custom-about-section .about-content {
    grid-template-columns: 100%;
  }

  /* faqs page css */
  .shopify_explorer_faq__separator {
    font-size: 40px;
    line-height: 30px;
    padding: 30px 0;
    padding-left: 40px;
  }
  .faq-titles {
    font-size: 40px;
    padding: 16px 0;
    padding-left: 40px;
  }
  .shopify_explorer_faq__item {
    padding-left: 40px;
  }

  /* card page css */
  .template-cart .cart-items tr.cart-items-title {
    grid-template-columns: 45% 18% 18% 19%;
  }
  .template-cart tr.cart-item {
    grid-template-columns: 20% 25% 18% 20% 17%;
  }
  .template-cart .cart__footer .totals h2,
  .template-cart .totals p {
    font-size: 18px;
  }
  .template-cart .cart__footer .tax-note {
    font-size: 18px;
    margin: 10px 0;
  }
  .template-cart .quantity {
    width: 119px;
    min-height: 59px;
  }

  /* custom part collection page css */
  .custom-collection_btns ul {
    margin: 0 -15px;
  }
  .custom-collection_btns ul li {
    padding: 0 15px;
  }
  .custom-collection_btns ul li a {
    font-size: 17px;
    line-height: 27px;
  }

  /* cms page design css */
  .cms-section .cms-content .cms-content-box {
    width: 100%;
    padding: 0 0;
    margin: 15px 0;
  }
  .cms-section .cms-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* richtext section css */
  .custom-richtext h2 {
    font-size: 54px !important;
  }
  .custom-richtext .rich-text__text.rte .first-p {
    padding-top: 16px;
  }


  /* homepage image section css */
  .custom-homepage-img {
    flex-wrap: wrap;
  }
  .home-img-section {
    margin-bottom: 60px;
  }
  .home-img-section .img-text-1 .custom-img-title p {
    font-size: 50px;
  }
  .home-img-section .img-text-2 .custom-img-title p {
    font-size: 40px;
  }
  .home-img-section .img-text-2 .img-sub-title {
    font-size: 20px;
    line-height: 24px;
  }
  .home-img-section .custom-img .img-text-2 {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  /* footer section css */
  footer .footer__blocks-wrapper .grid__item {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-block.grid__item.footer-block--menu {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  footer .footer-block ul.custom-nav-link li {
    width: 100%;
    text-align: center;
  }
  footer .footer-block ul.custom-nav-link li a {
    justify-content: center;
  }
  footer .footer-block ul li a {
    font-size: 24px !important;
    line-height: 34px;
  }
  .footer-block--img .footer-block-image {
    padding-bottom: 40px;
  }
  .footer-block__details-content {
    margin-bottom: 0 !important;
  }
  footer .custom-social-media .social-icon-text {
    font-size: 20px;
    line-height: 24px;
    padding-right: 8px;
  }
  footer .footer-block--contact h2 {
    text-align: center;
  }
  footer .footer-block__details-content.f-phone-space {
    margin: 18px 0 !important;
  }
  footer .footer__content-top {
    padding-bottom: 0px;
  }
  footer .footer-block--contact .footer-block__details-content {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  footer .footer-block--contact {
    margin-bottom: 40px;
  }
  footer .footer__localization:empty + .footer__column {
    padding-top: 0;
  }

  /* custom collection page css */
  .collection-list {
    margin-top: 60px;
  }
  .custom-list p {
    font-size: 25px;
    line-height: 27px;
  }

  /* collection product page css */
  .template-collection .collection-hero__description.rte {
    margin: 18px auto 0;
    font-size: 24px;
  }
  .template-collection h1.collection-hero__title {
    margin-top: 40px;
    line-height: 50px;
  }
  /* about us page css */
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 54px !important;
  }
  .custom-about-section .about-content .about-content-right span.about-text p {
    line-height: normal;
    font-size: 18px;
  }

  /* faqs page css */
  .shopify_explorer_faq__separator {
    font-size: 30px;
    line-height: 20px;
    padding: 20px 0;
    padding-left: 0px;
  }
  .faq-titles {
    font-size: 30px;
    padding-left: 0px;
  }
  .shopify_explorer_faq__item {
    padding-left: 0;
  }
  .shopify_explorer_faq__item .shopify_explorer_faq__question {
    font-size: 18px;
    padding-left: 10px;
  }
  .shopify_explorer_faq__item .shopify_explorer_faq__answer {
    font-size: 15px;
    line-height: normal;
    padding-left: 30px;
  }

  /* cart page css */
  .template-cart .cart__footer {
    align-items: center;
    flex-direction: column;
  }
  .template-cart .cart__footer .cart__note {
    align-items: center;
  }
  .template-cart .cart__footer .cart__blocks .totals {
    justify-content: center;
  }
  .template-cart .cart__footer .tax-note {
    text-align: center;
    margin: 10px 0;
  }
  .template-cart .cart__warnings.custom-continue-btn {
    justify-content: center;
  }
  .template-cart .cart__footer .cart__ctas {
    justify-content: center;
  }
  .template-cart .cart__footer .cart__blocks {
    margin-left: 0;
    margin-top: 40px;
  }
  .template-cart tr.cart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .template-cart tr.cart-item .cart-item__totals.large-up-hide {
    display: none !important;
  }
  .template-cart tr.cart-item .cart-item__totals.small-hide {
    display: block !important;
    text-align: left;
  }
  .template-cart tr.cart-item .cart-item__totals.small-hide .price--end {
    text-align: left;
  }
  .template-cart .cart-items tr.cart-items-title {
    border: none;
    margin-bottom: 0;
    display: none;
  }
  .template-cart tr.cart-item:first-child {
    margin-top: 0;
  }
  .template-cart tr.cart-item td.cart-item__details {
    text-align: center;
  }
  .template-cart tr.cart-item td.cart-item__details cart-remove-button {
    justify-content: center;
    padding-top: 10px;
    width: unset;
  }
  .template-cart .cart-item .cart-item__media {
    padding-right: 0;
  }
  .template-cart .cart-item span.cart-items-tags {
    display: inline-block;
    font-weight: var(--font-weight-600);
    font-size: 18px;
    padding-right: 10px;
    color: #474545;
  }
  .template-cart .cart-item .cart-item__quantity-wrapper {
    align-items: center;
  }
  .template-cart .cart__footer .cart__ctas .cart__checkout-button {
    font-size: 16px;
    line-height: 20px;
  }

  /* custom part collection page css */

  .custom-collection_btns ul li {
    width: 50%;
  }
  .custom-collection_btns ul li a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 749px) {
  .template-product .hide-section media-gallery {
    display: block;
  }
  .template-product .desktop-product-img {
    display: none;
  }
  .template-product .hide-section.grid__item.product__media-wrapper {
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 0;
  }
  .template-product .product__media img {
    width: 100% !important;
    height: auto;
  }
  .template-product .last-product-img {
    display: none;
  }
  .slider.slider--mobile {
    scroll-padding-left: 0 !important;
  }
  .product__media-list .product__media-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .template-product slider-component.slider-mobile-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media(max-width: 680px){
    .home-trust-section h2 {
    font-size: 18px;
    margin-bottom: 1em;
}
    .trust-icons{
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 16px;
    }
    .trust-icons img {
        width: 70px;
    }
}

@media only screen and (max-width: 575px) {
  /* header section css */
  header .header__icon--cart .custom-cart-icon {
    width: 32px;
    height: auto;
    padding: 0;
  }
  .cart-count-bubble {
    height: 20px;
    top: -3px;
    left: 31px;
  }
  header .header__icon--cart .cart-text {
    display: none;
  }
  header .header__icon--cart {
    width: 59px;
  }
  #homepage-video-container{
    height: 40vh;
    min-height:320px;
  }
  #homepage-video{
    height:100%;
    width:auto;
  }
  #homepage-video-content-section h1{
    font-size: 22px;
  }

  /* richtext section css */
  .custom-richtext h2 {
    font-size: 34px !important;
  }
  .custom-richtext .rich-text__wrapper {
    width: 100% !important;
  }


  /* homepage image section css */
  .home-img-section .img-text-1 .custom-img-title p {
    font-size: 29px;
  }
  .home-img-section .img-text-2 .custom-img-title p {
    font-size: 32px;
  }
  .home-img-section .img-text-2 .img-sub-title {
    font-size: 17px;
    line-height: 22px;
  }
  .home-img-section .homepage-img-btn .custm-img-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .home-img-section .img-text-2 .img-sub-title,
  .img-text-1 .img-sub-title {
    font-size: 18px;
    line-height: 20px;
  }

  /* footer section css */
  footer .footer-block--contact .footer-block__details-content {
    font-size: 18px;
    line-height: normal;
  }
  footer .custom-social-media {
    flex-wrap: wrap;
  }
  footer .footer-block ul li a {
    font-size: 18px !important;
    line-height: 28px;
  }
  footer .footer-block h2 {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 8px;
  }
  footer .footer__copyright {
    font-size: 16px;
  }

  /* custom collection page css */
  .collection-list .collection-list__title {
    font-size: 38px;
    line-height: 40px;
  }
  .collection-list .collection-subtext {
    font-size: 21px;
    line-height: normal;
  }
  .collection-list .collection-subtext p {
    margin-top: 16px;
  }
  .collection-list .collection-section {
    grid-template-columns: 100%;
  }
  .collection-list .collection-section::after {
    display: none;
  }
  .collection-section .custom-list:nth-child(2) {
    border-top: 3px solid #d94056;
  }

  /* product collection css */
  .template-collection #product-grid.grid {
    grid-template-columns: 100%;
  }
  .template-collection #product-grid.grid::after {
    display: none;
  }
  .template-collection .grid--2-col-desktop li.grid__item:nth-child(2) {
    border-top: 3px solid #d94056;
  }
  .template-collection h1.collection-hero__title {
    font-size: 38px;
  }
  .template-collection .collection-hero__description.rte {
    margin: 16px auto 0;
    font-size: 18px;
  }

  /* product details page css */
  .template-product .product__title h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
  .template-product variant-radios legend.form__label {
    font-size: 25px;
    line-height: 21px;
  }
  .template-product .product-form__input input[type="radio"] + label {
    font-size: 18px;
    line-height: 20px;
    min-width: 80px;
    min-height: 52px;
  }
  .template-product .price .price__container .price-item {
    font-size: 32px;
    line-height: 32px;
  }
  .template-product .product-form__input .quantity {
    width: 123px;
    min-height: 55px;
  }
  .template-product .product-form__input .quantity .quantity__button svg {
    width: 19px;
  }
  .template-product .product-form__input label.form__label {
    font-size: 23px;
    line-height: 31px;
  }
  .template-product variant-radios.no-js-hidden .custom-variant {
    flex-direction: column;
    align-items: flex-start;
  }
  .template-product variant-radios legend.form__label {
    text-align: left;
    margin-bottom: 20px;
  }
  .template-product fieldset.js.product-form__input {
    margin-left: -12px;
  }
  .total-product-price .total-title {
    font-size: 23px;
    line-height: 31px;
    min-width: 113px;
  }
  .total-product-price .total-price-box span {
    min-width: 123px;
    min-height: 55px;
  }
  .product-form__input label.color-swatch {
    width: 50px;
    height: 50px;
  }

  /* contact us page css */
  .custom_richtext_section span.page-content-text p {
    font-size: 16px;
    line-height: normal;
    padding-top: 20px;
  }
  .custom_richtext_section h1.page-content-hedding {
    font-size: 36px !important;
    line-height: normal;
  }
  .custom_richtext_section .page-content {
    padding-bottom: 50px !important;
  }

  /* about us page css */
  .custom-about-section .page-Headding-h1 h1 {
    font-size: 34px !important;
  }
  .custom-about-section .about-content .about-content-right p.content-writer {
    line-height: normal;
    font-size: 22px;
    text-align: center;
  }
  .custom-about-section .page-Headding-h1 {
    padding-bottom: 15px;
  }
  .custom-about-section .about-content .about-content-right h2 {
    font-size: 34px !important;
  }

  /* faqs page css */
  .shopify_explorer_faq__item .shopify_explorer_faq__question {
    font-size: 16px;
  }
  .faq-titles {
    font-size: 26px;
  }
  .shopify_explorer_faq__item .shopify_explorer_faq__answer {
    font-size: 14px;
  }
  .faqs-sub-title img.icon {
    max-width: 20px;
    width: 100%;
    height: auto;
  }

  /* custom part collection page css */
  .custom-collection_btns ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .custom-collection_btns ul li a {
    font-size: 23px;
  }

  #homepage-video-content-section {
    width: 350px;
  }
}

/***** VWD CSS  *****/

.newsletter__wrapper .newsletter-form__field-wrapper .field__input::placeholder{
  opacity: 1;
}

.newsletter__wrapper .newsletter-form__field-wrapper label.field__label{
  opacity: 0;
}

.newsletter__subheading{
  color: #000;
}

.newsletter__wrapper .newsletter-form__field-wrapper .field__input:focus,
.newsletter__wrapper .newsletter-form__field-wrapper .field__input:not(:placeholder-shown){
  padding: 1.5rem;
}

footer .footer-block:first-child h2{
  margin-top: 0;
  font-size: 20px;
  padding-left: 0;
}

footer .footer-block ul.custom-nav-link{
  margin-left: 0;
}

footer .footer-block--contact .footer-block__details-content{
  font-size: 18px;
  line-height: 1.5;
}
footer .footer-block__details-content p a{
  font-size: 18px;
}
footer .footer-block__details-content p a:hover,
footer .footer-block ul li a:hover{
  color: #d93f57 !important;
}

footer .footer-block ul li a:hover svg path{
  fill: #d93f57 !important;
}

footer .footer-block ul li a{
  font-size: 18px !important;
  line-height: 1.5;
}

footer .footer-block--menu ul li a{
  margin-bottom: 10px;
}

footer .custom-social-media{
  flex-wrap: wrap;
}

footer .custom-social-media .social-icon-text{
  width: 100%;
  padding-right: 0;
  margin-bottom: 10px;
  text-align: center;
}
footer .footer__payment{
  margin-bottom: 10px;
}

@media(max-width: 480px){
  video#homepage-video{
    display: none
  }
  #homepage-video-container{
    background-image: url("/cdn/shop/files/mobile-billboard-2025-08Aug-1b.jpg?v=1754496757");
    background-size: cover;
    background-position: top right;
    background-color: #fff;
  }
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media(min-width: 992px){
  div.product .desktop-product-img{
    position: sticky;
    top: 0;
  }
}