/** Shopify CDN: Minification failed

Line 452:36 Expected identifier but found "!"
Line 452:39 Expected identifier but found "!"
Line 701:59 Expected identifier but found "!"
Line 701:62 Expected identifier but found "!"
Line 1574:0 Expected "}" to go with "{"

**/
.ticker-wrap {
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #fff;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 0%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 15s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 16px;
  color: #000;
font-family: Twentieth Century;
text-transform:uppercase
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
}
.shopify-section-group-footer-group .section-spacing {
    background-color: #025795;
}

.shopify-section-group-footer-group .newsletter .form input {
    border-color: #fff;
}

.footer {
    background-color: #025795 !important;
    color: #fff;
  padding: 0 20px 50px !important;
}

.footer p, .footer a, .footer p, .footer span, .footer path {
    color: #fff;
}
.footer .container {
    max-width: 1000px;
    margin: 0 auto;
}


.footer__block--links ul li a:hover {
    color: #fff;
    opacity: 0.8;
}

.shopify-section--slideshow .content-over-media:before {
    display: none;
}

/* Section 2 HomePage */

.sc-desk-shipping {
    justify-content: center;
    display: flex;
    gap: 120px;
    max-width: 100%;
    margin: 0 auto;
  background-color: #fff;
  
}
.sc-shipping-icon img {
   width: 80px;
    border-radius: 100%;
}
#shopify-section-template--18915791601879__custom_html_3KRN8K {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.sc-desk-shipping-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-shipping-text {
    font-weight: 700;
}

@media(max-width:767px){
.sc-desk-shipping {
    gap: 0;
    flex-wrap: wrap;
}

.sc-desk-shipping-item {
    width: calc(50% - 10px);
}

.sc-shipping-text {
    font-size: 13px;
  text-align: left;
}

.sc-shipping-icon img {
    max-width: 50px;
}

.sc-desk-shipping-item {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px;
}

.sc-desk-shipping-item:nth-child(2),.sc-desk-shipping-item:nth-child(4) {
    border-right: 0;
}

.sc-desk-shipping-item:nth-child(3),.sc-desk-shipping-item:nth-child(4) {
    border-bottom: 0;
}
.sc-desk-shipping-item{
width:50%;
}#shopify-section-template--18915791601879__custom_html_3KRN8K {
    padding: 0;
}
.sc-desk-shipping-item{
gap:0;
}
}

.collection-list .collection-card {
    gap: 0;
    font-size: 12px;
}

.collection-list .collection-card button.button {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    border: 0;
}

.collection-card__content {
    width: 100%;
    border: 0 !important;
}


.collection-list .collection-card button.button {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    border: 0;
}

.collection-card__content {
    width: 100%;
    border: 0 !important;
}

.shopify-section--collection-list .wrap {
    gap: 20px;
    justify-content: space-between;
}
.collection-list .collection-card .content-over-media {
    border-radius: 10px 10px 0 0;
}

.collection-list .collection-card button.button {
    border-radius: 0 0 10px 10px;
    padding: 15px 0;
      text-transform: capitalize;
    letter-spacing: 0;
  font-size: 20px;
  
}

.container .section-header h2.h2, .shopify-section h2.h2 {
    color: #045893;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}

a.product-title.h6 {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;

  font-size: 18px;
    line-height: 1.3;
    min-height: 48px;
    margin-bottom: 10px;
  width:100%;
}

.product-card {
    gap: 0;
}

.product-card .product-card__info {
    padding: 20px 0 0;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-radius: 0 0 10px 10px;
    text-align: left;
}

.product-card__figure img {
    border-radius: 10px 10px 0 0;
}

.product-list,.collection-list--text-outside {
    gap: 20px !important;
}
product-card.product-card {
    gap: 0;
}
sale-price.h6.text-on-sale {
    color: #109533;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.rating-badge__stars path {color: #FFB43B;fill: #FFB43B;}
.product-card__figure>.badge-list {
    top: 0;
    left: 0;
    border-radius: 10px 0;
    display: none;
}

.product-card__figure>.badge-list on-sale-badge.badge.badge--on-sale {
    letter-spacing: 0;
    font-size: 12px;
    padding: 5px 20px;
}
.featured-collections-carousel__item a.button {
    display: none;
}

/* Special moment */

.video-sec {
    background-image: url(/cdn/shop/files/BG-texture.jpg?v=1647154072);
    background-size: cover;
    padding: 90px 0 80px;
    text-align: center;
}
.video-sec img {
    width: 100%;
    max-width: 800px;
  margin: 0 auto;
}

.video-sec h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #005694;
    margin: 0 0 20px;
}

.video-sec p {
    font-size: 28px;
}

.prebook-button {
    padding: 30px 100px;
    background-color: #b93d3e;
    font-size: 40px;
    color: #fff;
 }

.pre-book-button {
    margin-top: 50px;
}

@media(max-width:1499px){
.video-sec h2 {
    font-size: 42px;
}
.video-sec {
    padding: 50px 30px 30px !important; 
}

.video-sec p {
    font-size: 14px;
    margin-bottom: 25px;
}

.prebook-button {
    padding: 10px 40px;
    font-size: 28px;
}
}

@media(max-width:1024px)
{

.video-sec {
    padding: 50px 30px;
}

.video-sec h2 {
    font-size: 48px;
}

.video-sec p {
    font-size: 22px;
}
.video-sec .prebook-button {
    padding: 20px 50px;
    font-size: 20px;
}
}

@media(max-width:767px){
.video-sec h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.video-sec p {
    margin-bottom: 30px !important;
    font-size: 15px;
    margin-top: 0;
}
}
@media(max-width:455px)
{
.video-sec h2 br {
    display: none;
}

.video-sec h2 {
    line-height: 1.5;
font-size:18px;
}
.video-sec p{
font-size:12px;
margin-bottom:15px !important;
}
.video-sec {
    padding: 30px 20px 40px !important;
}
}

button {
    border-radius: 0;
    border: 0;
}


.main-container.vizup-flex {
    padding: 0px 0 80px !important;
    text-align: center;
}

.video-hastag{
display:flex;
gap:50px;
justify-content:center;

}
.inner-hashtag span{
font-size:32px;
font-weight:600;
color:#045893;
}
.inner-hashtag:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #045893;
    position: absolute;
    left: -30px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}

.inner-hashtag {
    position: relative;
}

.inner-hashtag:first-child:before {
    content: none;
}

@media(max-width:767px){
.inner-hashtag span{
font-size:16px;
}
.inner-hashtag:before {
    content: "";
    width: 5px;
    height: 5px;
}
.main-container.vizup-flex {
        padding: 0 30px 30px !important;
    background-size: inherit;
    background-position: center center;
    background-repeat: repeat;
}
.video-hastag {
    margin-top: 30px;
}

.video-sec {
    padding-bottom: 20px !important;!i;!;
}
}

/* Video Section */

section#shopify-section-template--19701949235415__custom_liquid_FdDCcH {
    border: 0;
}

section#shopify-section-template--19701949235415__custom_liquid_FdDCcH .color-scheme.color-scheme--scheme-1 {
    border: 0 !important;
}

section#shopify-section-template--19701949235415__17504812838d41514d .color-scheme {
    border: 0;
    padding: 0;
}
/* Homepage Our Story Video  */

section.untold-story {
    padding: 70px 0 70px;
    background-image: url(/cdn/shop/files/BG-texture-2.jpg?v=1647117574);
}


.untold-story .main-wrapper {
    position: relative;
    margin: 0 auto;
}

.untold-story .main-wrapper h2 {
    font-size: 45px;
    color: #000;
}

.untold-story .main-wrapper .row {
    text-align: right;
align-items:center;
  display: flex;

}

.untold-story .row div:first-child {
    padding-right: 60px;
}

.untold-story .row a {
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.5px;
}
@media(max-width:1499px)
{
.untold-story .main-wrapper h2 {
    font-size: 32px;
}

.untold-story .main-wrapper:after {height: 450px;}

.untold-story .main-wrapper .row .col-md-6:first-child {
    padding-top: 60px;
}

.video-sec {
}

section.untold-story {
    padding: 50px 30px 50px;

}
}

@media(max-width:768px)
{

.untold-story .main-wrapper h2 {
    font-size: 40px;
}

.untold-story .main-wrapper:after {
    background-size: cover;
}

.untold-story .row div:first-child {
    margin-bottom: 0px;
   padding:0;

}

.untold-story .main-wrapper:after {width: 100%;display: none;}

.untold-story .main-wrapper .row {
    text-align: center;
}

section.untold-story {
    padding: 25px 0px;
}

.untold-story .main-wrapper h2 br:first-child {
    display: none;
}
}

@media(max-width:600px)
{
.untold-story .main-wrapper h2 {
 font-size: 20px;
    margin-bottom: 20px;
}
.untold-story .main-wrapper .row .col-md-6:first-child {
    padding-top: 0;
}
section.untold-story iframe {
    height: 300px;
}
}

product-card.product-card {
    padding: 13px;
    background-color: #fff;
    border-radius: 10px;
}

product-form button.button.button--primary {
    width: 100%;
    display: block;
    border-radius: 10px;
}



product-form {
    display: block;
    width: 100%;
}


/* Product grid Css */

.product-card .product-card__info .d-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
      border-top: 1px solid #e3e3e3;
    padding-top: 15px;

}

.product-card .product-card__info  .price-list {
    justify-content: start !important;
}

.product-card .product-card__info  .rating-badge {
    display: flex;
    gap: 2px;
    flex-wrap: nowrap;
}

.product-card .product-card__info  a.product-title.h6 {
    font-size: 18px;
    line-height: 1.3;
    min-height: 48px;
    margin-bottom: 10px;
}

.product-card .product-card__info  .price-list .h6 {
    display: flex;
    font-size: inherit;
}

.product-card .product-card__info  price-list.price-list {
    display: flex;
    flex-wrap: nowrap;
}

.product-card .product-card__info  .rating-badge__stars svg {
    display: none;
}

.product-card .product-card__info  .rating-badge__stars svg:first-child {
    display: block;
    width: 18px;
}

.product-card .product-card__info  .price-list .h6 span.money {
    color: #000;
    font-weight: 600;
      letter-spacing: 0;
}

.product-card .product-card__info  .rating-badge__stars span {
    color: #000;
    font-weight: 700;
}

.product-card .product-card__info  .rating-badge span {
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
}

.product-card .product-card__info  .rating-badge span:last-child {
    opacity: 0.6;
}
/* .product-card .product-card__info div,.product-card .product-card__info {
    width: 100%;
} */

.product-card .product-card__info .v-stack {
    width: 100%;
}

.r--feature-carousel .Ryviu-Next-Carousel, .r--feature-carousel .Ryviu-Prev-Carousel, #r--carousel-theme .Ryviu-Next-Carousel, #r--carousel-theme .Ryviu-Prev-Carousel {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.Ryviu-Flex span em {font-style: normal !important;}

.Ryviu-Masonry-Item .Ryviu-Content-Item {
    float: left;
    text-align: left;
}

.Ryviu-Content-Item .r--reply-helpul {
    float: left !important;
}

.Ryviu-Product-Info .Ry-ShowW-Hover, .r--mobile .Ry-ShowW-Hover {
    display: block;
}

.Ryviu-Product-Info .Ryviu-Title-Info span {
    font-size: 12px;
}

div#dots2 {
    display: none;
}

.shopify-section-group-footer-group .newsletter h2.h2 {
    color: #fff;
}

.featured-collections-carousel .product-list--carousel {
    --product-list-card-width: min(300px, 100%) !important;!i;!;
}

.featured-collections-carousel .floating-controls-container>.floating-controls-container__control {
    display: flex;
    top: 50%;
    transform: translate(-50%);
    position: absolute;
    justify-content: end;
    right: 0;
}

.product-title{
    color: #000;
    font-weight: 700 !important;
    font-size:26px;
}

.product {
    gap: 20px !important;
}
.price-list--product .text-on-sale {
    color: #000;
    font-size: 20px;
  font-weight: 700;
}

.price-list--product p {
    font-size: 12px;
}

.feature-badge-list .feature-badge p {
    font-weight: 700;
    color: #075994;
    font-size: 16px;
}

.feature-badge-list .product-info__block-item {
    display: block;
    width: 100%;
}

.feature-badge-list .product-info__block-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #075994;
    padding: 10px;
    border-radius: 100%;
}

.product-info__block-item[data-block-id="quantity_selector"] {
    display: block;
    float: left;
    width: 15%;
    margin: 0 !important;
}

.product-info__block-item[data-block-id="buy_buttons"] {
    float: right;
    display: block;
    width: 74%;
    margin: 0 !important;
    height: auto;
    gap: 0;
}

.complementary-products {
    display: block;
    width: 100%;
}

.complementary-products__header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #e3e3e3; */
    padding-bottom: 10px;
}

.complementary-products  p.h5 {
    width: 100%;
    display: block;
}

.complementary-products  .page-dots--narrow {width: 50px;}


.product-info__block-item[data-block-id=complementary_products] {
    padding-top: 50px;
}

.complementary-products p.h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.horizontal-product-card {
    gap: 20px;
    border: 1px solid #005694;
    padding: 15px;
    height: auto;
    border-radius: 10px;
}

.complementary-products  a.product-title.h6 {
    min-height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.complementary-products  button.button--outline.button--subdued {
    border: 1px solid #005694;
    color: #005694;
    font-weight: 700;
    text-transform: capitalize;
}

.horizontal-product-card__figure img {
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 100%;
}

.complementary-products sale-price.h6.text-on-sale span.money {
    color: #000;
}
/* .product-gallery .product-gallery__media img {
    height: 480px;
    object-fit: cover;
} */


.product-gallery__thumbnail button {
    width: 100px;
    height: 100px;
}

.product-gallery__thumbnail-scroller {
    grid-auto-columns: auto !important;
}

button.product-gallery__thumbnail img {
    max-width: 100px;
    max-height: 100px;
}

product-gallery.product-gallery {
    gap: 10px !important;
}

.product-gallery__thumbnail[aria-current=true] {
    border-color: #005694;
}



.content-tabs button {
    color: #025794;
    font-size: 18px;
    font-weight: 700;
}

.shopify-section--tabs p {
    font-size: 15px;
    line-height: 28px;
}
.product-sticky-bar__info span.h6 {
    font-size: 18px;
}

.content-tabs [role=tab] {
    box-shadow: 0 1px #025794;
}

.content-tabs .container {
    text-align: left;
}

.content-tabs ul {
    margin-top: 0px !important;
}

.content-tabs p {
    margin: 10px 0  !important;
}


.Ryviu-Masonry-Item .r--carousel-item {
    min-height: 550px;
}

.r--stars-icon {
    font-style: normal !important;
}

button#show-modal {
    background-color: #025794 !important;
}
.vizup-whitespace-nowrap.vizup-flex-nowrap {
    padding-bottom: 0 !important;
}
.vizup-flex-col h2 {
    color: #025794;
    font-family: "Instrument Sans", sans-serif;
}

.multiple-media-with-text__media-wrapper img {
    max-height: 400px;
    object-fit: cover;
}

.multiple-media-with-text {
    gap: 30px;
    display: flex;
    background-color: #025794;
    color: #fff;
}

.multiple-media-with-text .multiple-media-with-text__media-wrapper {
    width: 50%;
}

.multiple-media-with-text__content-wrapper {
    width: 50%;
    padding: 0 50px 0 0;
}
@media(max-width:767px){
/* .product-gallery .product-gallery__media img {
    height: 400px;
} */
  .feature-badge-list .feature-badge p {
    font-size: 14px;
}

multiple-media-with-text.multiple-media-with-text {
    flex-flow: wrap;
    gap: 15px !important;
}

.multiple-media-with-text__media-wrapper {
    width: 100% !important;
}

.multiple-media-with-text__content-wrapper.align-self-center {
    width: 100% !important;
    padding: 20px !important;
}

.multiple-media-with-text__content-wrapper.align-self-center p.h3 {
    font-size: 18px;
}
  .product-card .product-card__info a.product-title.h6 {
    -webkit-line-clamp: 3 !important;
}

multiple-media-with-text.multiple-media-with-text {
    padding: 0 !important;
}

.accordion-group accordion-disclosure.accordion:last-child {
    border-bottom: 0;
}

.accordion-group accordion-disclosure.accordion:first-child {
    border-top: 0;
}

div#shopify-section-template--19701949694167__tabs_WfNPY8 .section-spacing {
    padding: 0;
}
  .product-info__block-group.feature-badge-list {
    margin: 0 !important;
}

label.block-swatch {
    font-size: 12px;
}

.product-info__block-item[data-block-id=quantity_selector] {
    float: none;
}

.product-info__block-item[data-block-id=buy_buttons] {
    float: none;
    width: 100%;
    margin-top: 20px !important;
}

#shopify-section-template--19701949694167__main .section-spacing {
    padding-bottom: 20px;
}
  }

.shopify-product-form  button.button.w-full {
    width: 50%;
    border: 0 !important;
    text-transform: uppercase;
}

.shopify-product-form .buy-buttons button[type="submit"] {
    background: #fbb040 !important;
    border: 0 !important;
    color: #000;
}
.shopify-product-form .buy-buttons {
    display: flex;
    gap: 10px;
}

.shopify-product-form .shopify-payment-button {
    width: 50%;
}

.sc-desk-shipping {
    justify-content: center;
    display: flex;
    gap: 120px;
    max-width: 1452px;
    margin: 0 auto;
    background: #fafafa;
    padding: 12px 0;
  
}
.sc-shipping-icon img {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 14%);
}
.sc-shipping-icon img {
    padding: 3px;
    width: 60px;
    object-fit: cover;
    border-radius: 0;
}
#shopify-section-template--18915791601879__custom_html_3KRN8K {
    background-color: rgb(0 0 0 / 3%);
    padding: 10px 0;
}

.sc-desk-shipping-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-shipping-text {
    font-weight: 700;
  text-align: left;
}

.sc-shipping-text h3 {
    font-size: 14px;
    margin: 0;
    color: #000;
}

.sc-shipping-text span {
      font-size: 10px;
    color: #878787;
}


@media(max-width:767px){
.sc-desk-shipping {
    gap: 0;
    flex-wrap: wrap;
}

.sc-desk-shipping-item {
    width: calc(50% - 10px);
}

.sc-shipping-text {
    font-size: 13px;
}

.sc-shipping-icon img {
    max-width: 50px;
}

.sc-desk-shipping-item {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px;
}

.sc-desk-shipping-item:nth-child(2),.sc-desk-shipping-item:nth-child(4) {
    border-right: 0;
}

.sc-desk-shipping-item:nth-child(3),.sc-desk-shipping-item:nth-child(4) {
    border-bottom: 0;
}
.sc-desk-shipping-item{
width:50%;
}#shopify-section-template--18915791601879__custom_html_3KRN8K {
    padding: 0;
}
.sc-desk-shipping-item{
gap:0;
}
.sc-shipping-text h3 {
    font-size: 10px;
    margin: 0;
    color: #000;
}
.sc-shipping-text span {
    font-size: 8px;
    color: #878787;
}
    .sc-desk-shipping-item {
        gap: 10px;
              justify-content: center;
    }
.sc-desk-shipping-item:first-child,.sc-desk-shipping-item:nth-child(3) {
    padding-left: 0;
}

.sc-desk-shipping-item:nth-child(2), .sc-desk-shipping-item:nth-child(4) {
    padding-right: 0;
}
}
.shopify-section--tabs p {
    text-align: left;
}

.multiple-media-with-text p.h3 {
    color: #075994;
    font-weight: 700;
}

.multiple-media-with-text p {
    color: #000;
}
@media(max-width:767px){
  .product-info__block-item[data-block-type=complementary-products] product-card.product-card {
    display: flex;
    padding: 0;
}

.product-info__block-item[data-block-type=complementary-products] product-card.product-card .product-card__figure {
    width: 25% !important;
    max-width: 100% !important;
    margin-right: 10px;
    margin-left: 0;
}

.product-info__block-item[data-block-type=complementary-products] .product-card .product-card__info {
    width: 70%;
    border: 0;
    padding: 0;
}

.product-info__block-item[data-block-type=complementary-products] .product-card .product-card__info .d-flex {
    border: 0;
    padding: 0;
}

.product-info__block-item[data-block-type=complementary-products] .product-card .product-card__info a.product-title.h6 {
    font-size: 14px;
    min-height: 20px;
    margin: 0;
}

.product-info__block-item[data-block-type=complementary-products] button.product-card__quick-add-button {
    display: none;
}

.product-info__block-item[data-block-type=complementary-products] product-form button.button.button--primary {
        margin-top: 0 !important;
        background: transparent;
        color: #000;
        min-height: auto !important;
        padding: 0;
        height: auto;
        border: 0;
        text-align: left;
        text-decoration: underline;
}

.product-info__block-item[data-block-type=complementary-products] {
    margin-top: 20px !important;
    padding: 0 !important;
}

.complementary-products {
    gap: 10px;
}
}
.content-tabs button {
    color: #000;
}

.content-tabs [aria-selected="true"] {
    color: #025794;
    box-shadow: 0 1px #025794;
}

section#shopify-section-template--19701949235415__custom_liquid_WmKL68 .section-spacing {
    padding-top: 70px;
}
.product-personalizer button.btn.pplr-c-button.ptc_button {
width: 100%;
    margin: 0;
    font-size: 16px;
    max-height: 46px;
}

.product-personalizer button.btn.pplr-c-button.ptc_button:hover {
    color: #fff;
}

.pplr_atc_form .v-stack,.pplr_popup_form .v-stack{
    display: none !important;
}
.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
    min-height: 48px !important;
  text-transform: normal !important;
  font-weight: :500;
}
.sc-shipping-icon img {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 14%);
}

h2.kt__title {
    text-align: center;
    color: #045893;
    font-size: 32px !important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 30px !important;
}

.layer-item.layer-type-text {
    display: none;
}


section#shopify-section-template--19701949235415__custom_liquid_FdDCcH .video-hastag {
    padding-top: 50px;
  padding-bottom: 30px;
}
.shopify-section--tabs ul {
    text-align: left;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 {
    display: flex;
    justify-content: center;
    gap: 15px;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 p {
    font-size: 28px;
    color: #055994;
    font-weight: 700;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 p:first-child {
    content: "";
    border-right: 2px solid #e3e3e3;
    padding-right: 20px;
    margin-right: 10px;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .section-spacing {
    padding-bottom: 0;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41%;
    max-width: 41%;
    margin: 0 !important;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin: 0 !important;
}


section.prod-cust .icon {
    border: 1px solid #000;
    min-width: auto;
    margin: 0;
    border-radius: 6px;
}

section.prod-cust .icon-box {
    justify-content: space-between;
}
section.prod-cust .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:767px){
  section.prod-cust .row {
    display: flex;
    flex-wrap: wrap;
}

section.prod-cust {
    padding: 30px 0;
}

}
  .quick-buy-modal__content .product-info__block-item[data-block-id=buy_buttons] {
    float: none;
    margin-top: 10px !important;
    width: 100%;
}

.quick-buy-modal__content .product-info__block-item[data-block-id=quantity_selector] {
    float: none;
    margin-bottom: 18px;
}

/* .quick-buy-modal__content carousel-navigation.page-dots button:nth-child(1), carousel-navigation.page-dots button:nth-child(2), carousel-navigation.page-dots button:nth-child(3), carousel-navigation.page-dots button:nth-child(4), carousel-navigation.page-dots button:nth-child(5), carousel-navigation.page-dots button:nth-child(6), carousel-navigation.page-dots button:nth-child(7), carousel-navigation.page-dots button:nth-child(7) {
    display: none;
} */

/* Bicycle  */

/* Bicycle Feature */


.type-item .type-image {margin-bottom:10px;text-align: center;}
.type-item {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    width: calc(33.33% - 20px);
}
.bike-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.type-item img {
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}
.materials .type-item {
  max-width: unset;
  background-color: #f5f5f5;
  border-radius: 40px;
  border: 1px solid #d5d5d5;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bike-types-container {
  margin-bottom:20px;
}
.bike-types-container .product-area__text-block {
  font-weight:800;
}

.type-name {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin-top:-32px;
}
div#shopify-section-template--19051491655895__main .shopify-payment-button__button.shopify-payment-button__button--unbranded, div#shopify-section-template--19051491655895__main .variations_button.in_flex.column.w__100.buy_qv_false {
    display: block;
}


@media(max-width:767px){
  .bike-items {
    gap: 10px;
}

.type-item {
    width: calc(33.33% - 8px);
}


.type-name {
    margin-top: -20px;
}


  @media (max-width:767px){
    .feature-badge-list {
    gap: 5px;
}

.feature-badge-list .product-info__block-item img {
    width: 35px;
    height: 35px;
    padding: 5px;
}

.feature-badge {
    padding: 5px 0;
}

.feature-badge-list .feature-badge p {
    font-size: 13px;
}

label.block-swatch {
    padding: 8px 5px;
    font-size: 11px;
}




div#shopify-section-template--19897121997015__tabs_WfNPY8 .section-spacing.color-scheme {
    padding: 0;
}

.product-card .product-card__info a.product-title.h6 {
    font-size: 14px;
}
    section#shopify-section-template--19908678025431__main .section-spacing {
    padding-bottom: 0 !important;
}
    div#shopify-section-template--19908678025431__tabs_WfNPY8 .section-spacing {
    padding: 0;
}
    div#shopify-section-template--19976069578967__tabs_WfNPY8 .section-spacing,
section#shopify-section-template--19976069578967__main .section-spacing,
section#shopify-section-template--19976069578967__1751108671f1d1e402 .color-scheme,div#shopify-section-template--19976147304663__tabs_WfNPY8 .section-spacing,#shopify-section-template--19976147304663__main .section-spacing.section-spacing--tight,section#shopify-section-template--19976147304663__1751108671f1d1e402 .color-scheme {
    padding: 0;
} 
    .color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 .product-info--center :is([data-block-type=vendor],[data-block-type=title],[data-block-type=sku],[data-block-type=price]) {
    text-align: left;
}

.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 .product-info--center :is(.badge-list,.price-list,.rating-badge) {
    justify-content: stretch;
}

}


  product-rerender#product-form-main-8904226832599-template--19976147304663__main-sticky-bar
 {
    padding: 0;
}





  :checked+.block-swatch, .block-swatch.is-selected {
    font-weight: 700 !important;
}

.contact-page .row {
    display: flex;
}

.contact-page .row  .col-md-6 {
    width: 50%;
    max-width: 50%;
    text-align: left;
}

/* .product-card .product-card__info .price-list .h6 span.money
 {
        color: #39FF14 !important;
    font-weight: 600;
    letter-spacing: 0;
}
 */
/* .h6.text-on-sale {
    color: #39FF14;
} */


/* 
.header__dropdown-menu--restrictable {
    max-height: none  !important;
    overflow: hidden !important;
}

.footer__block--links, .footer__block--image {
        flex-grow: 0;
        max-width: 25%;
        width: calc(25% - 20px);
    }

.footer__block-list {
    gap: 20px;
}

.footer__block.footer__block--links {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
 */

@media(min-width:1280px){
  
.footer__block--links,
.footer__block--image {
  flex-grow: 0;
  max-width: 25%;
  width: calc(25% - 20px);
}
.footer__block-list {
  gap: 20px;
}
p.h6 {
  font-size: 16px;
}
.footer__block.footer__block--links {
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
}

.footer__block p.h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

fieldset.variant-picker__option legend {
    font-weight: 700;
}



  @media(max-width:767px){
  section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 {
    flex-wrap: wrap;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 p:first-child {
    border: 0;
    font-size: 21px;
    padding: 0;
}

section#shopify-section-template--19701949235415__custom_liquid_aJYVr4 .row .col-md-12 p {
    font-size: 21px;
}
    section#shopify-section-template--19701949235415__custom_liquid_FdDCcH .video-hastag {
    margin: 0;
    padding: 30px 0;
    gap: 20px;
}

.inner-hashtag span {
    font-size: 22px;
}

.inner-hashtag:before {
    display: none;
}
}
