/** Shopify CDN: Minification failed

Line 605:21 The "-" operator only works if there is whitespace on both sides

**/
/* @import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

 @font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/cdn/shop/files/ProximaNova-SemiBold.woff2?v=1748870170') format('woff2'),
        url('/cdn/shop/files/ProximaNova-SemiBold.woff?v=1748870171') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} 

/* @font-face {
    font-family: 'Proxima Nova Semibold' , 'sans-serif';
    src: url("{{ 'ProximaNova-SemiBold.woff2' | asset_url }}") format('woff2'),
         url("{{ 'ProximaNova-SemiBold.woff' | asset_url }}") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */


*, :before, :after{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
} 

:root{
    --primary-color:#000000;
    --btn-bg:#8D0525;
    --heading-color:#050000;
    --white:#ffffff;
    --gray:#707070;
    --black:#000000;
    --border-color:#E5E5E5;
    --bg-snow: #fffafa;
    /* --primary-font:"Montserrat", sans-serif; */
    --FONT-SUBHEADING:'Proxima Nova Semibold';
    --duration: 0.3s;
    --ease: ease;
    --icon-size: 20px;
    --custom-page-width: 1230px;
    --page-width:1600px;
}

body{
    padding:0;
    margin:0;
    font-size:16px;
    line-height:1.5 !important;
    font-weight:400 !important;
    color:var(--primary-color);
    /* font-family: var(--primary-font) !important; */
    letter-spacing: normal;
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  padding:0;
  margin-top:0;
  margin-bottom:0;
  line-height: 1.2;
  /* font-family: var(--primary-font); */
  text-transform:inherit;
  letter-spacing: normal;
  font-weight:normal;
}

p{
    margin:0 0 20px 0;
}
p:last-child{
	margin-bottom:0;
}
p:empty{
    display:none;
}
ul, ol{
	margin:0;
    padding:0 0 0 20px;
}
ul li, ol li{
    margin:0 0 10px 0;
}
    
img{
	display:block;
  	max-width:100%;
    height:auto;
}
    
video, iframe{
  display:block;
  width:100%;
}
a{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover,
a:focus{
	text-decoration:none;
}
:focus{
    outline:none !important;
}  
table{
    width:100%;
}
.btn,.button{
    padding: 6px 30px;
    background: var(--btn-bg);
    border: 1px solid var(--btn-bg);
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    /* font-family: var(--primary-font); */
    line-height: 1.2;
    text-transform: inherit;
    letter-spacing: normal;
    display:-ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    min-height: 50px;
    border-radius:0;
    min-width:auto;
    cursor:pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover,.button:hover{
    opacity:0.8;
    border-color: var(--btn-bg);
    color: var(--white);
}
.btn:before,.btn:after,
.button:before, .button:after{
    display:none;
}

.btn svg,.button svg{
    width:20px;
    height:11px;
    margin:0 0 0 10px;
    fill:none;
    stroke:inherit;
}
.btn svg path,.button svg path{
    fill:currentColor;
}

.wrapper--full-padded, .page-width{
    max-width:var(--page-width);
    margin-left:auto;
    margin-right:auto;
    padding-left: var(--outer);
    padding-right: var(--outer);
}
.wrapper, .custom-page-width{
    max-width:var(--custom-page-width);
    margin-left:auto;
    margin-right:auto;
    padding-left: var(--outer);
    padding-right: var(--outer);
}

.custom_sub__heading{
    font-family: var(--FONT-SUBHEADING) !important;
}

/* End Common css */

.socials .icon path{
    fill:currentcolor;
}
.socials li {
    margin: 10px;
}
.theme__header .socials{
    padding:0;
}
.socials .icon {
    width: 17px;
    height: 17px;
    display:block;
    stroke: inherit;
}
.header__desktop__bar__r .header__desktop__buttons--icons {
    margin-right: 0;
}
.header__desktop__buttons>*{
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid var(--heading-color);
}
.header__desktop__buttons>*:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.header__desktop__button .navlink:not(.navlink--toplevel) {
    padding: 0 !important;
}
.navlink .icon {
	width: 16px;
	height: 16px;
	stroke: inherit;
}
.navlink .icon path {
	fill: currentColor;
}
.navlink.navlink--cart--icon {
    width: 30px;
    height: 30px;
    background: var(--btn-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    color: var(--white);
    padding:0 !important;
}
.navlink.navlink--cart--icon .icon {
    width: 14px;
    height: 14px;
}
.announcement__bar-holder--marquee .announcement__slide, .announcement__slide>div {
    min-height: auto;
}
.header__desktop__upper,.header__desktop__lower{
    max-width:var(--page-width);
    margin-left:auto;
    margin-right:auto;
}
.header__desktop__lower {
    margin-top: 10px;
}
.header__menu .navlink--toplevel .navtext {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    transition:all 0.3s;
    text-align:center;
}
.header__menu .navlink--toplevel .navtext:after{
    display:none;
}
.header__menu .navlink--toplevel:hover .navtext{
    color:var(--btn-bg);
}
.search-popdown__submit{
    --icon-size: 20px;
}
.search-popdown__submit .icon{
    stroke:inherit;
}
.search-popdown__submit .icon path{
    fill:currentcolor;
}
/* End header */

.hero__title{
    font-weight: 700;
    color: currentColor;
    line-height: 1;
}

.index-text-products .h2{
    margin-bottom:30px;
    font-weight:bold;
}
.index-text-products .h2+.h2{
    margin-bottom:0;
}
.heading-collection-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}
.inline-image>*{
    border: 1px solid var(--btn-bg);
    transition: transform .5s ease;
    will-change: transform;
    display:block;
}
.btn.btn--text {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    color: var(--heading-color);
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    font-weight:normal;
    padding: 0;
    min-height: auto;
}
.btn.btn--text span:not([class]) {
    height: auto;
    padding: 0;
    line-height: inherit;
}
.btn--text.btn--white{
    color:var(--white);
}
.column__inner .column__image {
    margin-bottom: 0;
}
.column__image .image-wrapper{
    position:relative;
    overflow:hidden;
    background: rgba(0, 0, 0, 0.05);
}
.column__image .image-wrapper img{
    object-fit:contain;
    mix-blend-mode: multiply;
    transition:transform 0.5s ease;
    will-change:transform;
}
.column__image:hover .image-wrapper img{
    transform: scale(1.03);
}
.column__inner .column__content{
    color:var(--black);
    padding-top:20px;
}
.column__inner .column__content:empty{
    display:none;
}
.column__inner .column__content>*:not(:last-child) {
    margin-bottom: 15px;
}
.column__inner .column__content .column__heading{
    font-size:23px;
    font-weight:500;
    color:currentColor;
}
.column__inner .column__content .column__btn{
    margin-top:15px;
}
.hero__content__wrapper.frame__item{
    max-width:var(--page-width);
    margin-left:auto;
    margin-right:auto;
}
.brick__block--text .brick__block__text {
    flex-basis: 100%;
    padding-bottom:0;
}
.hero__subheading{
    /* font-size: 23px;
    color: var(--btn-bg);
    font-weight: 500; */
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
}
.collection-item__image .image-wrapper {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}
.collection-item__image .image-wrapper img{
    object-fit:contain;
    mix-blend-mode: multiply;
    transition:transform 0.5s ease;
    will-change:transform;
}
.collection-list-block-wrap .collection-card:hover .img-media img{
    transform: scale(1.03);
}
.section__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.section__title.center {
    max-width: 800px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.section-heading {
    font-weight: 700;
    line-height: 1.12;
    text-transform: capitalize;
    font-size: calc(var(--font-7)* var(--FONT-ADJUST-HEADING));
    margin-bottom:0;
}
.section__title>*:not(:last-child) {
    margin-bottom: 20px;
}
.section__title.center .sub-heading {
    max-width: 700px;
    margin: 0 auto;
}
.text.sub-heading {
    color: var(--heading-color);
    font-weight: 400;
    line-height: 1.34;
}

.coll_tabContent_wrap .tab__hdngs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    gap: 20px;
    margin-bottom: 60px;
}
.coll_tabContent_wrap .tab__hdngs .tab__hdng {
    font-family: var(--primary-font);
    font-size: 16px;
    text-align: center;
    color: var(--black);
    line-height: 1;
    padding: 10px;
    border: 1px solid var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 129px;
    min-height: 34px;
    cursor: pointer;
    transition: 0.45s ease;
    -webkit-transition: 0.45s ease;
}
.coll_tabContent_wrap .tab__hdngs .tab__hdng:hover, 
.coll_tabContent_wrap .tab__hdngs .tab__hdng.active {
    background: var(--black);
    color: var(--white);
}
.coll_tabContent_wrap .tab__cntnt {
    display: none;
    flex-wrap: wrap;
    --tab-cnt-wrrp: 30px;
    column-gap: var(--tab-cnt-wrrp);
    align-items: flex-start;
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap {
    width: 100%;
    max-width: calc(28% - (var(--tab-cnt-wrrp) - (var(--tab-cnt-wrrp) / 2)));
    position: relative;
    overflow:hidden;
}
.coll_tabContent_wrap .tab__cntnt .card_prodContent {
    width: 100%;
    max-width: calc(72% - (var(--tab-cnt-wrrp) - (var(--tab-cnt-wrrp) / 2)));
}
.coll_tabContent_wrap .tab__cntnt.active {
    display: flex;
}
.coll_tabContent_wrap {
    position: relative;
}
.coll_tabContent_wrap .tab__cntnts {
    width: 100%;
    max-width: calc(100% - (50% - (var(--page-width) / 2)));
    margin-left: auto;
    margin-right: 0;
    padding-left: var(--outer);
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .imgWrap {
    height: 100%;
    position: relative;
}

.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .text_contWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 40px 20px;
    color:var(--white);
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .text_contWrap .heading {
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    text-transform: capitalize;
    color: currentcolor;
    margin: 0 0 10px 0;
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .text_contWrap .subheading {
    line-height: 1.3;
    color: currentcolor;
    text-transform: inherit;
    letter-spacing: normal;
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .text_contWrap .btn_noBox {
    min-width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.coll_tabContent_wrap .tab__cntnt .coll_posterWrap .imgWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    pointer-events: none;
}
.product-item{
    background:none;
}
.product-item .radio__fieldset--swatches{
    background:none;
}
.product-item .image-wrapper img {
    object-fit: contain;
    mix-blend-mode: multiply;
}
.product-item .product-information{
    text-align:left;
}
.product-item .product-item__info{
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.product-item .product-item__info .product-item__title{
    font-size: clamp(16px, 1.2vw, 23px);
    font-weight: 700;
    line-height: 1.12;
    color: var(--heading-color);
    position: relative;
    margin-bottom:14px;

    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; */
}
.product-item .product-information .product-item__price{
    font-size:inherit;
}
.product-item .product-information .price{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: normal;
    color: var(--black);
}
.coll_tabContent_wrap .splide__arrow {
    position: absolute;
    top: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.coll_tabContent_wrap .splide__arrow--prev{
    right: 110px;
    left: auto; 
}
.coll_tabContent_wrap .splide__arrow--next{
    right: 50px;
}
.product-item .quick-add__button{
    background: #d5d5d5;
    border-color: #d5d5d5;
    color: var(--black);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
    font-size: inherit;
}
.coll_tabContent_wrap .splide {
    padding-bottom: 80px;
    position:static;
}
.coll_tabContent_wrap .splide__pagination {
    position:absolute;
    bottom: 0;
    left: 0;
    right:0;
    padding: 0;
    width: calc(100% -50px);
    margin-left: auto;
    margin-right: auto;
}
.product-item__swatches__holder--limited .selector-wrapper__scrollbar{
    justify-content:flex-start !important;
    padding-top:20px;
}
.look__content .look__title{
    font-size:calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
    font-weight:bold;
    letter-spacing:normal;
    text-transform:inherit;
    text-align: left;
    line-height:1.2;
}
.product-slide-section .content-wrapper {
    display: flex;
    flex-wrap: wrap;
  column-gap: 0;
}
.product-slide-section .content-wrapper>* {
    width: 100%;
    max-width: 50%;
}
.product-slide-section .content-wrapper .content-left {
    background: url('prd-bg-clip.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.product-slide-section .content-wrapper .content-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d0525e0;
    pointer-events: none;
}
.product-slide-section .content-wrapper .content-right {
    background: var(--bg-snow);
}
.product-slide-section .content-wrapper .content-left .product-wrapper {
    width: 100%;
    max-width: 500px;
    padding: 100px 20px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-slide-section .product-item{
    background:none;
}
.product-slide-section .product-item .product-item__info{
    text-align:center;
    color:var(--white);
}
.product-slide-section .product-item .product-item__info .product-link {
    color:inherit;
}
.product-slide-section .product-item .product-item__info .product-item__title{
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    position: relative;
    color:currentcolor;
}
.product-slide-section .product-item .product-information .price{
    font-weight: 700;
    color:var(--white);
}
.product-slide-section .content-wrapper .prd-splide {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.product-slide-section .content-wrapper .prd-splide .image-wrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    opacity: 0.56;
    transition: all .3s;
}
.product-slide-section .content-wrapper .prd-splide .is-active .image-wrap {
    opacity: 1;
}
.product-slide-section .content-wrapper .prd-splide .image-wrap img {
    width: 100%;
}
.rich-text-columns__wrapper .rich-text-columns__left {
    text-align: center;
}
.rich-text-columns__wrapper .hero__rte{
    font-weight:normal;
}
.collections-hover__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:inherit;
    row-gap: 40px;
    max-width: 1140px;
    width:100%;
    margin: 0 auto;
}
.collections-hover__actions>* {
    width: 33.333%;
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:30px;
    padding-right:30px;
}
.collections-hover__actions .collection-hover__button {
    letter-spacing: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    display: block;
    width: 100%;
}
.collection-hover__button sup {
    display: none;
}
.index_badge_info_sec{
    padding:0;
    overflow:hidden;
    background:var(--bg-snow);
    color:var(--heading-color);
}
.badge_infoMain{
    display: flex;
    flex-wrap: wrap;
    --hmpy-colgap: 76px;
    column-gap: var(--hmpy-colgap);
}
.badge_infoMain>* {
    max-width: calc(33.33% - var(--hmpy-colgap)*2 / 3);
    width: 100%;
}
.badge_infoMain .badge_item>*:not(:last-child) {
    margin-bottom: 20px;
}
.badge_infoMain .badge_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
}
.badge_infoMain .badge_header .badge_icon {
    max-width: 56px;
}
.badge_infoMain .badge_icon img {
    max-width: 100%;
    max-height: 36px;
    object-fit: contain;
}
.badge_infoMain .badge_header .badge_heading {
    -ms-flex: 1;
    flex: 1;
    font-size: 23px;
    font-weight: bold;
    color: var(--black);
}
.product-upsell__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.34;
}
.product-upsell__content>*:not(:last-child){
    margin-bottom: 5px;    
}
.hero__wrapper .product-upsell__content .product-upsell__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
}
.product-upsell__out-of-stock {
    color: #adadad;
}


/* Start collection */
.collection__sidebar, .collection__sidebar *, .popout--group .popout__toggle, .popout--sort .popout__toggle{
    font-size:inherit !important;
}
.common__banner__wrapper{
    position:relative;
    overflow:hidden;
}
.common__banner__wrapper .image-wrapper{
    position:relative;
    padding:0;
    height:auto;
}
.common__banner__wrapper .image-wrapper img {
    width: 100%;
    height:auto;
    position:relative;
    top:auto;
    left:auto;
}
.common__banner__wrapper .image-wrapper:after{
    content:"";
    background: rgba(0, 0, 0, 0.5);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}
.common-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index:2;
}
.common_banner_textmain{
    text-align:center;
    max-width:800px;
    margin:0 auto;
    width:100%;
}
.common_banner_textmain .banner-heading {
    color: var(--white);
    text-transform:capitalize;
}
.banner-heading {
    font-weight: 700;
    color: currentColor;
    line-height: 1;
}
.collection-hero__description {
    padding-top: 40px;
    font-weight: 500;
    font-size: inherit;
    color: var(--black);
}
.index-look .wrapper--full {
    max-width: calc(100% - (50% - (var(--page-width) / 2)));
    margin-left: auto;
    margin-right: 0;
}
.collection__nav-outer{
    border-top:1px solid var(--hairline);
    border-bottom:1px solid var(--hairline);
}
.collection__nav-outer .page-width, .collection__products-outer .page-width{
    padding-left: 0;
    padding-right: 0;
}
.collection__nav{
    border-top:0;
    border-bottom:0;
    background:none;
}
@media only screen and (min-width: 750px) {
    .collection__sidebar__slider{
        position:sticky;
        top:0;
    }
    .collection__sidebar__slider{
        background:none;
        border-bottom: 0;
    }
}
.sliderule__chevron--left, .sliderule__chevron--right{
    --icon-size: 18px;
}

/* Start Contact page */
.contact_infoMain{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    --info-colgap:20px;
    column-gap:var(--info-colgap);
    row-gap:20px;
}
.contact_infoMain .info_item{
    max-width:calc(33.33% - var(--info-colgap)*2 / 3);
    width:100%;
}
.contact_infoMain .info-itminr{
    padding:40px;
    border:1px solid var(--black);
    height:100%;
    text-align: center;
    color:var(--black);
    font-weight:normal;
    line-height:1.34;
}
.contact_infoMain .info-itminr .imgWrap {
    width: 56px;
    margin: 0 auto 15px auto;
}
.contact_infoMain .info-itminr .imgWrap img{
    width:100%;
    max-height:56px;
    object-fit:contain;
}
.contact_infoMain .info_title {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.contact_infoMain .info_title:after{
    content:"";
    width:41px;
    height:1px;
    background:var(--btn-bg);
    position:absolute;
    left:50%;
    bottom:0;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
.contact_infoMain .info_content a {
    color: #5A5A5A;
    padding: 0;
    background: none;
    word-break:break-word;
}
.contact-formsec .wrapper, .contact-formsec .wrapper--narrow{
    max-width:100%;
    padding-left:0;
    padding-right:0;
}
.contact_sec_inner{
    display:flex;
    flex-wrap:wrap;
}
.contact_sec_inner .imgWrap {
    max-width: 47%;
    width: 100%;
}
.contact_sec_inner .imgWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.contact_sec_inner .form-content {
    max-width: 53%;
    width: 100%;
    background-color: var(--bg-snow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 70px;
}
.contform-content-inner {
    max-width: 525px;
    width: 100%;
}
.contact_sec_inner.align-center{
    justify-content:center;
}
.contact_sec_inner.align-center .contform-content-inner{
    margin:0 auto;
}
.contform-content-inner .contact-form {
    background: none;
}
.contact__form__heading{
    font-size: calc(var(--font-7)* var(--FONT-ADJUST-HEADING));
    font-weight:bold;
}
.contform-content-inner .custom-form__block {
    display:block;
    margin-bottom: 30px;
}
.contform-content-inner .custom-form__block .field {
    padding: 10px 20px;
    border: 1px solid var(--black);
    background-color: var(--bg-snow);
    border-radius: 0;
    margin: 0;
    font-weight: 400;
    height: 50px;
    font-size: inherit;
    letter-spacing: normal;
    color: var(--heading-color);
}
.contform-content-inner .custom-form__block select {
    padding-right: 40px !important;
}
.contform-content-inner .custom-form__block input::placeholder{
    color:var(--black) !important;
    opacity:1 !important;
    font-weight:normal
}
.contform-content-inner .custom-form__block input::-ms-input-placeholder{
    color:var(--black) !important;
     font-weight:normal
}
.contform-content-inner .custom-form__block textarea.field {
    height: 150px;
    resize:none;
}
.contform-content-inner .custom-form__block .label--block{
    display:none;
}
.custom-form__block--heading h3{
    font-size:clamp(18px, 1.4vw, 23px);
    margin-bottom:20px;
    font-weight:500;
    color:var(--black);
}

.custom-form__block.checkbox input[type="checkbox"]{
    display:none;
}
.custom-form__block.checkbox input[type="checkbox"]+label{
    position: relative;
    padding-left: 30px;
    min-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: normal;
    font-size: inherit;
    margin: 0;
}
.custom-form__block.checkbox input[type="checkbox"]+label:before, .custom-form__block.checkbox input[type="checkbox"]+label:after{
    content:"";
    width:20px;
    height:20px;
    border:1px solid var(--black);
    position:absolute;
    top:2px;
    left:0;
}
.custom-form__block.checkbox input[type="checkbox"]+label:after{
    opacity:0;
    visibility:hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size:12px;
    background-position:center;
    background-repeat:no-repeat;
    background-color: var(--btn-bg);
}
.custom-form__block.checkbox input[type="checkbox"]:checked+label:before{
    opacity:0;
    visibility:hidden;
}
.custom-form__block.checkbox input[type="checkbox"]:checked+label:after{
    opacity:1;
    visibility:visible;
}
.custom-form__required-text, .form__legal p {
    font-size: 12px;
    color: var(--heading-color);
}
/* End Contact page */

.product-item .card-tag{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
}
.product-item .card-tag .tag{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 25px;
    text-align:center;
    line-height:1;
    text-transform:capitalize;
    background:rgba(208, 0, 13, 0.2);
}

/* Blog page */
/* Start Blog page */
.common__banner__wrapper{
    position:relative;
    overflow:hidden;
}
.common__banner__wrapper .image-wrapper{
    position:relative;
}
.common__banner__wrapper .image-wrapper img {
    width: 100%;
}
.common__banner__wrapper .image-wrapper:after{
    content:"";
    background: rgba(0, 0, 0, 0.5);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}
.common-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index:2;
}
.common_banner_textmain{
    text-align:center;
    max-width:800px;
    margin:0 auto;
    width:100%;
}
.common_banner_textmain .banner-heading{
    color:var(--white);
}
.image-with-text{
    max-width:1140px;
    width:100%;
    margin:0 auto;
    background-color:var(--bg-snow);
    color:var(--heading-color);
}
.imgwith-text-mainwrap:not(.page-width) .image-with-text {
    max-width: 100%;
}
.imgwith-text-mainwrap:not(.page-width) .image-with-text__content{
    max-width:680px;
    width:100%;
}
.image-with-text .image-with-text__media {
    border: 0;
}
.image-with-text .image-with-text__content{
    padding:40px;
    line-height:1.34;
}
.image-with-text .image-with-text__content .image-with-text__text {
    text-align: left;
}
/* pagination */
.pagination-wrapper {
    margin-top: 80px !important;
}
.pagination .pagination__list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:center;
    justify-content: center;
    -ms-flex-align:center;
    align-items:center;
}
.pagination .pagination__list>li {
    flex: inherit;
    max-width: 100%;
    margin-bottom: 0;
}
.pagination .pagination__item{
    width:38px;
    height:38px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:0;
    color:var(--black);
    font-family:var(--primary-font);
    font-size:16px;
    opacity:1;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.pagination .pagination__item:after{
    display:none !important;
}
.pagination__item.pagination__item--current, .pagination .pagination__item:not(.pagination__item-arrow, span):hover {
    border-color: var(--black);
    color: var(--headingColor);
}
.pagination .pagination__item-arrow{
    border:0 !important;
    color:var(--heading-color);
    width:auto;
    height:auto;
}
.pagination__item .icon-caret {
    width: 12px;
    height: 12px !important;
}
/* end pagination */

body:is(.template-blog) .brick__block--text .brick__block__text{
    padding: var(--outer);
    background:none;
}
.main-blog .title--primary {
    display: none;
}
.blog-tags {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap:30px;
    border-top:1px solid rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(0,0,0,0.2);
}
.blog-tags li{
    margin:0;
    display:inline-block;
}
.blog-tags li a {
    padding: 26px 20px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    color: rgba(5, 0, 0, 0.5);
    font-weight: 500;
    font-size: clamp(18px,1.4vw,23px);
}
.blog-tags li a:after{
    content:"";
    height:1px;
    width:100%;
    position:absolute;
    left:0;
    bottom:-1px;
    background:var(--black);
    opacity:0;
    visibility:hidden;
}
.blog-tags li .active:after{
    opacity:1;
    visibility:visible; 
}
.blog-tags li .active{
    color:var(--heading-color);
}

.blog-articles{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px; 
}
.blog-articles__article .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 130%;
    overflow: hidden;
}
.blog-articles__article .image-wrapper img{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    margin: auto;
    will-change: transform;
    transition: transform 0.5s ease;
}
.blog-articles__article:hover .image-wrapper img{
    opacity:1;
    visibility:visible;
    transform:scale(1.03);
}
.article__image__outer .article__image {
    margin: 0;
}
.blog-articles__article .article__text-wrapper{
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    line-height:1.2;
}
.blog-articles__article .article__text-wrapper>*:not(:last-child){
    margin-bottom:14px;
}
.blog-articles__article .article__text-wrapper .article__title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.12;
    color:var(--heading-color);
}
.blog-articles__article .article__text-wrapper .article__title>a{
    color:currentcolor;
    text-decoration:none;
}
.blog-articles__article .article__text-wrapper .article__excerpt{
    margin:0;
    max-width:330px;
    color:var(--heading-color);
    font-size:inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.article__wrapper .article__content {
    font-size: inherit;
    line-height: 1.5;
}
.article__hero .article__meta{
    font-size:12px;
}
/* End Blog page */

.popout--sort .popout-list__option {
    font-size: inherit;
}
.navlink--cart--icon .header__cart__status{
    font-size:10px !important;
    top: -10px !important;
    right: -10px !important;
    border-radius:50% !important;
}
.product__wrapper .product__submit__item .btn[data-add-to-cart] .btn__added {
    transform: translate(-50%, -50%) rotate(-145deg) scaleY(-1);
}
.cart__checkout .icon{
    width:20px;
    height:20px;
}
.drawer .selector-wrapper .select__fieldset {
    grid-template-columns: 1fr 1fr;
}
.product-quick-add__form .select-popout__list{
    padding:0;
}
.description-prod{
  display: none;
}
:is(.meta_feature_sec, .meta_specification):not(:has(:is(p,li))){
  display: none;
}

.meta_specification.RRRR .toggle_btn{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tab__cntnts .toggle_btn{
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}
/* 
.review__video{
  max-width: 50%;
} */





/* 28july 25 new */


.review .review__video, .review .review__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
    top: 0;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
}

.review .review__video video, .review .review__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review .review__image {}

.review .review__image .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
}


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

  .review .review__video, .review .review__image {
    padding-bottom: 100%;
    width: 100%;
    flex: 0 0 AUTO;
    max-width: 100%;
  }
  
}


/* 11 aug ,2025 */

button.btn.btn--back.btn--black.btn--solid {
    min-height: 42px;
    background: #191919;
    border: none;
    min-width: 100px;
    width: auto;
    letter-spacing: normal;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    padding: 1rem;
    font-weight: 500;
    font-family: var(--FONT-STACK-BODY);
    margin-left: 50px;
    margin-bottom: 30px;
    position: sticky;
    top: 50px;
    z-index: 99999;
}
button.btn.btn--back.btn--black.btn--solid span.img_wpr img {
    width: 30px;
}

.btn.btn--scroll-top  svg.icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0;
    color: #fff;
}

.btn.btn--back svg.icon path {
    stroke: currentColor;
}

button.btn.btn--back.btn--black.btn--solid svg.icon {
    width: 20px;
    height: 20px;
}

/* responsive start */

@media only screen and (max-width:1199px) {
    button.btn.btn--back.btn--black.btn--solid{
        margin-left:20px;
    }
    button.btn.btn--back.btn--black.btn--solid svg.icon {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width:749px) {
    button.btn.btn--back.btn--black.btn--solid {
        margin-left: 15px;
        top: 10px !important;
        min-height: 36px;
        min-width: 94px;
        height: 36px;
        gap: 10px;
        border-radius: 8px;
        padding: 10px;
    }
    button.btn.btn--back.btn--black.btn--solid span.img_wpr img {
      width: 22px;
    }
    .breadcrumbs {
      margin: 30px 0 15px !important;
    }
 
}


/* 11 aug ,2025 */

