/** Shopify CDN: Minification failed

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

**/
.site-nav__dropdown {
    max-height: 80vh;
    overflow-y: scroll;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx)  and (min-width: 400px) { 

/* Small screen, retina, stuff to override above media query */
.artist-about-content{
  float:none;
  width: 100%;
}
.artist-about-paintings {
  float: none;
  width: 100%;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 

.artist-about-content{
  float: left;
  width: 50%;
  text-align: justify;
  margin-left: -85px;

}
.artist-about-paintings {
  float: right;
  width: 50%;
  text-align: center;
  margin-right: -163px;

}

}
.rvp-image-wrap img{
  opacity: 1 !important;
  margin: 0 auto;
}
.rvp-section-wrap .add-to-cart{
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    background-color: #7d0a1d;
}
a.rvp-product-title{
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.drawer{
  background-color: #7D0A1D;
  color: #ffffff; 
}

.template-product .product-single__meta, .product-single__meta .rte  {
text-align: center !important;
}
.template-product .product-single__description {
text-align: left !important;
}

     .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Code for Product Details tab group */
  .tabs li {
    padding: 5px;
    display: inline-block; /* Ensure list items are inline */
  }

  .tabs li a {
    display: block; /* Ensure links take up full height of their container */
    padding: 10px 20px; /* Adjust padding for better spacing */
    text-decoration: none; /* Remove underline from links */
    background-color: #7D0A1D; /* Background color for tabs */
    border-radius: 5px; /* Rounded corners for tabs */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }

  .tabs li a:hover,
  .tabs li a.active {
    color: #ffffff !important;
    background-color: #F7CB1E; /* Change background color on hover and active state */
  }
/* End of tab group styling on Product Details Pages */

.quantity_selector { display: none; }


/* SE - 21 May '25 */
.template-collection:has(.grid-product__content:hover) .grid-product__secondary-image {
  z-index: 1;  
}

/* SE - 22 May '25 */
.pagination__list {
  display: none;
}

.template-collection #CollectionAjaxContent .collection-grid__wrapper .grid .grid-product {
  animation: seSlideIn 1.00s cubic-bezier(0, 0, .3, 1) forwards;
}

@keyframes seSlideIn {
  0% {
    transform: translateY(2rem);
    opacity: .01;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* SE - 26 May '25 */
.infinite_next a.pagination__item {
  display: block;
}

.seCollectionLoader {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 20px 0;
}

.seSpinner {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: text-bottom;
  border: 0.25em solid rgba(0, 0, 0, 0.1);
  border-left-color: #7d0a1d;
  border-radius: 50%;
  animation: seSpin 0.50s linear infinite;
}

.seSpinner.sm {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

.seSpinner.lg {
  width: 3.25rem;
  height: 3.25rem;
  border-width: 0.4em;
}

@keyframes seSpin {
  100% {
    transform: rotate(360deg);
  }
}

.mz-expanded-view-open:has(.template-collection), 
.mz-expanded-view-open:has(.template-collection) body {
  overflow-y: auto !important;
}

/* ==================== TARGET SHOP PAY BUTTON ==================== */

/* Specifically target Shop Pay button */
.shopify-payment-button__button--shop-pay {
  max-width: 200px;  /* Customize the width for Shop Pay */
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 14px;  /* Adjust padding for a more compact look */
}

/* Optional: Reduce padding for a tighter button appearance */
.shopify-payment-button__button--shop-pay span {
  font-size: 0.9rem;  /* Adjust font size for better fit */
}

/* ==================== RESPONSIVE BREAKPOINTS ==================== */

/* For tablets (screen width <= 768px) */
@media screen and (max-width: 768px) {
  .shopify-payment-button__button--shop-pay {
    max-width: 180px; /* Smaller width on tablets */
    padding: 8px 12px;
  }
}

/* For small mobile devices (screen width <= 480px) */
@media screen and (max-width: 480px) {
  .shopify-payment-button__button--shop-pay {
    max-width: 160px; /* Even smaller width on mobile */
    padding: 6px 10px;
  }
}

/* SE - 24 June '25 */
.se-shop-pay-btn-container {
  width: 100%;
}

.product-block .nibble-button {
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .se-shop-pay-btn-container {
    width: 50%;
    display: block;
    margin: auto;
  }

  .product-block nibble-button {
    width: 50%;
    display: block;
    margin: auto;
    max-width: 50% !important;
  }
}

/*.grid__image-ratio--square:before {
  padding-bottom: 120% !important;
}

.grid-product__image-mask .MagicZoom figure img {
  object-fit: cover !important;
}*/

/*.grid__image-ratio--square:before {
  padding-bottom: unset !important;
}

.grid-product__image-mask .MagicZoom, 
.grid-product__image-mask .MagicZoom figure {
  position: unset !important;
  width: unset !important;
  height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-product__image-mask .MagicZoom figure:empty {
  display: none;
}*/

.page-content--product .product-block button[name="add"] {
  background-color: #25be38 !important;
  color: #FFFFFF !important;
  transition: .1s;
  margin-bottom: .75rem !important;
}

.page-content--product .product-block button[name="add"]:hover {
  background-color: #FFFFFF !important;
  color: #25be38 !important;
}

.product-block .payment-buttons .shopify-payment-terms {
  margin-bottom: 0;
}

.product-block--price .product__price, 
.product-block--price .product__price-savings {
  font-size: 18px;
}

.product-block--price .product__policies {
  font-size: 20px;
}

.custom-buttons-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  gap: 6%;
}

.custom-button {
  background-color: #7D0A1D;
  color: #FCF9DD;
  padding: 10px 30px;
  text-decoration: none;
  border: 3px solid #F7CB1E;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-button:hover {
  background-color: #ffffff;
  color: #7D0A1D;
  border: 4px solid #7D0A1D;
  box-shadow: 0 0 10px #7D0A1D;
  transform: translateY(-2px);
}

@media screen and (max-width: 600px) {
  .custom-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

  .image-container {
  height: 675px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.product-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Optional wrapper if you want to control max image size */
.product-card-image-wrapper {
  max-width: 100%;
  max-height: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Subtle brightness + SVG-based sharpening */
.sharp-vibrant-img {
  filter: brightness(1.1) contrast(1.05) saturate(1.05) url(#sharpness);
  image-rendering: auto;
  display: block;
  width: 100%;
  height: auto;
}

.collection-description {
  margin: 30px auto;      
  max-width: 800px;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

/* This is to make the word "Print" bigger in Collection view */
.testing a {
  font-size: 1.3em; /* Adjust font size as needed */
  margin-top: 0.2em; /* Adjust spacing to move closer to description */
  display: inline-block; /* Ensures margin works properly */
}

/* For sizing Vendor, description, Titles and Price in Collections and Product Details. */

.grid-product__title {
    color: #7D0A1D;
    font-weight: bold;
    font-size: 1.3em !important;
}
/*Increase or decreaese Product Details Title size */
.product-single__title {
  font-size: 2.5rem;
}

/* Collection Vendor sizing */
.grid-product__vendor {
  font-size: 1em;
}

/* Collection Price Styling */
.template-collection .grid-product__price {
  font-size: 1.3em;
  color: #25be38;
  font-weight: bold;
}

/* Product Details Price Styling */
.template-product .trans-money {
  font-size: 1.7em;
  color:  #25be38;
  font-weight: bold;
}

/* Increase vendor text size in Product Details */
.product-single__vendor {
  font-size: 16px;
}

/* Increase "more payment options" text size on Product Detail Pages */
#more-payment-options-link, .shopify-payment-button__more-options {
  font-size: 18px !important; /* Adjust size as needed */
  padding-bottom: 30px;
  font-weight: bold;
  color: #25be38;
}

/* === Add vertical spacing between all sections on the homepage === */
.index-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* === Optional: Add extra spacing above Email Signup form === */
.index-section .newsletter {
  padding-top: 80px;
}

/* === Optional: Add more spacing below HTML blocks or custom content === */
.index-section .rte,
.index-section .custom-content,
.index-section .image-with-text {
  margin-bottom: 70px;
}

/* TAA - remove underline only from standalone Contact Us nav link */
.site-navigation > .site-nav__item:not(.site-nav--has-dropdown) > a[href="/pages/contact-us"] {
  text-decoration: none !important;
}

.site-navigation > .site-nav__item:not(.site-nav--has-dropdown) > a[href="/pages/contact-us"]::before,
.site-navigation > .site-nav__item:not(.site-nav--has-dropdown) > a[href="/pages/contact-us"]::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

/* Match safe content imagery to Collection thumbnail optimization. */
.hero__image,
.hero__image.homepage-img,
.custom__item-inner--image img,
.newsletter-section__image img,
.promo-grid__bg-image,
.text-column__grid img,
.collection-image img,
.feature-row__image,
.footer__collapsible img,
.rte img,
.product-image-main img,
.product__thumb img,
.MagicZoomPlus > .mz-figure > img,
.mz-lens img,
.mz-zoom-window img {
  filter: brightness(1.1) contrast(1.05) saturate(1.05) url(#sharpness);
  image-rendering: auto;
}

/* Match immediate fullscreen slideshow images to Collection thumbnail optimization. */
.mz-expand .mz-image-stage .mz-figure > img {
  filter: brightness(1.1) contrast(1.05) saturate(1.05) url(#sharpness);
  image-rendering: auto;
}

/* TAA - widen desktop main menu link spacing by 20%. */
@media screen and (min-width: 960px) {
  .site-navigation > .site-nav__item > .site-nav__link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* XO Gallery already matches on desktop; reduce enhancement 25% on mobile. */
@media screen and (max-width: 768px) {
  .shopify-app-block .xo-gallery .xo-grid-item .imagebox__media img {
    filter: brightness(1.075) contrast(1.0375) saturate(1.0375) url(#sharpness);
    image-rendering: auto;
  }
  
 /* Keep header girl/Home logo unfiltered while preserving sizing behavior. 
.site-header__logo-link img {
  filter: none !important;
  image-rendering: auto;
}*/

