/** Shopify CDN: Minification failed

Line 175:25 Expected identifier but found whitespace
Line 175:26 Unexpected "url(/cdn/shop/files/Glass_Boat_Ride5.jpg?v=1768470336)"

**/
/*****header css start****/
.header__inline-menu a {
    color: #FFF;
}

.header__inline-menu a span {
    text-decoration: none !IMPORTANT;
}
/*****header css end****/
.section_galleryy {
    display: block;
    width: 100%;
    margin: 60px 0px 60px;
}
.rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}

.section_galleryy .heda_tile {
    text-align: center;
}

.section_galleryy .heda_tile h2 {
    font-size: 26px;
    font-weight: 600;
}

.gallery_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery_wrap .img_placeholder__wrap {
    display: block;
    width: 100%;
}

.gallery_wrap .img_placeholder__wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.banner__text ul {
    margin: 20px 0 0;
    padding: 0 !important;
    list-style: none;
}

.banner__text ul li {
    display: flex;
    color: #FFF;
}

.banner__text ul li span {margin: 0px 10px 10px 0px;}

.banner__text ul li span svg {
    fill: #FFF;
}

.card__information h3 {
    font-size: 16px;
    text-align: center;
    text-shadow: 0 0 black;
}

.card__information h3 a {
    text-decoration: none !IMPORTANT;
}

.card__information   .card-information {
    text-align: center;
}

/***collection page css start***/
.collection-hero {
    padding: 0 !important;
}

.collection-hero .collection-hero__inner {
    max-width: 100%;
    padding: 0 !IMPORTANT;
    height: 40vh;
    position: relative;
}

.collection-hero .collection-hero__inner .collection-hero__image-container {
    margin: 0;
    flex: 1 0 100%;
    border: 0;
    min-height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}

.collection-hero .collection-hero__inner .collection-hero__text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {color: #FFF;}


.footer-block__details-content ul {
    padding: 0 !IMPORTANT;
    list-style: none;
}

.footer-block__details-content ul li {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
}

.footer-block__details-content ul li span {
    display: flex;
    margin: 0px 5px 0px 0px;
}

.footer-block__details-content ul li span svg {
    fill: #ffffffbd;
    height: 20px;
    width: 20px;
}
.footer__content-bottom {
    padding: 0 !IMPORTANT;
    text-align: center;
}

.footer__content-bottom .footer__content-bottom-wrapper {
    justify-content: center;
}

.footer__content-top {
    padding-bottom: 2rem !IMPORTANT;
}
.main-page-title {
    text-align: center;
    font-size: 38px;
}
.main-blog .title--primary {
    text-align: center;
    margin-bottom: 40px;
}
.article-card .card__heading {
    text-align: left;
}
.article-template .article-template__content {
  max-width: 1200px;
}

.article-template__content img {
    width: 100%;
    display: block;
    margin: 20px 0;
    max-width: 500px !IMPORTANT;
}

.rich-text.content-container.color-background-2.gradient.rich-text--full-width.content-container--full-width.section-template--27567534276910__c8971eed-78b7-426e-93f9-40826b22ffb9-padding {}
        background-image: url(/cdn/shop/files/Glass_Boat_Ride5.jpg?v=1768470336);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    background-position:center;
  background-attachment: initial;
}



@media(max-width:576px)
{
  .gallery_wrap {
    grid-template-columns: repeat(2,1fr);
}
  .card__information h3 {
    font-size: 14px;
}
  .collection-hero .collection-hero__inner {
    height: 30vh;
}
  
}

