/** Shopify CDN: Minification failed

Line 901:3 Expected "}" to go with "{"

**/
.product-logo-list-section .page-width {
    /* max-width: 1254px !important; */
    padding: 0 96px;
}
.product-logo-list-section .whn-heading {
     font-size: 28px;
    font-weight: 900;
    margin: 0px 0 33px;
    line-height: 39px;
    text-align: center;
    letter-spacing:0;
} 

.product-logo-list-section .whn-steps {
 display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 150px;
    align-content: center;
}

.product-logo-list-section .whn-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 216px;
  position: relative;
  gap:10px;
}

.product-logo-list-section .whn-icon {
position: relative;
    width: 108px;
    height: 108px;
    border: 1px solid #173D87;
    border-radius: 24.92px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 60px 0px #0000000F;
}

.product-logo-list-section .whn-icon img {
  width: 50px;
  height: 50px;
}

.product-logo-list-section .whn-icon.last-icon img{
    width: 63px;
}
.product-logo-list-section .whn-step-number {
     position: absolute;
    top: -1px;
    right: 0px;
    background-color: #002d9c;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    width: 30px;
    border-radius: 0 50% 0% 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product-logo-list-section .whn-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #000000;
    letter-spacing:0;
}

.product-logo-list-section .whn-description {
     font-size: 14px;
    color: #A0A9AE;
    margin-top: 8px;
    line-height: 2;
    text-align: center;
    font-weight: 400;
    letter-spacing:0;
}
.product-logo-list-section .whn-description p{ 
    margin:0;
    padding:0;
}

.product-logo-list-section .whn-arrow {
    position: absolute;
    right: -120px;
    top: 20px;
}
/* video-list section css start */
.product-banner-section .page-width{
  max-width:783px !important;
}
.product-banner-section .banner-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.product-banner-section .banner-content h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    color: #121212;
    margin: 0;
    padding: 0;
    letter-spacing:0;
}

.product-banner-section .banner-content p {
    font-size: 16px;
    color: #121212;
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
    letter-spacing:0;
}
.product-banner-section .banner-content strong {
    font-weight: 700;
}
.product-banner-section .banner-image-wrapper {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.product-banner-section .banner-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit:cover;
}

.product-banner-section .mobile-image {
  display: none;
}
/* video-list section css end */
/*canvas images section css start*/

    .product-canvas-images-section .page-width {
      padding: 0 80px;
    }
    .product-canvas-images-section .canvas-heading {
      text-align: center;
      font-size: 32px;
      font-weight: 900;
      line-height: 36px;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
    }

    .product-canvas-images-section .canvas-features-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 26.67px;
    }

    .product-canvas-images-section .canvas-feature-item {
      text-align: left;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .product-canvas-images-section img.canvas-feature-image {
      width: 100%;
      max-width: 100%;
      max-height: 220px;
      height: auto;
      object-fit: cover;
    }

    .product-canvas-images-section .canvas-feature-content h3 {
      font-size: 18px;
      margin:0;
      padding: 0;
      line-height: 18px;
      font-weight: 500;
      letter-spacing: -0.08px;
      color:#212120;
          text-transform: capitalize !important;
    }

    .product-canvas-images-section .canvas-feature-content p {
      font-size: 13.5px;
      color: #46555F;
      font-weight:400;
      line-height: 24px;
      padding:0;
      margin:0;
      margin-top: 9px;
    }
/* canvas images section css end*/
/*product accordion section css start*/
.product-question-section .common-questions-container.page-width {
    padding: 0 80px;
}
.product-question-section .common-questions-section {
  background-color: #F8FBFE;
}

.product-question-section .common-questions-container {
     display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.product-question-section .common-questions-left {
  width: 51%;
}
.product-question-section .common-questions-left h2 {
    font-size: 32px;
    font-weight: 900;
    margin: 38px 0;
    line-height: 36px;
    color: #121212;
    letter-spacing: 0;
}

.product-question-section .common-questions-right {
  width: 49%;
}
.product-question-section .accordion {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}
.product-question-section .accordion details {
    border-bottom: 1px solid #000000;
    padding: 20px 0;
}

.product-question-section .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-question-section .accordion summary::-webkit-details-marker {
  display: none;
}

.product-question-section .accordion__title {
    font-size: 20px;
    font-weight: 700;
    color: #212120;
    margin: 0;
    line-height: 28px;
    letter-spacing: -0.08px;
        text-transform: capitalize !important;
}

.product-question-section details[open] .accordion__icon {
  transform: rotate(90deg);
}

.product-question-section .accordion__content {
    padding: 14px 0 0 0;
    margin: 0;
    color: #212120;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}
/* product accordion section css end*/
/*video list section css start*/
.product-video-list-section {
  background-color: #F8FBFE;
  text-align: center;
  overflow: hidden;
}

.product-video-list-section .section-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0;
    color: #121212;
    margin: 0;
    padding: 0;
}

.product-video-list-section .section-subheading {
 font-size: 16px;
    font-weight: 400;
    color: #24231E;
    line-height: 24px;
    margin: 10px 0 30px;
    padding: 0;
    letter-spacing: 0;
}

/* --- Horizontal Scroll --- */
.product-video-list-section .video-scroll-container {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-video-list-section .video-scroll-container::-webkit-scrollbar {
  display: none;
}

.product-video-list-section .video-scroll {
  display: flex;
  gap: 30px;
  scroll-behavior: smooth;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.product-video-list-section .video-item {
  flex: 0 0 auto;
  width: 287px;
  border-radius: 20px;
  overflow: hidden;
}

.product-video-list-section .video-item:hover {
  transform: translateY(-5px);
}

.product-video-list-section .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-video-list-section .video-wrapper video {
    width: 100%;
    height: 452px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    outline: none;
}

/* --- Play Button Overlay --- */
.product-video-list-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 0.92px solid #FFFFFF80;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}
/*video list section css end*/
/*related product css start*/
.related-product-section .page-custom-art-prints .page-width {
  padding-left: 40px;
  padding-right:40px;
}
.related-product-section .page-custom-art-prints .related-products__heading {
    color: #121212;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.related-product-section .page-custom-art-prints .grid {
    margin: 0;
    padding: 0;
}
/* .related-product-section .page-custom-art-prints .card--media .card__inner .card__content {
    position: relative;
    padding: 0;
} */
.related-product-section .page-custom-art-prints .card--card.card--media>.card__content {
    margin-top: 18px;
    padding: 0 10px;
}
.related-product-section .page-custom-art-prints .card--card.gradient {
    background-color: #ffffff;
}
.related-product-section .page-custom-art-prints .card__information {
  padding:0;
}
.related-product-section .page-custom-art-prints .card__information h3 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #121212;
    letter-spacing: 0;
}
.related-product-section .page-custom-art-prints .card-information {
    text-align: center;
    margin-bottom:18px;
}
.related-product-section .page-custom-art-prints a.full-unstyled-link {
    text-transform: capitalize !important;
}
.related-product-section .page-custom-art-prints .loox-rating .loox-rating-content {
    display: inline-flex;
    align-items: center;
    gap: 3.89px;
    color: #FF9800;
    vertical-align: middle;
    font-size: 12px;
}
.related-product-section .page-custom-art-prints .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 10px;
}
.related-product-section .page-custom-art-prints svg.loox-icon {
    width: 14.67px;
    height: 14px;
    flex-shrink: 0;
}
.related-product-section .page-custom-art-prints .price ,.related-product-section .page-custom-art-prints .price__regular {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    color: #121212;
}
.related-product-section .page-custom-art-prints .price__sale s.price-item.price-item--regular {
    color: #DD1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
}
.related-product-section .page-custom-art-prints .card--card .quick-add {
    margin: 0 0 10px 0;
}
.related-product-section .page-custom-art-prints .quick-add__submit {
    padding: 0;
    margin: 0;
    min-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    color: #121212;
    letter-spacing: 0;
    font-weight: 500;
    background-color: #fff;
    border:1px solid #121212;
}

.related-product-section .page-custom-art-prints .quick-add__submit.button:before ,.related-product-section .page-custom-art-prints .quick-add__submit.button:after {
    box-shadow: none;
}
.related-product-section .page-custom-art-prints .card__inner.ratio {
    align-items: self-start;
}
.related-product-section .page-custom-art-prints .card__inner .card__content {
    justify-content: end;
    grid-template-rows:1fr;
}
.related-product-section .page-custom-art-prints .card__badge .badge {
    border-radius:0;
}  
/* related product css end */
@media screen and (min-width: 990px) {
    .product-custom-art-prints .product__media-wrapper {
        max-width: 50% !important;
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}
@media screen and (min-width: 990px) {
  .product-custom-art-prints .product__info-wrapper {
        max-width: 50% !important;
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)!important;
    }
}
 .product-custom-art-prints .product__info-wrapper .product__title h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 49px;
    letter-spacing: 0;
    color: #121212;
}
.product-custom-art-prints .accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 25px 0;
}
.product-custom-art-prints h2.accordion__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0;
    color: #121212;
        text-transform: capitalize !important;
}
.product .product__accordion .accordion__content {
    padding: 0;
    font-size:14px;
    color: #121212;
}
.product .accordion-icon svg.icon {
    width: 14px;
    height: 14px;
}
.product .accordion-icon svg.icon path {
    fill: #121212;
}
.product .accordion-icon .icon-minus {
  display: none;
}
/* When accordion is open */
.product details[open] .accordion-icon .icon-plus {
  display: none;
}
.product details[open] .accordion-icon .icon-minus {
  display: inline;
}
.product-custom-art-prints .icon-with-text.icon-with-text--horizontal img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.product-custom-art-prints .icon-with-text--horizontal .icon-with-text__item {
    flex-direction: row;
    width: 50%;
    gap: 15px;
}
.product-custom-art-prints .icon-with-text--horizontal .h4 {
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding: 0;
    color: #121212;
}
.product-custom-art-prints .icon-with-text--horizontal .icon_content p {
    margin: 0;
    font-size: 10px;
    padding: 0;
    font-weight: 400;
    line-height: 14px;
    color: #121212;
}
.product-custom-art-prints a.help_message_wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #077EFF;
    text-decoration: none;
    gap: 9px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin:12px 0;
}
.product .button_text_wrap {
    margin: 20px 0;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.product .button_text_wrap a {
    padding: 13px 30px;
    border-radius: 100px;
    text-decoration: none;
    width: 50%;
    box-shadow: 0px 1px 3px 0px #0000001A;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0px;
}
.product-custom-art-prints{
  
}
.product-custom-art-prints .product-form__buttons {
    max-width: 100%;
}
.product-custom-art-prints more-payment-options-link {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    max-width: 100%;
    gap: 10px;
    align-content: center;
}
.product-custom-art-prints .shopify-payment-button__more-options {
    width: auto;
}
.product-custom-art-prints .payment_icon {
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.product-custom-art-prints .payment_icon img {
    max-width: 113px;
    height: 20px;
    object-fit: cover;
    width: 100%;
}
.product-custom-art-prints .loox-rating .loox-rating-content {
    gap: 5px;
    font-size: 14px;
    color: #121212;
}
.product-custom-art-prints svg.loox-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #FF9800;
}
.product-custom-art-prints .shopify-app-block {
    margin: 0 0 10px 0;
}
.product-custom-art-prints .product__text {
    margin-bottom: 0;
    margin: 0;
    font-size: 14px;
    color: #121212;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
}
.discounty-portal{
  display: none;
}
@media (max-width: 1024px) {
  .product-logo-list-section .page-width {
     padding: 0px 50px;
  }
   .product-logo-list-section .whn-heading {
     font-size: 26px;
   }   
   .product-logo-list-section .whn-steps {
    gap: 70px;
   }
   .product-logo-list-section .whn-arrow {
        right: -66px;
   }
   .product-logo-list-section .whn-arrow  svg {
    width: 60px;
    height: 52px;
   }
   .product-logo-list-section .whn-title {
    font-size: 16px;
   } 
   .product-logo-list-section .whn-description {
    font-size: 12px;
   } 
  .product-canvas-images-section .page-width {
      padding: 0 50px;
  } 
    .product-banner-section .banner-content h2
    {
      font-size: 26px;
    }
    .product-canvas-images-section .canvas-features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .product-canvas-images-section img.canvas-feature-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        max-height: 300px;
    }
    .product-canvas-images-section .canvas-features-grid {
      gap: 24.67px;
    }
    .product-canvas-images-section .canvas-heading {
        font-size: 28px;
    }
    .product-canvas-images-section .canvas-feature-content h3 {
      font-size: 16px;
    }
    .product-canvas-images-section .canvas-feature-content p {
      font-size: 12.5px;
    }  
    .product-question-section .common-questions-container.page-width {
        padding: 0 50px;
    }
    .product-question-section .common-questions-left h2 {
     font-size:26px;
    }  
    .product-question-section .accordion__title {
      font-size: 18px;
    }
    .product-question-section .accordion__content {
      font-size: 14px;
    }
    .product-video-list-section .video-scroll {
      gap: 26px;
    }
    .product-video-list-section .video-item {
      width: 260px;
    }
    .product-video-list-section .video-wrapper video {
      height: 442px;
    }
    .product-video-list-section .section-title {
      font-size: 26px;
    }
    .product-video-list-section .section-subheading {
      font-size: 14px;
      margin: 10px 0 26px;
    }
    .related-product-section .page-custom-art-prints .page-width {
      padding-left: 50px;
      padding-right: 50px;
    }
    .product .button_text_wrap a {
      font-size: 16px;
    }
@media (max-width: 749px) {
  .product-custom-art-prints .product__info-wrapper .product__title h1{
    line-height:1.4;
  }
  .product-custom-art-prints .payment_icon{
        margin-top: 20px;
  }
  .product-custom-art-prints .icon-with-text--horizontal .icon-with-text__item{
    width: 100%;
        margin-bottom: 10px;
  }
  .product-logo-list-section .page-width {
    padding: 0 1.5rem;
  }
  .product-logo-list-section .whn-heading {
     font-size: 24px;
   }  
  /* .product-logo-list-section .whn-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 40px;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
  } */
   .product-logo-list-section .whn-arrow {
        right: -80px;
    }

  /* Make arrows appear after every odd step */
  .product-logo-list-section .whn-step:nth-child(odd) .whn-arrow {
    display: flex;
  }

  /* Hide arrows after even steps */
  /* .product-logo-list-section .whn-step:nth-child(even) .whn-arrow {
    display: none;
  } */

  .product-custom-art-prints .icon-with-text--horizontal .h4 {
    font-size: 14px;
  }
  .product-custom-art-prints .icon-with-text--horizontal .icon_content p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
   .product-banner-section .banner-content h2 {
    font-size: 24px;
  }

  /* .product-banner-section .banner-content p {
    font-size: 14px;
  } */
  .product-banner-section .banner-content {
    gap: 14px;
   }
  .product-banner-section .banner-image-wrapper {
    margin-top: 30px;
  }
 .product-banner-section .desktop-image {
    display: none;
  }
 .product-banner-section .mobile-image {
    display: block;
  }
  .product-canvas-images-section .page-width {
    padding: 0 1.5rem;
  }
  .product-canvas-images-section img.canvas-feature-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .product-canvas-images-section .canvas-heading {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .product-canvas-images-section .canvas-features-grid {
    gap: 20.67px;
  }
  .product-canvas-images-section .canvas-feature-content h3 {
    font-size: 14px;
  }  
  .product-canvas-images-section .canvas-feature-content p {
    font-size: 11.5px;
  }  
  .product-question-section .common-questions-container.page-width {
        padding: 0 1.5rem;
    }
  .product-question-section .common-questions-container {
     flex-direction: column;
  }
  .product-question-section .common-questions-left {
    width: 100%;
  }
  .product-question-section .common-questions-right {
    width: 100%;
  }
  .product-question-section .common-questions-left h2 {
      font-size: 24px;
  }
  .product-question-section .common-questions-left h2 {
      margin: 20px 0;
      text-align: center;
  }
  .product-question-section .accordion__title {
    font-size: 14px;
  }
  .product-video-list-section .section-title {
    font-size: 24px;
  }
  .related-product-section .page-custom-art-prints .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .product .button_text_wrap a {
      font-size: 14px;
  }

  .product-logo-list-section .whn-steps, .swiper-wrapper {
    display: block;
  }
  span.loox-rating-label {
    display: block;
    width: 100%;
}
.product-custom-art-prints .loox-rating .loox-rating-content {
  flex-wrap: wrap;
}



}
@media (max-width: 550px) {
.product-logo-list-section .whn-arrow svg {
     width: 48px;
     height: 46px; 
  }
   .product-logo-list-section .whn-arrow {
        right: -50px;
    }
}  