/** Shopify CDN: Minification failed

Line 181:0 Unexpected "}"
Line 1348:7 Expected ":"
Line 2834:1 Expected identifier but found whitespace
Line 2899:7 "obejct-fit" is not a known CSS property

**/
 
 .variant-option--swatches>overflow-list {
    align-items: center;
    gap: 5px;
    display: flex;

}
 /* custom review section  */
.customer-reviews {
padding: 50px 10%;
background-color: #f4f4f4;
text-align: center;
}
header .search-action{
    display: none;
}

.customer-reviews h2 {
font-size: 32px;
margin-bottom: 30px;
font-weight: bold;
}

/* Reviews Container */
.reviews-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
align-items: stretch;
}

/* Review Item */
.review-item {
background-color: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
width: 23%;
padding: 20px;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
}

/* Customer Image */
.review-img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 8px;
margin-bottom: 15px;
}

/* Review Content */
.review-content {
flex-grow: 1;
}

/* Rating */
.rating {
font-size: 18px;
color: gold;
margin-bottom: 10px;
}

/* Review Text */
.review-text {
font-size: 14px;
color: #555;
margin-bottom: 15px;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
}

/* Customer Name & Verified Buyer */
.customer-name {
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}

.verified-buyer {
color: #888;
font-size: 12px;
}

 /* custom review section  */
.header-component#header-component * {
    color: #000;
}

.announcement-bar {
    text-align: center;
    background-color: #7c8c5d;
    padding: 7px 10px;
    color: #fff !important;
    font-size: 14px;
}

.footer-utilities__group--right {
    justify-content: flex-start !important;
}

.footer-utilities {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

nav li {
    position: relative;
}

nav a {
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    position: relative;
}

/* Underline animation */
nav a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
}

/* Hover effect */
nav a:hover::before {
    width: 100%;
}

.overflow-menu:after {
    content: "";
    background-color: transparent !important;
}

.menu-list__submenu {
    width: 226px !important;
    background-color: #fff !important;
}



.mega-menu {
    border: 1px solid #a7a7a7 !important;
    box-shadow: 0px 0px 5px 0px rgb(28 28 28 / 40%) !important;
  
}

.mega-menu__content-list li a.resource-card {
    display: none;
}

/* css on 23-6 */
.footer_blocks_wrapper {
    flex-wrap: wrap;
}

.footer_blocks_wrapper > * {
    flex-basis: 24% !important;
  justify-content: space-between;
}
}

header-component#header-component span.cart-bubble__text-count {
    color: #fff;
}

.footer_blocks_wrapper > .footer-utilities {
    flex-basis: 100% !important;
    flex-direction: row !important;
    margin-top: 30px;
}

.footer_blocks_wrapper > .footer-utilities .footer-utilities__group {
    flex-basis: 50% !important;
    width: max-content;
    max-width: 50%;
}

.footer-utilities__group.footer-utilities__group--right {
    justify-content: end !important;
}

.divider {
    display: none !important;
}

/* footer layout adjustments above */
.footer_first_block .footer_title {
    margin-bottom: 21px;
    margin-top: 20px;
}

.footer_title h4 {
    font-size: 14px !important;
    font-weight: 600;
}

.footer_desc p {
    font-size: 14px !important;
}

.menu__heading__default {
    font-size: 14px !important;
    font-weight: 600;
}

.header-menu__inner {
    margin-top: 15px;
}

footer h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 19px !important;
}

/* css on 24-06 */
.overflow-menu:after {
    box-shadow: none !important;
}

span.mega-menu__link-title {
    width: 350px;
}

.menu-list__submenu {
    width: 400px !important;
}

.menu-list__submenu-inner {
    padding: 0 !important;
}

.menu-list__link {
    position: relative;
    text-decoration: none; /* Remove default underline */
}

.menu-list__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px; /* Adjust the thickness of the underline */
    background-color: black; /* Change the color of the underline */
    transition: width 0.3s ease; /* Smooth transition */
}

.menu-list__link:hover::before {
    width: 100%;
}


.group-block-content h1 {
    font-size: 44px !important;
    font-weight: 800 !important;
}

.button--AK242L0hMemVBeVorQ__button_bFnhMW {
    /* padding: 10px 20px; */
    border-radius: 0px !important;
    padding: 14px 28px !important;
}

.group-block-content p br {
    display: none;
}

.footer_blocks_wrapper .group-block-content p {
    width: 50%;
    font-size: 17px !important;
    font-weight: 500;
}
.footer_desc {
    width: 68%;
}

marquee-component.section {
    height: 133px;
    margin-bottom: -107px;
}

.button--AbTFEZWtJZXBtMXk1S__button_PrYMdP {
    border-radius: 0px !important;
    padding: 14px 28px !important;
}

.email-signup__input::after {
    content: 'Subscribe';  /* Button text */
    position: absolute;
    right: -100px;  /* Adjust to position the button as needed */
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: #007BFF;  /* Button color */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.email-signup__input::after:hover {
    background-color: #0056b3; /* Hover effect */
}

.email-signup__input::placeholder {
    font-size: 14px !important;
}

.email-signup__button {
    display: block;
}

/* css on 25-06 */

/* ----button css---- */
.button--AK242L0hMemVBeVorQ__button_bFnhMW {
    border-radius: 0px !important;
    background-color: transparent;
    border: 0.5px solid #111;
    padding: 10px 30px;
    color: #111;
    margin-top: 30px;
}

.button--AK242L0hMemVBeVorQ__button_bFnhMW:hover {
    background-color: #111;
    color: #fff;
}

.button--AcEJIQzZ6ekt6OFpCa__button_aUd64Q {
    border-radius: 0px !important;
    background-color: transparent;
    border: 0.5px solid #111;
    padding: 10px 30px;
    color: #111;
    margin-top: 30px;
}

.button--AcEJIQzZ6ekt6OFpCa__button_aUd64Q:hover {
    background-color: #111;
    color: #fff;
}

.custom_about p {
    max-width: unset !important;
    width: 100% !important;
    margin-bottom: 30px !important;
}

.custom_about h2 {
    color: #111 !important;
}

.button--AN3FzMy9iWkVkMmRTU__button_qY7LRf {
    border-radius: 0px !important;
    background-color: transparent;
    border: 0.5px solid #111;
    padding: 10px 30px;
    color: #111;
}

.button--AN3FzMy9iWkVkMmRTU__button_qY7LRf:hover {
    background-color: transparent;
    color: #111;
}

.custom_col_sec {
    margin: 30px 0px !important;
    background-color: #b9cac0;
}

.custom_col_sec h2 {
    color: #111 !important;
}

.custom_col_sec p {
    max-width: unset;
    width: 59%;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

.button--ANy85OCtxY3Z5OWhwZ__button_rdjjRk {
    border-radius: 0px !important;
    background-color: transparent;
    border: 0.5px solid #111;
    padding: 10px 30px;
    color: #111;
}

.button--ANy85OCtxY3Z5OWhwZ__button_rdjjRk:hover {
    background-color: #111;
    color: #fff;
}

.custom_end_section {
    margin-top: 40px;
}

.custom_end_section h2 {
    color: #111 !important;
}

.button--AcEtYT2dzRXA1WXFNU__button_RCHpWq {
    background-color: transparent;
    border: 0.5px solid #FFF;
    border-radius: 0px;
    padding: 10px 30px;
    color: #fff;
}

.button--AcEtYT2dzRXA1WXFNU__button_RCHpWq:hover {
    background-color: #fff;
    color: #111;
}

.button--AZDNYNjhtd2N0eG1xY__button_wEVftd {
    background-color: transparent;
    border: 0.5px solid #FFF;
    border-radius: 0px;
    padding: 10px 30px;
    color: #fff;
}

.button--AZDNYNjhtd2N0eG1xY__button_wEVftd:hover {
    background-color: #fff;
    color: #111;
}

#shopify-section-sections--18866331648179__footer {
    background-color: #7c8c5d;
}

.footer_blocks_wrapper h1,
.footer_blocks_wrapper h2,
.footer_blocks_wrapper h3,
.footer_blocks_wrapper h4,
.footer_blocks_wrapper p {
  color: #fff;
}

#shopify-section-sections--18866331648179__footer a {
    color: #fff !important;
}

/* css just copied */
:is(.rte,.shopify-policy__title) :is(p,h1,h2,h3,h4,h5,h6):first-child, :is(.rte,.shopify-policy__title) :empty:first-child+:is(p,h1,h2,h3,h4,h5,h6) {
    max-width: unset;
}
/* css just copied */

/* 26-05 css  */
.ui-test-product-list .group-block-content .text-block p {
    max-width: unset !important;
    width: 100%;
}

.text-block--AYkNrZHgzUXQwT01xS__text_frG8gc h2 {
    color: #111 !important;
    font-weight: 500 !important;
}

.collection-card--image-bg .collection-card__image {
    filter: brightness(0.6);
}

.collection-card__content p {
    color: #fff !important;
    font-size: 25px;
}

/* .ui-test-collection-list .product-card, .card-hover-effect-lift .collection-card, .card-hover-effect-lift .resource-card, .card-hover-effect-lift .predictive-search-results__card {
    transition: transform 20s cubic-bezier(.25, .46, .45, .94);
    transform-origin: center;
}

.ui-test-collection-list .product-card:hover, .card-hover-effect-lift .collection-card:hover, .card-hover-effect-lift .resource-card:hover, .card-hover-effect-lift .predictive-search-results__card:hover {
    transform: none !important;
    transform: scale(1.2) !important;
} */

.resource-list__item {
    overflow: hidden;
}

.custom_end_section {
    margin-bottom: 30px;
}

.section-resource-list__content h2 {
    color: #111 !important;
}

.custom_about .custom-section-background {
    opacity: 0;
}

.custom_about .section-content-wrapper.section-content-wrapper {
    background: #b5cac1;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    padding-right: 40px;
}

.custom_about h2 {
    position: relative;
}

.custom_about h2:after {
    content: '';
    height: 4px;
    width: 100px;
    background: #111;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-radius: 10px;
}

.home_collection .resource-list .resource-list__item .collection-card:hover {
    transform: none !important;
}

/* css on 30-06 */
.footer_first_block .footer_title h4 {
    font-size: 21px !important;
    font-weight: 400;
}

.menu__heading__default {
    font-size: 21px !important;
    font-weight: 400;
}

.shopify-section-group-footer-group h2 {
    font-size: 21px !important;
    font-weight: 400 !important;
}

#shopify-section-sections--18866331648179__footer {
    background-color: #7c8c5d;
    padding: 30px 0px;
}

.home_faq {
    width: 62%;
    margin: auto;
    margin-top: 0 !important;
    padding: 0 !important;
}

summary.details__header {
    font-size: 17px !important;
}

.details-content p {
    font-size: 17px;
}

.product-card__content {
    border: 2px solid #f5f5f5;
    box-shadow: 0px 0px 16px 11px rgba(0,0,0,0.35) !important;
}

.custom_about .section-content-wrapper.section-content-wrapper {
    padding: 1rem !important;
}

.email-signup__input {
    background: transparent !important;
}

.email-signup__input-group {
    place-items: center;
}

.resource-list__item .group-block-content {
    padding: 10px 15px;
}

.custom_end_section .main_block{
    /* background: #b8cac0; */
    padding: 30px 0px;
    border-radius: 5px;
    min-height: 150px;
    height: 280px;
    padding: 4rem 0rem;
  cursor: pointer;

}

/* .custom_end_section .main_block:hover{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25)
}
 */
.custom_end_section .main_block h2 {
    font-size: 27px;
    color: #000032 !important;
}


.custom_end_section .main_block p{
    width: 100%;
    margin-top: 10px;
}
.custom_end_section .main_block .icon-block {
    margin-bottom: 20px;
}

.footer_logo {
    margin-bottom: 22px;
}

.home_faq .active{
  background-color:  #dbdbdb;
}
.details {
    padding: 0px 20px;
    border-radius: 5px;
}



.footer_blocks_wrapper>.footer-utilities .footer-utilities__group {
    flex-basis: 100%!important;
    width: max-content;
    max-width: 100%;
    justify-content: center !important;
}
.cstm_copyright{
  display: none;
}

.email_custom_section h2 {
    margin-bottom: 40px !important;
    font-size: 28px !important;
}


.email_custom_section .email-signup__button{
  font-size: 14px !important;
}


.shopify-section-template--18866329944243__section_yzBkRj{
 margin: 40px 0px;
}
.details__header{
  padding: 10px 10px ;
}
.custom_about {
    margin-bottom: 24px;
}


.cstm_email_sec .cstm_email_secemail-signup__input-group {
    display: flex;
    gap: 10px;
}


.cstm_email_sec .email-signup__button {
    border-radius: 0 !important;
    padding: 10px 39px !important;
}


.review-img {
    width: 120px;
    aspect-ratio: 1 !important;
    border-radius: 83px;
    height: 120px !important;
    object-fit: cover;
}

.review-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start !important;
    align-items: center  !important;
}

.rating-wrapper, .rating {
    justify-content: center;
}
.review-text {
    text-align: center;
}

.verified-buyer {
    text-align: center;
}

.customer-name {

    text-align: center;
}

.customer-reviews h2 {
    color: #111 !important;
}

.custom_row_rev.spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    flex-direction: row-reverse;
}


.product-card__content {
    border: 2px solid #f5f5f5;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
}

.about_page_sections{
  background-colors:#b5cac1;
}

/* css on 15-07-2025 */
.footer_blocks_wrapper .group-block-content p {
    width: 100% !important;
    font-size: 17px !important;
    font-weight: 500;
}
.email-signup__input {
    width: 285px !important;
    max-width: 285px;
}

/* .footer_blocks_wrapper > :nth-child(4) {
    flex-basis: 24% !important;
    display: flex !important;
    flex-direction: column;
} */



#EmailInput-AUklUQUhKaFFHNEFwM__email_signup_NcLwNb{
  position: relative;
}

.email-signup__button.button-unstyled {
    position: absolute;
    left: 80% !important;
}

.custom_end_section .custom-section-content {
  /* your styles here */
  /* border: 2px solid red; */
}



/* css on 15-07-2025 */


/* css on 16-07 */
swatches-variant-picker-component {
    justify-content: center;
}
.product-card__content {
    border: 2px solid transparent !important;
    box-shadow: none !important;
}

header .header__row header__row--bottom {
    position: sticky !important;
    top: 0% !important;
}
.cstm_email_sec .cstm_email_secemail-signup__input-group {
    display: flex;
    gap: 10px;
    width: 100% !important;
    justify-content: center;
}


input#EmailInput-AYVpiREdiTWVwK3Bzb__email_signup_P9NVtU {
    width: 100%  !important;
    max-width: unset !important;
}

.button--AN3FzMy9iWkVkMmRTU__button_qY7LRf {
    margin-top: -20px;
    margin-bottom: 15px;
}


.collection-card{
    border-radius: 0px !important;
}

.collection-card--image-bg .collection-card__inner {
    border-radius: 0px !important;
}

.collection-card--image-bg .collection-card__inner img {
    border-radius: 0px  !important;
}
.resource-list__item {
    overflow: hidden;
    margin-bottom: 20px;
  width: 25%;
}
.resource-list.resource-list--grid {
    display: flex;
    justify-content: center;
}
/* css on 16-07 */



/* css on 17-07 */
/* body .slide__image-container>.slide__image, .slide__image-container>.slide__video {
    object-position: top center;
} */


/* body .slide__content>* {
    width: 50%;
    margin: unset;
    max-width: 1700px !important;
    min-width: 1200px !important;
} */
/* body .slide__content>* {
    width: 50%;

} */

body .slide__content {
    width: 50%;
    padding: 2rem 6rem;

}



/* css on 17-07 */


  main#MainContent p {
    max-width: 100%;
}


body .slide__content .group-block-content {
    /* background: #a5a5a53d;
    height: min-content;
    top: 25%;
    padding: 60px 120px;
    min-width: 450px !important; */
}

/* css on 18-07 */
.custom_about .section-content-wrapper.section-content-wrapper {
    background: transparent;
    padding: 0;
  border-radius: 0px;
    overflow: hidden;
    padding: 0 !important;
}
.review-item {
    border-radius: 0;
   
}

/* css on 18-07 */


/* .custom_class_hero_slider .button {
    border-radius: 0px;
    background: #111;
    color: #fff;
    padding: 9px 25px;
} */

.custom_class_hero_slider h1,p{
  color: #111 !important;
}

.custom_class_hero_slider p{
  font-size: 18px;
}
/* css on 18-07 */


/* css on 22-07*/

.slide__content.background-transparent {
    aspect-ratio: 2/1;
}

.custom_class_hero_slider h1 {
   letter-spacing: : 0.02rem;
  font-size: 40px !important;
}



.custom_class_hero_slider h6 {
    font-size: 40px !important;
    letter-spacing: : 0.02rem;
  line-height: 3.5rem !important;
}
.home_collection {
    padding: 29px 0px;
    padding-top: 5px;
}
.home_collection h2 {
    font-size: 26px !important;
    letter-spacing: 0.12rem !important;
}

.custom_about a {
    background: #111;
    color: #fff;
  letter-spacing: 0.05rem;
}

.custom_about a:hover {
    border: 1px solid #111;
    background-color: trasnparent !important;
}


.custom_about h2 {
    letter-spacing: 0.12rem !important;
}

.custom_about p {
    letter-spacing: 0.05rem;
    margin-top: 0.12rem !important;
  margin-top: 1rem !important;
}

.collection-card__inner p {
    letter-spacing: 0.12rem;
}

.best_seller p {
    font-size: 26px !important;
    letter-spacing: 0.12rem !important;
}

#shopify-section-template--18866329944243__product_list_qU3bEB .section-resource-list {
    padding-bottom: 0 !important;
}
.custom_end_section {
    margin-top: 30px;
}

.custom_end_section .custom_end_section .main_block p {
    margin-top: 0px;
}
.customer-reviews h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.12rem;
}

.reviews-container .review-text {
    letter-spacing: 0.1rem;
}
.verified-buyer {
     letter-spacing: 0.1rem;
}
.customer-name {
    letter-spacing: 0.1rem;
}


.cstm_email_sec p, h6, h4 {
    letter-spacing: 0.1rem;
}
.cstm_email_sec .email-signup__button {
    letter-spacing: 0.12rem !important;
}
.cstm_email_sec  input#EmailInput-AYVpiREdiTWVwK3Bzb__email_signup_P9NVtU {
  letter-spacing: : 0.12rem !important
  ;
}


.custom_end_section p {
    letter-spacing: 0.1rem !important;
}

.custom_end_section h5 {
    letter-spacing: 0.05rem !important;
}




#shopify-section-sections--18866331648179__footer p{
  color: #fff !important;
}

.custom_about .group-block {
    padding-left: 2rem;
    padding-right: 2rem;
}

body.template-index .ui-test-product-list .resource-list__item {
    width: 100%;
}

.slideshow-control--previous {
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
    margin-top: -6%;
}


.slideshow-control--next{
    background: #fff !important;
    color: #111 !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5) !important;
    margin-top: -6%;
}

/* variables */

h1{
  font-size: 28.8px !important;
    letter-spacing: 0.12rem  !important;
}

h2{
  font-size: 25.2px !important;
  letter-spacing: 0.12rem !important;
}

h3{
  font-size: 19.8px !important;
  letter-spacing: 0.12rem  !important;
}

p{
  font-size: 13px  !important;
  letter-spacing: 0.12rem  !important;
}
.custom_about .section-content-wrapper.section-content-wrapper {
    max-width: 1200px;
    margin: auto;
}
.about_side_section {
    padding-left: 12% !important;
}


.resource-list__item.aos-init.aos-animate {
    width: 100%;
}


.home_collection main#MainContent p {
    font-size: 16px !important;
}

/* css on 28-07 */
slideshow-arrows[shape=none] {
    mix-blend-mode: normal !important;
}

.slideOne {
    width: 90% !important;
    margin: 0;
    background-color: #1111111f;
    height: max-content;
   
    padding: 3rem 4rem;
    max-width: 800px !important;
}


.slideOne h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
}
.slideOne p {
    color: #111 !important;
    text-transform: uppercase !important;
}

.slideOne .button {
    border-radius: 0px;
    padding: 12px 25px;
    background: #111;
    color: #fff;
}
.slideOne .button:hover {
    background: #fff;
    color: #111;
}

/* slide 2 */

.slideTwo{
    width: 90% !important;
    margin: 0;
    background-color: #ffffff80  !important;
    height: max-content;
    padding: 3rem 4rem;
      max-width: 800px !important;
}
.slideTwo p {
    color: #111 !important;
    text-transform: uppercase !important;
}

.slideTwo h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
}

.slideTwo .button {
    border-radius: 0px;
    padding: 12px 25px;
    background: #111;
    color: #fff;
}
.slideTwo .button:hover {
    background: #fff;
    color: #111;
}


/* slide 3*/
.slideThree{
    width: 90% !important;
    margin: 0;
    background-color: #ffffff80  !important;;
    height: max-content;
    padding: 3rem 4rem;
      max-width: 800px !important;
}
.slideThree p {
    color: #111 !important;
    text-transform: uppercase !important;
}

.slideThree h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
}

.slideThree .button {
    border-radius: 0px;
    padding: 12px 25px;
    background: #111;
    color: #fff;
}
.slideThree .button:hover {
    background: #fff;
    color: #111;
}

/* Slide 4 */

.slideFour{
    width: 90% !important;
    margin: 0;
    background-color: #ffffff80  !important;;
    height: max-content;
    padding: 3rem 4rem;
      max-width: 800px !important;
}
.slideFour p {
    color: #111 !important;
    text-transform: uppercase !important;
}

.slideFour h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
}

.slideFour .button {
    border-radius: 0px;
    padding: 12px 25px;
    background: #111;
    color: #fff;
}
.slideFour .button:hover {
    background: #fff;
    color: #111;
}

/* Slide 5 */

.slideFive{
    width: 90% !important;
    margin: 0;
    background-color: #ffffff80  !important;;
    height: max-content;
    padding: 3rem 4rem;
      max-width: 800px !important;
}
.slideFive p {
    color: #111 !important;
    text-transform: uppercase !important;
}
.slideFive h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    text-transform: uppercase !important;
}


.slideFive .button {
    border-radius: 0px;
    padding: 12px 25px;
    background: #111;
    color: #fff;
}
.slideFive .button:hover {
    background: #fff;
    color: #111;
}

/* css on 29 */

.about_page_sections_second, .about_page_sections h3 {
    line-height: 1.5;
    max-width: unset;
    width: 100% !important;
    color: #111 !important;
  font-size: 21px !important;
  font-weight: 500  !important;
}


.button--AWE9Wd0QvOHowSnQ0a__button_KTjn6y {
    background: #fff !important;
    color: #111;
    border-radius: 0px;
  padding: 9px 25px;
}

.about_page_sections .text-block p {
    color: #111 !important;
    text-transform: capitalize;
    font-size: 14px !important;
}
.about_page_sections_second .text-block p {
      color: #111 !important;
    text-transform: capitalize;
    font-size: 16px !important;
}

/* .about_page_sections_second .text-block {
    width: 75%;
    margn-left: auto !important;
    margin-left: auto;
} */

.about_page_sections_second{
  margin-top: 0;
   margin-bottom: 0;
}





.custom_row_rev {
    gap: 0;
}


.about_page_sections .group-block-content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}


.about_page_sections_second .text-block {
  padding-right: 2rem !important;
}


.email-signup__button.button-unstyled {
    position: absolute;
    left: 130% !important;
}

.cstm_section_category .link {
    color: #fff;
    background:#111;
    padding: 11px 20px;
    font-size: 16px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}
.cstm_section_category .link:hover{
    background:#fff;
    color: #111;
      box-shadow: none;
}

/* css on 31-07 */
/* sustainbility page css */
.cstm_our_phil {
    width: 80%;
    margin: auto;
}

#shopify-section-template--18976557433011__1753859135bad99d96 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#shopify-section-template--18976557433011__1753859135bad99d96 p {
  color #fff !important;
}

/* css on 01-08 */

.about_page_sections_second .image-block {
    display: flex;
    justify-content: var(--horizontal-alignment, "inline-start");
    height: 650px !important;
}

.about_page_sections_second h2{
    color: #111 !important;
}
 
.abt_first_section .image-block {
    height: 650px !important;
}

.cstm_quote_section p {
    letter-spacing: normal !important;
    font-size: 15px !important;
    line-height: 1.85;
}

.about-us p {
    letter-spacing: normal !important;
    font-size: 15px !important;
    line-height: 1.85;
}

.cstm_quote_section a {
    background: #111;
    color: #fff;
    padding: 10px 26px;
    letter-spacing: 0.12rem;
}
.cstm_quote_section a:hover {
    background: #fff;
    color: #111;
    outline: 1px solid #111;
} 
#shopify-section-template--18976557400243__hero_LRcXKW .hero__container{
    margin: 40px 0px;
}

#shopify-section-template--18976557400243__hero_LRcXKW .hero__container rte-formatter {
    margin: 0 !important;
    padding: 0;
}
#shopify-section-template--18976557400243__hero_LRcXKW .hero__container h2 {
    color: #111;
}

/* sustainbility page */
/* .sustain_page_hero .placeholder-image.border-style.size-style {
    height: 600px !important;
    width: 100%;
} */


.sustain_page_hero_banner p {
    color: #fff !important;
    padding-top: 20px;
}

.about_page_hero_section h2 {  
    color: #fff !important;
    max-width: unset;
}

/* 04-08 */

body.bulk-order .hero p {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1.6;
    letter-spacing: normal !important;
}

/* .collection_page_coll_sec .text-block.text-block--AVmJ0N1FHNitoN3krY__collection_title_7YgBPU {
    background: #111;
    color: #fff;
    padding: 10px 25px;
} */

.collection_page_coll_sec  .collection-card__inner p{
        background: #111;
    color: #fff;
    padding: 10px 25px;
}

.button--AUkdlWThEclVHVGFwT__button_zHX6Mq {
    border-radius: 0px;
    padding: 10px 25px;
}

.about_us_page_hero h2, p {
    color: #fff !important;
}

.about_us_page_hero{
    margin-bottom:0;
}

#shopify-section-template--18976557400243__hero_LRcXKW .hero__container {
    margin: 0px 0px;
    margin-top: 30px;
}

/* css on 05-08 */
slideshow-slide>.slide__image-container {
    display: flex;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    position: relative !important;
}

body .slide__content {
    width: 50%;
    padding: 2rem 6rem;
    height: auto;
     position: absolute;
     top: 30%;
}

.custom_about p{
    color: #111 !important;
}

#shopify-section-template--18866329944243__section_ehP7Px p{
       color: #111 !important;
}

.cstm_icon_txt p {
    color: #111 !important;
    font-size: 22px !important;
}

.customer-reviews p {
    color: #111 !important;
}

.sustain_page_sections p {
    color: #111 !important;
}

.cstm_quote_section p {
    color: #111 !important;
}

.sustain_page_hero h1 {
    color: #fff !important;
}
.cstm_section_thought p {
    color: #111 !important;
}

body.template-product p {
    color: #111 !important;
}



/* .home_collection {
    margin-top: -7%;
} */

.resource-list__carousel p {
    color: #111 !important;
}

.bedding_page-cstm_card p {
    color: #111 !important;
}

/* css on 06-08 */

.sustain_page_sections p {
    font-size: 18px !important;
    letter-spacing: 0.05rem !important;
}

.about_page_sections .text-block p {
    font-size: 16px !important;
    letter-spacing: 0.05rem !important;
}
.about_page_sections_second p, li {
    font-size: 18px !important;
    letter-spacing: 0.05rem !important;
}
.cstm_section_thought p {
    font-size: 17px !important;
    letter-spacing: 0.05rem !important;
}

.cstm_section_thought h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.cstm_email_sec {
    display: flex;
    justify-content: center;
}

.home_collection{
    margin-top: 2.5rem;
}



.about_us_page_hero p {
    letter-spacing: 0.09rem !important;
}
.about_page_sections_second ul{
    list-style: none;
}
.about_page_sections_second li{
    position: relative;
}
.about_page_sections_second li::before {
    content: "";
    position: absolute;
    background-image: url("/cdn/shop/files/fluent_checkmark-16-filled_1.png?v=1754916647");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    left: -8%;
    top: 10%;
}
/* css on 12-08 */
.template-product .product-information {
    padding-top: 2rem;
}
.template-product .media-gallery--carousel slideshow-arrows .slideshow-control {
    display: none;
}

#ProductInformation-template--18866329223347__main h1 {
    font-size: 21px !important;
    letter-spacing: normal !important;
}
#ProductInformation-template--18866329223347__main .price, .compare-at-price, .unit-price {
    font-size: 21px;
    font-weight: 600 !important;
}
/* #ProductInformation-template--18866329223347__main .product-form-buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
} */
.template-product .accordion {
 border: 1px solid transparent !important;
}
.product-details .quantity-selector {
    border-radius: 0px;
    border: 1px solid #c9c9c9;
}
.paypal-button {
    border-radius: 0px !important;
}

button#BuyButtons-ProductSubmitButton-AYmF3ODd4Y0JDTmJab__add-to-cart {
    border-radius: 0;
}
.shopify-payment-button__more-options {
    text-decoration: none;
    text-transform: uppercase;
}
.icon-block__media {
    height: auto;
    width: 29px;
}
#ProductInformation-template--18866329223347__main .text-block--AMGFUaUNuVlVGTUtVc__text_GYmbzh, p {
    font-size: 16px !important;
}
#ProductInformation-template--18866329223347__main .text-block--AS0xRL3BFRk5yYnNYT__text_97ypyG, p {
    font-size: 16px !important;
}
.accordion-content p, li {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.032rem !important;
}
.why_dinzin_sec {
    padding-top: 2rem;
    text-align: center;
}
.why_dinzin_sec h2 {
    font-size: 19.5px !important;
}
.price_and_detail .price, .compare-at-price, .unit-price {
    white-space: nowrap;
    text-align: center;
    width: 100% !important;
    display: block;
}
.variant-option__button-label {
    border-radius: 0px !important;
}
.bulk_order_page .hero__content-wrapper {
    background: #a7a7a787;
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
}
.bulk_order_page .hero__content-wrapper h2{
    text-transform: uppercase !important;
}
.bulk_order_page .hero__content-wrapper p{
    text-transform: uppercase;
}
.sustain_page_hero_banner .hero__content-wrapper {
    background: #a7a7a787;
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
}
.sustain_page_hero_banner .hero__content-wrapper h2{
    text-transform: uppercase !important;
}
.sustain_page_hero_banner .hero__content-wrapper p{
    text-transform: uppercase;
}

.about_page_hero_section .hero__content-wrapper {
background: #a7a7a787;
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
}
.about_page_hero_section .hero__content-wrapper h2{
    text-transform: uppercase !important;
}
.about_page_hero_section .hero__content-wrapper p{
    text-transform: uppercase;
}
label.variant-option__button-label.variant-option__button-label--has-swatch {
    outline: none;
    background: transparent;
}
/* #shopify-section-template--19036489154739__17542874051fafbd8e .ai-multicolumn-text-container-ayzb5bkhkathnvkuxaaigenblock0dbf5b8dick4d {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#shopify-section-template--19036489154739__17542874051fafbd8e h3.ai-multicolumn-title-ayzb5bkhkathnvkuxaaigenblock0dbf5b8dick4d {
    background: #111;
    position: absolute;
    width: max-content;
    left: 0% !important;
    transform: translate(-50%, 0px);
    bottom: 0%;
    border-radius: 0px;
    font-size: 18px !important;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #111;
    transition: 100ms background-color ease-in-out;
}

#shopify-section-template--19036489154739__17542874051fafbd8e h3.ai-multicolumn-title-ayzb5bkhkathnvkuxaaigenblock0dbf5b8dick4d:hover {
    background: transparent;
    border: 1px solid #111;
    color: #fff;
    box-shadow: none !important
} */

.sustain_page_hero_banner .hero__content-wrapper h2 {
    font-size: 26px !important;
    line-height: 0;
}
.sustain_page_hero_banner .hero__content-wrapper p{
    font-size: 16px !important;
}
.sustainability p {
    font-size: 16px !important;
}
/* css on 20-08 */
.template-product .product-information__grid .variant-option__swatch-value:before {
    content: ":";
    font-size: 21px;
    padding-right: 12px;
}

.template-product .product-information__grid .variant-picker__form {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
    border-bottom: 1.2px solid #dbdbdb;
    padding-bottom: 26px;
}
.product-details {
  grid-row: 1 !important;
}

.accordion_content--description {
  grid-row: 3 !important;; /* Move this to 3rd position */
}

.product-information__media {
  /* grid-row: 2 !important; */
}
/* .accordion_content--description {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
} */
.accordion_content--description {
    grid-column: 2 / -3 !important;
   grid-row: 2 !important;
   margin-top: 2rem;

}

.template-product .product-details{
    position: static;
}
.email-signup__message--success {
    padding-top: 20px;
}
.shopify-policy__container p {
    color: #111 !important;
    letter-spacing: normal !important;
}
.shopify-policy__container {

    max-width: 1200px !important;
}
.facets-controls-wrapper {
    display: none !important;
}
.bedding_page-cstm_card .jdgm-prev-badge.jdgm--js {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.bedding_page-cstm_card product-price {
    padding: 20px 0px;
}
.template-search main#MainContent p {
    max-width: 100%;
    text-align: left;
    color: #111 !important;
}
.template-search .card-gallery img {
        height: auto !important;
        object-fit: contain !important;
}

.cstm_section_thought p{
        letter-spacing: 0.09rem !important;
}

.template-cart main#MainContent p {
    text-align: left;
    color: #111 !important;
}
.template-cart product-price div {
    display: flex !important;
}
swatches-variant-picker-component {
    justify-content: start;
}
.cart-page__more-blocks {
    margin: 1rem 0rem !important;
}
.header-section .menu-list__link-title {
    font-weight: 600 !important;
    font-size: 17px;
    color: #111;
}
.resource-list__carousel swatches-variant-picker-component {
    justify-content: center;
}
.custom_about .button {
    margin-bottom: 2rem !important;
}
/* .custom_about{
    margin-top:150px;
} */
/* .cstm_section_category .background-image-container {
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 50px !important;
} */
/* grid-view */
.facets .column-options-wrapper {
    display: none !important;
}
.header-actions__action {
    color: #111;
}
/* css on 25-08 */
.product-information summary.details__header {
    letter-spacing: 0.12rem;
    padding: 10px 0px;
    color: #111 !important;
}
.paypal-button.paypal-button-border-radius {
    border-radius: 0 !important;
}
.shopify-payment-button__button {
    border-radius: 0px;
}
.add-to-cart-button {
    border-radius: 0px;
}
label.variant-option__button-label[data--available="false"] {
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.custom_about {
    margin-top: 0;
}
.product-card__content .group-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-card__content swatches-variant-picker-component {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.slideshow-controls__thumbnails .slideshow-control img {
    height: 100%;
    object-fit: contain;
    width: 135px !important;
}
.slideshow-controls__thumbnails .slideshow-control {
    width: 100%;
    object-fit: cover;
}
.product-information summary.details__header {
    letter-spacing: 0.12rem;
    padding: 10px 0px;
    padding-bottom:20px;
    color: #111 !important;
    font-weight: 600;
    font-size: 18px !important;
}
/* css on 29-08 */
/* .bulk_order_page .hero__content-wrapper {
    background: #3c3c3c47;
    backdrop-filter: blur(5px);
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    right: 0%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
    left: 17%;
} */
 .bulk_order_page .hero__content-wrapper {
    background: #28262687;
    backdrop-filter: blur(8px);
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
}
body.bulk-order .hero p {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 1.6;
    letter-spacing:0.12rem !important;
}
.shipping_page p,li,a,h2,h3,h4,h5,h6{
    text-align: left !important
}
.footer_blocks_wrapper h2 {
    color: #fff !important;
}
.sustain_page_hero_banner .hero__content-wrapper {
        background: #3c3c3c47;
    backdrop-filter: blur(5px);
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    right: 0%;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
    left: 85%;
}
.about_page_hero_section .hero__content-wrapper {
       background: #3c3c3c47;
    backdrop-filter: blur(5px);
    position: absolute;
    width: 47% !important;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
    height: 350px !important;
    top: 50%;
    left: 17%;
}

.about_page_hero_section .hero__content-wrapper h2 {
    text-align: center !important;
}
/* css on 01-09 */
.sustain_page_hero_banner .hero__content-wrapper {
    width: 36% !important;
    height: 260px !important;
    top: 30% !important;
    left: 90% !important;
}
.about_page_hero_section .hero__content-wrapper {
    width: 36% !important;
    height: 260px !important;
    top: 30% !important;
    left: 90% !important;
}
.cstm_section_thought h2{
    text-align: center !important;
}
.ai-multicolumn-title-ayzb5bkhkathnvkuxaaigenblock0dbf5b8dick4d {
    text-align: center !important;
}
.ai-multicolumn-title-aee1mtfzxvvqwaw5vzaigenblock0dbf5b8rd7xnq {
    text-align: center !important;
}
/* css on 03-09 */
.template-suffix-about-us h2 {
    text-align: center !important;
}
.hero__container {
    min-height: 120vh !important;
}
.template-suffix-about-us .cstm_quote_section p {
    font-size: 16px !important;
}
.cstm_icon_txt h5 {
    text-align: center !important;
}
.customer-reviews h2 {
    text-align: center !important;
}
.shopify-payment-button__button {
    border-radius: 0px;
}
.section-resource-list__content h3 {
    text-align: center !important;
    font-size: 26px !important
}
.jdgm-rev-widg__title {
    text-align: center !important;
}
.jdgm-write-rev-link {
    text-align: center !important;
}
.details-content p {
    font-size: 15px !important;
    letter-spacing: 0.1rem !important;
}
.product-details li {
    font-size: 15px !important;
    letter-spacing: 0.1rem !important;
}
.sustain_page_hero .hero__container {
    min-height: 400px !important;
}
.about_page_hero_section .hero__content-wrapper {
    width: 36% !important;
    height: 260px !important;
    top: 13% !important;
    left: 50% !important;
}
.sustain_page_hero_banner .hero__content-wrapper {
 width: 36% !important;
    height: 260px !important;
    top: 13% !important;
    left: 50% !important;
}
.product-information__grid {
    display: grid;
    grid-template-columns: 12% 42% !important;
    gap: 10px;
}
.product-media-container img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center center;
}
/* css on 08-09 */

.product-details {
    grid-row: 1 !important;
    width: 60%;
}
.product-information__grid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    max-width: 1400px;
    margin: auto;
    min-width: 100% !important; 
}
.product-media {
    height: max-content;
}
.product-details {
    grid-row: 1 !important;
    width: 80%;
}
.product-details .metafield-rich_text_field{
    max-width: unset !important;
}
.metafield-rich_text_field ul{
    padding-inline-start: 1em;
}
.details {
    padding: 0px 0px;

}
.resource-list__carousel .resource-list__item {
    width: 100%;
}
.product-details {
    grid-row: 1 !important;
    width: 80%;
}
.product-details .short_name p {
    font-size: 18px !important;
    font-weight: 600;
}
.product-details .short_name p {
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 3px;
    line-height: 11px;
}
.contact h2 {
    text-align: left !important;
    font-size:25px;
    font-weight:600;
}
.contact .section_main_heading {
    font-size: 16px !important;
    line-height: 1.4;
    letter-spacing: 0.1rem !important;
    font-weight:500 !important;
    max-width: 717px;
    text-align: left !important;
    margin: auto;
    padding-top: 2%;
}

.contact .contact-form__input {
    border: 1px solid #1111112b;
    border-radius: 66px;
}
.contact .contact-form__input--textarea {
    border-radius: 15px !important;
}
.contact .contact-form .submit-button{
    background: #111;
    color: #fff;
    padding: 10px 26px;
    letter-spacing: 0.12rem;
    border-radius: 0px !important;
}
.bulk-order .section-content-wrapper .button--AblNEYWREb1Mra1F6Z__button_xWPU4t{
     background: #111;
    color: #fff;
    padding: 10px 26px;
    letter-spacing: 0.12rem;
    border-radius: 0px !important;
    margin-top: 50px;
}
.bulk_page_subhead h6 {
    text-align: center !important;
    margin-bottom: 20px !important;
}

body.bulk-order .hero {
    min-height: unset;
}
body.sustainability .hero {
    min-height: unset;
}

body.bulk-order .hero__container {
    min-height: 85vh !important;
}
body.sustainability .hero__container {
    min-height: 85vh !important;
}

.sustain_page_hero_banner .hero__content-wrapper {
    top: 24% !important;
    left: 82% !important;
}
body.about-us .hero__container {
    min-height: 85vh !important;
}
.about_page_hero_section .hero__content-wrapper {
    top: 24% !important;
    left: 82% !important;
}
.cstm_quote_section p {
    letter-spacing: 0.1rem !important;
}
.payment-icons {
    width: 100%;
    justify-content: center;
    display: flex;
}
.footer-utilities.spacing-style {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap:2rem;
    margin-top:40px !important;
}
/* css on 26-09 */
.resource-list .slideshow-control {
    display: none;
}

@media screen and (max-width: 1440px) {
.cstm_one_cat_slide, .cstm_two_cat_slide, .cstm_three_cat_slide{
    max-height:500px
}
.cstm_section_category {
    margin-top: -50px;
}
.home_collection {
    padding: 10px 0px;
    margin-top: 4rem;
}
.best_seller{
    padding: 10px 0px;
    margin-top: 4rem;
}
.cstm_section_category {
    margin-top: 0;
}
/* .bulk_order_page .hero__content-wrapper {

    left: 24%;
} */
.sustain_page_hero_banner .hero__content-wrapper {

    left: 75%;
}
.about_page_hero_section .hero__content-wrapper {
    left: 24%;
}

/* css on 01-09 */
.sustain_page_hero_banner .hero__content-wrapper {
    top: 30% !important;
    left: 80% !important;
}
.sustain_page_hero_banner .hero__content-wrapper {
    width: 36% !important;
    height: 220px !important;
    top: 15% !important;
    left: 50% !important;
}
.about_page_hero_section .hero__content-wrapper {
    top: 30% !important;
    left: 80% !important;
}

.about_page_hero_section .hero__content-wrapper {
    width: 36% !important;
    height: 200px !important;
    top: 15% !important;
    left: 50% !important;
}
/* css on 08-09 */

.product-details {
    grid-row: 1 !important;
    width: 70%;
}
.sustain_page_hero_banner .hero__content-wrapper {
    top: 24% !important;
    left: 82% !important;
}
.sustain_page_hero_banner .hero__content-wrapper {
    top: 24% !important;
    left: 82% !important;
}
}   

@media only screen and (max-width: 1280px) {
    /* .email-signup__input {
        width: 285px !important;
        display: flex;
        justify-content: space-between;
    }

} */

  .email-signup__button.button-unstyled {
    position: absolute;
    left: 162% !important;
}



 body .slide__content {
    width: 75% !important;
    padding: 2rem 2rem  !important;
}

/* css 28-07 */
  .slide__content>* {
    margin: 0;
}

  .slideOne {
    width: 85% !important;
    margin: 0;


}

/* slide 2 */

    .slideTwo {
    width: 85% !important;
    margin: 0;

}
  /* slide 3 */

    .slideThree {
    width: 85% !important;
    margin: 0;

}


/* slide 4 */

    .slideFour {
    width: 85% !important;
    margin: 0;
    
}

/* slide 5 */
    .slideFive {
    width: 85% !important;
    margin: 0;

}

.abt_first_section .group-block-content {
    width: 100% !important;
    max-width: unset !important;
    padding-left: 2rem !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.about_page_sections_second .text-block {
    width: 88%;
  padding-right: 2rem;
}

.about_page_sections .text-block {
    width: 100%;
}
body .slide__content {
   top: 20%;
}
.cstm_one_cat_slide, .cstm_two_cat_slide, .cstm_three_cat_slide{
    max-height:500px
}
}

 
@media screen and (max-width: 1024px) {
.home_faq {
    width: 80%;
    margin-top: 0 !important;
    padding: 0 !important;
    margin: auto;
}

.bulk_order_page .hero__content-wrapper {
    width: 80% !important;
}
.sustain_page_hero_banner .hero__content-wrapper {
     width: 80% !important;
}
.about_page_hero_section .hero__content-wrapper {
 width: 80% !important;
}
/* .custom_about {
    margin-top: 240px;
}
.cstm_section_category .background-image-container {
    height: 300px !important;
    min-height: unset;
} */
 .best_seller {
    padding: 0px 0px;
    margin-top: 0rem;
}
.cstm_section_category {
    margin-top: 0;
}
.home_collection {
    padding: 10px 0px;
    margin-top: 2rem;
}
/* css on 01-09 */
.sustain_page_hero_banner .hero__content-wrapper {
    top: 50% !important;
    left: 50% !important;
    width:50% !important;
    padding-left: 20px;
    padding-right: 20px;
}
.about_page_hero_section .hero__content-wrapper {
    top: 50% !important;
    left: 50% !important;
    width:50% !important;
    padding-left: 20px;
    padding-right: 20px;
}
.bulk_order_page .hero__content-wrapper {
    width: 80% !important;
    padding-left: 20px;
    padding-right: 20px;
}
.hero__container {
    min-height: 500px !important;
}
.contact .section_main_heading {
    text-align: center !important;
}
.contact h2 {
    text-align: center !important;
}
.contact-form {
    width: 80%;
    margin-top:40px;
}
body.bulk-order .hero__container {
    min-height: 65vh !important;
}
body.sustainability .hero__container {
    min-height: 65vh !important;
}
body.about-us .hero__container {
    min-height: 65vh !important;
}
.footer_blocks_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer_blocks_wrapper>.footer-utilities .footer-utilities__group {
    justify-content: left !important;
}
.footer_blocks_wrapper > * {
    flex-basis: 33% !important;
}
.sustain_page_sections{
    margin-bottom:50px;
}
.customer-reviews {
    padding: 50px 4%;
}
.reviews-container {
    justify-content: center;
}
.review-item {
    width: 31%;
}
.hidden--desktop, .desktop\:hidden {
    display: block !important;
}

header .menu-list {
    display: none;
}
.mobile:hidden{
    display: none;
}
}

@media screen and (max-width: 884px) {
/* .custom_about {
    margin-top: 0px !important;
}
.cstm_section_category .background-image-container {
    height: 300px !important;
} */

/* .spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    height: unset;
} */

}


@media screen and (max-width: 768px) {
  .footer_blocks_wrapper {
      flex-wrap: wrap !important;
  }
  body .footer_blocks_wrapper > * {
      flex-basis: 50% !important;
  }

  .custom_end_section .main_block h2 {
    font-size: 22px;
    color: #000032 !important;
}
  .custom_end_section .main_block {
    padding: 1rem 1rem;
}
  .custom_end_section .main_block .icon-block {
    width: 34px;
}

  .home_faq {
    width: 100%;

}
  .home_faq p{
    padding: 10px;
  }
.reviews-container {
    gap: 1px !important;

}
.customer-reviews {
    padding: 50px 5%;
}

.reviews-container {
    flex-direction: column;
    gap: 2rem !important;
}
.review-item {
    width: 100%;
}
.custom_end_section .section-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

  .custom_end_section .main_block p {
    width: 100%;
    margin-top: 10px;
    font-size: 21px;
    font-weight: 300;
}

  .resource-list.resource-list--grid {
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        flex-wrap: nowrap;
    }

  .resource-list__item {
  width: 100%;
}
  .custom-section-content .image-block {
    padding: 1rem;
}

.custom-section-content .group-block {
    padding: 1rem;
}

.custom_end_section {
    margin-top: 6rem;
}


.slideOne {
    padding: 3rem 2rem;
}

 /* slide 2  */
.slideTwo {
    padding: 3rem 2rem;
}

 /* slide 3 */
.slideThree {
    padding: 3rem 2rem;
}

 /* slide 4  */
.slideFour {
    padding: 3rem 2rem;
}
   /* slide 5  */
.slideFive{
    padding: 3rem 2rem;
}
  
.email-signup__button.button-unstyled {
    left: 135% !important;
}

/* css on 05-08 */

.overflow-menu:after {
    background-color: #fff !important;
}
span.menu-list__link-title {
    font-size: 14px;
}

.overflow-menu::part(overflow-list) {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
    padding: 0 3.7rem;
    text-align: center;
}

.sustain_page_sections img {
    height: 300px !important;
}

  .custom_end_section .section-content-wrapper {
    padding: 0 !important;
    row-gap: 50px !important;
}

.custom_end_section .custom-section-content .group-block {
    padding: 0rem !important;
}

.custom_end_section {
    margin-top: 0rem !important;
}
.about_page_sections_second li::before {
    left: -16%;
    top: 5%;
}

.bulk_order_page .hero__content-wrapper {
    width: 100% !important;
    padding-top: 0%;
}
.sustain_page_hero_banner .hero__content-wrapper {
    width: 100% !important;
    padding-top: 0%;
}
.about_page_hero_section .hero__content-wrapper {
    width: 100% !important;
    padding-top: 0% !important;
}
/* css on 20-08 */
.product-details {
    grid-row: 2 !important;
}
.accordion_content--description {
    grid-column: 2 / -3 !important;
    grid-row: 3 !important;
    margin-top: 2rem;
}
/* .cstm_section_category .background-image-container {
    height: 285px !important;
    min-height: unset;
} */
/* .cstm_section_category .link {
    position: absolute;
    top: 50%;
} */

/* css on 29-08 */
.cstm_section_category {
    margin-top: -100px;
}
.best_seller{ 
    padding: 40px 0px !important;
    padding-top: 0px !important;
    margin-top: 0 !important;
}
.home_collection {
    padding: 40px 0px !important;
    padding-top: 60px !important;
    margin-top: 0 !important;
}
.cstm_email_sec {
    padding-left: 20px;
    padding-right: 20px;
}
.resource-list__carousel .resource-list__slide {
    flex: 0 0 30%;

}
.custom_end_section .section-content-wrapper > * {
    flex-basis: 47%;
}
.cstm_one_cat_slide, .cstm_two_cat_slide, .cstm_three_cat_slide {
    max-height: 400px;
}
.cstm_section_category .layout-panel-flex {
    padding-bottom: 0;
}
.cstm_section_category {
    margin-top: -30px;
}
.custom_about .button {
    margin-bottom: 0rem !important;
}
.custom_about {
    margin-top: 3rem;
}
/* css on 01-09 */
.sustain_page_hero_banner .hero__content-wrapper {
    top: 50% !important;
    left: 50% !important;
    width:70% !important;
    padding-left: 20px;
    padding-right: 20px;
}
.about_page_hero_section .hero__content-wrapper {
    top: 50% !important;
    left: 50% !important;
    width:70% !important;
    padding-left: 20px;
    padding-right: 20px;
}
.bulk_order_page .hero__content-wrapper {
    width: 80% !important;
    padding-left: 20px;
    padding-right: 20px;
}
/* product sider */
.slideshow-controls__thumbnails .slideshow-control {
    display: none;
}
.product-details {
    grid-row: 1 !important;
    width: 88%;
}
header .header__row header__row--bottom {
    position: static !important;
    top: 0% !important;
}
    
.product-information__media {
  grid-row: 1 !important;
}
.template-product .product-details {
    position: unset !important;
}
.product-information__grid {
    display: block !important;
}
.cstm_email_sec.about_us_page_heroemail-signup__input-group {
    display: flex;
    flex-direction: column;
}
.sustain_page_sections{
    margin-bottom:0px;
}
}


@media screen and (max-width: 680px) {
  .footer_blocks_wrapper {
      flex-wrap: no-wrap !important;
    display: flex;
    flex-direction: column;
  }
  body .footer_blocks_wrapper > * {
      flex-basis:auto !important;
  }

  .footer_blocks_wrapper>.footer-utilities {
display: none;
}
.group-block-content h1 {
    font-size: 29px !important;
    font-weight: 600 !important;
}
.header__columns {
    padding: 10px 0px !important;
}

  .collection-card {
    height: 300px;
}
  .mobile-column {
    flex-flow: column nowrap;
    align-items: var(--horizontal-alignment);
    /* justify-content: var(--vertical-alignment-mobile); */
    justify-content: flex-start;
    height: max-content !important;

}
.product-information__grid {
    display: block !important;
}
}


@media screen and (max-width: 425px) {
.header__row {
        padding: 20px 0px !important;
}
slideshow-controls[controls-on-media][pagination-position=center] {
    width: 100%;
    justify-content: center !important;
    display: flex !important;
}

.header__columns {
    padding: 0px 0px;
}
.group-block-content h1 {
        font-size: 28px !important;
        font-weight: 500 !important;
    }
.group-block-content h1 {
    font-size: 25px !important;
    font-weight: 600 !important;
}

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.text-block--AYkNrZHgzUXQwT01xS__text_frG8gc h2 {
    font-size: 21px !important;
}
  
/* .product-card__content .card-gallery {
    cursor: pointer;
    height: 400px;
} */

  .resource-list__item {
    height: 85%;
}
.product-card__content .card-gallery img {
    height: 312px;
    object-fit: contain !important;
}
. .product-card__content .card-gallery img {
    height: auto;
    object-fit: contain !important;
}

.custom_about {
    margin-top: -40px;
}
  #shopify-section-template--18866329944243__section_6YRkGV {
    margin-top: -50px;
}

#shopify-section-template--18866329944243__section_yzBkRj h2 {
    font-size: 25px;
}

.footer_blocks_wrapper summary {
  
    font-size: 20px !important;
}

  .review-item {
margin: 20px 0px;
    width: 100%;
}

.reviews-container {
    flex-direction: column !important;
}
  .customer-reviews h2 {
    font-weight: 500;
}

  .cstm_email_sec .cstm_email_secemail-signup__input-group {
    flex-direction: column;
}

.cstm_email_sec .email-signup__button {
    width: 37%;
    padding: 17px 30px !important;
}

.footer_blocks_wrapper {
    gap: 2rem;
}
  .header__row.header__row--top {
    padding: 5px 0px !important;
}

  .reviews-container {
    gap: 0rem !important;
}

  .custom_about {
    margin-top: 0px !important;
}
  
.resource-list__item {
        height: 20%;
        /* border: 2px solid; */
        min-height: 20%;
        max-height: 30%;
}

  .resource-list__item img{
       obejct-fit: cover;
    height: 100%;
    width: 100%;
    }

  
.resource-list.resource-list--grid {
        display: flex;
        justify-content: start;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
    }


  .collection-card--image-bg .collection-card__inner img {
    border-radius: 0px  !important;
    object-fit: cover;
}

  .resource-list.resource-list--grid {
    height: min-content;
}

  main#MainContent p {
    max-width: 50%;
}

/* css on 22-07*/

  .custom_class_hero_slider h6 {
    font-size: 24px !important;
    letter-spacing: : 0.02rem;
    line-height: 2.25rem !important;
}

.custom_class_hero_slider h5 {
    font-size: 16px !important;
    width: 50%;


}

.home_collection {
    padding-bottom: 1rem;
}

.custom_end_section {
    margin-top: 25px;
}

.custom_end_section  p {
        max-width: 100% !important;
    }

.review-item p {
    max-width: 100% !important;
  margin-bottom: -10px;
}
.resource-list__carousel .resource-list__slide {
    height: 100%;
}

/* css on 28-07 */
.custom_class_hero_slider .button {
        font-size: 11px !important;
        padding: 9px 25px  !important;
    }

      body .slide__content {
        width: 100% !important;
        padding: 2rem 3rem !important;
    }

    main#MainContent p {
        max-width: 100%;
        text-align: center;
    }
  
.slideOne {
   
    margin-top: 5% !important;
    width: 100% !important;
     padding: 3rem 1rem;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
     background-color: #1111116b !important
}



  .slideOne h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
     text-align: center;
    line-height: 1.35;
    letter-spacing: 0.2rem !important;
    color: #fff !important;
}

/* slide 2 */
  .slideTwo {
   padding: 3rem 1rem;
    margin-top: 5% !important;
    width: 100% !important;
      display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
     background-color: #1111116b !important
   
}



  .slideTwo h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
     text-align: center;
    line-height: 1.35;
    letter-spacing: 0.2rem !important;
        color: #fff !important;
}


  /* slide 3 */

  .slideThree {
   
    margin-top: 5% !important;
    width: 100% !important;
       padding: 3rem 1rem;
      display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
        background-color: #1111116b !important
        
   
}



  .slideThree h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
     text-align: center;
    line-height: 1.35;
        color: #fff !important;
    letter-spacing: 0.2rem !important;
}

  /* slide 4 */

  .slideFour {
   
    margin-top: 5% !important;
    width: 100% !important;
       padding: 3rem 1rem;
      display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    background-color:  #1111116b !important
   
}



  .slideFour h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 0.2rem !important;
        color: #fff !important;
}

/* slide 5   */

   .slideFive {
   
    margin-top: 5% !important;
    width: 100% !important;
        padding: 3rem 1rem;
       display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    background-color: #1111116b !important
  
}



  .slideFive h1 {
    font-size: 20px !important;
    font-weight: 400 !important;
     text-align: center;
    line-height: 1.35;
    letter-spacing: 0.2rem !important;
        color: #fff !important;
}
  .custom_about p {
    text-align: left !important;
}
      .cstm_email_sec .email-signup__button {
        width: auto;
       
    }

/* css on 30-07 */

  .about_page_sections .image-block {
    max-width: unset;
    width: 100% !important;
}

    .custom-section-content .group-block {
        padding-top: 0rem;
    }
      .abt_first_section .group-block-content {
       
        padding-left: 0rem !important;
        
    }
  

      .about_page_sections .group-block p {
        max-width: 100% !important;
    }

  .about_page_sections_second, .about_page_sections h3 {
    text-align: center;
}
.about_page_sections h2,h3{
    text-align: center;
}
.about_page_sections_second .text-block h2{
    text-align: center !important;
}

  .about_page_sections_second .text-block {
        width: 100%;
    padding-right: 0rem !important;
    display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
 }
  
.about_page_sections .group-block-content {
    padding-left: 0rem !important;
   padding-right: 0rem !important; 
}
  
.custom_row_rev.spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    flex-direction: column;
}
  
  .about-us .text-block h2 {
    width: 100% !important;
    font-size: 21px !important;

}

#shopify-section-sections--18866331648179__footer .menu__heading {
    font-size: 18px !important;
}
  .footer_blocks_wrapper {
    gap: 1rem;
}
#shopify-section-sections--18866331648179__footer h2 {
    margin-top: 0 !important;
     font-size: 18px !important;
}

#shopify-section-sections--18866331648179__footer .email-signup__input-group {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: transparent;
    place-content: flex-start;
    place-items: flex-start;
}

#shopify-section-sections--18866331648179__footer .email-signup__button.button-unstyled {
    position: absolute;
    left: 60% !important;
}


.cstm_one_cat_slide .background-image-container {
    position: static;
}

.cstm_two_cat_slide .background-image-container {
    position: static;
}

.cstm_three_cat_slide .background-image-container {
    position: static;
}


.cstm_section_category .link {
    color: #fff;
    background: #111;
    padding: 11px 20px;
    font-size: 16px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    position: absolute;
    bottom: 300%;
}

.abt_first_section .image-block {
    height: 450px !important;
}

.about_page_sections_second .image-block {
    height: 450px !important;
}

#shopify-section-template--18976557400243__hero_LRcXKW .hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.cstm_quote_section h2 {
    font-size: 21px !important;
}

.sustain_page_sections h2 {
    font-size: 21px !important;
    text-align: center;
}

.about_page_hero_section .hero__content-wrapper {
    margin-top: 35%;
}


/* css on 05-08 */
slideshow-slide>.slide__image-container {
    height: 100% !important;
}

body .slide__content {
    top: 3%;
}

body .slide__content p{
      color: #fff !important;
}




.bulk_order_page .hero__content-wrapper {
    padding-top: 40%;
}

#shopify-section-template--18976557433011__hero_xzazqr .hero__content-wrapper {
    padding-top: 30%;
}
.about_us_page_hero{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.about_us_page_hero .section-content-wrapper.section-content-wrapper {
    width: 85%;
    margin: auto;

}

.about_page_sections_second li::before {
    left: -10%;
    top: 5%;
}

.bulk_order_page .hero__content-wrapper {
    padding-top: 0%;
}
.sustain_page_hero_banner .hero__content-wrapper {
    padding-top: 0%;
}
.sustain_page_hero_banner .hero__content-wrapper {
    background: #a7a7a787;
    position: absolute;
    width: 100% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 190px !important;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25px !important;
    padding-left:10px;
    padding-right:10px;
}

.about_page_hero_section .hero__content-wrapper {
    background: #a7a7a787;
    position: absolute;
    width: 100% !important;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 190px !important;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25px !important;
}
/* css on 21-08 */
    .cstm_email_sec .email-signup__button {
        width: 50%;
        margin: auto;
        margin-top: 20px;
    }
    .cstm_email_sec {
    padding: 0rem 1rem;
}
.cstm_email_sec .mobile-column {
    justify-content: center;
}
.template-collection .product-grid__card .group-block>* {
        flex-direction: column;
        align-items: center;
    }

.template-collection .card-gallery img {
    height: auto;
    object-fit: contain !important;
}  
.jdgm-prev-badge {
    display: flex !important;
    flex-direction: column !important;
} 

.bedding_page-cstm_card {
    padding-top: 0;
}
product-price .price {
    font-size: 20px;
}
.sustain_page_hero_banner .hero__content-wrapper h2 {
    line-height: normal;
}

.sustain_page_hero_banner .hero__content-wrapper {
    padding-top: 15px !important;
    padding-bottom: 15px;
}
.bulk_order_page .hero__content-wrapper {
    padding: 14px;
}
.template-product .product-information .product-card__content .card-gallery img {
    height: auto;
    object-fit: cover;
}
.template-list-collections .section-resource-list__content .group-block {
    padding-bottom: 0;
}
.cstm_icon_txt {
    margin-top: 3rem !important;
}
.cstm_icon_txt h5, p {
    letter-spacing: 0.09rem !important;
}

.template-cart .product-card__content .card-gallery img {
    height: auto;
    object-fit: cover !important;
}
/* css on 29-08 */

.review-item p {
    line-height: 2.2;
}
.template-index .resource-list__carousel .resource-list__slide {
    flex: 0 0 80%;
}
.best_seller {
    padding: 0px !important;
    margin-top: 0 !important;
}
.home_collection {
    padding: 40px 0px !important;
    padding-top: 50px !important;
    margin-bottom: 25px !important;
}
.cstm_section_category .link {
    position: static;
    margin-top: -170px;

}
.cstm_section_category {
    margin-top: -50px;
}
.best_seller .layout-panel-flex {
    padding-top: 0;
}
.cstm_icon_txt {
    margin-top: 0rem !important;
}
.custom_about {
    margin-top: 1rem !important;
}
/* css on 01-09 */
.sustain_page_hero_banner .hero__content-wrapper h2 {
   text-align: center !important;
}
.sustain_page_hero_banner .hero__content-wrapper p {
   padding-top: 0 !important;
}
.about_page_hero_section .hero__content-wrapper {
    top: 30% !important;
}

.template-product .product-details p {
    text-align: left !important;
}
.product-details {
    grid-row: 2 !important;
    width: 100% !important;
}

.product-information__grid {
    display:block !important;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    max-width: 400px;
    margin: auto;
    min-width: unset !important;
}
.template-product .product-card__content .card-gallery img {
    height: unset !important;
    object-fit: contain !important;
}
.resource-list__carousel .resource-list__slide {
    flex: 0 0 50%;
}
.product-details {
    padding: 20px !important;

}
.sustain_page_sections p{
    text-align: left !important;
}
.cstm_quote_section .section-content-wrapper {
    padding-top: 0 !important;
}
.sustain_page_hero .hero__content-wrapper {
    padding-top: 8% !important;
}
.cstm_icon_txt {
    margin-top: 65px !important;
}
/* nav-links font - bold */
#HeaderDrawer-all {
    font-weight: 600;
}
#HeaderDrawer-home, #HeaderDrawer-drinkware, #HeaderDrawer-kids, #HeaderDrawer-bedding, #HeaderDrawer-bulk-order, #HeaderDrawer-about-us, #HeaderDrawer-sustainability {
    font-weight: 600;
}
/* nav-links font - bold */


.footer_blocks_wrapper>.footer-utilities .footer-utilities__group {
    justify-content: flex-start !important;
}
body.bulk-order .hero__container {
    min-height: 65vh !important;
}
body.sustainability .hero__container {
    min-height: 65vh !important;
}
body.about-us .hero__container {
    min-height: 65vh !important;
}
body.bulk-order .h2_heading strong {
    text-align: center !important;
    margin: auto !important;
    /* margin-left: 25% !important; */
    display: block;
}
.contact-form {
    margin-top:20px;
    width:90%;
}

.cstm_quote_section {
    margin-top: 50px;
}
.header__drawer {
    display: flex;
    min-height: 44px;
    align-items: center;
}
.header__drawer {
    min-height: 42px !important;
}
.template-index .cstm_email_sec h6 {
    text-align: center !important;
}
/* .menu-drawer__featured-content-list {
    display: flex;
    gap: 1rem;
    overflow-x: auto !important;

} */
}
.under_mega_slider {
    scroll-behavior: smooth; /* Enable smooth scrolling */
}
