/** Shopify CDN: Minification failed

Line 895:10 Unexpected "{"
Line 895:19 Expected ":"
Line 896:16 Expected identifier but found whitespace
Line 896:18 Unexpected "{"
Line 896:27 Expected ":"
Line 896:57 Expected ":"
Line 897:19 Expected identifier but found whitespace
Line 897:21 Unexpected "{"
Line 897:30 Expected ":"
Line 897:63 Expected ":"

**/
/* ========================= */
.sale-badge{
    display:none;
}
/* blog style */
.post-meta a{
    color: #000 !important;
}
.single-post-pagination.clearfix {
    padding: 0 16px;
}
.custom_blog_card {
    border-radius: 12px;
    border: 1px solid #FCEEDE;
    background: #FCEEDE;
    /* display: flex; */
    padding: 18px;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* gap: 20px; */
}
.blog_desc_sc {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 570px;
}
.blog-head-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 80px;
    padding-bottom: 32px;
    padding-top: 60px;
    padding-right: 80px;
}
.blog_head_sc p {
    max-width: 670px;
    color: #000;
    margin: 0;
    font-family: CooperMdBT-Regular;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
}
.blog_head_sc p strong{
    color: #5A91A6;
font-family: CooperMdBT-Italic;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 119.048% */
text-transform: capitalize;
}
.cs_blog_btn{
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #9FCFE0;
    box-shadow: 3px 3px 0 0 #5A91A6;
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    cursor:pointer;
    max-width: 150px;
}
.cs_blog_btn:hover{
    color: #FFFFFF !important;
    background: #467a8e; /* Darker background on hover */
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
    cursor: pointer; /* Change cursor to indicate button is clickable */
}
.cs_blog_btn a:hover{
    color: #FFFFFF !important;
}
.blog_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.custom_blog .post-image {
    border-radius: 12px;
    border: 1px solid #D1A879;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 4px 4px 0 0 #D1A879;
    height: 324px;
    object-fit: cover;
    align-self: stretch;
    width: 100%;
}
.custom_blog .blog-post-title {
    color: #100E0E;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    min-height: 65px;
}
.custom_blog .blog-post-date {
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}









/* end */
/* colection card style */
.custom_col_title .page-title{
    text-align:left;
    color: #FFF;
font-family: CooperMdBT-Regular;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 119.048% */
text-transform: capitalize;
}
.col-custom-parent.collection-header-wrapper{
     padding-right: 0px;
     padding-left: 0px;
}
.custom_col_title .col-desc {
    max-width: 570px;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.col_sc_parent .product-list-item-image{
    object-fit: cover;
    width: 290px;
    height: 342px;
    display: block;
    border-radius: 10px;
}
.custom_col_title{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 150px 80px 30px;
    gap: 12px;
}
.collection-products.col_sc_parent.products-per-row-4 {
    max-width: 1440px;
    margin: 0 auto;
    padding:0 80px;
}
.col_sc_parent .product-list-item-thumbnail
 {
    border-radius: 10px;
    border: 1px solid #D1A879;
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
    box-shadow: 8px 8px 0 0 #D1A879;
    margin-bottom: 24px;
}
.col_sc_parent .product-list-item-title{
    margin: 0;
    padding: 10px 0;
    color: #100E0E;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    min-height: 65px;
}
.col_sc_parent .product-list-item-price{
    margin: 0;
    color: #020D0C;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
margin-bottom: 24px;
}
.col_sc_parent .product-list-item-price .original{
    text-decoration: line-through;
    opacity: .4;
    margin-left: 10px;
    color: #505050;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
}
.col_sc_parent .rate-text {
    color: #020D0C;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.col_sc_parent .rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.sc-col-parent .custom-col-btn {
  border-radius: 100px;
  background: #9FCFE0;
  box-shadow: 4px 4px 0 0 #5A91A6;
  display: flex;
  padding: 14px 50px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  box-sizing: border-box;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}
.sc-col-parent .custom-col-btn span{
color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px; /* 124.444% */
}
/* Hover effect */
.sc-col-parent .custom-col-btn:hover {
  background: #5A91A6; /* Change background color on hover */
  color: #fff; /* Change text color on hover */
  box-shadow: 4px 4px 10px 0 #9FCFE0; /* Enhance the box shadow on hover */
  transform: translateY(-2px); /* Slightly lift the button on hover */
}





/* collection end */

.cs-stick{
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.comb-qp .product__quantity-wrapper {
    margin: 0;
}
.bundle_wrap{
        gap: 14px;
    display: flex;
    flex-direction: row-reverse;
}
.gr_wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}
.size_wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}
/* custom bundle style here  */
.opt_parent .input-field-title {
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
    display:flex;
    justify-content:space-between;
}
.sc_norm{
    display:flex;
}
span.sc_guide {
    color: #000;
    text-align: center;
    font-family: "PP Mori";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    gap: 4px;
}
span.sc_guide svg {
    display: block;
}
.opt_parent .input-checkbox-title {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 12px !important;
    border: 1px solid #DFDFDF !important;
    background: #FFF !important;
    padding: 12px !important;
    gap: 4px !important;
    position: relative;
    font-weight: 600;
}
.input-checkbox-title img {
    width: 69px;
    height: 69px;
    display: block;
}
.opt_parent .input-checkbox{
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
}
input[type="checkbox"]:checked + .input-checkbox-title {
  background: #FFF !important;
  box-shadow: 4px 4px 0 0 #5A91A6 !important;
}

/* ========================= */
.bd-content-wrap{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 10px;
}
.bd-desc {
    color: #272724;
    /* text-align: center; */
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px;
}
.bd-head {
    color: #272724;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20.8px;
    text-transform: capitalize;
}
.bd-box-1 input{
   appearance: none;
}
/* Hide the actual checkbox */
.bd-box-1 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Make label clickable */
.bd-box-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 303px;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  border-radius: 12px;
  border: 1px solid #9FCFE0;
}

/* Make the entire box highlight when checked */
.bd-box-1:has(input[type="checkbox"]:checked) {
  border: 1px solid #9FCFE0;
  background: #EEF4F6;
  box-shadow: 4px 4px 0 0 #5A91A6;
  transform: translateY(-2px);
}

/* Optional hover effect */
.bd-box-1:hover {
  border-color: #7ab8cc;
}

/* Image styling */
.bd-box-1 img {
  width: 46px;
  height: 64px;
  display: block;
}

/* Container layout */
.bundle_container {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 32px;
}

/* ========================= */
/* custom bundle style END   */
/* ========================= */


.sub_cs{
color: #000;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20.8px; /* 115.556% */
text-transform: uppercase;

}
.buffr_parent_sc .money {
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
}
.buffr_parent_sc .product-price {
    margin-top:0px;
    padding-bottom:16px;
}
/* Style when input is checked */
input[type="radio"]:checked + .colr-title-sc {
    border-radius: 12px !important;
    border: 1px solid #DFDFDF !important;
    background: #FFF !important;
    box-shadow: 4px 4px 0 0 #5A91A6 !important;
    color: black !important;
}

/* Optional: Style for the input checkbox itself to ensure it's aligned properly */
.input-checkbox-title {
    display: inline-block !important;
    padding: 8px !important;
    color: #000 !important;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}

.input-checkbox-title img {
    max-width: 100% !important;
    height: auto !important;
}

/* ✅ New line: turns background green when any input is checked */
/* .clr-prent-sc:has(input:checked) {
 border-radius: 12px;
border: 1px solid #DFDFDF;
background: #FFF;
box-shadow: 4px 4px 0 0 #5A91A6;
} */

.input-checkbox-wrapper .input-checkbox{
    margin:0px;
    /* width: 24px;
height: 24px; */
appearance: none !important;
}
/* When the radio input is checked, style the .icon-cc */
/* Style for checked input */
.clr-prent-sc:has(input:checked) .icon-ccs {
    display: block !important;  /* Show SVG when input is checked */
    border:none !important;
    /* border-radius: 24px;
    border: 1px solid #1E482F;
    box-shadow: 0 0 0 2px var(--bar-selected-color, #1E482F);
    background: var(--bar-selected-color, #1E482F) !important;
    border: 4px solid #fff !important; */
}

/* Default style for the SVG (hidden by default) */
.icon-ccs {
    display: block;  /* Hide SVG initially */
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 5px;
    right: 8px;
    width: 16px;
    height: 16px;
    z-index: 2;
}

.opt_parent .input-checkbox{
    appearance: none !important;
    -webkit-appearance: none !important;
}
.input-checkbox-wrapper{
    position:relative;
    width:100%;
}
.input-checkbox-title.pack_sc {
    /* height: 92px; */
    width: 100%;
    display: flex !important;
    padding: 14px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    align-self: stretch;
    border-radius: 12px !important;
    border: 1px solid #9FCFE0 !important;
}
.pack_sc .variant-option {
    display: flex;
    width: 100%;
    gap:10px;
}
/* Styling when the radio button is checked */
input[type="radio"]:checked + .input-checkbox-title.pack_sc {
  border-radius: 10px !important;
  border: 1px solid #9FCFE0 !important;
  background: #EEF4F6 !important;
  box-shadow: 4px 4px 0 0 #5A91A6 !important;
}

.input-checkbox-title.pack_sc .v-value {
    display: none;
}
.input-checkbox-title.pack_sc .variant-price {
    margin: 0;
    color: #272724;
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16.4px; /* 117.143% */
}
.pack-cc-wrap span {
    color: #272724;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20.8px;
    text-transform: capitalize;
}
.pack-cc-wrap{
    width: 70%;
    color: #000000;    
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}



.input-checkbox-title.size-option-cc {
  color: #5A91A6 !important;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6px !important;
    border: 1px solid #5A91A6 !important;
    background: #FFF !important;
    display: flex !important;
    width: 100%;
    padding: 6px 34px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
:checked+.input-checkbox-title, :checked+.input-checkbox-title:hover {
    font-style: normal !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #5A91A6 !important;
    border-color: #5A91A6 !important;
}
.buf-short-desc-wrap {
    padding-bottom: 32px;
}
.product__quantity-atc-container.comb-qp{
    display: flex;
    justify-content: center;
    /* align-items: baseline; */
    padding: 32px 0;
    gap: 12px;
    border-top: 1px solid #E0E0E0;
}
.comb-qp .product-form-submit-wrap .button {
    border-radius: 10px;
    background: linear-gradient(0deg, #5A92A7 0%, #5A92A7 100%), #FFF !important;
    display: flex;
    /* padding: 14px 165px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    letter-spacing: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
    border: none;
    color: white !important;
}

.comb-qp .product-form-submit-wrap .button:hover {
    background: #FFFFFF !important;
    border: 1px solid #5A92A7;
    color: #5A92A7 !important;
}

.comb-qp .product-quantity-label{
    display:none;
}
.comb-qp .add-to-cart {
    width: 78%;
    margin: 0;
}
.comb-qp .product__quantity-wrapper {
    max-width: 20%;
    /* margin: 0; */
    margin-top: 0;
}
.comb-qp .product-quantity-input.input-field{
    margin:0px;
    display: flex;
    /* width: 120px; */
    height: 45px;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #5A92A7;
    color: #5A92A7;
    text-align: center;
    font-family: Inter;
    font-size: 16.099px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* PDP Style */
.rating-sc-wrap img {
    max-width: 83px;
    display: block;
}
.rating-sc-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}
.cs-rating-container {
    display: flex;
    min-height: 31px;
    padding: 6.8px 20.8px 5.8px 20.8px;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 13px;
    border-radius: 59.8px;
    border: 1px solid #5A91A6;
    background: rgba(90, 145, 166, 0.10);
    max-width: 310px;
    width: 100%;
}
.rating-content p {
    margin: 0;
    color: #020D0C;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.rating-content p strong {
   color: #5A91A6;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.buffr_parent_sc {
    padding-top: 40px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
    padding-bottom: 80px !important;
}
.buffr_parent_sc h1.product__title
 {
    margin: 16px 0px 8px;
    color: #000;
    font-family: "CooperMdBT-Regular";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.buf-short-desc-wrap .metafield-rich_text_field p {
    margin: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
}
.buf-short-desc-wrap .metafield-rich_text_field ul {
    margin: 0;
    padding-top:16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: baseline;
}
.buf-short-desc-wrap ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0px; /* Add padding to align the list */
  }

  .buf-short-desc-wrap li {
    position: relative;
    padding-left: 30px; /* Space for the SVG marker */
    margin:0;
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.2px; /* 126.25% */
}

  .buf-short-desc-wrap li::before {
    content: ''; /* Required to display the SVG */
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('/cdn/shop/files/short-checked.svg?v=1761137570') no-repeat center;
    background-size: contain; /* Adjusts the size of the SVG */
  }
.stm-product-gallery{
display:block !important;
}
.new-product-gallery-main-parent{
    /* display:none !important; */
}
/* PDP Style end */

.sc_buf.header-promotion-bar{
    background: #5A91A6;
    padding: 6px 220px;
}
.sc_buf_head .site-header__title{
    padding:0px;
}
.sc_buf_head .site-header__controls--last{
    gap:27px;
}
.sc_buf_head .site-header__cart-button, .site-header__account-button{
    padding:0px !important;
}

.bufr_scs.main-content{
    max-width:100% !important; 
    padding:0px !important;
    margin:0 !important;
}
.page-width{
    margin:0 auto;
    max-width:1440px;
    padding:0 5rem;
}
.header-promotion-text{
    color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
text-transform: uppercase;
}
.sc_buf_head .site-header__cart-count{
    background-color: #5A91A6;
    width: 15px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    font-size: 10px;
    height: fit-content;
    color: white;
    margin: 0;
    top: 0px;
    position: absolute;
    right: -4px;
}
.up-marq-wave-mbl{
display:none;
}
.up-marq-wave-desk{
    display:block;
}

a.drawer-menu__tier-1-link.drawer-menu__tier-1-link--open {
    color: #000 !important;
    font-family: "CooperMdBT-Regular" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20.8px !important;
    text-transform: capitalize !important;
}
a.drawer-nav__account-link {
    color: #000 !important;
    font-family: "CooperMdBT-Regular" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20.8px !important;
    text-transform: capitalize !important;
}
.bundle_mt{
    padding-bottom:12px !important;
}


@media screen and (max-width:768px){
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.mbl_padding_top }}px;
    padding-bottom: {{ section.settings.mbl_padding_bottom }}px;
}
.next-post.button,
.previous-post.button{
        padding: 5px 25px;
}
.product-list-item{
    margin-bottom:40px !important;
}
.col_sc_parent .product-list-item-thumbnail{
    box-shadow: 4px 4px 0 0 #D1A879;
}
.collection-products.col_sc_parent.products-per-row-4{
    padding:0 16px;
}
/* blog style mbl */
.blog-head-wrap {
    padding: 32px 16px 40px;
    text-align: center;
}
.blog_head_sc p{
    font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
}
.blog_head_sc p strong{
    font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
}
.blog_desc_sc{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}
.custom_blog{
    grid-template-columns: 1fr !important;
    padding:0px 16px 50px !important;
    gap: 24px !important;
}




/* blog end */
/* collection style mobile */
.collection-products {
        padding: 0 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
}
.col_sc_parent .product-list-item-image{
    height: 224px;
}
.col_sc_parent .product-list-item-title{
    font-size: 14px;
line-height: 20px; 
    min-height: 100px;
}
.sc-col-parent .custom-col-btn span{
    font-size: 14px;
line-height: 20.4px;
}
.sc-col-parent .custom-col-btn{
    padding: 8px 20px;

}
.col_sc_parent .product-list-item-thumbnail{
    margin-bottom:20px;
}
.col_sc_parent .product-list-item-price{
    margin-bottom:20px;
}
.custom_col_title{
    padding: 210px 16px 0px;
}
.custom_col_title .page-title{
    font-size: 32px;
line-height: 40px; 
}
.custom_col_title .col-desc{
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.sc-col-parent .product-list-item-price .price{
    display:flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.col_sc_parent .product-list-item-price .original{
    margin-left:0;
}







/* collection end mobile */
.buf-short-desc-wrap {
    padding-bottom: 12px;
}
.bundle_wrap{
    gap: 24px;
    flex-direction: column;
}
.clr-prent-sc .v-value {
    min-height: 32px;
}
.buffr_parent_sc .product-price{
        padding-bottom: 8px;
        margin: 0;
}
.opt_parent .input-field-title{
    padding-bottom:12px;
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20.8px
}
.size_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px;
}
.gr_wrap{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px;
}
.cs-stick{
    position:unset;
}
.buffr_parent_sc{
    gap: 36px !important;
    flex-direction: column;
    padding-bottom: 40px !important;
}
.rating-content p{
    font-size: 12px;
}
.rating-content p strong{
    font-size: 12px;
}
.opt_parent .input-checkbox-title{
    /* padding: 12px 8px !important; */
    /* width: 93px !important; */
}
.input-checkbox-title.pack_sc{
    width:98% !important;
}
.buffr_parent_sc h1.product__title{
    font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
margin: 16px 0 0px;
}
.input-checkbox-wrapper{
    margin:0px !important;
}
.buf-short-desc-wrap .metafield-rich_text_field ul{
    gap:11px;
}
.buf-short-desc-wrap li::before{
    width: 22.313px;
height: 22.313px;
}
.buf-short-desc-wrap li{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18.2px; 
}
.sub_cs{
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20.8px;
}
.buffr_parent_sc .money{
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20.8px;
}
.comb-qp .product-quantity-input.input-field{
    width: 80px;
    height: 44px;
}
.comb-qp .product-form-submit-wrap .button{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(0deg, #5A92A7 0%, #5A92A7 100%), #FFF;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.comb-qp .add-to-cart{
    margin: 0;
    max-width: 310px;
}
.product__quantity-atc-container.comb-qp{
    flex-wrap: nowrap;
    padding: 12px 0 27px;
}
  .comb-qp .product__quantity-wrapper {
    max-width: 80px;
    /* margin: 0; */
    margin-top: 0;
}
  .sc_buf_head .site-header__controls--last{
    gap: 16px;
    margin-right: 0px;
}
  .site-header__account-button{
    display:block;
}
  .up-marq-wave-mbl{
display:block;
}
.up-marq-wave-desk{
    display:none;
}

.sc_buf.header-promotion-bar{
    padding: 5px 50px;
}
.site-header__wrapper{
    padding: 8px 16px;
}
.page-width{
    padding:0 16px;
}



  /* PDP Mbl */


.stm-product-gallery{
display:none !important;
}
.new-product-gallery-main-parent{
    display:block !important;
}


  /* PDP End */







}