/** Shopify CDN: Minification failed

Line 993:0 Unexpected "}"

**/
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body *{
    font-family: "Poppins", sans-serif !important;
}
.section-header{
    position: absolute !important;
    width: 100%;
    top: 42px;
    padding: 0px 20px;
}
.announcement-bar-section{
    position: absolute !important;
    width: 100%;
    top: 16px;
    padding: 0px 20px;
}
.announcement-bar .announcement-bar__message {
    padding: 5px 0px;
    font-size: 12px;
    display: flex;
    min-height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.announcement-bar-section .utility-bar{
    border: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #398983;
}
.section.all-section .card__information h3.card__heading a.full-unstyled-link .icon-wrap {
    display: none;
}
.section-header .header-wrapper {
    border: 0px;
    border-bottom-left-radius: 10px;
    background: #000;
    border-bottom-right-radius: 10px;
}
.section-header .header-wrapper .header .list-menu li a span,
.section-header .header-wrapper .header .list-menu li span{
    color: #fff;
    font-size: 16px;
}
.section-header .header-wrapper .header .list-menu .header__menu-item svg{
    color: #fff;
}
.section-header .header-wrapper .header .header__icon svg{
    color: #fff;
 width: 40px;
}
/* .header .header__heading-logo-wrapper .header__heading-logo {
    height: auto;
    max-width: 100%;
    width: 157px;
} */
.section-header .header-wrapper .header{
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.section-header .header-wrapper .header .header__icon .svg-wrapper{
 width: 40px; 
 height: 20px;
}
/* .section-header .header-wrapper .header .header__heading {
        position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
} */

.custom-slide-show .slideshow.banner {
    height: 880px;
}
.custom-slide-show  .slideshow__text-wrapper .banner__heading strong {
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
}
.custom-slide-show  .slideshow__text-wrapper {
    max-width: 100%;
}
.custom-slide-show  .slideshow__text-wrapper .slideshow__text {
    max-width: 100%;
}
.custom-slide-show .slideshow__text-wrapper .slideshow__text  .banner__text {
    font-size: 20px;
    /* margin: 0px; */
    max-width: 90%;
    text-transform: capitalize;
}
.custom-slide-show .slideshow__text-wrapper .banner__buttons .button {
    background: #398983;
    border-radius: 10px;
    border: 1px solid #fff;
    height: 45px;
    min-height: unset;
    box-shadow: 0px 2px 10px #ffffff75;
    width: 277px;
    color: #fff;
    font-size: 14px;
    transition: background 0.4s ease;
    
}
.custom-slide-show .slideshow__text-wrapper .banner__buttons{
    margin-top: 40px
}
.custom-slide-show .slideshow__text-wrapper .banner__buttons .button:after,
.custom-slide-show .slideshow__text-wrapper .banner__buttons .button:before {
    display: none;
}
.custom-slide-show .slideshow__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 20px;
    justify-content: space-between;
}
.custom-slide-show .slideshow__controls .slider-counter{
    display: none;
}
.custom-slide-show .slideshow__controls .slider-button {
    background: #ffffff4f;
    border-radius: 50%;
    border: 1px solid #ffffff33;
    color: #fff;
}
.custom-slide-show .slideshow__controls .slider-button:hover {
    color: #fff;
}
.marquee-section {
    background: #398983 !important;
}

.marquee-section .marquee-track span {
  animation: colorPulse 3s ease-in-out infinite;
}
/* .thumbnail-list li:nth-child(2),
.thumbnail-list li:nth-child(3) {
  display: none !important;
}
.product__media-list .product__media-item:nth-child(2),
.product__media-list .product__media-item:nth-child(3) {
  display: none !important;
} */
@keyframes colorPulse {
  0% { color: #ffffff; }
  50% { color: #d4ff3f; } /* lighter neon tone */
  100% { color: #ffffff; }
}

.marquee-section .marquee-track span {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding-right: 110px;
}

.marquee-track span:before {
    top: 50%;
    content: "";
    position: absolute;
    left: -45px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.collection {
    padding: 20px!important;
}
.collection .slider-mobile-gutter {
    max-width: 100%;
    width: 100%;
    padding: 0px !important;
}
.collection .slider-mobile-gutter .grid.product-grid {
    gap: 20px;
}
.collection .slider-mobile-gutter .grid.product-grid .grid__item {
    width: unset !important;
    max-width: unset;
}
/* .collection .card-wrapper  .card__inner {
    height: 660px;
} */
.collection .card-wrapper .card--media .card__inner {
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
 .collection .card-wrapper .card {
 position: relative;
}
/* .collection .card-wrapper .card>.card__content {
    position: absolute;
    bottom: 20px;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 110px;
} */
.collection .card-wrapper .card>.card__content .card__information:before {
    content: "";
    filter: blur(1px);
    width: 100%;
    height: 100%;
    background-color: #ffffffa6;
    display: flex;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.collection .card-wrapper .card>.card__content .card__information {
    /* background-color: #ffffffa6; */
    position: relative;
    padding: 12px 15px;
   overflow: hidden;
    border-radius: 10px;
}
.collection .card-wrapper .card .card__inner .card__content{
    display: flex;
    width: max-content;
    height: max-content;
    justify-content: right;
    padding-right: 10px;
}
.collection .card-wrapper .card>.card__content .card__information .card__heading a {
    font-size: 20px;
    color: #000;
}
.collection .card-wrapper:hover .card__information .card__heading a{
    text-decoration: none;
}
.price .price-item {
    font-size: 15px!important;
    color: #000!important;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
    color: #F00000!important;
    font-weight: 700;
}
.badge {
    background: #9a1717;
    padding: 0;
    min-height: 18px;
    display: flex !important;
    align-items: center;
    min-width: 105px;
    justify-content: center;
    font-size: 11px;
    border: 0;
    border-radius: 10px;
    line-height: normal;
}

.collection-tabs-featured .tabs-header {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.collection-tabs-featured .tab-btn {
    max-width: 170px;
    min-width: 170px;
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid;
    cursor: pointer;
}
.collection-tabs-featured .tab-btn.active {
    background: #398983;
    color: #fff;
    border-color: #398983;
    font-weight: 700;
}
section.collection-tabs-featured {
    padding: 70px 15px;
    max-width: 1580px;
    margin: auto;
    margin-top: 50px;
}
.collection-tabs-featured .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.collection-tabs-featured .product-card a {
    display: flex;
    /* aspect-ratio: 0.76 / 1; */
}
.collection-tabs-featured .product-card a img {
    border-radius: 10px;
}
.collection-tabs-featured .product-card h3 {
    margin-top: 27px;
    color: #000;
}
.collection-tabs-featured .price {
    font-size: 14px;
    margin-top: 3px;
}
span.current-price {
    color: #f00;
    font-weight: 700;
    letter-spacing: 0;
}
.show-all {
    text-align: center;
    margin-top: 40px;
}
.show-all a {
    max-width: 277px;
    min-height: 45px;
    background: #3c8f88;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #ffff;
    text-decoration: none;
    border: 1px solid;
}
.show-all a:hover {
    background: #f0f0f0;
    color: #000;
}
.blog  .page-width-desktop {
    max-width: 100%;
    padding: 100px 20px;
}
.blog .page-width-desktop .card__inner {
    --ratio-percent: 0!important;
    aspect-ratio: 1.195 / 1;
    border-radius: 10px;
}
.blog .page-width-desktop .card__inner img {
    border-radius: 10px;
}
.blog .page-width-desktop .card__content {
    position: absolute;
    bottom: 0;
    height: 100%;
    align-items: end;
}
.blog .page-width-desktop .card__inner .card__content {
    background: #398983;
    background: linear-gradient(180deg,#39898336 48%,#398983b3 71%);
    border-radius: 10px;
}
.blog__posts li{
    max-width: calc(50% - 10px)!important;
    width: 100%;
}
.blog__posts li:nth-child(3) {
    max-width: 100%!important;
    width: 100%;
}
.blog .page-width-desktop .blog__posts li:nth-child(3) .card__inner {
    aspect-ratio: 2.38 / 1;
}
.blog .page-width-desktop .blog__posts {
 gap: 20px!important;
}
.blog .page-width-desktop .card .card__inner .card__media {
    border-radius: 10px;
}
.blog .page-width-desktop .article-card .card__heading a {
    color: #fff;
    font-size: 39px;
    letter-spacing: 3.51px;
    font-weight: 600;
}
.blog .page-width-desktop .article-card p.article-card__excerpt.rte-width {
    margin: 15px 0 10px;
    font-size: 16px;
    letter-spacing: 1.44px;
    color: #fff;
    text-transform: capitalize;
}
.blog .page-width-desktop .blog__posts li:nth-child(3) .card__information {
    text-align: center;
}
.blog .page-width-desktop .blog__posts li:nth-child(3) p.article-card__excerpt.rte-width {
    margin: 15px auto 10px;
}
.location-info-inner-wrapper {
    display: flex;
    max-width: 1650px;
    margin: auto;
    padding: 10px 15px;
    align-items: center;
}
.loction-store-address h4, .social-icons h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2.16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.social-icons .icon-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
.social-icons .icon-wrapper a img {
    width: 24px;
    height: 24px;
}
.social-icons .icon-wrapper a {
    width: 40px;
    height: 40px;
    display: flex;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
ul.address-main-wrapper li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
ul.address-main-wrapper li p {
    font-size: 16px;
    color: #000;
    letter-spacing: 1.44px;
    font-weight: 500;
}
ul.address-main-wrapper {
    margin-top: 23px;
}

.collection .slider-mobile-gutter .grid.product-grid .grid__item {
    width: 100%!important;
    max-width: 100%;
}
.collection .slider-mobile-gutter .grid.product-grid {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.social-icons h4 {
    margin-top: 25px;
}
.location-info-inner-wrapper .map-wrapper {
    width: 100%;
    max-width: 100%;
}
.location-info-inner-wrapper iframe {
    max-width: 1000px!important;
    width: 100%!important;
    height: 604px;
}
section#shopify-section-template--26516819640501__17676773748bd89abc .page-width,section#shopify-section-template--26516819706037__176770463797520b97 .page-width{
    max-width: 100%;
    padding: 50px 20px;
}
.newsletter .newsletter__wrapper {
    max-width: 1492px;
    margin: auto;
    background: #398983;
	border-radius: 10px;
    padding: 25px 23px 28px;
}
.newsletter .newsletter__wrapper h2 {
    font-size: 24px;
    color: #fff;
    text-align: left;
}
.newsletter-form {
    max-width: 100%!important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100%!important;
    display: flex;
    gap: 16px;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    box-shadow: none!important;
}
button#Subscribe {
    position: unset;
    min-width: 187px;
}
.newsletter-form__field-wrapper .field__input {
    min-height: 49px;
    font-size: 16px;
    color: #000;
    margin-right: 16px;
    border-radius: 6px;
    padding-right: 0!important;
    margin: 0;
}
.newsletter-form__field-wrapper .field {
    z-index: 0;
    gap: 16px;
}
.newsletter-main-wrapper {
    max-width: 58%!important;
    width: 100%;
    display: flex;
    gap: 16px;
}
.field.newsletter-email-field {
    max-width: 42%;
}
.newsletter-form__field-wrapper .field__button>.svg-wrapper {
    height: auto;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #000;
    height: 49px;
    border-radius: 6px;
}
.footer {
    padding-left: 15px;
    padding-right: 15px;
}
.newsletter {
    margin-bottom: -59px;
}
.footer .footer-block:nth-child(1) {
    max-width: 530px;
    width: 100%;
	margin-right: 70px;
	}
.footer .footer-block:nth-child(2),.footer .footer-block:nth-child(3) {
    max-width: 140px;
    width: 100%;
}
.footer .footer-block:nth-child(4) {
    max-width: 196px;
    width: 100%;
}
.footer-block__brand-info p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
footer .list-social {
    justify-content: left;
    gap: 12px;
}
a.link.list-social__link {
    background: #d9d9d94d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
}
footer .footer__content-top {
    display: block;
    max-width: 1500px;
    padding: 0 15px 78px;
}
.footer .footer-block:nth-child(1) {
    max-width: 55%;
    width: 100%;
    margin-right: 70px;
}
.footer .footer__content-top .grid {
    gap: 2.6%;
}
.footer .svg-wrapper {
    width: 24px;
    height: 24px;
}
.footer .list-social__item .icon {
    height: 24px;
    width: 24px;
}
.footer .footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 5px;
    max-width: 1500px;
    margin: auto;
    align-items: center;
}
.footer .footer__content-bottom-wrapper {
    padding: 0;
}
.footer__localization:empty+.footer__column--info {
    align-items: end!important;
}
.footer-block__details-content li a {
    color: #fff!important;
    font-size: 16px!important;
    text-decoration: none;
    margin-bottom: 7px;
}
footer h2.footer-block__heading.inline-richtext {
    font-size: 18px;
    font-weight: 700;
}
.header {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
}
.section-header .header-wrapper .header .header__heading-link {
    padding: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
}
.jm-star-rating__font-icon[data-v-0e382752],.jdgm-star {
    font-family: JudgemeStar,monospace!important;
}
.jdgm-widget.jdgm-widget {
    margin-top: 10px;
}
.jdgm-preview-badge .jdgm-star {
    color: #F7B800!important;
}
div#FacetsWrapperDesktop * ,body .facet-filters__label{
    color: #000;
    font-size: 16px;
}
.collection {
    padding: 20px!important;
    max-width: 100%;
}
aside#main-collection-filters {
    max-width: 100%;
    padding: 50px 20px 0;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select {
    color: #000;
    font-size: 16px;
}
.product-count.light,.product-count.light * {
    opacity: 1;
    font-size: 16px;
}
product-info .product__column-sticky {
    position: unset;
}
product-info .page-width {
    max-width: 1580px;
    padding: 140px 15px 50px;
}
product-info .page-width .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
    font-size: 13px;
    font-weight: 400;
    color: #398983;
}
.product__title h1 {
    font-size: 32px;
    margin-top: 5px;
    font-weight: 600;
}
span.price-item.price-item--sale.price-item--last {
    color: #f00!important;
}
span.badge.price__badge-sale.color-scheme-4 {
    display: inline-flex;
    align-items: center;
}
.price.price--large.price--on-sale.price--show-badge {
    display: flex;
    align-items: center;
}
.product__accordion .accordion__content {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
product-info .accordion summary {
    padding: 1.5rem 10px;
}
product-info .accordion__title {
    font-size: 18px;
    font-weight: 600;
}
.jm-star-rating__font-icon[data-v-0e382752] {
    color: #f7b800!important
}
.custom-slide-show .slideshow__text-wrapper .slideshow__text .banner__text {
    color: #fff;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 32px;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}
.custom-collection .slideshow__text-wrapper .banner__heading {
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
}
product-info .price.price--large.price--show-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-slide-show .slideshow__text-wrapper .banner__buttons .button:hover {
    background: transparent;
    transition: background 0.4s ease;
}
.header__menu-item:hover span {
    text-decoration: none;
}
.header__menu-item span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}
.header__menu-item span:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.header__menu-item span{
    position: relative;
}

/* Compact product specs */
.product__info-wrapper .accordion__content {
  padding: 10px 0;
}

.product__info-wrapper .accordion__content .metafield-rich_text_field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

.product__info-wrapper .accordion__content .metafield-rich_text_field:last-child {
  border-bottom: none;
}

.product__info-wrapper .accordion__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}

/* Label */
.product__info-wrapper .accordion__content strong {
  min-width: 110px;
  font-weight: 600;
  color: #111;
}

/* Values inline */
.product__info-wrapper .accordion__content br {
  display: none;
}

.calendly-overlay .calendly-popup-close {
    display: block;
}

/* .tabs-header::-webkit-scrollbar {
  height: 6px;
} */

/* .collection-tabs-featured .tabs-header::-webkit-scrollbar-track {
  margin-top: 12px;
}
.collection-tabs-featured .tabs-header::scrollbar-track {
  margin-top: 12px;
} */
div#shopify-section-template--26516819640501__custom_tab_collection_XHm7ff {
    background: rgba(57,137,131, .07);
}
.location-info-main-wrapper{
    padding-top: 60px;
}

/* 1/22/2026 css start from here */
p.empty_container {
    text-align: center;
    text-transform: capitalize;
}
.delivery-details-section-os .page-width {
    display: flex;
    max-width: 1650px;
    margin: auto;
    padding: 10px 15px;
    align-items: center;
}
.delivery-details-section-os h2{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2.16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.delivery-details-section-os .image-with-text__content p {
    font-size: 16px;
    color: #000;
    letter-spacing: 1.44px;
    font-weight: 500;
}
.delivery-details-section-os .image-with-text__grid .image-with-text__media {
    min-height: unset;	
    padding: 0!important;
}
.delivery-details-section-os .image-with-text__grid .image-with-text__media img{
    position: unset;
}
.delivery-details-section-os .image-with-text .grid {
    align-items: center;
}
.delivery-details-section-os .image-with-text__content {
    padding: 0 7rem 0rem;
}
/* 1/22/2026 css end from here */
@media(max-width: 1530px){
.newsletter .newsletter__wrapper {
    width: 90%;
}

.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    max-width: 13%;
    width: 100%;
}
.footer .footer-block:nth-child(1) {
    max-width: 55%;
    width: 100%;
    margin-right: 0;
}
.footer .footer-block:nth-child(4) {
    max-width: 18%;
    width: 100%;
}
.footer .footer__content-top .grid {
    gap: 2%;
}
.footer .footer-block:nth-child(1) {
    max-width: 50%;
    width: 100%;
    margin-right: 0;
}
.footer .footer-block:nth-child(1) {
    max-width: 50%;
    width: 100%;
    padding-right: 30px;
}
.price .price-item {
    font-size: 14px!important;
}
/* .collection .card-wrapper .card--media .card__inner {
    height: 500px;
} */
}

@media(max-width: 453px){
	body .header {
    padding-top: 36px!important;
}
}

@media(max-width: 1350px){
.section-header .header-wrapper .header .list-menu li a span, .section-header .header-wrapper .header .list-menu li span {
    font-size: 15px;
}
.collection .card-wrapper .card>.card__content {
    min-height: 110px;
    height: auto;
}
.collection .card-wrapper .card>.card__content .card__information .card__heading a {
    font-size: 18px;
}
.price .price-item {
    font-size: 12px!important;
    color: #000!important;
    margin-right: 5px!important;
}
}
@media only screen and (max-width: 1199px) and (min-width: 990px) {
product-info .page-width {
    max-width: 1580px;
    padding: 170px 15px 50px;
}
}
@media(max-width: 1199px){
.section-header .header-wrapper  .list-menu--inline {
    width: 90%;
}
.collection .slider-mobile-gutter .grid.product-grid {
    grid-template-columns: repeat(2,1fr);
}
.price .price-item {
    font-size: 14px!important;
}
.blog .page-width-desktop .article-card .card__heading a {
    font-size: 34px;
    letter-spacing: 3px;
}
.blog .page-width-desktop .article-card p.article-card__excerpt.rte-width {
    letter-spacing: 1.10px;
}
.location-info-inner-wrapper {
    gap: 20px;
}
section.collection-tabs-featured {
    padding: 50px 15px 50px;
    margin-top: 30px;
    
}
.blog .page-width-desktop {
    padding: 60px 20px;
}
section#shopify-section-template--26516819640501__17676773748bd89abc .page-width {
    max-width: 100%;
    padding: 40px 20px;
}
.field.newsletter-email-field {
    max-width: 45%;
}
button#Subscribe {
    position: unset;
    min-width: 120px;
}
.footer .footer-block:nth-child(4) {
    max-width: 22%;
    width: 100%;
}
.footer .footer-block:nth-child(1) {
    max-width: 46%;
    width: 100%;
    padding-right: 30px;
}
.delivery-details-section-os .image-with-text__content {
    padding: 0 15px 0 40px;
    justify-content: center;
}

.delivery-details-section-os .image-with-text__grid .image-with-text__media {
    min-height: unset;	
    padding: 0!important;
}
.delivery-details-section-os .image-with-text__grid .image-with-text__media img{
    position: unset;
}
/*GRM page*/
}
}
@media(max-width: 989px){
.collection-tabs-featured .tabs-header {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
    .blog .page-width-desktop .article-card .card__heading a {
    font-size: 28px;
    letter-spacing: 1px;
}
.blog .page-width-desktop .article-card p.article-card__excerpt.rte-width {
    letter-spacing: 0.4px;
}
.blog .page-width-desktop .blog__posts li:nth-child(3) .card__information {
    text-align: left;
}
.blog .page-width-desktop .card__inner {
    aspect-ratio: 1 / 1.5!important;
}
.location-info-inner-wrapper iframe {
    height: 450px;
}
.custom-slide-show .slideshow.banner {
    height: 730px;
}
.footer .footer-block:nth-child(1) {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
}
.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    max-width: 100%;
    width: 100%;
}
.footer .footer__content-top .grid {
    gap: 30px;
}
.footer-block__details-content li a {
    margin-bottom: 0;
    padding-bottom: 0!important;
}
.footer .footer-block:nth-child(4) {
    max-width: 100%;
    width: 100%;
}
#FacetsWrapperDesktop .facets__disclosure {
    margin-right: 16px;
}
/*footer center*/
.footer-block__brand-info a {
    display: flex;
    justify-content: center;
}
.footer-block__brand-info p {
    text-align: center;
}
.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    text-align: center;
}
footer h2.footer-block__heading.inline-richtext {
    text-align: center;
}
footer .list-social {
    justify-content: center!important;
}
.footer-block__details-content>li:not(:last-child) {
    margin-right: 0!important;
}
.footer-block__details-content li a {
    justify-content: center;
}
}
@media(max-width: 767px){

    .collection-tabs-featured .tab-btn {
    max-width: 150px;
    min-width: 150px;
}
.newsletter__wrapper .newsletter-form__field-wrapper {	
    flex-wrap: wrap;
}
.newsletter-main-wrapper {
    max-width: 100%!important;
    width: 100%;
}
.field.newsletter-email-field {
    max-width: 100%;
}
.loction-store-address-group {
    width: 50%;
}
ul.address-main-wrapper li p {
    word-break: break-all;
}
.location-info-inner-wrapper .map-wrapper {
    width: 100%;
    max-width: 50%;
}

}
@media(max-width: 749px){
    .delivery-details-section-os .image-with-text__content {
    padding: 25px 0 0;
}
.delivery-details-section-os h2 {
    margin-bottom: -10px;
}
    .newsletter {
    margin-bottom: 30px;
}
.custom-slide-show .slideshow.banner {
    height: auto;
}
.custom-slide-show .slideshow__media.banner__media.media {
    height: 650px!important;
}
.custom-slide-show .slideshow__text-wrapper {
    height: 650px;
    padding-top: 60px;
    position:absolute;
}
.blog .page-width-desktop .card__inner {
    aspect-ratio: unset!important;
    min-height: 500px;
}
.custom-slide-show .banner--mobile-bottom .banner__box {
    background: transparent;
}
.custom-slide-show .slideshow__text-wrapper .slideshow__text .banner__text {
    line-height: 1.5;
    color: #fff;
}
.header {
    padding-top: 26px!important;
    padding-bottom: 26px!important;
}
    .utility-bar__grid.page-width {
    padding-left: 10px;
    padding-right: 10px;
}
.marquee-section .marquee-track span {
    font-size: 18px;
}
.location-info-inner-wrapper {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.loction-store-address-group {
    width: 100%;
}
.location-info-inner-wrapper .map-wrapper {
    width: 100%;
    max-width: 100%;
}

.footer__column img {
    width: 100%;
}
footer .footer__content-top {
    padding: 0 0 10px;
}
.section-sections--26516820099253__footer-padding {
    padding-top: 35px!important;
    padding-bottom: 6px;
}
.footer__localization:empty+.footer__column--info {
    align-items: center!important;
}
footer .footer__list-social.list-social {
    justify-content: left;
}
body .footer .footer__content-bottom {
    gap: 0;
}
body .footer__copyright {
    margin-top: 0;
}
.custom-collection .slideshow__media.banner__media.media {
    height: 500px!important;
}
.custom-collection .slideshow__text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-block__details-content li a {
    justify-content: center;
    padding-top: 0!important;
    padding-bottom: 10px!important;
}
.location-info-main-wrapper {
    padding-top: 40px!important;
}
}
@media(max-width: 575px){
.collection .slider-mobile-gutter .grid.product-grid {
    grid-template-columns: 1fr;
}
.collection-tabs-featured .tabs-header {
    gap: 10px;
}
product-recommendations ul.grid.product-grid li {
    width: 100%;
    max-width: 100%;
}
product-recommendations ul.grid.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.custom-product-grid .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}.custom-product-grid .grid li {
    max-width: 100%;
    width: 100%;
}

}
@media(max-width: 480px){
    /* .collection .card-wrapper .card--media .card__inner {
    height: 460px;
} */
    .utility-bar__grid.page-width {
    padding-left: 0;
    padding-right: 0;
}
.custom-slide-show .slideshow__media.banner__media.media {
    height: 700px!important;
}
.custom-slide-show .slideshow__text-wrapper {
    height: 700px;
    padding-top: 60px;
    position: absolute;
}
.custom-slide-show .slideshow__text-wrapper .banner__heading {
    line-height: 0.8;
}
.custom-slide-show .slideshow__text-wrapper .banner__heading strong {
    -webkit-text-stroke: 0;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 23px;
    display: flex;
    margin-bottom: 10px;
    line-height: 1.3;
}
.banner--mobile-bottom .banner__box {
    padding: 0 15px;
}
.custom-slide-show .slideshow__text-wrapper .slideshow__text .banner__text {
    font-size: 18px;
    max-width: 80%;
    line-height: 1.4;
    color: #fff;
}

.section-header .header-wrapper .header .header__heading-link {
    align-items: end;
}
.newsletter-main-wrapper {
    max-width: 100%!important;
    width: 100%;
    flex-wrap: wrap;
}
.field.newsletter-email-field {
    max-width: 100%;
    flex-wrap: wrap;
}
button#Subscribe {
    position: unset;
    min-width: 120px;
    height: unset;
}
.newsletter .newsletter__wrapper {
    padding: 15px;
}
.collection {
    padding: 15px!important;
}
section.collection-tabs-featured {
    padding: 30px 15px 30px;
    margin-top: 10px;
}
.blog .page-width-desktop {
    padding: 40px 20px;
}
.blog .page-width-desktop {
    padding: 40px 15px;
}
.blog .page-width-desktop .blog__posts {
    gap: 10px!important;
}
.blog .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
}
.blog__post.article {
    width: 100%;
    max-width: 100%!important;
}
.header__icons {
    padding-right: 0;
}
.section-header,.announcement-bar-section {
    padding: 0 10px;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.custom-collection  .banner--mobile-bottom .banner__box {
    padding: 0 15px;
}
.custom-collection .slideshow__text-wrapper .banner__heading {
    -webkit-text-stroke: 0;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}
.footer .footer__content-top .grid {
    gap: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    max-width: calc(50% - 10px);
    width: 100%;
    margin: 15px 0 0;
}
.footer .footer-block__details-content {
    margin-bottom: 0;
}
.collection-tabs-featured .tabs-header {
    margin-bottom: 20px;
}
}