/** Shopify CDN: Minification failed

Line 744:28 Unexpected "{"

**/
/* Monogram on PDP and Quickbuy styles */

.custom-monogram-heading {
  color: #4A4E54;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
  text-transform: uppercase;
}
.custom-monogram-popup-form{
  display: flex;
  align-items: center;
}
.custom-monogram-heading-wrapper{
  display: flex; 
}
.monogram-sml-txt{
  font-size: 12px;
  text-align: left;
  margin-top: 3px;
}
.monogram-med-txt{
  font-size: 12px;
  text-align: left;
}
.custom-monogram-link {
    width: 15px;
    height: 15px;
    border: 1px solid #4A4E54;
    display: flex;
    margin-left: 5px;
    outline: 0!important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-align: center;
    color: #444!important;
    position: relative;
}

  .custom-monogram-popup-form input.error{
    border-color: #ff0000 !important;
  }

.add_monogram{
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 500;
  width: 88px;
  height: 32px;
  color: #fff;
  margin-left: 15px;
  background-color: #D9D9D6;
  border-radius: 32px;
  text-transform: capitalize;
  cursor: auto;
}
.add_monogram.is-active{
  background-color: #4A4E54;
  cursor: pointer;
}
.delete_monogram{
  font-size: 14px;
  margin-left: 15px;
  font-weight: 500;
}
.delete_monogram:hover{
  text-decoration: underline;
}
.monogram__input-field{
  height: 35px;
  text-align: center;
  width: 100px;
  border: 1px solid #4A4E54;
  text-align: center;
}
.monogram__input-field[disabled] {
    background-color: #e8e8e8;
    color: #5e5e5e
}
.custom-monogram-overlay {
  	display: none;
  	position: fixed;
  	z-index: 98;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: rgba(0,0,0,0.5);
}

.custom-monogram-popup {
    display: none;
    position: fixed;
    left: 50%;
    height: auto;
    top: 50%;
    max-height: 600px;
    width: 80%;
    max-width: 800px;
    padding: 0;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 99;
    color: #000;
}
.monogram-close-button {
    width: 180px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-family:var(--typeBasePrimary),var(--typeBaseFallback);
    color: #4A4E54;
    font-size: 14px;
    background-color: #D9D9D9;
    margin: 0;
}
.monogram-close-button p{
      margin: 0;
}
.custom-monogram-popup-close {
  	position: absolute;
  	right: 0;
  	top: 15px;
  	width: 40px;
  	height: 40px;
  	background-repeat: no-repeat;
  	background-image: url(//briggs-riley.co.uk/cdn/shop/t/357/assets/custom-monogram-close.svg?v=120672940530813249071768239729);
  	background-size: 30px;
  	background-position: center;
}
.monogram-left-col-img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(//briggs-riley.co.uk/cdn/shop/t/357/assets/monogram-image-new.jpg?v=21714818323843363091768239734);
  background-size: cover;
  background-position: center;
}
.monogram-right-col {
    display: flex;
    width: 50%;
    padding:50px;
    flex-direction: column;
    justify-content: center;
}
.custom-monogram-popup-inner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}
.monogram-left-col{
  width: 50%;

}
.monogram-left-col img{
  width: 100%;

}
div.monogram-wrap {
    margin: 10px 0 30px;
}

.monogram-error,
.checkout-alert{
  font-size: 13px;
  color: #ff0000;
}
.monogram-error{
  margin-left: 10px
}
.custom-loader-overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.custom-monogram-popup-heading {
    font-size: 16px;
    text-transform: capitalize !important;
    color: #444;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    margin: 0 0 25px;
}

.custom-monogram-popup-content {
  	color: #444444;
  	margin: 0 0 25px;

    text-align: left;
}

.custom-loader {
   	display: none;
    margin-top: -35px;
    margin-left: -35px; 
    font-size: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    border-right: 10px solid rgba(255, 255, 255, 0.8);
    border-bottom: 10px solid rgba(255, 255, 255, 0.8);
    border-left: 10px solid #e57100;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 999;
}

.custom-loader,
.custom-loader:after {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* monogram error message if ATC is clicked but monogram isn't added properly */
.monogram-error-atc-popup {
  color: #E40000;
  border: 1px solid #E40000;
  padding: 16px;
  display: none;
  border-radius: 8px;
  max-width: 440px;
}


@media screen and (max-width: 1000px){
  .custom-monogram-popup{
      width: 90%;
    }
  .monogram-right-col{
    padding: 40px;
  }
}
@media screen and (max-width: 768px){
  .monogram-med-txt,
  .monogram-sml-txt{
    text-align: center;
  }
  .custom-monogram-heading-wrapper,
  .monogram-input-field-wrapper,
  .custom-monogram-popup-form {
    justify-content: center;
  }
  .custom-monogram-popup-inner{
    width: 100vw;
    height: 100vh;
    max-height: unset;
    flex-direction: column;
  }
  .monogram-left-col{
    height: 118vh;
    width: 100%
  }
  .monogram-right-col{
    width: 100%;
    height: 60vh;
  }
  .custom-monogram-popup{
    width: 100%;
    left: 0;
    top: 0;
    max-height: unset;
    width: 100%;
    max-width: unset;
    padding: 0;
    transform: unset;
  }
  .monogram-close-button{
    margin: 0 auto;
    height: 40px;
    width: 150px;
  }
  .custom-monogram-popup-heading,
  .custom-monogram-popup-content {
    text-align: center;
  }
  .custom-monogram-popup-heading{
    font-size: 14px;
    margin: 0 0 5px;
  }
  .custom-monogram-popup-content {
    font-size: 11px;
    margin: 0 0 10px;
  }
  .custom-monogram-popup-close {
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: unset;
  	background-image: url(//briggs-riley.co.uk/cdn/shop/t/357/assets/custom-monogram-close-mobile.svg?v=99680671690628139521768239728);
  }
}

/* END monogram styles */

.color-swatch--with-image
{
  transition: none !important;
  animation: none !important;
}
.grid-product__color-image{
  display: none;
}
.grid-product__color-image.is-active{
  display: block;
  animation-delay: .12s;
  animation: fade-in 1s cubic-bezier(.26,.54,.32,1) 0s forwards;
}





/* BRR-8 PDP Styling */
.product-block {
  margin-bottom: 32px;
}

.product-block .product-single__vendor {
  font-size: 14px;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  letter-spacing: normal;
}

.product-block .product-single__vendor a {
  color: #4A4E54;
}
.product-block .product-single__title {
  font-size: 28px;
  color: #4A4E54;
  font-family:"Montserrat";
  text-transform: capitalize;
  font-weight: 500 !important;
}

.product-block .product__price {
  font-size: 24px;
  color: #4A4E54;
  font-family:"Montserrat";
  font-weight: 500 !important;
}

.product-block label.variant__label, 
.product-block label.variant__label .variant__label-info,
.product-block .product__quantity label {
  letter-spacing: 0.08em;
  line-height: 14.63px;
  font-size: 14px;
  font-weight: 500;
  color: #4A4E54;
}

.product-block input.js-qty__num {
  border-color: #4A4E54;
}

.product-block .add-to-cart {
  background-color: #EE5600;
  color: white;
  border-color: white;
}

.drawer button.btn.cart__checkout {
  background-color: #EE5600
}
/* END BRR-8 */



/* BRR-13 */
.custom-button-primary {
  color: var(--colorPrimaryButtonText);
  background: var(--colorPrimaryButtonBackground);
}

.custom-button-primary:hover {
  color: var(--colorPrimaryButtonTextHover);
  background: var(--colorPrimaryButtonBackgroundHover);
}

.custom-button-secondary {
  color: var(--colorSecondaryButtonText);
  background: var(--colorSecondaryButtonBackground);
}

.custom-button-secondary:hover {
  color: var(--colorSecondaryButtonTextHover);
  background: var(--colorSecondaryButtonBackgroundHover);
}

.custom-button-tertiary {
  color: var(--colorTertiaryButtonText);
  background: var(--colorTertiaryButtonBackground);
}

.custom-button-tertiary:hover {
  color: var(--colorTertiaryButtonTextHover);
  background: var(--colorTertiaryButtonBackgroundHover);
}
/* End BRR-13 */

@media screen and (max-width: 768px){
  .product-single__sku,
  div[data-product-blocks] > p {
    text-align: left;
    padding-left: 16px;
  }
}

/* Yotpo reviews v3 widget styling - PDP */
.product-block.product-block--header {
    margin-bottom: 0; /*reduces margin under title so Yotpo stars load closer to title*/ 
  }
.yotpo-reviews-pagination-container .yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
  height: 27px;
  line-height: 20px;
}
.yotpo.bottomLine.yotpo-small {
  margin-bottom: 32px;
}
.yotpo .text-m {
  color: #000 !important;
}
@media screen and (max-width: 768px)
{
  
  .yotpo .standalone-bottomline{
    display: flex;
    justify-content: center;
  }
}



.footer__item--ab7edb94-d6bf-4dc5-a7d5-61b446561454 img {
  max-width: 88px !important;
  object-fit: contain;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer__item--ab7edb94-d6bf-4dc5-a7d5-61b446561454 img {
    max-width: 88px !important;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .yotpo-header-container > .yotpo-layout-header-wrapper {
      flex-direction: column !important;
  }
}

.footer__item-padding .footer_custom_images .image-wrap {
  padding: 0 !important;
  height: auto !important;
}
.footer__item-padding .footer_custom_images img {
  max-width: 120px !important;
  width: 100%;
  object-fit: contain;
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 961px){
  .site-footer .grid{
    display: flex;

  }
  .site-footer .grid .grid__item {
  width: 25%  
  }
}

@media only screen and (max-width: 960px) {
  .footer__item-padding .footer_custom_images {
    display: flex;
    align-items: center;
  }
  .custom_block_grid_item {
    
    display: flex;
    justify-content: center;
  }
}


.site-footer .social-icons{
  display: flex;
  justify-content: space-around;
  max-width: 200px;
}
.site-footer .social-icons{
  max-width: 200px;
  min-width: 150px;
}
.site-footer .social-icons .icon{
  fill: #fff !important;
}
.site-footer .social-icons li {
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .footer__item-padding .footer_custom_images img {
    max-width: 80px !important
  }
  .site-footer .social-icons{
    width: 30%;
  }
}

/* Home page section only -  custom pull quotes section styles */
.hp-pull .logo-pull-cont{
  display: flex;
  align-items: center;
  padding: 0 15px 0 10px;
  justify-content: center;
}
.hp-pull .logo-pull-cont .hero__link{
  margin: 0 48px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.hp-pull .hero__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__text-wrap .hero__link .btn {
  font-size: 16px;
}
.hero__text-content .h2.hero__title{
  letter-spacing: .08em;
  font-weight: 500;
}
.star-header-wrapper {
    width: 100%;
    text-align: center;
}
.hp-pull .hero__text-content{

    padding: 0 16px 46px;
    }
.hp-pull .hero__link-logo-wrap {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.hp-pull.pull-quote-index-section--hero{
  margin: 0 auto;

}
.hp-pull .hero__subtitle{
  margin-top: 0 !important;
}
.hp-pull .custom-quotes-hero__subtitle{
  margin-bottom: 5px;
}
.hp-pull .hide-mobile .custom-quotes-hero__subtitle,
.hp-pull .hide-mobile .animation-cropper{
  height: 100%;
}
.hp-pull .hide-mobile .hero__text-content .hero__link{
  margin: 0;
}
.hp-pull .hide-mobile .animation-contents{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hp-pull .animation-contents p {
  margin-bottom: 24px;
}
.hp-pull .hero .flickity-button{
  background-color: transparent !important;
  box-shadow: none !important;
}
.hp-pull .hero[data-arrows=true] .flickity-previous{
  right: unset !important;
  left: 10px !important;
}
.hp-pull .hero[data-arrows=true] .flickity-next {
  right: 10px !important;
}
.hp-pull .star-container svg{
  margin: 0 ;
  margin-left: -4px
}

.hp-pull  .star-container {
  margin-right: 6px;
}
.hp-pull .hide-mobile .custom-quotes-hero__subtitle.is-active  {
  opacity: 1;
}
.hp-pull .hide-mobile .custom-quotes-hero__subtitle   {
  opacity: .5;
}
.hp-pull .slide-reviews {
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.04em;
  margin: 0;
  font-size: 20px;
  padding-top: 3px
}

.hp-pull .flickity-prev-next-button{
    top: unset !important;
    bottom: 50% !important;
    transform: translateY(50%) !important;
}
.hero__subtitle {
    font-size: 1em;
}
@media screen and (max-width: 768px){
  .hp-pull .logo-pull-cont .hero__link{
    margin: 0 32px;
  }
  .hp-pull .hero__text-wrap {
    justify-content: flex-start 
  }

  .hp-pull .hero__text-wrap {
    padding-top: 16px;
  }
  .hp-pull .hero__link-logo-wrap,
  .hp-pull img {
    height: 40px !important;
  }
}
@media screen and (max-width: 600px){
  .hp-pull .logo-pull-cont .hero__link{
    margin: 0 16px;
  }
}
@media screen and (max-width: 500px){
  .hp-pull .hero__link-logo-wrap {
    min-height: 20px;
    flex-direction: column;
  }

  .hp-pull .logo-pull-cont .hero__link{
    margin: 0px;
  }

}

/* custom pull quotes section styles */
.hero__link-logo-wrap{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.custom-quotes-hero__subtitle{
  margin-bottom: 15px;
}
.template-product .hero__text-shadow:before {
  display: none;
}
.pull-quote-index-section--hero{
  margin: 50px auto;
}
.template-product .hero__link-logo-wrap {
    opacity: 1;
}


/* Product Features and Icons on PDP */
.product-features-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0 20px 0;
}
.product-featured-icon-wrapper {
  display: flex;
    margin: 0 0 40px 8px;
}
.product-featured-icon-text {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  color: var(--colorTextBody);
  margin-left: 4px;
}
.product-featured-icon-img {
  width: 40px;
  height: 40px;
} 
.product-featured-icon-img img{
  min-width: 40px 
}
@media screen and (max-width: 500px){

.product-features-container{
  grid-template-columns: 1fr 1fr;
}
  .product-featured-icon-img img{
    min-width: 27px 
  }
}


/* collection descriptions */
.coll-desc{
  text-align: center;
  padding: 50px;
}
.coll-sizing-content h3, 
.coll-meta-desc-wrapper h3{
  line-height: 1.5em;
  font-weight: 600;
}
.coll-sizing-content h4,
.coll-meta-desc-wrapper h4, {
  margin-top: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.coll-meta-desc-wrapper,
.coll-sizing-desc-wrapper {
  width: 50%;
  padding: 100px;
  display: flex;
  align-items: center;
}
.coll-meta-desc,
.coll-sizing-desc{
  text-align: left;
  width: 100%;
  line-height: 24px;
  position:relative;
}
.coll-meta-desc h4,
.coll-sizing-desc h4{
  text-transform: none !important;

}
.coll-meta-desc a, .coll-sizing-desc a:not(.sizing-section-button) {
  color: #EE5600;
}
.coll-meta-img-link,
.coll-sizing-img-link{
  width: 100%;
  height: 100%;
  position: relative
}
.sizing-section-button--overlay{
  background: #fff;
}
.sizing-section-button.btn.custom-button-primary {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.sizing-section-button p{
  margin: 0;
  font-size: 13px;
}
.sizing-section-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px;
  text-align: center;
  line-height: 24px;
}
.sizing-section-overlay.align-txt-top{
  justify-content: flex-start;
    padding-top: 10%;
}
.sizing-section-overlay.align-txt-center{
  justify-content: center
}
.sizing-section-overlay.align-txt-bottom{
  justify-content: flex-end;
    padding-bottom: 10%;
}

.sizing-section-overlay p.sizing-section-overlay-text {
  font-weight: 700;
  font-size: 14px;
}
.coll-meta-img-wrapper,
.coll-sizing-img-wrapper{
  width: 50%;
  height: auto;
  min-height: 500px;
  display: flex;
}
.coll-meta-img,
.coll-sizing-img{
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.coll-sizing-img img,
.coll-meta-img img{
  height: 100%;
  width: auto;
}
.coll-addtnl-content{
  margin: 60px auto 0 auto;
}

.coll-addtnl-content,
.coll-sizing-content {
  width: 100%;
  min-height: 700px;
  display: flex;
  position: relative;
}
.coll-addtnl-content h5, 
.coll-addtnl-content h6,
.coll-sizing-content h5, 
.coll-sizing-content h6 {
  text-transform: none!important;
  letter-spacing: unset!important;
  font-size: 1.1em;
  margin: 15px 0 2px 0;
  color: #000 !important;
}
.coll-addtnl-content h5,
.coll-sizing-content h5{
  font-weight: normal !important;
}

.coll-sizing-content.pos-right{
  flex-direction: row-reverse;
}
.coll-sizing-content.pos-left{
 flex-direction: row;
}
@media screen and (max-width: 1200px){
  .coll-meta-desc-wrapper,
  .coll-sizing-desc-wrapper,
  .sizing-section-overlay{
    padding: 70px
  }
}
@media screen and (max-width: 768px){
  .coll-desc,
  .coll-meta-desc {
    padding: 30px;
  }
  .coll-addtnl-content,
  .coll-sizing-content.pos-right,
  .coll-sizing-content.pos-left  {
    flex-direction: column-reverse;
  }
  .coll-meta-img-wrapper,
  .coll-meta-desc-wrapper,
  .coll-sizing-img-wrapper,
  .coll-sizing-desc-wrapper {
    width: 100%;
    position: relative;
  }
  .coll-meta-desc,
  .coll-sizing-desc{
    width: 100%;
    padding: 30px 10px;
  }
  .coll-meta-desc-wrapper,
  .coll-sizing-desc-wrapper,
  .sizing-section-overlay{
    padding: 40px
  }
  .custom-text-img-wrap .subheading,
  h2.section-header__subheading {
    font-size: 18px !important;
  }
  .custom-text-img-wrap .h2,
  .newsletter-section__content h3.h3,
  .newsletter-section__content .h3 {
    font-size: 24px !important;
    letter-spacing: .08em;
    font-weight: 500;
  }
  .custom-text-img-wrap p{
    font-size: 16px !important;
  }
  .newsletter-section__content p:not(.h2){
    font-size: 16px !important;
  }
}


.custom-hero-slideshow .slideshow-wrapper .hero__title{
  font-size: 40px;
  letter-spacing: .08em;
  text-transform: capitalize;
  font-weight: 500;
}

.custom-hero-slideshow:first-child .slideshow-wrapper .hero__title:first-child{
  font-size: 48px ;
  text-transform: uppercase;
}
.custom-hero-slideshow:first-child  .slideshow-wrapper .hero__title {
  margin-bottom: 32px;
}

.custom-hero-slideshow .slideshow-wrapper .hero__subtitle {
  font-size: 24px;
  max-width: 720px;
  padding-top: 8px;
  letter-spacing: .02em;
  text-transform: capitalize;
  font-weight: 400;
  padding-bottom: 16px;
  margin: 0 auto;
}
.custom-hero-slideshow .slideshow-wrapper {
  margin: 0;
}
@media screen and (max-width: 768px){
  /* Hero slideshow headline */
  .custom-hero-slideshow:first-child .slideshow-wrapper .hero__title:first-child{
    font-size: 32px ;
  }
  .custom-hero-slideshow .slideshow-wrapper .hero__title{
    font-size: 24px ;
    line-height: 1.3em;
  }
  .hero__text-wrap .hero__link .btn {
    font-size: 12px !important;
  }
   .hero__text-content.vertical-center.horizontal-center {
    padding: 32px 16px !important;
  }
}


.index-section.featured-collections-sec .collection-item__title span{
  letter-spacing: 0.08em !important;
}
.index-section.featured-collections-sec{
  padding-top: 16px;
}
.index-section.featured-collections-sec .collection-item__title{
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: 500;
}

.index-section.featured-collections-sec .collection-item__title svg{
  margin-left: 5px;
  padding-top: 4px;
}
.featured-collections-sec .section-header__subheading{
  font-size: 24px; 
  letter-spacing: .02em;
  text-transform: none; 
  text-align: center;
  margin-bottom: 36px;
}
.featured-collections-sec .section-header{
  margin-bottom: 15px;
}
.featured-collections-sec .section-header__title {
    font-size: 24px;
}
.featured-collections-sec .section-header__title{
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  font-size: 40px;
  letter-spacing: .08em;
  text-transform: capitalize;
}
 .hero__text-content.vertical-center.horizontal-center {
    padding: 8px 32px 0 32px !important;
}
@media screen and (max-width: 1000px){
   .hero__text-content.vertical-center.horizontal-center {
    padding: 8px 16px 0 16px !important;
  }
}
@media screen and (max-width: 768px){
  .video-with-text--txt-col{
    padding: 0;
  }
  .featured-collections-sec .section-header__subheading
  {
    font-size: 18px !important;
  }
  .featured-collections-sec .section-header__title{
    font-size: 24px !important;
  }
  .index-section .collection-item__title{
    font-size: 16px !important;
  }
  .custom-hero-slideshow .slideshow-wrapper .hero__subtitle{
    font-size: 18px !important;
  }
}
.video-with-text .hero__text-content {
    max-width: 600px;
    
}



div[data-section-type="collection-grid"] .section-header__subheading{
  text-align: center;
  letter-spacing: .02em;
  text-transform: none;
  font-size: 24px;
}
.featured-collection-sec{
  padding-top: 36px;
}
.featured-collection-sec h2{
  font-size: 40px; 
  margin-bottom: 15px; 
  text-align: center;
  letter-spacing: .08em;
  font-weight: 500;
  text-transform: capitalize 
}
@media screen and (max-width: 678px){
  .featured-collection-sec h2{
    font-size: 24px;
  }
  div[data-section-type=collection-grid] .section-header__subheading{
    font-size: 18px; 

  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.featured-collection-sec .grid-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.featured-collection-sec .grid-overflow-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media screen and (max-width: 768px){
  
  .hotspots__content .grid-product__meta,
  .hotspots__content .grid-product__colors{
    width: 80% !important;
  }
  .hotspots__content .grid-product__colors{
    padding-left: 8px !important;
    margin: 0 auto !important;
  }

}

.newsletter-section__content p:not(.h2) {
    font-size: 20px;
}
.newsletter-section__content p.h2{
  font-size: 32px;
}
.newsletter-container .newsletter-section__content h2{
  font-size: 32px !important;
}
.newsletter-section__content h3.h3,
.newsletter-section__content .h3 {
    font-size: 40px;
}

.custom-text-img-wrap .subheading{
  letter-spacing: .08em;
}

.custom-text-img-wrap .subheading {
    letter-spacing: .08em;
    font-size: 24px;
}
.custom-text-img-wrap .h1{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
.custom-text-img-wrap  p:last-child{
  margin-bottom: 16px;
}
.custom-text-img-wrap .h2 {
    font-size: 40px;
}

p a, p span a {
  font-weight: 600;
  text-decoration: underline;
  color: #ee5600;
}


.megamenu__collection-image.metafield {
  display: block;
}
.megamenu>div>div.grid>.medium-up--one-fifth.metafield-img-col{
  max-height: 80%;
  height: fit-content;
}

.megamenu > div > div.grid > .grid__item.metafield-img-col img {
  height: 100%;
}

.megamenu__collection-image {
  display: none;
}
  .megamenu .grid__item{
    padding-left: 5px;
  }

/* font weight global class */
.font-bold{
  font-weight: 800;
}
/* Custom button colors for search predictive "view more" button and search icon on search results page */
#search-bar-icon,
#PredictiveWrapper button.btn{
  background: #EE5600;
}
/* Photoswipe */
.pswp__item:hover {
    cursor: zoom-in;
}
/*  START ZOOM IMAGE CSS   */
	.product-main-slide::before {
		display: none;
	}
@media only screen and (max-width: 640px) {
  .product-main-slide {
    position: relative;
  }

  /* .product-main-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    display: block
  } */
}
/* END ZOOM IMAGE CSS PDP   */

/* CSS to correct link coloring on blog pages as well as other random spots where issue is present */

.template-article .article a {
  color: #EE5600;
  text-decoration: none !important;
  border-bottom: none !important;
}
.template-page .custom-text-img-wrap a {
  text-decoration: none !important;
  border-bottom: none !important;
}
/* Hides mobile social icons on mobile menu  */
.mobile-nav__social {
  display: none;
}

/* Darkens background of blog header image   */
.collection-hero__content::before {
  background-color: #000 !important;
  opacity: .3  !important;
}

.store-locator__icon {
  position: relative;
  top: 2px;
}


 /* Cart upsell CSS   */
.cart-upsell-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.cart-upsell-grid {
    min-height: 300px;
    width: 100px;
  }
  .cart-upsell-container .section-header__title{
    text-align: center;
  }
  .cart-upsell-grid button span {
      display: block;
      padding: 8px;
      pointer-events: none;   
  }
  .cart-upsell-wrapper .swiper-slide{
    width: 100%;
    flex-shrink: 0;
    transition: none;
  }
  .cart-upsell-wrapper .swiper-slide button {
    font-size: 10px !important;
    padding: 5px !important;
    margin-top: 8px;
  }
  .cart-upsell-container .swiper-button-next::after, 
  .cart-upsell-container .swiper-rtl .swiper-button-prev::after,
  .cart-upsell-container .swiper-button-prev::after, 
  .cart-upsell-container .swiper-rtl .swiper-button-next::after { 
    display: none !important;
  }
  .cart-upsell-container .section-header__title {
    font-size: 24px !important;
    margin-bottom: 32px;
  }
  .cart-upsell-container .grid-product__title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .cart-upsell-container .swiper-pagination {
    margin-top: 16px !important;
    bottom: -16px !important;
  }
  .cart-upsell-container .swiper-pagination-bullet-active {
    background: #000 !important;
  }
  .cart-upsell-container .product-block .add-to-cart {
  background-color: #FFF;
  color: #000;
  border-color: #000;
  transition: unset !important;
}

.cart-upsell-container .product-block .add-to-cart:hover {
  color: #fff;
  background-color: #4A4E54 ;
}
.cart-upsell-container .grid-product__colors{
  margin-bottom: 8px;
}
.cart-upsell-container .swiper-button-next, 
.cart-upsell-container .swiper-button-prev{
  max-width: 20px;
  color: #4A4E54 !important;
}
.cart-upsell-container .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,-18px) !important;
  left: auto;
}
.cart-upsell-container .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,-18px) !important;
  right: auto;
}

.cart-upsell-container .swiper-pagination {
  pointer-events: all !important;
}
.drawer__scrollable{ /* Pushes the cart upsell div to the bottom of the mini cart container */
  justify-content: space-between
}
@media screen and (max-width: 768px){

  .cart-upsell-container .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,-36px) !important;
    left: auto;
  }
  .cart-upsell-container .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,-36px) !important;
    right: auto;
  }
  .cart-upsell-container {
    position: relative;
    max-width: 80%;
  }
}




/* Mini cart monogram input styles  */

.mg-mini-input-wrapper .mg-mini-update {
  display: none;
}
.mg-mini-input-wrapper.editing .mg-mini-update {
  display: block;
}
.mg-mini-input-wrapper.editing .mg-mini-edit{
  display: none;
}
.mg-mini-container{
  display: flex;
  flex-direction: column;

}
.mg-mini-container > p{
  margin: 0 !important;
}
.mg-mini-container .mg-mini-input-wrapper{
  margin-bottom: 8px
}
.mg-mini-details{
  display: flex;
  max-width: 90px;
  margin: 8px 0 0 0 ;
  justify-content: space-between;
  align-items: center;
}

/* .mg-mini-delete, 
.mg-mini-update,
.mg-mini-edit {
  display: none;
} */
.mg-mini-delete, 
.mg-mini-update,
.mg-mini-edit, 
.mg-mini-add {
  width: 48px;
  font-size: .7em;
  text-align: center;
  margin: 0;
}
.mg-mini-delete:hover, 
.mg-mini-edit:hover,
.mg-mini-update:hover,
.mg-mini-add:hover {
  text-decoration: underline;
  cursor: pointer;

}
/* .mg-mini-prop-y .mg-mini-add{
  display: block;
} */
/* .mg-mini-prop-y .mg-mini-update,
.mg-mini-prop-y .mg-mini-delete, 
.mg-mini-prop-y .mg-mini-edit{
  display: none;
} */
.mg-mini-header{
  font-size: calc(var(--typeBaseSize)*.85);
  font-weight: bold;
}
.mg-mini-input-wrapper{
  display: flex;
}
.mg-mini-input{
  margin-right: 8px;
  height: 35px;
  text-align: center;
  width: 100px;
  border: 1px solid #4A4E54;
  text-align: center;
}
.mg-mini-input[disabled]{
  color: #5e5e5e;
  background-color: #e8e8e8;
}
#error-msg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.template-collection .section-header__title{
  font-weight: 600;
  text-transform: capitalize !important;
}
.coll-desc {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 785px) {
  .coll-desc {
    padding-top: 32px;
    padding-left: 16%;
    padding-right: 16%;
  }
}
.coll-desc div{
  font-weight: 500;
  max-width: 800px;
}

/* Custom fonts ACDC  */
.font-accent{
  font-style: italic;
  font-family:var(--typeBaseAccent);
  text-transform:none;
  line-height: 1.4;
}
.font-accent--weight{
  font-weight:var(--colorAccentFontWeight);
}
.font-accent--color{
  color:var(--colorAccentFontColor);
}
/* Custom fonts  */

.add-to-cart.disabled,
button[disabled].add-to-cart{
  background: var(--colorBtnPrimaryLight) !important;
  opacity: .3
}
.template-product .product__main-photos > .product__thumb-arrow.duplicate {
  height: 14px !important;
  width: 14px !important;
  opacity: 1 !important; 
}
.template-product .product__thumb-arrow.duplicate .center {
  position: relative;
  width: 14px !important;
  height: 14px !important;
}
.product__thumb-arrow .icon {
   width: 5px !important
}
.template-product .product__main-photos>.product__thumb-arrow--next{
  right: 11px !important;
}
.template-product .product__main-photos>.product__thumb-arrow--prev{
  left: 11px !important;
}


@media screen and (max-width: 768px){

  .announcement-bar  .flickity-prev-next-button{
    background-color: transparent !important
  }
  .announcement-bar .page-width.page-width-full{
    padding: 0;
  }
  #AnnouncementSlider .flickity-viewport { 
    position: relative;
   /* margin: 0 10% ;  */
  }
  #AnnouncementSlider .flickity-slider{
    width: 100%;
  }
  .announcement-slider .announcement-slider__slide { 
        padding: 0 3%;
    }
    .announcement-bar .flickity-previous{
      left: 4px;
    }
     .announcement-bar .flickity-next{
      right: 4px;
    }
}

@media screen and (max-width: 1180px) {
.ss_range_pricing{
  flex-direction: row !important
}
}