/** Shopify CDN: Minification failed

Line 1237:0 All "@import" rules must come first
Line 1238:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'Bud';
    src: url('/cdn/shop/files/BudBold.woff2?v=1754809145') format('woff2'),
        url('/cdn/shop/files/BudBold.woff?v=1754809146') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#goTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    left: 0;
    right: 0;
    margin: auto;
}


body pickup-availability-drawer[open] {
        z-index: 10000;
    }
body  cart-remove-button .icon-remove {
    width: 25px;
    height: 25px;
    color: #716d8e;
}
body .ot-dingdoong-main {
    min-width: 100%;
}
.ot-dingdoong-delivery__zipcode-submit-button {
    background: #CB2B28 !important;
    color: #fff !important;
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-color: #CB2B28 !important;
}
.quick-add quick-add-modal {
    display: none;
}
div#delivery-validation-wrapper {
    margin-top: 10px;
}

div#delivery-validation-wrapper label {
    font-size: 14px;
}

.ot-dingdoong-delivery__zipcode-input, .ot-dingdoong-delivery__zipcode-submit-button {
    border-radius: 4px !important;
}
.cart-title h1.title button.button.button--secondary.clear-cart {
    margin: 0;
    padding: 0;
    min-height: inherit;
    line-height: normal;
    width: auto;
    min-width: inherit;
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    letter-spacing: 0px;
    color: rgb(9, 4, 61);
}
table.cart-items td.cart-item__totals.right.small-hide {
    display: none;
}
body cart-remove-button span.svg-wrapper {
    width: 25px;
    height: 25px;
}
  body .article-template__hero-container {
    max-width: 500px;
    margin: 0;
}
button#checkout {
    max-width: 100%;
}
.c-left-colukn .page-width {
    padding: 0;
    max-width: 100%;
}
@media(min-width:768px){
.cart-flex-layout {
    display: flex;
    align-items: flex-start;
} 
.cart-flex-layout .c-left-colukn {
    flex: 1;
    max-width: 100%;
}

.cart-flex-layout .cart-right-sidebar {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 30px;
        padding-top: 52px;
        position: sticky;
        top: 87px;
    }
}


.cart-flex-layout .cart-right-sidebar .r-side-wrapper {
    padding: 35px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
}
/* mobile-only: hide on larger screens */
  @media (min-width: 769px){
    .bottom-nav{ display: none !important; }
  }
 .main-blog .blog-articles p.article-card__excerpt.rte-width {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gf-block-title * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #000;
}
.gf-theme-version-15.spf-has-filter input.gf-controls-search-input, .gf-theme-version-15.spf-has-filter .sort-by, .gf-theme-version-15.spf-has-filter .gf-range-inputs input[type=text] {
    background: #fff !important;
    border-radius: 4px !important;
}
.gf-filter-contents {
    border: 1px solid #F3F3F3;
    background: #fff;
}

.gf-filter-contents .gf-option-block {
    padding-left: 15px;
    padding-right: 15px;
    border-color: #F3F3F3 !important;
}
#gf-tree a, #gf-tree button, #gf-tree button * {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D !important;
}
body .gf-theme-version-15.spf-has-filter .gf-option-box li button {
    min-height: 32px;
}
.sort-by, .sort-by *, .gf-filter-selection * {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    font-size: 12px !important;
    leading-trim: NONE;
    letter-spacing: 0px !important;
    color: #09043D !important;
}
body span.gf-summary b {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    color: #223C52;
}
  .bottom-nav{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0; /* iOS safe area */
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: var(--nav-height);
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
    background: #fff;
    box-shadow: var(--shadow);
    border-top: 1px solid rgba(15,23,42,0.04);
    z-index: 1000;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    animation: slideUp 0.3s ease forwards;
  }
  /* Keyframes for animation */
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-item{
    flex: 1 1 0;
    text-decoration: none;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    height: 100%;
    padding: 6px 2px;
    transition: transform .12s ease, color .12s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-item svg{
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
  }

  .nav-item .label{
    line-height: 1;
    font-size: 11px;
  }

  .nav-item:active{ transform: translateY(2px); }

  /* active state */
  .nav-item.active{
    color: var(--accent-active);
  }
  .nav-item.active svg{ transform: translateY(-2px) scale(1.05); }

  /* icon wrap for badge */
  .icon-wrap{ position: relative; display: inline-block; }


  /* larger hit area for accessibility */
  .nav-item { touch-action: manipulation; }
  .nav-item:focus{ outline: none; box-shadow: none; border-radius: 0; }

  /* reduce label clutter on very small screens (optional) */
  @media (max-width:330px){
    .label{ display:none; }
    .nav-item svg{ width:24px; height:24px; }
  }
.header__heading-logo-wrapper.logo-stricky-mobile {
    display: none;
}
.scrolled-past-header .header__heading-logo-wrapper.logo-main {
    display: none;
}
.scrolled-past-header .header__heading-logo-wrapper.logo-stricky-mobile {
    display: block;
}
h2.cart-notification__heading.caption-large.text-body {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
.section-header.shopify-section-group-header-group {
    z-index: 5;
}
body .swym-wishlist-collections-v2-container {

    z-index: 2;
}
price-range.facets__price span.field-currency {
    display: none;
}
.pricefilterclass .facets__header-vertical {
    display: none;
}
.pricefilterclass p.mobile-facets__info {
    display: none;
}
body .cart-notification-product__image {
    background: transparent;
}
div#cart-notification {
    background: #fff;
}
body .cart-notification-product {
    align-items: center;
}
.cart-notification__links button.link.button-label {
    display: none;
}
body a#cart-notification-button {
    background: #cb2b28;
    color: #fff;
}
h3.cart-notification-product__name.h4 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0px;
}
.menu-btm {
    text-align: left;
}

.menu-btm ul.list-menu.list-menu--inline {
    justify-content: flex-start;
    margin-bottom: 25px;
    flex-direction: column;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}

.header__menu-item-filter {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 500;
    font-size: 14px;
    color: rgba(var(--color-foreground), 1);
}
/*************Blog Post Section************/
.f-blog-sec h2.blog__title, .c-list .title-wrapper-with-link h2, .f-products h2.title.inline-richtext, .logo-list-section h2.title.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color:#000;
    text-align: center;
 
}
ul.l-sub-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    overflow: auto;
    overflow: auto; /* or scroll if you always want scrolling */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;     /* Firefox */
  flex-wrap:wrap;
}

.subcollection-grid {
    padding-bottom: 20px;
}

ul.l-sub-list li a {
    border: 1px solid #d5d5d5;
    padding: 6px 28px;
    border-radius: 40px;
    display: block;
    color: rgba(var(--color-foreground), 1);
    background: #fdfdfde3;
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 500;
    font-size: 14px;
}

ul.l-sub-list li.active a, ul.l-sub-list li a:hover {
    border-color: #CB2B28;
    background: #CB2B28;
    color: #fff;
    overflow: auto;
}
.footer__blocks-wrapper .footer-block:last-child .footer-block__details-content.rte ul.list-unstyled.list-social.footer__list-social {
    display: none;
}
.footer__blocks-wrapper .footer-block:first-child .footer-block__details-content.rte .contact-button {
    display: none;
}
.contact-button .button.button--full-width {
    color: #cb2b28;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex
;
    gap: 6px;
}
.footer_content-bottom-wrapper.footer_content-bottom-wrapper--center {
    flex: 0 0 auto;
}
body ul.list-unstyled.list-social.footer__list-social {
    justify-content: center !important;
    padding: 0;
    margin-left: -12px;
} 

._descriptionBlock_3323n_108 p.MsoNormal {
    margin-top: 0;
    margin-bottom: 9px;
}
._descriptionBlock_3323n_108 * {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 500;
    font-size: 16px;
}
.v-all a {
    text-decoration: underline !important;
    color: #CB2B28;
    font-weight: 600;
    font-size: 14px;
}
body .slick-next.slick-disabled:before, body .slick-prev.slick-disabled:before {
    opacity: 0;
    visibility: hidden;
}
.ac-box-lef {
    display: flex
;
    gap: 30px;
    align-items: center;
}

.featured-pro-slider .title-wrapper-with-link .ac-box-lef h2.title {
    flex: 0 0 auto;
}

.featured-pro-slider .title-wrapper-with-link .ac-box-lef .rte.short-discu {
    flex: 1;
    padding-left: 30px;
    border-left: 1px solid #CB2B28;
    font-size: 16px;
    line-height: 1.5;
}
.v-all a {
    text-decoration: underline !important;
    color: #CB2B28;
    font-weight: 600;
    font-size: 14px;
}

.featured-pro-slider .title-wrapper-with-link {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.featured-pro-slider .title-wrapper-with-link .ac-box-lef {
    flex: 1;
}

.featured-pro-slider .title-wrapper-with-link .v-all {
    flex: 0 0 100px;
    text-align: right;
}
body .header__search .search-modal__form .field label.field__label {
    letter-spacing: 0;
    font-size: 14px;
    color: #646464;
}
html body  .header__search .search-modal__form .field * {
    outline: 0;
    border: 0;
    box-shadow: none !important;
}
.header__search .search-modal__form .field:after, 
.header__search .search-modal__form .field:before{
  display: none !important;
}
body .header__search .search-modal__form .field {
    border: 1px solid #D6D5D4;
    border-radius: 60px;
    width: 100%;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    overflow: hidden;
}
.custom-slick-slider .item-slide {
    position: relative;
}

.custom-slick-slider .item-slide .custom-banner-over {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 50px;
    line-height: normal;
}

.custom-slick-slider .item-slide .custom-banner-over * {
    color: #fff;
}
.custom-banner-over .rte, .custom-banner-over .rte p {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.custom-banner-over .rte {
    margin-top: 0px;
}
.custom-slick-slider h2.hero-banner {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: inherit;
    margin: 0;
}
.custom-slick-slider .item-slide .custom-banner-over * {
    color: #fff;
}
.custom-slick-slider .item-slide {
    position: relative;
}


.facet-filters__field .select, .facet-filters__field .select {
    box-shadow: none !important;
    outline: 0 !important;
}

.facet-filters__field select#SortBy {
    outline: 0 !important;
    box-shadow: none !important;
}
body .mobile-facets__sort .select {
    margin: 0;
}
.mobile-facets__clear.underlined-link {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    letter-spacing: 0px;
    color: #09043D;
}
body .mobile-facets__sort .select__select {
    border: 1px solid #F3F3F3;
    background: #fff;
    padding: 10px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
    line-height: normal;
}
summary.mobile-facets__summary.focus-inset, .mobile-facets__sort label {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 14px;
    leading-trim: NONE;
    letter-spacing: 0px;
    color: #09043D;
    text-transform: uppercase;
}
summary.mobile-facets__summary.focus-inset {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 14px;
    leading-trim: NONE;
    letter-spacing: 0px;
    color: #09043D;
}
span.count * {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    color: #223C52;
}
span.act {
    margin: 0 10px;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    letter-spacing: 0px;
    color: background: #223C52;
}
.active-facets span.active-facets__button-inner {
    font-weight: 400;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    box-shadow: none !important;
    background: #fff;
   font-family: "DM Sans", sans-serif;
   opacity: 0.8;
}
body .facets__header-vertical {
    padding-top: 5px;
    padding-bottom: 5px;
}
.facets-container .active-facets {
    display: none;
}
.f-blog-sec .article-card .card__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
 .f-blog-sec .r-more.outline-button:hover {
    background: #09043d;
    color: #fff;
    border-color: #09043d;
}

.f-blog-sec .r-more.outline-button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 15px 3rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #09043d;
    border-radius: 8px;
}
.f-blog-sec .title-wrapper-with-link, .c-list .title-wrapper-with-link  {
    justify-content: center;
    margin-bottom: 30px;
}
body .blog__view-all, body .center.collection__view-all {
    text-align: center;
}
body .center.collection__view-all {
    margin-top: 3rem;
}
.button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.f-blog-sec  .article-card .card__heading {
    margin-top: 21px;
}
.f-blog-sec .blog__posts .article-card .card__information {
    padding: 0;
}
.f-blog-sec .article-card__excerpt.rte-width {
    font-size: 13px;
    line-height: 21px;
}
body .f-blog-sec .article-card__info.caption-with-letter-spacing.h5 {
    padding-bottom: 13px;
}



.blog__view-all .blog__button {
    margin-top: 3rem !important;
}

body .r-more, .blog__view-all .blog__button, 
.center.collection__view-all .button,
.image-with-text__content .image-with-text__text+.button,
.banner__buttons .button{
    min-width: 156px;
}
/*************Collection List  Section************/
.c-list .title-wrapper-with-link {
    justify-content: center;
}
.c-list .card-wrapper .card__content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000040;
}

.c-list .card-wrapper .card__content h3.card__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
}

.c-list .card-wrapper  * {
    border-radius: 0 !important;
}
/*************Gallery  Section************/
.gallery-block-with-link .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.gallery-block-with-link .gallery-grid img {
  width: 100%;
  display: block;
}
.article-card__info span.circle-divider {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.blog-articles span.circle-divider.caption-with-letter-spacing {
    display: flex;
    gap: 5px;
}

.blog-articles time {
    margin-left: 5px;
}
.blog-articles span.circle-divider.caption-with-letter-spacing, .blog-articles span.circle-divider.caption-with-letter-spacing * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-style: 65 Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #09043D;
}
/*************Image with text  Section************/
h2.image-with-text__heading.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color:#09043D;
}
.image-with-text__text.rte.body {
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    font-family: "DM Sans", sans-serif;
    COLOR: #223C52;
}
@media screen and (min-width: 990px) {
    body .image-with-text__content {
        padding: 4rem;
    }
}
/*************Image text  Overlay************/
.image-overlay .banner__heading.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.image-overlay .banner__text.rte.body {
    max-width: 582px;
}
.image-overlay .banner__box p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
     font-family: "DM Sans", sans-serif;
}

/*************Logo list************/
body .logo-list-section h2.title.inline-richtext {
    margin-top: 0;
    margin-bottom: 3rem;
}
.logo-list-section {
  text-align: center;
}
.logo-list-title {
  font-size: 2rem;
  margin-bottom: 30px;
}
.logo-list-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.logo-item {
  flex: 0 1 150px;
  max-width: 150px;
}
.logo-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.logo-link:hover .logo-image {
  transform: scale(1.05);
}
/*************Slideshow************/
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-bb1b8450-b790-4899-ab36-15b5ac19e9ba {
    color: rgba(var(--color-foreground), 1);
}
.arow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem;
}

.arow * {
    color: #fff;
}

.arow svg.icon.icon-caret {
    height: 3rem;
}
.slideshow__text h2.banner__heading.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
slideshow-component .slideshow__controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border: 0;
}

slideshow-component .slideshow__controls button.slider-counter__link {
    color: #fff;
}

slideshow-component .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff!important;
}

slideshow-component .slider-counter__link--dots .dot {
    border-color: #fff !important;
}
.slideshow__text .banner__text.rte {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}

/*************Featured Products ************/
.section-featured-product h2.product__title {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 15px;
}
.section-featured-product .price.price--large.price--show-badge, .section-featured-product .price.price--large.price--show-badge * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.featured-product .product__media-list {
    padding: 0 !important;
    background: transparent !important;
}
.section-featured-product .link.product__view-details.animate-arrow {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #223C52;
    text-decoration: underline !important;
}
.section-featured-product .product__text.inline-richtext {
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding-top: 15px;
    padding-bottom: 15px;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
}
/*************Newsletter ************/
.newsletter .field-full input {
    margin: 0;
    padding: 15px 12px;
    height: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
body .newsletter-form {
    max-width: 700px;
}
.newsletter  .field-full button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.newsletter  .field-full {
    display: flex;
    align-items: center;
}
.newsletter .field-full input {
    margin: 0;
    padding: 15px 12px;
}
body .newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100%;
}
.newsletter h2.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #09043D;
}
.newsletter__subheading p {
    font-weight: 400;
    font-size: 13px;
       font-family: "DM Sans", sans-serif;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}
/*************rich ************/
.rich-text  h2.rich-text__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.rich-text p {
      font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}
/*************Testimonials ************/
body .quote-text {
      font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}
.rich-text__heading.rte.inline-richtext.h2, h2.inline-richtext.h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.testimonail-grid h2.title.inline-richtext {
    text-align: center;
    margin-top: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 20px 0;
  background-color: #f9f9f9;
}
.quote-item {
    text-align: center;
    padding: 0px 20px;
    background: transparent;
    border-radius: 10px;
    box-shadow: none;
}
body .quote-text {
    margin: 15px 0;
}
.quote-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 15px;
  fill: #888;
}

.quote-text {
  margin-bottom: 10px;
}
.quote-author {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
/*************Text columns with images ************/
 .text-columns  .multicolumn .title{
    margin-top: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}

.text-columns .multicolumn .title-wrapper-with-link {
    justify-content: center;
}
 .text-columns .multicolumn-list h3 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 19px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
 .text-columns .multicolumn-list .rte {
       font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    color: #09043D;
}
 .text-columns .r-more.outline-button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
    display: inline-flex
;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    border: 0;
    padding: 15px 3rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #09043d;
    border-radius: 8px;
    min-width: 156px;
    color: #09043D;
}
/*************map Section ************/
body .map-box p {
    margin: 10px 0;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
}
.map-bg-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 0;
    color: #fff;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding: 0 5rem;
    max-width: 100%;
}
  .map-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* dark overlay */
    z-index: 1;
  }
.map-box {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #09043D;
    padding: 40px;
    border-radius: 0;
    text-align: center;
    max-width: 350px;
    box-shadow: none;
    WIDTH: 100%;
}
 .map-box h3 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 0;
}
  .map-box p {
    margin: 10px 0;
  }
.map-box a {
    display: inline-flex
;
    align-items: center;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #09043D;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
  .map-box a svg {
    margin-right: 8px;
    color: #09043D;
  }
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.customer-reviews-grid {
    display: flex
;
    row-gap: 0px;
    flex-direction: column;
}
body .fibox-info *
 {
    text-align: left;
}
.customer-reviews-grid {
    padding-bottom: 30px;
}
.text-center.font-semibold.text-base {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 16px;
    leading-trim: NONE;
    line-height: normal;
    letter-spacing: 0px;
}
span.date { 
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
}
.text-center.font-semibold.text-base {
    display: flex
;
    justify-content: space-between;
}
p.text-gray-600.text-sm {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    margin-top: 5px;
}
.img-reis
 {
    flex: 0 0 100px;
    text-align: center;
}
.width-550 {
    max-width: 570px;
    margin: 0 auto;
    padding: 50px 20px;
}
body .fibox-info * {
    text-align: left;
}
.f-box-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

.f-box-items * {
    text-align: left;
}
.review-card.bg-white {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}
h3.r-title-vidw {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color:#223C52;
}
body .custom-setelmentreivewww .main-page-title.page-title
 {
    display: flex
;
    align-items: center;
    gap: 15px;
    padding-bottom: 22px;
}
.act-addresses a.rooturl {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #223C52;
    text-decoration: underline !important;
}
.addresses ul.address-list {
    margin-top: 40px;
}

.addresses li>button:first-of-type
 {
    margin-left: 0;
}
.act-addresses a.rooturl
 {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #223C52;
    text-decoration: underline !important;
}
body .addresses li>button {
    background: rgb(var(--color-link));
    color: #fff;
}
.addresses ul.address-list {
    display: flex;
    flex-wrap: wrap;
}
.customer button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.addresses  li[data-address]>h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #09043D;
}
.addresses ul.address-list li p {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 1.5;
    letter-spacing: 0px;
}
body .customer table {
    border: 1px solid #F5F7F7;
    box-shadow: none !important;
}
body .customer tbody tr{
  border-color: #F5F7F7;
}
body .customer thead:after, 
body .customer tfoot:before {
    background: #F5F7F7;
}
.order tfoot tr:last-of-type td:last-child {
    font-weight: 400 !important;
}
tfoot td:nth-child(2) {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500 !important;
    font-style: 45 Light;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D !important;
}
.customer tfoot td:first-of-type, .customer tfoot td *, .customer tfoot td:first-of-type, .customer tfoot td, .customer tfoot td *, .order tfoot tr:last-of-type td:before {
    font-size: 14px !important;
}
.addresses ul.address-list li {
    text-align: left;
    margin: 0;
}
.addresses .edit-address h2 {
    text-align: left;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
}
.width-550 .login p {
    text-align: center;
      margin: 22px 0;
}
.customer.account h1.main-page-title, .addresses h1.main-page-title, .customer.order h1.main-page-title {
    justify-content: space-between;
    display: flex
;
    align-items: center;
}
.customer.account {
    padding: 0;
}
.main-page-title a, .addresses .main-page-title a
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 400;
    font-style: 75 Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223c52;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: underline !important;
}
.check-bxx {
    display: flex;
    align-items: center;
      gap: 8px;
}

.check-bxx input {
    margin: 0 !important;
}
body .addresses form button.no-button {
    background: none !important;
    color: #09043D !important;
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    padding: 0 !important;
    min-width: inherit;
    margin-left: 10px;
    text-decoration: underline !important;
}

span.or {
    font-size: 12px;
}
.check-bxx * {
    font-family: DM Sans !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
body .addresses form button[type] {
    background: rgb(var(--color-link));
    color: #fff;
}
.text-area:after, .select:after, .select:before{
  display: none;
}
body .addresses .act-addresses form {
    margin-top: 30px;
}
.addresses .act-addresses form {
    margin-top: 30px;
}

body .white-wrappere select.field__input-1 {
    margin: 0;
}
.addresses form>div:nth-of-type(7), .addresses form>div:nth-of-type(7)+div[id] {
    margin: 0 !important;
}
body .footer-block__details-content .list-menu__item--link {
    display: block;
    text-align: left;
}
.select {
    margin-bottom: 18px;
}
body label[for=AddressCountryNew], body label[for=AddressProvinceNew] {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    display: block;
    width: 100%;
}
.a-right a {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #223C52;
    text-decoration: underline !important;
}
.customer.addresses .field-full {
    margin-bottom: 25px;
}
.customer label
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    display: block;
    width: 100%;
}
@media(min-width:980px){
  .fle-wrpper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
} 
  .act-addresses {
    display: flex;
    align-items: flex-start;
}
div#AddAddress {
    flex: 0 0 50%;
    max-width: 50%;
}

.act-addresses a.rooturl {
    flex: 0 0 50%;
    max-width: 50%;
}
.act-addresses {
    position: relative;
}

body .act-addresses button.add-addresses {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    margin-top: -91px;
}
.fle-wrpper .a-left {
    flex: 0 0 73%;
}
.fle-wrpper .a-right {
    flex: 0 0 25%;
}  
}
.customer.account h2

 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 400;
    font-style: 75 Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223c52;
    margin-top: 0;
    margin-bottom: 25px;
}
.a-right p {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 1.5;
    letter-spacing: 0px;
}
body .account table td:first-of-type a {
    border: 0;
    color: inherit;
    box-shadow: none;
    padding: 0;
    padding: 1.1rem 1.5rem;
    padding-left: 0;
}
.customer table tr:nth-child(1) th {
    background: #F5F7F7;
}
body .account table td:first-of-type a
 {
    text-decoration: underline !important;
}
body .account table td:first-of-type a:hover {
    box-shadow: none;
    outline: 0;
}
.customer thead th {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 700 !important;
    font-style: 75 Bold;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px !important;
    color: #09043D;
}
div#AddAddress h2#AddressNewHeading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
    margin-top: 0;
}
.customer.account {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
.customer tbody td * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 12px;
    color: #09043D;
}
.customer tbody td {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    color: #09043D;
}
.order .fle-wrpper p {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 1.5;
    letter-spacing: 0px;
}
.customer tfoot td:first-of-type, .customer tfoot td *, .customer tfoot td:first-of-type, .customer tfoot td {
    font-size: 14px !important;
}
.order .fle-wrpper h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.order h1.main-page-title {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.customer.account h1.main-page-title, .addresses h1.main-page-title, .order h1.main-page-title   {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    color: #223c52;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
      margin-top: 0;
}
.login p {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 5px !important;
}
.width-550 .atc {
    display: flex;
    align-items: center;
    gap: 5px;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
    justify-content: center;
}

.width-550 .atc a {
    display: inline-flex;
    width: auto;
    margin: 0;
}
.width-550 .customer button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login a,.register a {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
.width-550 .customer form {
    margin-top: 2.5rem;
}
.white-wrappere   a[href="#recover"] {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
    margin-top: 20px;
}
.white-wrappere {
    background: #ffff;
    padding: 25px;
    border-radius: 12px;
}
body .white-wrappere  .field__input-1 {
    height: 42px;
    margin-top: 16px;
}
.white-wrappere .customer {
    padding: 0;
}

.white-wrappere .customer h1 {
    margin: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
    text-align: center;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 25px;
}
.announcement-bar__message.h5
 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}

.facets__price .field {
    border: 1px solid #F3F3F3;
}
.facets__price .field * {
    background: #fff;
}

.facets__price .field:after, .facets__price .field:before  {
  display: none;
}
h2.facets__heading--vertical {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 75 Bold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
} 
.facet-filters__field .select, .facet-filters__field .select * {
    box-shadow: none;
    outline: 0 !important;
}
.product-grid-container facet-filters-form {
    padding: 0;
}
body .facet-checkbox .svg-wrapper {
    top: 9px;
    left: 1px;
} 
.facets-wrapper .facets-container {
    padding: 0;
}
.select .svg-wrapper, .customer select+.svg-wrapper {
    right: 8px;
}
.facet-filters.sorting.caption h2.facet-filters__label.caption-large.text-body {
    display: none;
}
span.facets__summary-label, .facets__summary span:first-of-type {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 75 Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
select#SortBy {
    border: 1px solid #F3F3F3;
    background: #fff;
    padding: 10px;
     font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
.product-count-vertical.light {
    display: none;
}
.facets-wrapper .facets__disclosure-vertical {
    border-color: #F3F3F3;
}
body .facets__summary {
    color: rgba(var(--color-foreground), 1);
}
.collection--empty h2.title.title--primary {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.collection--empty {
    padding: 0;
}
body .product-form__buttons button:hover {
    background: #cb2b28;
    color: #fff;
    border: 1px solid #cb2b28;
}
.collection--empty .title-wrapper.center {
    margin: 0;
}
.collection--empty h2.title.title--primary br {
    display: none;
}

.collection--empty .title-wrapper {
    margin: 0;
}
.facet-filters__field .select, .facet-filters__field .select *
 {
    box-shadow: none;
    outline: 0;
}
facet-filters-form.facets.facets-vertical-sort {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
ul.facets-layout *
 {
     font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
   color: #09043D;
}
body .facets-wrap-vertical {
    padding-top: 0;
    padding-bottom: 0;
}
.facets__disclosure-vertical {
    padding-left: 15px;
    padding-right: 15px;
}
.facets-wrapper .facets-container
 {
    
}

.facets-wrapper .facets-container facet-filters-form.facets {
    border: 1px solid #F3F3F3;
    background: #fff;
}
.facets-wrapper .facets__disclosure-vertical {
    padding-left: 15px;
    padding-right: 15px;
}
html body .totals * {
    text-transform: inherit;
}
.contact__button button.button {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
        margin-top: 10px;
}
.image-pc-etc img.f-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.image-pc-etc {
    width: 100%;
    display: block;
}
.image-pc-etc {
    line-height: 0;
    height: 19vw;
}
.collection-hero__description.rte {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    max-width: 100%;
    margin-top: 0;
}
.collection-hero__description.rte  *{
   font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 14px;
}
@media(min-width:980px){
  .custom-banner-collection {
    display: flex;
    align-items: center;
}
.promotion-page .gradient {
    display: flex
;
    align-items: center;
    height: 100vh;
}
.custom-banner-collection .info-custom-pcxta {
    flex: 0 0 340px;
}
  .addresses ul.address-list li:nth-child(1) {
    PADDING-LEFT: 0;
}
.addresses ul.address-list li
 {
    padding: 0 15px;
}

.addresses ul.address-list li {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
}
}
h1.collection-hero__title {
    border: 0 !important;
}
.customer select+.svg-wrapper {
    top: 34px;
}
body .white-wrappere select.field__input-1 {
    margin-top: 16px;
}
.colleciton-breadcrumb {
    border-top: 1px solid #FFFFFF24;
    padding-top: 15px;
}

.colleciton-breadcrumb * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 13px !important;
    line-height: 100%;
}
body .info-custom-pcxta h1.collection-hero__title {
    margin: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.info-custom-pcxta * {
    color: #fff !important;
    text-align: center !important;
    justify-content: center;
}
.image-pc-etc {
    line-height: 0;
}

.info-custom-pcxta {
    padding: 30px;
}
.custom-banner-collection {
    display: flex
;
    align-items: center;
    background: linear-gradient(79.91deg, #1D0100 -17.23%, #830500 80.51%);
}
.custom-collection-card:hover img, .three-column-grid .grid-item:hover img {
    transform: scale(1.03);
    transition: 1s ease;
}

.custom-collection-card,  .custom-collection-card *, .three-column-grid .grid-item , .three-column-grid .grid-item * {
    transition: 1s ease;
}
.product-form__buttons .product-form__submit {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid;
    margin: 0;
}
.extra-footer-content .rte {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.extra-footer-content .rte p {
    margin-bottom: 8px;
    margin-top: 0;
}

.heading-footer-rich {
    margin-bottom: 30px;
}
body .contact-button {
    margin-top: 19px;
}
.extra-footer-content{
    padding-bottom: 10px;
    border-bottom: 1px solid #84848433;
    margin-bottom: 30px;
}
.heading-footer-rich h3 {
    margin-top: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
body .product-form__buttons
 {
    max-width: 447px;
}
body .price-per-item__container quantity-input.quantity {
    width: 100%;
}
.product-form__quantity .price-per-item__container {
    flex: 1;
}
.quick-add quick-add-modal {
    display: none;
}
.product__info-container .price.price--large *, .product__info-container span.price-item.price-item--sale.price-item--last {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0px;
}
.product-form__quantity .form__label {
    margin-bottom: 0;
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
button#CartDrawer-Checkout {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
button.shopify-payment-button__button--unbranded{
  font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
body .product__info-container  .quantity__button {
    flex: 0 0 95px;
}
span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}
body .product-form__buttons { 
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
}
.product__description.rte.quick-add-hidden * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}
.product-form__buttons .product-form__submit {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.product__info-container  quantity-input.quantity {
    border-color: #F3F3F3 !important;
}
.product__info-container quantity-input.quantity {
    border-color: #F3F3F3 !important;
}
.product__info-container  quantity-input.quantity input {
    background: #fff !important;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
}
.product-form__buttons .shopify-payment-button {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
body .product-form__buttons {
 
}
.collections main#MainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.collection-card-wrapper h3.card__heading {
    text-align: center;
}

.collection-card-wrapper h3.card__heading span.icon-wrap {
    display: none;
}
.f-width-nav {
    background: #FDFDFD;
    border-bottom: 1px solid #CB2B283B;
    border-top: 1px solid #CB2B283B;
}
.header__menu-item {
    padding: 1.5rem 1.1rem;
}
ul.list-menu.list-menu--inline {
    width: 100%;
    justify-content: center;
    gap: 6px;
}
.header__icons .svg-wrapper>svg {
    width: 24px;
    height: 24px;
}
.wishlist svg {
    width: 20px;
    height: 20px !important;
}
body .locaion-appp
 {
    display: flex
;
    align-items: center;
    margin-right: 10px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    gap: 6px;
}
@media screen and (min-width: 990px) {
.medium-hide
 {
    display: none;
}
.footer-block__image-wrapper {
    margin-bottom: 2rem;
    overflow: hidden !important;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-columns: auto 1fr auto;
    }
}
nav.header__inline-menu.with-search-bar
 {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
.header__menu-item:hover {
    color: #cb2b28;
      transition: 0.5s ease;
}
*:focus-visible, *:focus, * {
    outline: 0;
    box-shadow: none;
}

.predictive-search__results-groups-wrapper {
    background: #fff;
    border: 0 !important;
    box-shadow: none;
}

.predictive-search {
    border: 0;
}
nav.header__inline-menu.with-search-bar {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
._header_eta_1otet_48 svg.icon.icon-caret {
    width: 12px;
    height: 12px;
}
nav.header__inline-menu.with-search-bar input {
    border: 0;
    border-radius: 8px;
    width: 100%;
    padding: 14px 20px 14px 42px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    background:#f7f6f6;
        height: 51px;
}

body .field3 select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 14px 10px;
    border: 1px solid #f3f3f3;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
}
.contact-act .contact__fields1 .field3 label {
    display: block;
    margin-bottom: 11px;
    font-size: 14px;
}
.with-search-bar button.search__button.field__button {
    right: auto;
    top: -2px;
    left: 2px;
    height: 100%;
}

.with-search-bar button.search__button.field__button svg {
    width: 18px;
    height: 18px;
} 
body .cart-count-bubble {
    bottom: 24px;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0px;
}
body .slick-prev:before, body .slick-next:before {
    font-family: fontAwesome;
    background: #CB2B28;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    font-size: 24px;
    text-shadow: none;
}

body .custom-slick-slider ul.slick-dots {
    display: none !important;
}
.custom-slick-slider .slick-next.slick-arrow {
    right: -17px;
}
.custom-slick-slider .slick-prev.slick-arrow {
    left: -17px;
}

body  .slick-prev {
	left: 25px;
}

body  .slick-next {
	right: 25px;
}

.slick-slider {
	position: relative;
	float: none;
	width: 100%;
}

body  .slick-prev,
body  .slick-next {
	position: absolute;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	font-size: 16px;
	z-index: 2;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom:0;
}

.slick-slider .slick-slide {
	float: none;
	height: 100%;
	min-height: 1px;
	display: inline-block;
	padding: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	display: block;
}
.custom-slick-slider.slick-slider.slick-dotted {
    overflow: visible;
}
.predictive-search__loading-state {
    display: none !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
._header_eta_1otet_48 svg.icon.icon-caret {
    color: #CB2B28;
}
.custom-slick-slider
 {
    display: flex
;
    flex-wrap: inherit;
    overflow: hidden;
        gap: 15px;
}
.custom-slick-slider .item-slide {
    flex: 0 0 50%;
}
body .slick-dots li {
    height: auto;
    width: auto;
    margin:0 6px;
}
body .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}



body  .slick-next:before {
	content: "\f105";
}

body  .slick-prev:before {
	content: "\f104";
}

body  .slick-prev:hover:before,
body  .slick-next:hover:before {
	background: #333;
	color: #fff;
	opacity: 1;
      transition: 0.5s ease;
}
img {
    max-width: 100%;
}
.item-slide {
    line-height: 0;
}
.slick-dots li button:before{
  display: none;
}
.cs-slideshow-ar .item-slide img {
    border-radius: 12px;
}
body .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 100%;
}
sticky-header.header-wrapper {
    background: #fff;
}
body .slick-dots li.slick-active button {
    background: #CB2B28;

}
.gm_age_preview_box_section .gm_age_preview_btn {
    width: 100% !important;
}
body .gm_age_preview_box {
    padding: 22px !important;
}
.gm_age_preview_box_section .gm_age_preview_btn .gm_age_agree {
    width: 100%;
}

.gm_age_preview_box_section #gm_age_preview_sub_header_text {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
    letter-spacing: 0px;
}
.article-featured h2.title.inline-richtext.h1 {
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
body .article-card .card__media .media img {
    object-fit: cover;
}
.gm_age_preview_box_section .gm_age_preview_btn button#agreebtn {
    width: 100%;
    padding: 5px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #cb2b28 !important;
    border-color: #cb2b28 !important;
}
html body .quick-add.no-js-hidden {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.product-card-wrapper .card__information {
    padding-bottom: 60px;
}
html body .badge {
    border-radius: 40px !important;
}
.gifting-banner .contact-act {
    background: transparent;
    padding: 0;
    margin-top: 18px !important;
}

.gifting-banner .contact-act .contact__button {
    margin-top: 10px;
}
.mobile-image {
    display: none;
}
.bottom-info-check {
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #223C52;
    margin-top: 22px;
}
body .card__media .media img {
    object-fit: contain;
}
body .gifting-banner .banner__box.content-container {
    max-width: 500px;
    min-width: inherit;
}
body .f-width-nav {
    background: transparent;
    border-bottom: 0;
    border-top: 0;
}
.cart-item__quantity .quantity {
    min-height: 42px;
}
body .cart-item__image {
    max-width: 120px;
}
body .cart-item__media {
    padding: 0 !important;
}
body span.marquee__item {
    text-align: left;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.swym-atw-btn-wrapper-for-img.product_image_top_right {
    z-index: 2 !important;
}
body td.cart-item__quantity {
    padding-top: 0 !important;
}
@media(max-width:767px){
  body .mobile-image {
    display: block;
}
#goTopBtn {
    position: fixed;
    bottom: 70px; 
}
body ul.l-sub-list li {
    flex: 0 0 auto;
}
html body .c-left-colukn h1.title--primary {
    font-size: 28px;
}
html body .express-delevery-layout {
    justify-content: flex-start;
}
body .cart-item__details {
        grid-column: 2 / 5;
        padding-right: 20px !important;
    }
html body .express-delevery-layout {
    padding: 20px;
    row-gap: 20px;
}
body button#checkout {
    width: 100%;
    max-width: 100%;
}
 html  body .cart-item {
    row-gap: 0;
}
html .cart-item__image {
    max-width: 100px;
}
body cart-remove-button .icon-remove {
    width: 20px;
    height: 20px;
}
html .available-from span.av-text {
    font-size: 14px;
}
html body .cart-items td {
    padding: 8px;
}
.cart-flex-layout .cart-right-sidebar .r-side-wrapper {
    padding: 21px;
}
html body td.cart-item__totals.right.medium-hide.large-up-hide {
    display: none;
}
html body h2.totals__total {
    font-size: 22px !important;
}
    html body .cart-item {
        display: grid
;
        align-items: center;
        margin-bottom: 5px;
        column-gap: 5px;
    }
body .available-from span.available-icon {
    width: 80px;
    text-align: center;
}
body .express-delevery-layout {
    flex-wrap: wrap;
}
body .available-from.v-2itn {
    padding-left: 0;
    border-left: 0;
}
.t-filter {
    display: none;
}

body .heading-footer-rich h3 {
    line-height: normal;
}
html body .icon-with-txt .page-width {
    padding-top: 30px;
    padding-bottom: 15px;
}
html body .c-newsletter .banner__text.rte.body * {
        font-size: 13px;
        line-height: 1.4;
    }
.gifting-banner .banner__box.content-container {
    max-width: 250px;
    min-width: inherit;
}
body .gifting-banner img {
    object-position: 80%;
}
body .footer__content-bottom .page-width {
    flex-direction: column;
    row-gap: 10px;
}
body ul.list-unstyled.list-social.footer__list-social {
    justify-content: flex-start !important;
    padding: 0;
    margin-left: -12px;
}
body .icon-item img {
    width: 50px;
    height: 50px;
}
body .icon-with-txt .icon-grid {
    row-gap: 0px;
}

body .icon-item h4 {
        font-size: 12px;
    }
  html body .product__media.media.media--transparent {
    padding-top: 112% !important;
}
.product__media.media>img {
    object-fit: contain !important;
}
body .desktop-image {
    display: none;
}
}
.text-center {
    text-align: center;
}
.image-icon-title-section {
  padding:0;
}
.image-icon-title-section h2{
  margin:0;
}
.icon-grid {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
    align-items: flex-start;
}
.icon-item:hover, .product-card-wrapper:hover {
    border-color: #CB2B283B;
      transition: 0.5s ease;
}
.product-card-wrapper{
   border: 1px solid transparent;
}
.icon-item {
    background: transparent;
    border-radius: 0;
    border: 0;
}
.custom-slick-slider.slick-slider .slick-track {
    gap: 15px;
}
._header_address__text_1otet_20 {
    font-size: 12px;
}
body ._header_address_1otet_10 ._header_eta__text_1otet_52 {
    font-weight: 400;
}
.header predictive-search
 {
    flex: 1;
}

body .cart-right-sidebar.is-empty {
    display: none;
}
._header_address_1otet_10 {
    flex-shrink: 1;
    margin-inline-start: 16px;
    height: auto;
    background: #f7f6f6;
    color: var(--brandAtom900);
    border-radius: 8px;
    cursor: pointer;
    border: 0;
    border:0;
    border-radius: 8px;
    width: 100%;
    padding: 8px 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.3;
    flex: 0 0 50%;
    max-width: 460px;
    overflow: hidden;
    margin: 0;
}
body .header predictive-search {
    flex: 1;
}
 /* ====== Ticker base ====== */
  .marquee {
    --gap: 2rem;             /* space between items */
    --duration: 20s;         /* lower = faster */
    --direction: normal;     /* normal | reverse */
    overflow: hidden;
    user-select: none;
  }

  .marquee__inner {
    display: flex;
    width: fit-content;      /* shrink-wrap so translate works cleanly */
    gap: var(--gap);
    animation: scroll var(--duration) linear infinite;
    animation-direction: var(--direction);
    will-change: transform;
  }

  .marquee:hover .marquee__inner {
    animation-play-state: paused; /* pause on hover */
  }

  .marquee__item {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.95;
  }

 

  @keyframes scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); } /* move by half because we’ll duplicate content */
  }

  /* Optional: make it a little larger on wide screens */
  @media (min-width: 768px) {

  }
._header_eta_1otet_48 {
    display: flex
;
    align-items: center;
    gap: 5px;
}
._header_address_1otet_10 ._header_eta_1otet_48 {
    display: flex
;
    align-items: center;
    height: 100%;
}
body ._header_address__text_1otet_20 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
    color: var(--textHeader);
    font: 12px;
    max-width: 250px;
}
._header_address_1otet_10 ._header_eta__text_1otet_52 {
    margin: 0 2px;
    white-space: nowrap;
    flex-shrink: 0;
    color: var(--brandAtom900);
    font: var(--body3);
}

.icon-item a {
  padding: 15px 10px;
    display: block;
}
.icon-item {
    width: 100%;
    text-align: center;
    flex: 0 0 calc(11.2% - 10px);
    max-width: calc(11.2% - 10px);
    transition: 0.5s ease;
}
body .icon-item a img {
    mix-blend-mode: multiply;
}
.icon-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.icon-item h4 {
  font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color:#000;
    margin: 0;
}
/**body .featured-pro-slider .title-wrapper-with-link .ac-box-lef h2.title,
body footer.footer h2.footer-block__heading, body .heading-footer-rich h3,
body ._descriptionBlock_3323n_108  h1._title_3323n_78, body h2.facets__heading--vertical,
span.facets__summary-label, .facets__summary span:first-of-type,
.product__title>*, body product-recommendations h2.related-products__heading.inline-richtext, body h2.title,  body h1.title--primary,
body .dynamic-sidebar h2, body .article-card .card__heading,
ul.blog-sidebar-list h4.blog-sidebar-title *, .custom-innerpage .custom-set h1.main-page-title, .custom-setelmentreivewww .main-page-title.page-title,
.white-wrappere .customer h1, body .cart-items thead th{
     font-family: 'Bud' !important;
}**/
.image-icon-title-section h2.title {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Bud';
    text-transform: uppercase;
}
.custom-collection-card h3 {
    display: none;
}
body .slick-prev, body .slick-next {
    
}
.slider-list .slick-slide, .slider-pro-list .slick-slide, .slider-pro-top  .slick-slide {
    opacity: 0.3;
    transition: 0.5s ease;
}
.three-block-row-icons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.footer__content-bottom .page-width {
    width: 100%;
    display: flex
;
    align-items: center;
    flex-direction: row-reverse;
}
._footer__innerTop__item_ipdcb_269 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.three-block-row-icons ._footer__innerTop__item_ipdcb_269 p
 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: inherit;
}
._footer__innerTop__item_ipdcb_269 p
 {
    display: inline-flex
;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    color: #fff;
    margin-bottom: 16px;
}
._footer__innerTop__item_ipdcb_269 span
 {
    display: block;
    color: #fff;
}
.slider-list .slick-slide.slick-active, .slider-pro-list .slick-slide.slick-active, .slider-pro-top .slick-slide.slick-active {
    opacity: 1;
    transition: 0.5s ease;
}
.slick-slide .custom-collection-card {
    max-width: 100%;
}
.custom-collection-grid {
   display: flex !important
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slider-list.slick-slider .slick-slide, 
.slider-pro-list.slick-slider .slick-slide, .slider-pro-top.slick-slider .slick-slide {
    padding: 0;
}
.featured-pro-slider .slick-slider .slick-track {
    gap: 15px;
}
.custom-collection-card {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  text-align: center;
  border: 0;
  padding: 0;
  border-radius: 12px;
  transition: all 0.3s ease;
}
body .slick-prev {
    left: -15px;
}
body .slick-next {
    right: -15px;
}
.col-with-slider, .featured-pro-slider {
    position: relative;
    overflow: hidden;
}
body .slider-list .slick-list, .slider-pro-list .slick-list, .slider-pro-top .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.title-wrapper--no-top-margin {
    margin-bottom: 40px;
}
.slick-slider .slick-track {
    display: flex
;
    align-items: flex-start;
}
.product-card-wrapper .card__information
 {
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after,
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before{
  display: none;
}
.product-card-wrapper .quick-add {
    margin: 0;
}

.product-card-wrapper .quick-add button, .product-card-wrapper .quick-add a.button {
    border-radius: 0 !important;
    background: #CB2B28;
    color: #fff;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}
.custom-collection-grid.slider-list, .custom-collection-grid.slider-pro-list, .custom-collection-grid.slider-pro-top {
  
} 
.s-arrow button {
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    background: transparent;
    cursor: pointer;
} 

.s-arrow {
    line-height: 0;
    display: flex;
    gap: 15px;
}
product-recommendations h2.related-products__heading.inline-richtext {
    border-top: 1px solid #DEDEDE;
    margin-top: 50px !important;
    padding-top: 50px;
}
.social-share svg path {
    fill: #09043D;
}
.social-share {
    color: #09043D;
}
.card__information .card__heading {
    min-height: inherit;
} 
.slider-pro-list .slick-slide li.grid__item, .slider-pro-top .slick-slide li.grid__item {
    max-width: 100%;
    width: 100%;
}
.product-card-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.product__info-container .price--on-sale .price-item--regular {
    font-weight: 500;
    font-size: 14px;
}
.product-card-wrapper .card__media {
    border-bottom: 1px solid #0000000D;
    border-radius: 0 !important;
}
body .badge {
    border-radius: 0;
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 5px 7px;
    min-width: 50px;
}
span.badge.badge--bottom-left.color-scheme-4 {
    background: #cb2b28;
}
.badge.badge--bottom-left.color-scheme-3 {
    background: #000 !important;
}
.card-information .price__container *
 {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
}
.c-banner  .banner-image {
    width: 100%;
    height: auto;
    display: none;
  }

 .c-banner  .desktop-only {
    display: block;
  }

  .c-banner .mobile-only {
    display: none;
  }

  @media (max-width: 749px) {
body   .c-banner  .desktop-only {
      display: none;
    }
   body   .c-banner  .mobile-only {
      display: block;
    }
  }
  .three-column-grid .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .three-column-grid .grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media screen and (max-width: 749px) {
    .three-column-grid .grid {
      grid-template-columns: 1fr;
    }
  }
.three-column-grid .grid-item img {
    border-radius: 12px;
}
.c-newsletter .banner__text.rte.body strong {
    font-weight: 900;
}

.three-column-grid .grid-item {
    line-height: 0;
}
.c-newsletter h2.banner__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.c-newsletter .banner__text.rte.body *
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.c-newsletter .banner__text.rte.body, .c-newsletter .banner__text.rte.body * {
    margin: 0;
}
.footer-block__details-content .list-menu__item--link {
    padding: 2px 0;
}
.footer-block__details-content>li {
    margin: 0 !important;
}
.c-newsletter h2.banner__heading {
    margin-bottom: 16px;
}
body footer.footer {
    background: linear-gradient(344.45deg, #1D0100 6.23%, #830500 95.84%);
}
footer.footer h2.footer-block__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.footer__payment
 {
    margin: 0 !important;
}
body .footer__content-top {
    padding-bottom: 40px;
}
body .footer-block__details-content .list-menu__item--link, body .copyright__content a {
    color: rgba(var(--color-foreground), 1);
}
.footer__copyright.caption * {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}
.footer-block__details-content *, body .footer-block__details-content .list-menu__item--link, .copyright__content a,
body .footer-block__details-content .list-menu__item--link
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #fff;
}
body .footer__content-bottom {
    border-top: 1px solid #84848433;
    padding-top: 20px;
}

.footer__content-top {
    padding-bottom: 40px;
}

.footer__payment {
    margin: 0 !important;
}

.footer__content-bottom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
span.price-item.price-item--sale.price-item--last {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
}
body .predictive-search__item-heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
} 
nav.bottom-nav {
    display: none;
} 
.card .media {
    width: 100%;
    background: #fff;
}
body .gf-block-title, .gf-block-title * {
    
}
body .price-per-item__container quantity-input.quantity {
    height: 37px;
    min-height: inherit;
}
.price--on-sale .price-item--regular {
    margin-right: 5px !important;
}
.price--on-sale .price-item--regular {
    text-decoration: line-through !important;
    color: #09043D !important;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
}
html body  .footer__copyright {
    margin: 0;
    text-align: left;
}
.footer__content-bottom .footer__content-bottom-wrapper {
    text-align: left;
    justify-content: flex-end;
}
.cart-item__name {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
}
.cart-drawer .cart-items th, body .totals *, 
.drawer__cart-items-wrapper .cart-item__price-wrapper,
body  .drawer__cart-items-wrapper .product-option,
body .predictive-search__heading{
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 900;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

body .footer__copyright {
    margin: 0;
}

.footer__column.footer__column--info {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end !important;
}
h2.drawer__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
/************************BLog Page*****************/
h1.title--primary {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
}
.main-blog .blog-articles {
    display: flex
;
    /* row-gap: 40px; */
    flex-wrap: wrap;
}
body .article-card__image--medium .ratio:before {
        padding-bottom: 40%;
    }
.main-blog .blog-articles p.article-card__excerpt.rte-width {
    max-width: 100%;
    margin-top: 20px;
}
body .article-card__info.caption-with-letter-spacing.h5
 {
    padding-bottom: 25px;
    padding-top: 10px;
}
body .article-card .card__heading {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}
.article-card .card__heading {
    line-height: 1;
    min-height: inherit;
}
body .article-card__info.caption-with-letter-spacing.h5 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.article-card__excerpt.rte-width {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}
nav.breadcrumb
 {
    display: flex
;
    gap: 3px;
}
.custom-breadcrumbs
 {
    padding: 25px 0;
}
h1.title--primary {
    margin-top: 0;
    margin-bottom: 40px;
}
nav.breadcrumb * {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
price-range.facets__price * {
    font-size: 14px;
    font-size: 14px;
    leading-trim: NONE;
    letter-spacing: 0px;
    text-align: center;
    color: #09043D;
}
body .quick-add.no-js-hidden {
    position: relative;
    grid-row-start: 4;
    margin: 0 0 1rem;
    z-index: 1;
    margin: 0;
}
@media(min-width:769px){
    nav.header__inline-menu.with-search-bar {
    display: flex
;
    gap: 15px;
}
body .blog-articles__article.article {
    flex: 0 0 33.33%;
}
  .f-box-s {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.f-box-s .dynamic-sidebar {
    flex: 0 0 25%;
    padding-left: 40px;
}

.dynamic-sidebar {
    flex: 1;
}

.pagination__item {
    font-weight: 800;
}
.blog-articles {
    flex: 1;
}
.dynamic-sidebar {
    position: sticky;
    top: 17rem;
}
}
a.pagination__item.pagination__item--current.light, 
.pagination__item:hover {
    color: #cb2b28;
    opacity: 1;
}
.article-template__comment-wrapper h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
} 
.dynamic-sidebar h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 25px;
}
.blog-articles .article-card .card__information {
    padding-top: 0;
}
.blog-articles .article-card .card__information {
    padding-top: 0;
}

ul.blog-sidebar-list {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

ul.blog-sidebar-list h4.blog-sidebar-title {
    margin: 0;
}

ul.blog-sidebar-list h4.blog-sidebar-title {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
ul.blog-sidebar-list {
    display: flex
;
    flex-direction: column;
    row-gap: 30px;
}
h4.blog-sidebar-title {}

ul.blog-sidebar-list h4.blog-sidebar-title * {
    color: inherit;
}

.blog-sidebar-date {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-sidebar-excerpt {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}
button.share-button__button {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
    text-transform: uppercase;
} 
.blog-articles h1.article-template__title {
    margin-bottom: 15px;
}
body .article-template__link {
    justify-content: flex-start;
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223c52;
    text-transform: uppercase;
}
.article-template__content.page-width-1 *
 {
     font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #223C52;
}
.article-template time {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #223C52;
}
div#comments .field--with-error {
    margin-bottom: 17px;
}
body .field__input-1 {
    padding: 15px 15px;
    margin-top: 10px;
    background: #fff;
    border: 0;
    box-shadow: none;
    outline: 0;
}
.article-template__comments-fields {
    max-width: 800px;
}
body label.field__label-1
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
.article-template__comment-wrapper h2 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
}
label.field__label-1 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
h1.article-template__title
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
header.page-width-1.page-width--narrow-1 {
    margin-top: 0;
    margin-bottom: 25px !important;
}
div#comments .field--with-error {
    display: flex
;
    flex-direction: column;
}
body label.field__label-1 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #09043D;
}
body .field__input-1 {
    padding: 10px 12px;
    width: 100%;
    display: block;
    border: 0;
    outline: 0;
    box-shadow: none;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    border: 1px solid #F3F3F3;
}
body .article-template>*:first-child:not(.article-template__hero-container)
 {
    margin-top: 20px;
}
body .collection__title .title:not(:only-child) {
    margin-bottom: 0rem;
}
.header .field-full {
    position: relative;
}

body .template-search__search {
    margin: 0;
}
.field-1 {
    position: relative;
    z-index: 1;
}
.search__button-1 .svg-wrapper {
    display: none;
}
.search__button-1
 {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.cart-item__price-wrapper span.price.price--end {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}
.template-search .title--primary {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: left;
}
.field-1 .search__input-1.field__input-1 {
    padding: 14px 132px 14px 20px;
}
p.count1 {
     font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 25px;
      color: #223C52;
}
.cart-items thead {
    display: none;
}
p.count1 a.empty-tag {
    font-weight: 700;
    text-decoration: underline !important;
      color: #223C52;
}
.cart-flex-layout {
    padding-bottom: 30px;
}
body .r-side-wrapper .cart__footer {
    padding: 0;
}
.cart-title .cart-1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 18px;
    text-decoration: none !important;
    color: #404040;
    margin-top: 20px;
    display: inline-block;
}
body h2.totals__total {
    color: #000;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 28px !important;
    line-height: 100%;
    letter-spacing: 0px;
}
/** @media(min-width:1100px){
    body .cart__blocks {
    position: absolute;
    top: -71pc;
    left: auto;
    right: 0;
    padding: 35px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    max-width: 37%;
    width: 100%;
}
}**/
@media screen and (min-width: 750px) {
   body  .cart-item__media {
        width: 15rem;
    }
}
body .cart-title h1.title {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.cart-title h1.title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12.5px;
}
product-recommendations h2.related-products__heading.inline-richtext {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}
.product-form__input {
    display: flex
;
    align-items: center;
    gap: 15px;
}
body .product__info-wrapper span.badge {
    display: none;
}
.social-share {
    display: flex
;
    align-items: center;
    gap: 17px;
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
}
.share-icons span {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
}

.share-icons {
    display: flex;
    align-items: center;
    gap: 17px;
}
body h1.collection-hero__title {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1rem;
    margin-bottom: 0;
    color: #000;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 4rem;
}
.price.price--large.price--on-sale.price--show-badge {
    margin-top: 20px;
}
.product__title>* {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.product__tax.caption.rte {
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    color: #223c52;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product__tax.caption.rte a {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #223C52;
    text-decoration: underline !important;
}
.thumbnail {
    border-radius: 4px;
    overflow: hidden;
}
.product-option, .product-option *, body .drawer__cart-items-wrapper .product-option {
    padding-top: 7px;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}
@media screen and (min-width: 990px) {
   body  .product--medium:not(.product--no-media) .product__media-wrapper{
        max-width: 40%;
        width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
    }
      body   .product--medium:not(.product--no-media) .product__info-wrapper {
        max-width: 60%;
        width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}

.cart-item__details a.cart-item__name {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223c52;
}
.product.product--medium {
    padding-top: 20px;
}
body .thumbnail[aria-current] {
    box-shadow: none;
    border-color: #09043d !important;
} 
.thumbnail {
    border: 1px solid #eee;
}
.slider-button[disabled] .icon, body .slider-button {
    color: rgba(var(--color-foreground), 1);
}
h2#gm_age_preview_header_text {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 800 !important;
    font-size: 27px !important;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223c52;
}
.gm_age_preview_box_section img {
    MARGIN-BOTTOM: 15PX;
}
.gm_age_preview_box_wrap P {
    font-family: Neue Haas Grotesk Display Pro !important;
    font-weight: 500 !important;
    line-height: 1.5!important;
}

.gm_age_preview_box_wrap * {
    font-family: Neue Haas Grotesk Display Pro !important;
}
body .thumbnail-list__item:before
 {
    content: "";
    display: block;
    padding-bottom: 110%;
}
._descriptionBlock_3323n_108 {
    display: grid;
    grid-template-columns: fit-content(20%) 1px 1fr auto;
    align-items: center;
    background-color: #fff;
    margin-bottom: 0;
    padding: 24px 30px;
    border-radius: 16px
}

@media (min-width: 1025px) {
    ._descriptionBlock_3323n_108[data-company=citydrinks] {
        margin-top:30px;
    }
}

._descriptionBlock_3323n_108:not([data-company=citydrinks]) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 24px;
    gap: 8px;
    padding: 0;
    max-width: 750px
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108:not([data-company=citydrinks]) {
        padding:0 16px;
        max-width: unset
    }
}

._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._title_3323n_78 {
    margin: 0;
    font: var(--headingH1)
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._title_3323n_78 {
        display:none
    }
}

._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._results_3323n_148 {
    color: var(--text300Tre);
    font: var(--body2)
}

._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._text_3323n_152 {
    margin-inline-start:0;font: var(--body4);
    color: var(--text400Sec)
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._text_3323n_152 {
        margin:8px 0 0
    }
}

._descriptionBlock_3323n_108:not([data-company=citydrinks]) ._showMore_3323n_162 {
    color: var(--text700Acc);
    height: auto;
    margin-top: -8px
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108 {
        display:block;
        margin: 32px 0px 32px;
        padding: 24px 16px;
    }
}

._descriptionBlock_3323n_108 ._title_3323n_78 {
    margin: 0 24px 0 0;
    font-size: 32px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108 ._title_3323n_78 {
        display:flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 30px;
        line-height: 24px;
        font-weight: 400;
        margin: 0
    }
}

._descriptionBlock_3323n_108 ._results_3323n_148 {
    color: #a6a2a3;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}
._descriptionBlock_3323n_108 ._title_3323n_78 {
    color: #CB2B28;
}
body ._descriptionBlock_3323n_108 ._separator_3323n_199 {
    width: 1px;
    height: 100%;
    background-color: #CB2B28;
    display:block;
} 

._descriptionBlock_3323n_108 ._text_3323n_152 {
    margin-inline-start:24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
} 
._descriptionBlock_3323n_108 ._separator_3323n_199 {
    width: 1px;
    height: 100%;
    background-color: #CB2B28;
}
@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108 ._text_3323n_152 {
        margin:8px 0 0
    }
}

._descriptionBlock_3323n_108 ._showMore_3323n_162 {
    padding-inline-end:0;padding-bottom: 0;
    height: 24px;
    align-self: flex-end;
    color: var(--brandAtom900);
}

@media (max-width: 1024px) {
    ._descriptionBlock_3323n_108 ._showMore_3323n_162 {
        display:flex;
        padding: 0;
        margin-block:8px 0;margin-inline:auto 0}
}
@media screen and (min-width: 900px) {
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(20% - .8rem);
    }
}
.cart__warnings span.shop-continue a.button-1 {
    text-decoration: underline !important;
}
.product__media-list {
    background: #fff;
    padding: 0 !important;
}
button#checkout {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.available-from {
    display: flex;
    align-items: center;
    gap: 20px;
}
.available-from.v-2itn {
    padding-left: 20px;
    border-left: 2px solid #c8c8c8;
}
.r-side-wrapper div#main-cart-footer {
    background: transparent;
}

.r-side-wrapper div#main-cart-footer .page-width {
    padding: 0;
}

.r-side-wrapper div#main-cart-footer .page-width .cart__blocks {
    max-width: 100%;
    width: 100%;
}
html body .totals__total-value {
    font-weight: bold;
    font-size: 16px !important;
}
body .cart-item {
    display: table
;
    align-items: center;
    margin-bottom: 5px;
}
.available-from span.available-icon {
    display: block;
    line-height: 0;
}
.available-from span.av-text {
    opacity: 1;
    color: #5e5e5e;
}
.express-delevery-layout {
    display: flex
;
    gap: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    justify-content: center;
}
body .cart__items {
    border: 0;
    padding-bottom: 0;
}
body .cart-items td {
    vertical-align: middle;
}
.cart-item__details .product-option {
    padding-top: 7px;
     font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}
.cart-items thead {
    display: none !important;
}
.cart-title {
    display: block;
  margin-bottom: 2rem;
}
body .cart-items thead th {
    text-transform: capitalize;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
}
.totals__total, .totals__total-value {
    color: #223C52;
}
body .totals__total-value {
font-weight: 500;
}
body .totals {
 justify-content: space-between;
}
body .tax-note {
        text-align: left;
         font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #223C52;
 }
body .tax-note a {
    color: #223c52;
    font-weight: 700;
    text-decoration: underline !important;
}
body .cart-items td {
    padding: 15px;
}
body .cart-items th
 {
    border: 0;
}
body  .cart-items thead th {
    padding: 15px 10px;
}

body .cart-item {
    background: #fff;
    border-radius: 15px !important;
    overflow: hidden !important;
}
body .cart-item__details cart-remove-button {
    margin-left: 0;
}
.cart-item__details cart-remove-button .svg-wrapper {
    display: none;
}
body quantity-input.quantity {
    border: 1px solid #716d8e;
    background: #fff;
    border-radius: 5px;
}
.quantity:before, .quantity:after{
  display: none;
}
body .cart-item__details cart-remove-button a.button {
     font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration: underline !important;
    text-decoration-style: solid;
    color: #09043D;
}
.cart__warnings h1.cart__empty-text {
    text-align: left;
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f3f3f3;
}
body .cart__warnings {
        padding: 1rem 0 10rem;
 }
.cart__warnings span.shop-continue {
    display: block;
    text-align: left;
    color: #223C52;
     font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration-style: solid;
}
.cart__warnings span.shop-continue a.button-1 {
    font-weight: 700;
    color: #223C52;
}
.page-width--narrow {
        max-width: 140rem;
        padding: 0 50px;
}
.contact-act {
    background: #fff;
    padding: 30px;
}
.contact-act .rte {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #09043D;
      margin-bottom: 5rem;
}

.contact-act .rte a {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-decoration: underline !important;
    color: #09043D;
}

.contact-act .contact__fields1 {
    display: flex;
    flex-wrap: wrap;
}
.contact-act .contact__fields1 .field3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-act .contact__fields1 .field3 .field__input3, .contact-act .field3 .field__input3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 14px 10px;
    border: 1px solid #f3f3f3;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-style: 55 Roman;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    border-radius:8px;
}
.custom-innerpage {
    background: #fff;
}
.custom-setelment .rte h3
 {
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #223C52;
    margin-top: 35px;
    margin-bottom: 10px;
}
body .article-template__comments-fields {
    margin-bottom: 2rem;
}
.contact-act .contact-half, .contact-half {
    width: 50%;
}
.custom-setelment .rte, .custom-setelment .rte p, .custom-setelment .rte ul {
    font-size: 14px;
}
.custom-innerpage .custom-set h1.main-page-title, .custom-setelmentreivewww .main-page-title.page-title{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    color: #000;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
}
body h1.title--primary {
  border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    color: #000;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
}
.dynamic-sidebar h2, body .article-card .card__heading{
     color: #000;
}
.custom-setelment strong {
    color: #223C52;
}

.custom-setelment .rte, .custom-setelment .rte * {
    color: #223C52;
}

.promotion-page .image-with-text .grid {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.promotion-page .global-media-settings {
    padding-bottom: 100% !important;
}
.promotion-page .global-media-settings img {
    border-radius: 0px !important;
} 
.promotion-page .global-media-settings:after {
 border-radius: 4px;
}
.promotion-page .contact-act {
    width: 100%;
    background: transparent;
    padding: 0;
} 
.promotion-page button.button {
    max-width: 100%;
    width: 100%;
}
.promotion-page .text-area {
    height: 100%;
    max-height: 90px;
    min-height: 8rem;
}
.promotion-page .page-width {
    max-width: 100rem;
}
.promotion-page .image-with-text__content .image-with-text__heading {
    font-size: 24px;
    line-height: 1.2;
}
body span.swym-header-launcher-badge.cart-count-bubble {
    bottom: 12px;
    left: auto !important;
    right: 1px;
}
.card__inner .hidesoldout{
    display:none;
} 
.promotion-page .image-with-text__text.rte {
    font-size: 16px;
    line-height: 1.4;
}
.promotion-page .icon-rich img {
    max-width: 280px;
    width: 100%;
}
.swym-header-launcher path {
    stroke-width: 2px !important;
}
body span.swym-header-launcher-icon {
    display: flex
;
    align-items: center;
}
.header__icon.wishlist.header__icon--account {
    display: none !important;
} 
.swym-header-launcher {
    width: 39px;
    height: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
