/** Shopify CDN: Minification failed

Line 122:0 Expected "}" to go with "{"

**/
.section-header p {
    color: #042e52;
    font-family: 'Montserrat';
}
.accordion__toggle span {
    font-family: 'Montserrat';
}
label.color-swatch.rounded-full {
    padding: 0;
}
.product-info__block-list .buy-buttons {
    row-gap: 1rem;
    display: grid;
    grid-template-columns: calc(30% - 10px) calc(70% - 10px);
    gap:20px;
}
.product-info__block-list .shopify-payment-button {
    grid-column: 1/3;
}
.product-info__block-list .quantity-selector {
    --quantity-selector-height: 2.7rem;
    width: 100%;
}
.product-info__block-list .shopify-payment-button__button--unbranded {
    border: 1px solid rgb(4 46 82) !important;
}
.complementary-products img.horizontal-product-card__image {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: right;
}
/* button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    color: rgb(4 46 82) !important;
    border-color: rgb(4 46 82) !important;
} */
.product-gallery__media.variant-hidden {
  display: none !important;
}
ul.social-media {
    gap: 15px;
}
label.color-swatch.rounded-full {
    border-radius: var(--rounded-full);
    border: 1px solid #8080805c;
    box-shadow: 1px 1px 8px #88888830;
}

.main_product_image_dr {
    display: flex;
    justify-content: inherit;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.product-swatch-list {
    width: 55px;
    height: 55px;
}
.product-swatch-list   img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-swatch-list.active {
    border:1.3px solid #042E52;
}
.product-info button[disabled][type='submit'] {
    grid-column: 1/-1;
}
.product-info  .product-title {
    font-family: 'Montserrat';
}
.product-info__block-list .price-list * {
    font-family: 'Montserrat';
}
product-list .product-swatch-list {
    display:none;
    width: 40px;
    height: 40px;
}
product-list .product-swatch-list:first-child{
    display:unset;
}
product-list .product-swatch-list:nth-child(2) , product-list .product-swatch-list:nth-child(3), product-list .product-swatch-list:nth-child(4){
    display:unset;
}
product-card .product-swatch-list {
    display:none;
    width: 40px;
    height: 40px;
}
product-card .product-swatch-list:first-child{
    display:unset;
}
product-card .product-swatch-list:nth-child(2) , product-card .product-swatch-list:nth-child(3), product-card .product-swatch-list:nth-child(4) {
      display:unset;
}
 ._formPhoneInputContainer_piv1u_6 {
    grid-template-columns: minmax(0px, 60px) minmax(0px, 2.2fr) !important;
}
@media screen and (max-width: 767px) {
.product-swatch-list {
    width: 25px;
    height: 25px;
}
product-card .product-swatch-list {
    width: 25px;
    height:25px;
}
.product-swatch-list img {
    object-fit: cover;
}
.quantity-selector {
    grid-template-columns: 1fr 1fr 1fr;
}
