/** Shopify CDN: Minification failed

Line 199:43 Unexpected "*"

**/
p.cart-attribute__field select#cities {
    border: 1px solid lightgray;
    padding: 10px 15px;
    width: 200px;
    font-family: 'Avenir Book';
}
.map-wrap iframe {
    width: 100%;
    height: 300px;
}
#logo-carousel img {
    max-width: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
#mc_embed_signup {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100% !important;
}
body.alternate div#store-messages {
    display: none;
}
h1.main-page-title {
    text-align: center;
}
.alternate .flex_item.blog_container {
  display: none;
}
body .igfMeX,#insta-feed h2, .instafeed-shopify h2 {
    font-size: 30px;
    font-weight: 900;
    color: #4b4d6c;
    font-family: 'Avenir Book';
}
div#logo-carousel .owl-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}


/********************apr-15,2026*********/
.h2 {
    font-size: 28px;
    line-height: normal;
}
h3{
    font-size: 22px;
}
.container {
    max-width: 100%;
}
/* .row-box {
    padding-left: 40px;
    padding-right: 40px;
} */
.overlay-text .text .scaled-text > * {
    margin: 1rem 0;
}
.container.collection-slider-wrap {
    max-width: 100%;
}
[data-section-type="featured-blog"] .article-image {
    margin: 0;
    margin-bottom: 16px;
}
[data-section-type="featured-blog"] .user-content {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.article h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    font-weight: bold;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}
.title_after {
    padding-bottom: 18px;
    position: relative;
    display: inline-block;
}
.title_after:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 2px;
    background: red;
}
.collection-slider .tab_col.active .title_after:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 2px;
    background: red;
}
.right_wrap_text {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    gap: 10px;
}
.right_wrap_text .view-all {
    margin: 0;
}
.right_wrap_text .view-all a {
    border-bottom: none;
}
.tabs_collect {
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
}
.header_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}
.collection-no-slider .collection_content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.collection-no-slider .collection_content.active {
    height: auto;
    visibility: visible;
    overflow: visible;
    opacity: 1;
}
.collection-slider-wrap .collection_content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.collection-slider-wrap .collection_content.active {
    height: auto;
    visibility: visible;
    overflow: visible;
    opacity: 1;
}
.top_cat_mod{
  display:flex;
}
.top_cat_mod .images {
    width: 66%;
}
.top_cat_mod .toggle {
    width: 44%;
    padding: 50px;
}

.top_cat_mod .images img {
    width: 100%;
    height: 100%;
}
.overlay-text .text>div {
    padding: 45px 30px;
}
.overlay-centre {
    text-align: center;
}
.overlay-left {
    text-align: left;
}
.overlay-right {
    text-align: right;
}
.slide .overlay-text .text .scaled-text>div*{
    padding-top:10px;
    padding-bottom:10px;
}
.top_cat_mod .toggle ul li {
    list-style-type: none;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: normal;
}
.top_cat_mod .toggle ul li:last-child {
    padding-bottom: 0px;
}
.top_cat_mod .toggle ul {
    padding-top: 50px;
    margin: 0;
}
.button, a.button, button, input[type=submit], input[type=reset], input[type=button] {
    font-size: 20px;
    padding: 20px;
    letter-spacing: normal;
}
.slide .overlay-text .text .sub_head {
    font-size: 20px;
}
.featured-custom-slider .main-class {
  display: flex;
}
.featured-custom-slider .product-slider-wrapper {
    background: #edeff5;
    padding: 50px;
}
/* LEFT */
.featured-custom-slider .product-slider-wrapper {
  width: 45%;
}

/* RIGHT */
.featured-custom-slider .image-wrapper {
  width: 55%;
}

.featured-custom-slider .image-wrapper img {
  width: 100%;
  height:100vh;
  display: block;
}
.collection-slider .hometitle {
    cursor: pointer;
}
.collection-slider .tab_col .title_after:after{
    display:none;
}
.collection-slider .tab_col.active .title_after:after{
    display:block;
}
@media only screen and (min-width: 1025px) {
.top_cat_mod .toggle ul li {
    font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
    .collection-slider .has-paging {
        padding-left: 0;
        padding-right: 0;
    }
    .top_cat_mod{
        flex-direction:column;
    }
    .top_cat_mod .images,.top_cat_mod .toggle {
        width: auto;
   }
   .featured-custom-slider .main-class {
    flex-direction: column;
}
.featured-custom-slider .product-slider-wrapper ,.featured-custom-slider .image-wrapper{
    width: auto;
}
.featured-custom-slider .image-wrapper img {
    height: auto;
}
#content .slide .overlay-text .button {
    display: block;
}
}