/** Shopify CDN: Minification failed

Line 201: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;
}
.discount-percentage {
    padding: 5px 8px;
    background-color: #042e52;
    color: white;
    border-radius: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 12px;
}
product-card .discount-percentage {
    padding: 4px 6px;
    font-size: 10px;
}
.product-info  .product-info__block-item:first-child accordion-disclosure {
    border-top: unset;
}
.product-info  .product-info__block-item:last-child accordion-disclosure {
    border-bottom: unset;
}
.header__primary-nav-item a[data-title="Sale"] {
    color: #ff0000;
    /* font-weight: 600; */
}
.header__primary-nav-item a[data-title="Sale"]::before {
    background-color: #ff0000;
}
.header__primary-nav:has(a[data-title="Jashn - E - Noor"]) {
    align-items: end;
}
a[data-title="Jashn - E - Noor"] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
a[data-title="Jashn - E - Noor"] span.new_launch_badge , .header-sidebar__linklist-button .new_launch_badge{
    width: fit-content;
    /* position: absolute; */
    display: flex;
    padding: 2px 7px;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: math-auto;
    background-color: #ff1c31;
    color: white;
    line-height: normal;
}
.header-sidebar__linklist-button:has(.new_launch_badge) {
    flex-direction: column;
    align-items: start;
    gap:5px;
}
/* #curvedarrow {
  position: relative;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #084978;
  transform:rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
#curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #084978;
  border-radius: 20px 0 0 0;
  top: -12px;
  left: -9px;
  width: 12px;
  height: 12px;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
} */
@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;
}
