/** Shopify CDN: Minification failed

Line 758:28 Unexpected "{"

**/
/* Ensure mini cart renders higher z-index value than Chat widget  */
#CartDrawer { 
    z-index: 10000001;
}

/* 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;
  margin-bottom: 0px;
}
.monogram-med-txt{
  font-size: 12px;
  text-align: left;
}
.custom-monogram-link {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    display: flex;
    margin-left: 5px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-align: center;
    color: black!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(//www.briggs-riley.com/cdn/shop/t/1047/assets/custom-monogram-close.svg?v=120672940530813249071756321380);
  	background-size: 30px;
  	background-position: center;
}
.monogram-left-col-img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(//www.briggs-riley.com/cdn/shop/t/1047/assets/monogram-image-new.jpg?v=21714818323843363091756321392);
  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(//www.briggs-riley.com/cdn/shop/t/1047/assets/custom-monogram-close-mobile.svg?v=99680671690628139521756321380);
  }
}

/* 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-attn{
  color: var(--colorPrimaryButtonText);
  background: var(--colorPrimaryButtonBackground);
  width: 100%;
  padding: 13px 20px;
}

.custom-button-attn:hover{
  color: var(--colorPrimaryButtonTextHover);
  background: var(--colorPrimaryButtonBackgroundHover);
}
.klaviyo-BIS{
  min-height: 50px;
}
.custom-button-attn button,
.klaviyo-BIS
{
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-size: calc(var(--typeBaseSize) - 4px);
  font-size: max(calc(var(--typeBaseSize) - 4px), 13px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.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 */
.yotpo-reviews-pagination-container .yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
  height: 27px;
  line-height: 20px;
}

.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: 16px 8px 0 8px;
  }
  .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):not(.text-signup-disclaimer){
    font-size: 16px !important;
  } 
}
.newsletter-section{
  padding: 0 0 35px 0 !important;
}
.newsletter-section     .form__submit--large {
  white-space: nowrap;
} 

.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 ;
  }
  .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;
  }
}
.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;
}



.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;
}

.pswp__item:hover {
    cursor: zoom-in;
}

	.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
  }
}


/* 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;
}

.mobile-nav__social {
  display: none;
}


.collection-hero__content::before {
  background-color: #000 !important;
  opacity: .3  !important;
}

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



.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 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;
}

p a, p span a {
  text-decoration: underline; 
  font-weight: 600;
  color: #ee5600;
}
.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%;
    padding-bottom: 16px;
  }
}

.coll-desc div{
  font-weight: 500;
  max-width: 800px;
}


/* OBX Partner Bottom of Category Styles */
.shopify-section{
  clear: both;
}
.obx p a:not(.btn),
.obx li a:not(.btn){
  color: #EE5600;
}
.obx.product-listing-section,
.obx.video-section,
.obx.faq-section,
.obx.column-section,
.obx.standard-section{
  margin: 100px 0;
}
.obx .section-header{
  text-align: center;
  margin: 0;
}
.obx.product-listing-section .section-header{
  margin-bottom: 60px;
}
.obx.product-listing-section .section-content > :first-child{
  margin-top: 0;
}
.obx.product-listing-section .section-content > :last-child{
  margin-bottom: 0;
}
.obx.product-listing-section .section-content{
  margin: 0 auto 30px;
  max-width: 1050px;
}
.obx.faq-section .section-header{
  text-align: left;
}
.obx.column-section .section-header{
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.obx .heading{
  font: 500 40px/40px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  text-transform: unset !important;
  margin: 0 0 20px;
}
.obx .btn.orange-btn{
  background-color: #EE5600;
  color: #fff;
}
.obx.product-listing-section .heading{
  margin: 0 0 30px;
}
.obx.product-listing-section .product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 22px;
  row-gap: 30px;
}
.obx.product-listing-section .grid__item.grid-product{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.obx.video-section .heading,
.obx.video-section .content{
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
.obx.video-section .video-container { 
  margin-top: 30px;
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
}
.obx.video-section .video-container iframe,
.obx.video-section .video-container object,
.obx.video-section .video-container embed { 
  position: absolute; 
  top: 0; left: 0;
  width: 100%; height: 100%; 
}
.obx.faq-section .faq-container{
  margin-top: 40px;
}
.obx.faq-section .faq-container .faq{
  margin-bottom: 30px;
}
.obx.faq-section .accordion-head {
  font: 700 22px/30px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  position: relative;
  text-transform: none;
  cursor: pointer;
  margin: 0 !important;
  padding-left: 40px;
  transition: 0.2s all;
}
.obx.faq-section .accordion-head::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='arrow' transform='translate(-499 -8075)'%3E%3Cg id='Group_22' data-name='Group 22' transform='translate(508.358 8102.162)'%3E%3Cg id='Group_21' data-name='Group 21' transform='translate(0.707 -14.293)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M0,0,5.14,5.144,10.283,0' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Ellipse_4' data-name='Ellipse 4' transform='translate(499 8075)' fill='none' stroke='%23d9d9d6' stroke-width='1'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.obx.faq-section .accordion-head:hover,
.obx.faq-section .accordion-head.active{
  color: #EE5600;
}
.obx.faq-section .accordion-head.active::before {
  transform: rotate(180deg) translateY(50%);
}
.obx.faq-section .accordion-content {
  max-height: 0;
  transition: 0.2s ease-out;
  overflow: hidden;
}
.obx.faq-section .answer-wrapper{
  padding-top: 20px;
  padding-left: 40px;
}
.obx.faq-section .answer-wrapper > :last-child,
.obx.faq-section .faq-container > :last-child{
  margin-bottom: 0 !important;
}
.obx.column-section{
  background-color: #F9F9F9;
  padding: 100px 0;
  margin-bottom: 0;
}
.obx.column-section.key-features{
  margin: 0;
  padding: 100px 0 60px;
}
.obx.column-section.content-wheel{
  background-color: unset;
  padding: 0;
}
.obx.column-section .column-container{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 90px;
  row-gap: 80px;
}
.obx.column-section.key-features .key-feat-company-logo{
  background-image: url("/cdn/shop/files/brigs_and_riley.png");
  content: '';
  height: 28px;;
  max-width: 581px;
  width: 100%;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat:no-repeat;
  margin: 0 auto 30px;
}
.obx.column-section.key-features .column-container{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 60px;
  row-gap: 60px;
}
.obx.column-section.content-wheel .column-container{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
}
.obx.column-section .column h3{
  font: 500 24px/36px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  color: #4A4E54;
  margin: 0 0 20px;
  text-transform: none !important;
  text-align: inherit;
}
.obx.column-section.key-features .column h3{
  font: 500 22px/30px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  color: #4A4E54;
  margin: 0 0 20px;
  text-align: inherit;
}
.obx.column-section.content-wheel .article span{
  display: block;
}
.obx.column-section.content-wheel .article .article-inner{
  padding: 20px 20px 0;
}
.obx.column-section.content-wheel .article a{
  height: 100%;
  width: 100%;
  color: unset;
  text-decoration: none !important;
}
.obx.column-section.content-wheel .img-container{
  height: 100%;
  max-height: 260px;
  overflow: hidden;
}
.obx.column-section.content-wheel .article .article-date{
  font: 300 13px/18px var(--typeBasePrimary), var(--typeBaseFallback);
  color: #4A4E54;
  text-align: center;
  margin: 0 0 10px;
}
.obx.column-section.content-wheel .article .article-title{
  font: 500 24px/36px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  margin: 0 0 10px;
  text-transform: capitalize !important;
  text-align: center;
  transition: 0.3s all;
}
.obx.column-section.content-wheel .article a:hover .article-title{
  color: #EE5600;
}
.obx.column-section.content-wheel a:hover img{
  transform: scale(1.05);
}
.obx.column-section.content-wheel .article .article-excerpt{
  font: 400 16px/24px var(--typeBasePrimary), var(--typeBaseFallback);
  color: #4A4E54;
  text-align: center;
  margin: 0;
}
.obx.column-section .column img{
  display: block;
  width: 100%;
  height: 315px;
  object-fit: contain;
  margin: 0 0 30px;
}
.obx.column-section.content-wheel img{
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  transition: 0.3s all;
}
.obx.column-section .column .content{
  text-align: inherit;
}
.obx.cta-section{
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.obx.cta-section .inner-cta{
  max-width: 490px;
  background-color: #fff;
  padding: 30px;
}
.obx .content + .btn.orange-btn{
  margin-top: 30px;
}
.obx.standard-section{
  background-color: #F9F9F9;
  padding: 30px 0;
}
.obx.standard-section .section-header{
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
.obx.standard-section .heading,
.obx.standard-section .content{
  text-align: inherit;
}
.obx.standard-section h3.heading,
.obx.standard-section .h3.heading{
  font: 500 22px/30px var(--typeHeaderPrimary), var(--typeHeaderFallback);
  margin: 0 0 20px;
}
.obx .section-header > :first-child,
.obx .content > :first-child{
  margin-top: 0 !important;
}
.obx .section-header > :last-child,
.obx .content > :last-child,
.obx.column-section.content-wheel .article .article-inner > :last-child,
.obx.column-section.content-wheel .article .article-excerpt > :last-child{
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 840px){
  .obx .tight-container{
    max-width: 850px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px){
  .obx.column-section.key-features .column-container{
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 50px;
  }
  .obx .tight-container{
    max-width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
  .obx.column-section .column-container{
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 768px){
  .obx.column-section.key-features .column-container{
    margin-top: 30px;
  }
  .coll-addtnl-content, .coll-sizing-content.pos-right, .coll-sizing-content.pos-left{
    flex-direction: column; 
  }
  .coll-meta-desc, .coll-sizing-desc{
    padding: 0 20px;
  }
  .coll-meta-desc-wrapper, .coll-sizing-desc-wrapper{
    padding: 40px 0 0;
  }
  .coll-addtnl-content{
    margin-bottom: 40px;
  }
  .obx.product-listing-section .section-header{
    margin-bottom: 30px;
  }
  .obx.product-listing-section .product-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 15px;
  }
  .obx.product-listing-section,
  .obx.video-section,
  .obx.faq-section,
  .obx.column-section,
  .obx.standard-section{
    margin: 80px 0;
  }
  .obx.column-section{
    padding: 80px 0;
    margin-bottom: 0;
  }
  .obx.cta-section{
    padding: 60px 0;
  }
  .obx.column-section.key-features{
    padding: 80px 0;
  }
  .obx.column-section.key-features .key-feat-company-logo{
    width: 90%;
    margin: 0 auto 20px;
  }
  .obx.column-section .column img{
    height: unset;
    margin: 0 0 20px;
  }
  .obx.column-section.key-features .column h3{
    font: 700 16px/23px var(--typeHeaderPrimary), var(--typeHeaderFallback);
    margin: 0 0 20px;
  }
  .obx.column-section.content-wheel{
    margin: 30px 0 80px;
  }
  
  .obx.column-section.content-wheel .column-container{
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 40px;
    margin-top: 40px;
  }
  .obx.column-section.content-wheel .img-container img{
    height: 150px;
    object-fit: cover;
  }
  .obx.column-section.content-wheel .img-container{
    height: 150px;
  }
}

.obx [data-type_header_capitalize=true] .h2, 
.obx [data-type_header_capitalize=true] .h3, 
.obx [data-type_header_capitalize=true] h2, 
.obx [data-type_header_capitalize=true] h3{
  text-transform: capitalize !important;
}

/* End OBX Bottom of Category Styles */
/*Category Revisions 8.21.24*/
.coll-sizing-desc h2,
.coll-meta-desc h2,
.coll-sizing-desc h3,
.coll-meta-desc h3{
    margin-bottom: 30px;
} 
/* 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);
}
 

.add-to-cart.disabled,
button[disabled].add-to-cart{
  background: var(--colorBtnPrimaryLight) !important;
  opacity: .3
}