/** Shopify CDN: Minification failed

Line 771:21 Unexpected "{"
Line 778:1 Expected "}" to go with "{"

**/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.custom_image_banner_inner img {
    width: 100%;
    display: block;
}

.custom_image_banner_inner img.mobile_bann_img {
    display: none;
}
.collection__title p {
    margin: 0 0 -7px;
    text-align: center;
}

.collection__title h2 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.card__inner{
    --ratio-percent: 140% !important;
}

.card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

.card__information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 !important;
}

.card__information .card-information {
    width: auto;
}

.card-information>.price {
    margin: 0 !important;
}

.card__heading {
    font-size: 13.55px;
    padding-top: 2px;
} 
.button {
    text-transform: uppercase;
    font-size: 16px;    padding: 0 42px; letter-spacing:0;
}
.collection__view-all {
margin-top:50px;
}
.media_slide_product_item img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.slick-arrow {
    position: absolute;
    border: #000 solid 1px;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    background-image: url(/cdn/shop/files/image_r_mat.png?v=1765978028);
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    cursor:pointer;
}
.slick-prev.slick-arrow {
    transform: rotate(180deg);
}
.slick-next.slick-arrow {
    right: 0;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    
    padding: 0 50px;
}

ul.slick-dots li {
    width: 12px;
    height: 12px;
    font-size: 0;
    margin: 16px 10px 0;
    height: 40px;    
    display: flex;
    align-items: center;
}
ul.slick-dots li:only-child{
    display:none;
}
ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    background: #D2D2D2;
    border-radius: 50%;
}
ul.slick-dots li.slick-active button {
    background: #090909;
} 
 
.product-form__input--pill input[type=radio]+label {
    padding: 19px 17px !important;
    letter-spacing: .9px !important;
    border-radius: 5px !important;
    border: transparent solid 1px !important;
    min-width: 60px !important;
    font-size: 19px !important;
}

.product-form__input--pill input[type=radio]:checked+label {
    color: rgb(var(--color-foreground)) !important;
    background: transparent !important;
    border-color: rgb(var(--color-foreground)) !important;
}
.product-form__input--pill input[type=radio]:hover+label {
    border-color: rgb(var(--color-foreground)) !important; 
}
.product-form__input .form__label {
    font-size: 19px;    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}
.product-form__input{
    margin-bottom:42px !important;
}
.product__description_cover {
    margin: 0 !important;
    border: #8A8A8A solid 1px;
    border-radius: 5px;
}
.price .price-item{
     font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}

.product__description {
    margin: 0 !important;
    padding: 0 28px 20px;    display: none;
}

.product__description_title {
    padding: 13px 28px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}

.product__description_title span {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.product__description_title span:after {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #595959;
    position: absolute;
    left: 9px;
    transition:all ease 0.2s;
}

.product__description_title span:before {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background: #595959;
    position: absolute;
} 

.product__description_title.active span::after {
    transform: rotate(90deg);
    opacity: 0;
}
.size_chart_pop_title img {
    width: 33px;
    margin-right: 22px;
}

.size_chart_pop_title {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.size_chart_detail {
    display: none;
}

.size_chart_pop_cover {
    padding-bottom: 40px;
}
.related-products__heading {
    text-align: center;
    text-transform: uppercase;
}
.size_chart_detail.opened_size_pop {
    display: block;    background: #0000007d;
    backdrop-filter: blur(4px);
}

.size_chart_detail {
    transition: all ease 0.2s;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;    height: 100%;
    z-index: 5;
}
.size_chart_pop_close svg {
    width: 20px;
}
body.active_size_pop {
    overflow: hidden;
}
.size_chart_detail_inner img {
    width: 100%;
    object-fit: contain;
    height: 100%; 
}

.size_chart_detail {
    background: #fff;
}

.size_chart_detail_inner {
    background: transparent;
    height: 100%;
}

.size_chart_pop_close { right: 0;}

.size_chart_detail .page-width {
    height: 100%;
    position: relative;    background: #fff;
}
.size_chart_pop_close {
    display: table;
    margin: 0 auto;
    margin-right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #000 solid 1px;
    border-radius: 50%;
}

.size_chart_detail {
    padding: 30px;
}

.size_chart_detail .page-width {
    padding: 20px;
}

.size_chart_detail_inner img {
    padding-top: 20px;
    height: 100%;
}

.size_chart_detail_inner {
    height: calc(100% - 40px);
}
img.img_mobile_size_chart {
    display: none;
}
.footer {
    border: 0 !important;
}

.footer__content-bottom {
    border: 0 !important ;
}

.footer__content-bottom-wrapper {
    justify-content: center;
}
.footer__content-top {
    padding-bottom: 0 !important;
}
.footer-block__heading {
    display: none !important;
}
.footer-block__heading:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #000;
    position: absolute;
    right:0;
        top: 9px;
}



.footer-block__heading:before {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background: #000;
    position: absolute;
    right: 8px;
}
.footer-block__heading.active:before{
    height:0;
}
.collection-hero__title {
    text-align: center;
    margin-bottom: 0px !important;
}
.product-form__input {
    max-width: 100% !important;
}

.select__select {
    height: auto;
    padding: 14px 28px;
    min-height: 0;
    font-size: 19px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    border: #8A8A8A solid 1px;
}

.product-form__input .select:after,.product-form__input .select:before {
    display: none;
}

.product-form__input .select span.svg-wrapper {
    /* display: none !important; */
}
.product-form__input .svg-wrapper {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}
.product-form__input  .svg-wrapper svg{
    /* transform:none; */display:none;
}.product-form__input .svg-wrapper { 
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #414141;
}
.product-form__buttons {
    max-width: 100% !important;
}
.select__select {
    /* background-image: url(/cdn/shop/files/triangle-filled-svgrepo-com_1.svg?v=1766074488);
        background-image: url(/cdn/shop/files/Screenshot_63.png?v=1766139995); */
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) center;
}
.list-social__item .svg-wrapper {
    width: 40px;
    height: 40px;
}
.product-form__submit,.product-form__submit:after,.product-form__submit:before {
    border-radius: 5px;
}

.product-form__submit {
    min-height: 0;
    padding: 17px 10px;
    line-height: 1.369;
    font-size: 19px;
}
shopify-payment-button__more-options::before {
  content: 'Buy now';
  /* Add other styling to position and show the new text correctly */
}
.shopify-payment-button__more-options {
  /* Hide original text if necessary */
  visibility: hidden; 
  position: relative;
}
.shopify-payment-button__button {
    font-size: 0 !important;
    height: auto;
    min-height: 0;
    padding: 19px 20px;
    border-radius:5px !important;
    overflow:hidden;
}

.shopify-payment-button__button:before {
    display: none !important;
}

.shopify-payment-button__button:after {
    content: "Buy Now" !important;
    font-size: 19px !important;
    text-transform: uppercase;
    position: static;
    
}
.copyright__content {
    padding: 0 6px;
}
.collection-hero__text-wrapper {
    text-align: center;
}

.collection-hero__text-wrapper h1 {
    margin: 0;
    text-transform: uppercase;
}

.collection-hero__text-wrapper p {
    margin: 0;
    margin-bottom: -7px;
}

.related-products .grid__item {
    padding-right: 10px;
}

.related-products .slick-list {
    padding-right: 100px;
}
.card_pd_url {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.video_main video {
    width: 100%;
    display: block;
}
.video_mobile video {
    width: 100%;
    display: block;
}
.video_mobile { 
    display: none;
} 
.policy_page strong{
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight:bold;
}
.card__content {
   position: static;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
}
.icon_step img {
    width: 25px;
}
.approximately_time {
    margin-top: -10px !important;
    font-weight: 500;    color: #000;
}
.footer__column.footer__localization {
    justify-content: center;
}

.footer__localization h2 {
    margin-top:0 !important;
}
.localization-form {
    margin: 0 !important;
}
.localization-selector.link {
    margin-top: 0 !important;min-width: 200px;
}
.footer__localization h2 {
    text-align: center;
    color: #000;
    padding-bottom: 5px;
}



/*===============responsive=============*/


@media (max-width:798px){
.product__description_title {
    padding: 9px 18px;
    font-size: 16px;
}
    .product__info-wrapper {
        padding: 0 0 0 3rem !important;
    }
.product-form__input--pill input[type=radio]+label {
    padding: 13px 14px !important;
    min-width: 50px !important;
    font-size: 16px !important;
}
.size_chart_pop_cover {
    padding-bottom: 20px;
}
   .menu-drawer__menu-item { 
    font-size: 1.6rem !important;
}

}


@media screen and (max-width:750px){
.custom_image_banner_inner img.mobile_bann_img {
    display: block;
}
.custom_image_banner_inner img.enable_mobile_img {
    display: none;
}
img.img_desktop_size_chart {
    display: none;
}
img.img_mobile_size_chart {
    display: block;
}
.footer-block__heading {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    position: relative;
            margin: 0 40px;
}
.footer__content-top {
    display: none;
}
.footer_inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #C6C6C6;
    padding-top: 15px;
}
.header {
    padding: 4px 1rem 4px 3rem !important;
}
.header__icon .svg-wrapper {
    width: 36px !important;
    height: 32px !important;
}
    .product__info-wrapper {
        padding: 24px 0 0 0rem !important;
    }
.size_chart_pop_title {
    font-size: 16px;        padding: 30px 0;
}
.size_chart_pop_title img {
    width: 26px;
    margin-right: 16px;
}
.product-form__input .form__label {
    font-size: 16px;
}
.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 12rem);
    }
.card__heading, .price__container {
    font-size: 10.55px;
}
.price {
    display: flex;
}
.slider-buttons {
    display: none !important;
}
.collection__view-all {
       margin-top: 15px;
    margin-bottom: 10px;
}
.product__description_title span {
    width: 15px;
    height: 15px;
}
.select__select {
    height: auto;
    padding: 12px 28px;
    min-height: 0;
    font-size: 14px;
    line-height: 1;
    background-size: 11px;
}

.size_chart_detail {
    height: 100vh;
}

.size_chart_detail .page-width {
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.size_chart_detail_inner {
    height: auto;
}

.size_chart_pop_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}
.select__select {
    padding-left: 14px;
}
.product__description_title {  
        padding: 11px 14px;
        font-size: 14px;
        line-height: normal; 
    }
.product__description_title span:after {
    left: 7px;}

.product__description { 
    padding: 0 14px 20px; 
    line-height: 1.5;
}
ul.slick-dots li button {
    width: 6px;
    height: 6px;
}

ul.slick-dots li {
    margin: 16px 2px 0px;
} 
 

.product-form__submit {
    font-size: 16px;
    padding: 17px 10px;
    line-height: 1;
}

.shopify-payment-button__button:after {
    font-size: 16px !important;
}

.shopify-payment-button__button {
    line-height: 1;
    padding: 17px 20px;
}
.size_chart_detail .page-width {
    padding: 20px 0;
}
.product-form__input {
    margin-bottom: 20px !important;
}
    .size_chart_pop_cover {
        padding-bottom: 0;
    }
product-recommendations {
    padding-top: 20px !important;
}
footer.footer {
    padding-bottom: 30px !important;
}
.mobile_banner_text {
    width: 100%;
    padding: 0 10px;
}
.card__inner {
    --ratio-percent: 200% !important;
}
.card__information {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 10px 5px !important;
}
.related-products .slick-list {
    padding-right: 40%;
}
.product-form__input .svg-wrapper { 
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #414141;
}
.video_main.desktop_show{
    display:none;
}
.video_mobile { 
    display: block;
}
.h0{
    font-size:24px;
}
.collection__title p {
    margin: 0 0 -4px; 
}

    .card__inner {
        --ratio-percent: 135% !important;
    }

.product__description_title,.select__select{
    font-size:11px;
}
.product-form__input .form__label,.size_chart_pop_title{
    font-size:11px; 
}
    .product-form__input .svg-wrapper { 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #414141;
    }
    .size_chart_pop_title img {
        width: 22px;
    }
    .product-form__submit,.shopify-payment-button__button:after {
        font-size: 11px !important;
    }
.product-form__submit {
    line-height: 1;
    min-height: 0;
    height: auto;
    padding: 13px 20px;
}
.shopify-payment-button__button {
    line-height: 1 !important;
    padding: 13px 10px;
    min-height: 0 !important;
    height: auto !important;
}
.approximately_time {{
    font-size:12px;
}


/*750px max*/

}