/** Shopify CDN: Minification failed

Line 176:12 Expected identifier but found whitespace
Line 176:13 Unexpected "("

**/
/* Place any CSS overrides in this file.  #494949*/

.button-back-order{
    font-weight:800;
    border-bottom:2px solid #97c28a;
    font-size:17px;
}
.button-back-order:hover{
    border-bottom:2px solid #00558c;
}

.button-back-order img{
   margin-right:5px;
}
.dynamic-words span {
    white-space: normal;
}

 .product-price p {
  color: rgba(73 73 73 / 1) !important;
}

.side-cart-header {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#00558c !important;
    
}
.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.bundlesuite-container .collection-products-container, .bundlesuite-container .individual-products-container {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 70px 40px !important;
}
.side-cart-checkout {
    background-color: #00558c !important;
    border-radius: 0!important;
    padding: 20px 24px;
}.bundlesuite-container .product-card .quantity-controls{
    gap:0;
}

.bundlesuite-container .product-card-cta button {
    background-color: #97c289;
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: 800;
    font-style: normal;
    border-radius: 50px;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.side-cart-checkout-cta {
    text-align: center;
}

.bundlesuite-container .side-cart-checkout-cta button {
    background-color: #ffffff;
    color: #00558c;
    font-size: 18px !important;
    font-weight: 800;
    font-style: normal;
    border-radius: 0px;
    text-transform: none;
    border-radius: 30px;
    width: auto;
    padding: 10px calc(15px + 20px);
    margin: 0 auto;
    letter-spacing:0px!important;
    text-transform:normal!important;
    
}




.bundlesuite-container .side-cart-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff!important;
    font-style: normal;
}
.add-to-bundle button:disabled, .add-to-bundle button.disabled {
    opacity: 0.8 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    font-size: 14px !important;
}
.product-price, .scpt-price-value{
    display:none;
}
.bundlesuite-container .product-card-content {
    height: 50px;
    border-color: transparent !important;
    padding:0;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .scpt-remove-item button svg rect {
        fill: rgba(73 73 73 / 1) !important;
    }
}
.cart-totoal-added-products p{
  display: block!important;
  color:#fff!important;
}
.side-cart-checkout-item p {
    color: #fff !important;
}

input:not(.alt-input):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=hidden]):not(.btn) {
    border: none;
    border-radius: var(--input-border-radius);
    padding: 10px;
}


.two-column-header{
    margin-bottom:80px;
}

.product-grid--title a{
 font-size: 23px;
 font-family: var(--header-font-stack);
 font-weight: var(--header-font-weight);
}
.product-grid--quick-shop.quick-shop--block .btn, .quick-add-wrapper.quick-shop--block .btn {
    width: auto;
}

.product-card-image::after {
    content: '';
    inset: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0915/6725/9955/files/eye-icon-red.svg?v=1739890992);
    height: 100%;
    width: 100%;
    position: absolute;
    display: inline-block;
    background-position: center;
    background-size: 60px 60px;
    background-color: rgb(151 194 138 / 40%)!important;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease;
}
.collage-builder__heading{
    hyphens: none !important;
}
.bundlesuite-container .section-title {
    line-height: 120%;
}
.requirements-not-met{
    background-color:#c1dab9 !important;
}
@media screen and (max-width: 767px) {
    .collage-builder__grid-item--template--19495010894053__collage_7DU4HX--2 {
        padding-bottom: calc(100% / ((4) / (2)));
    }
}
@media screen and (max-width: 767px) {
    .collage-builder__grid-item--template--19495010894053__collage_7DU4HX--2
Specificity: (0,1,0)
 {
        padding-bottom: calc(100% / ((4) / (2)));
    }
     .pvsc-items-container, .individual-products-container {
        display: flex !important;
        flex-direction: column;
    }
    .product-card-wrapper {
        height: 100%;
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
    }
    .product-card-image img {
        width: 60% !important;
        height: 60% !important;
        object-fit: cover;
        
    }
    .bundlesuite-container .collection-products-container, .bundlesuite-container .individual-products-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px 10px !important;
    }
    .product-card-image {
        aspect-ratio: 0 / 1!important;
        width: 33.33% !important;
        position: relative;
        max-height: 80px;
        overflow: hidden;
        text-align:center !important;
    }
    .product-card-cta {
        width: 34% !important;
    }
    .bundlesuite-container .product-card-content{
         width: 50.33% !important;
    }
    .side-cart-product-container{
      padding: 16px 20px 16px 20px !important;
    }
}
@media screen and (max-width: 420px){
  h2{
    font-size:36px;
  }
   .product-card-image {
        width: 20% !important;
        text-align:center !important;
    }
    .product-card-cta {
        width: 40% !important;
    }
    .bundlesuite-container .product-card-content{
         width: 40% !important;
    }
}

@media only screen and (min-width: 768px) {
    .footer-wrapper .footer-main .footer-main--inner {
        display: grid;
        grid-template-rows: 1fr;
        padding-top: 40px;
        padding-bottom: 40px !important;
        column-gap: var(--grid-spacing);
    }
}
@media only screen and (max-width: 1280px)  {
    .richtext-custom h1 {
    font-size: 70px !important;
}
    .collage-builder__grid-item--text_KXezBB .collage-builder__heading{
        font-size:40px !important;
    }
}
@media only screen and (max-width : 900px) {
      .collage-builder__grid-item--text_KXezBB .collage-builder__heading {
        font-size: 26px !important;
    }
 
    .links-footer ul {
        text-align: center;
        margin: 0 auto 0 auto !important;
    }
    .responsive-image-wrapper {
        justify-content: center !important;
    }
    .title-collection-box h2 p{
        font-size:40px;
    }
      .title-collection-box p{
        font-size:20px;
    }

}


.links-footer ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 0;
    padding-top: 10px;
}
 .bottom--footer---links li {
        border-left: 1px solid rgb(255 255 255 / 24%);
    }
.bottom--footer {
    border-top: 1px solid rgb(255 255 255 / 24%);
    padding-top: 20px;
}
.responsive-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: normal;
}

.cart-table td, .cart-table th {
    padding: 10px 15px;
}
.border-radius-round input:not(.alt-input):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=hidden]):not(.btn) {
    padding: 0px 5px !important;
}

.subtotal-text, .subtotal-value, .discount-text, .discount-value{
display : none !important;}
