/** Shopify CDN: Minification failed

Line 50:0 Unexpected "}"

**/
/***** GLOBAL FONT CHANGES *****/
b, strong {
  font-weight: bold;
}
.reversed-link.icon-with-text .link-text, .link, .rte a:not(.button,.reversed-link), #shopify-pc__banner__body-policy-link, #shopify-pc__banner__btn-manage-prefs span {
  
  background: none !important;
}

/* Header and menu */
header {
  box-shadow: 2px 2px 12px -4px #000;
}

.mega-menu__item .mega-menu__nav li .heading {
  font-weight: bold;
}

.mega-menu__item .mega-menu__nav li .heading,
.mega-menu__item .mega-menu__nav li,
.mega-menu__item .mega-menu__nav li a {
  font-size: 16px;
}

.header__menu > ul.list-menu > li:last-of-type > a
 {
  font-weight: bold;
}

/* In text links */
p a,
p a:link {
  color: #167B8C;
  text-decoration: none !important;
}

p a:hover {
  color: #167B8C;
  opacity: 0.8;
}

/*.whitespace {
  display: inline-block;
  width: 0.3em; /* Adjust as needed */
}*/

#shopify-section-template--19358267474141__multicolumn_with_icons_hXchrG {
  box-shadow: 0 4px 2px -2px #000 !important;
  z-index: 999;
}




/****************************************************************************************
                                      HOME PAGE
****************************************************************************************/
@media screen and (min-width: 768px) {
    #shopify-section-template--19750513541341__portfolio_9dVNcw .card-grid {
        --card-grid-per-row: 4;
        --card-grid-gap: clamp(var(--sp-4), 1.263vw, var(--sp-6));
    }
}

@media screen and (max-width: 1224px) {
    #shopify-section-template--19750513541341__portfolio_9dVNcw a.portfolio-heading-link {
      font-size: 24px !important;
    }
}

@media screen and (max-width: 1083px) {
    #shopify-section-template--19750513541341__portfolio_9dVNcw a.portfolio-heading-link {
      font-size: 22px !important;
    }
}

@media screen and (max-width: 768px) {
  #shopify-section-template--19750513541341__portfolio_9dVNcw a.portfolio-heading-link {
      font-size: 30px !important;
    }
}

@media screen and (max-width: 639px) {
    #shopify-section-template--19750513541341__portfolio_9dVNcw .card-grid {
        --card-grid-per-row: 2;
        --card-grid-gap: clamp(var(--sp-4), 1.263vw, var(--sp-6));
    }

    #shopify-section-template--19750513541341__portfolio_9dVNcw a.portfolio-heading-link {
      font-size: 22px !important;
    }
}

@media screen and (max-width: 502px) {
    #shopify-section-template--19750513541341__portfolio_9dVNcw .card-grid {
        --card-grid-per-row: 1;
        --card-grid-gap: clamp(var(--sp-4), 1.263vw, var(--sp-6));
    }
    #shopify-section-template--19750513541341__portfolio_9dVNcw a.portfolio-heading-link {
      font-size: 44px !important;
    }
  }

/****************************************************************************************
                                      SHOP HOME PAGE
****************************************************************************************/

/* GET MORE RECOMMENDATIONS SECTION */
#shopify-section-template--18914967683293__multicolumn_with_icons_68gfcT {
  box-shadow: 0px -25px 20px -20px rgba(0,0,0,0.45);
  border-bottom: 1px solid rgba(0,0,0,0.45);
}

/* FEATURED PRODUCT SECTION */
#shopify-section-template--18914967683293__featured_product_TpHtj6 {
  border-top: 2px solid #666;
}
.product__spinning {
  display: none !important;
  visibility: hidden !important;
}


/****************************************************************************************
                                     END SHOP HOME PAGE
****************************************************************************************/



/****************************************************************************************
                              SINGLE PRODUCT PAGE TEMPLATE(S)
****************************************************************************************/
button.myregistry {
  width: 100% !important;
  height: 60px !important;
}

/* Free Shipping Notice Text */
.free-shipping-notice-text {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #043554;
  margin-bottom: 10px;
  padding: 3px;
  display: inline-block;
}

div.price {
  font-weight: bold;
}

/* Product Call Button */
a.product-call-button {
  color: #043554;
  border-radius: 30px !important;
}

a.product-call-button:hover {
  text-decoration: none;
  background: #043554;
  color: #FFF !important;
  border-radius: 30px;
}

/* Product Question Form container 
.product__info.sticky .product__accordion.details, .product__preview.sticky .product__accordion.details {
  padding: 15px 5px;
  border: 2px solid #043554;
  border-radius: 30px;
} */

.product__info.sticky .product__accordion.details .text-sm-base, .product__preview.sticky .product__accordion.details .text-sm-base {
  color: #043554;
}


/* Remove the line through unavailable variants*/
.swatches input:is([type=checkbox],[type=radio]):is(:disabled,.disabled)+.color-swatch:before {
  display: none;
  visibility: hidden;
}

.swatches input:is([type=checkbox],[type=radio]):is(:disabled,.disabled)+.label-swatch:before {
  display: none;
}

.swatches input:is([type=checkbox],[type=radio]):is(:disabled,.disabled)+.label-swatch {
  color: #000;
}

/* In-store only message box */
.in-store-message {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #000;
  margin-bottom: 5px;
}

.in-store-message p {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}

/* Style the custom contact form in the product information section */
.product-information-form {
  max-width: 100%;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
}

.product-information-form div label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}

.product-information-form div input, .product-information-form div textarea {
  border: 1px solid #000;
  padding: 7px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  color: #000;
  font-weight: bold;
}

.product-information-form button {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  background: #043554;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 12px;
}
/* Buy Buttons */

.buy-buttons.flex.gap-4 {
  flex-direction: row;
  flex-wrap: wrap;
}

.buy-buttons.flex.gap-4 button {
  width: 30%;
  max-width: 30%;
}

.buy-buttons.flex.gap-4 button.myregistry {
  margin-top: 0 !important;
  background: #1B7B8D !important;
}

/* End Buy Buttons */

/* Countdown Timer */

.countdown-container {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  width: auto;
  box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.5); /* Full box shadow */
  max-width: 360px;
  border-radius: 10px;
}

.countdown-segment {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #FFF;
  color: #043554;
  /*background: #043554;*/
  width: 80px;
  border-right: 3px solid #FFF;
  font-family: 'Open Sans', Arial;
  font-style: italic;
  /*box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.5);*/ /* Full box shadow */
  border-radius: 30px;
}



.countdown-container .timer-colon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 8px;
  text-align: center;
  
  font-size: 26px;
  font-weight: bold;
  padding-right: 2px;
}

.countdown-container .number {
  font-size: 24px;
  font-weight: bold;
}

.countdown-container .label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}

.saleEndsIn {
  color: red;
  font-style: italic;
}

/* End Countdown Timer */

/* Sticky Buy Box */

.product-sticky-form__card {
  box-shadow: 0px 0px 10px -5px rgb(0, 0, 0) inset;
}

/* End Sticky Buy Box */

/* Specification Tables */
.station-tabs-tabcontent table, .station-tabs-tabcontent th, .station-tabs-tabcontent td {
border: 1px solid black;
  border-collapse: collapse;
}

.station-tabs-tabcontent th, .station-tabs-tabcontent td {
  text-align: left;
  padding: 8px;
}

.station-tabs-tabcontent tr:nth-child(even) {
background: #ddd;
}

.custom-footer {
  font-size: 80%;
}

.multicolumn-card__info table {
  box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.5); /* Full box shadow */
  border-radius: 8px;
}

@media only screen and (max-width: 591px) {
  .custom-footer__inner {
    flex-direction: column;
    justify-content: center;
  }
}


/*Comparison Tables*/
table.comparison-table th,
table.comparison-table td {
  font-size: 15px !important;
}

/**************************************************************************************
                                END SINGLE PRODUCT TEMPLATE
**************************************************************************************/


/**************************************************************************************
                                      COLLECTION TEMPLATE
**************************************************************************************/

/* Product Filters */
.details .details__summary {
  padding: 10px 0;
}

/*
.product-card {
  border: 2px solid #eee;
    border-radius: 10px;
}
*/

.swatch__size {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  
}
/****************************************************************************************
                                      HULK FORMS
****************************************************************************************/
.form_generater_form_div {
  background: none !important;
}
p.hulk-powered-wrapper text-right {
  display: none !important;
  visibility: hidden !important;
}

.has-float-label label::after, .has-float-label>span::after {
  display: none !important;
}



/***** RELATED PRODUCTS CHANGES *****/
/*.related-products .section {
  box-shadow: 0 4px 2px -2px #000 !important;
  z-index: 999;
}*/

.related-products .heading.title-sm {
  font-size: 24px;
  font-weight: bold;
}

.related-products > div > div,
.related-products .grid.slider.slider--desktop.slider--tablet {
  overflow: hidden !important;
}
.related-products .product-card img {
  width: 50%;
  margin: 0 auto;
}
.related-products .product-card__title {
  font-size: 13px;
}
.related-products .free-shipping-notice,
.related-products .product-card__bottom {
  display: none;
}
.related-products .price span {
  font-size: 13px !important; 
}


.rte span, .rte p {
  font-size: 22px;
}

.image-with-text .image-with-text__item .rich-text .rte p {
  font-size: 32px;
}


/**********************************************************
      PORTFOLIO SECTION CUSTOMIZATION
**********************************************************/
.portfolio-heading-link {
  display: block;
  width: 100%;
}
.portfolio-heading-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}


/******************************************************
          CUSTOM SCROLL TO TOP BUTTON
****************************************************/
#scrollToTop {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 999;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 146px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#scrollToTop:hover {
  background-color: rgb(27, 123, 141);
}

#scrollToTop:hover {
  opacity: 1;
}

#scrollToTop.hidden {
  display: none;
}

@media screen and (max-width: 800px) {
  .shopify-section p,
  .shopify-section .rich-text,
  .shopify-section .rich-text .rte,
  .shopify-section .rich-text .rte p,
  .image-with-text .image-with-text__item .rich-text .rte p {
    font-size: 18px !important;
  }
}