/** Shopify CDN: Minification failed

Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"
Line 23:0 Unexpected "{"
Line 23:1 Expected identifier but found "%"
Line 43:12 Expected identifier but found "{"
Line 43:13 Unexpected "{"
Line 43:20 Expected ":"
Line 43:24 Expected identifier but found "!"
Line 44:9 Expected identifier but found "{"
Line 44:10 Unexpected "{"
... and 10 more hidden warnings

**/
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
/*************Swatch Work css*************************/
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:{{ width }} !important; 
  height:{{ height }} !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#fff; color:#000;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:4px 14px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;background-color: #000;
    color: #fff;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
/*************Swatch Work css*************************/

.header-bar__search{
  max-width: 225px; margin-left: 20px; left: -5px;
}
.supports-fontface .header-bar__search-submit {
    width: 20%; right: -40px;
}
.supports-fontface .header-bar__search-input[type="search"] {
    width: 100%; padding-left: 5px; outline: none;
}
.header-bar__search .btn, .header-bar__search .btn:hover{ color: #fff; }
.srch_click {
    position: relative;
    left: 0px;
    cursor: pointer;
}
span.icon.icon-search {
    font-size: 14px;
}
.navie{ position:relative; top:0px; }
.header-bar__right .header-bar__module:last-child {
    margin-left: 15px;
}
.social-icons li .icon {
    font-size: 16px;
    line-height: 16px;
}

.header-bar__message, .header-message {
    max-width: 100%;
    overflow: hidden;
    padding-left: 250px;
    margin: 0 auto;
    display: block;     text-align: center;
}
.site-nav{ margin-top:0px !important; }
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; z-index:9999;
}
 
.site-footer form{ position:relative; }
input#subscribe {
    width: 90%;     line-height: 5px;
    position: absolute;
    top: 0px; max-width: 90px; right: 46px; min-height: 36px; height: 38px;
}
.site-footer input{ outline:none;}
.zooomy_footer{
	text-align:center;
}
 
.zooomy_footer .social-icons li {
  margin: 0 10px 0px;
}
.zooomy_footer .social-icons li .icon {
  font-size: 22px; line-height: 22px;
}

.product-single span.h3 {
  text-transform: capitalize; font-family: Montserrat,sans-serif; font-size: 15px; float: left; width: 100%;
}

.sticky {
  position: fixed;
  top: 0;z-index:999;
  width: 100%;
}

.sticky + #shopify-section-1556727815791 {
  padding-top: 20px;
}
.zooomyrp-carousel .zooomyrp-item img {
    width: auto!important;
    max-height: 250px;
    float: none;
}

.section-header__title{ text-align:center;}
#CollectionSection .section-header__title {
    text-align: left;
}


p.zooomywishmsg {
    cursor: pointer;
    text-align: left;
}

div#shopify-section-footer .social-icons li a {
    color: #fff;
}

ul.inline-list.social-icons a {
    color: #000;
}
#rap__med__insta_title a {
    color: #333;font-size:36px;
}
.grid__item.medium-down--one-half.one-quarter.text-center{position:relative;}

.collection_info_content{top: 66%;position:relative;}
.collection_info span.coll_shop_now { width: 100%; float: left; background: #000; padding: 12px 20px; border: 1px solid #000; color: #fff; font-size: 14px; font-weight: 100; border-radius: 2px; }
.grid-link__image img {}


.collection_info { position: absolute; width: 100%; text-align: center;
  height: 100%; text-transform: uppercase; outline: 3px solid #000; outline-offset: -10px; top: 0;  }

.collection_info:hover{background: rgba(225, 225, 225, 0.5);
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;}

.newsletter-section .input-group-field {
    margin-bottom: 10px;
    float: left;
    width: 80%;
}
.header-bar {

    padding: 4px;
}
.newsletter-section .section-header__title {
    margin-bottom: 0;
    color: #fff;
}

.collection_info .grid-link__title { 
  font-weight: 600; font-size: 40px; color: #fff; padding-bottom: 10px; font-family: read-write-plaintext-only;
  text-transform: capitalize; }

.site-nav>li:hover {
    background: #000;  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;}
}

form.header-bar__search-form.clearfix { position: relative; }.header-bar__search .icon { display: inline-block; position: absolute; right: 49px; color: #2c1818; }

@media screen and (max-width: 767px)
{
.collection_info_content 
  {
    top: 52%;
    position: relative;
}
  .collection_info .grid-link__title{font-size:24px;}
  
}

/* Sweet N Sassy UI Redesign Draft — 2026 */
body { background: #fffaf7; color: #332d2f; }
.wrapper { max-width: 1240px; }
.header-bar { background: #f7e8ec; padding: 7px 0; }
.header-bar__message, .header-message { padding-left: 0; font-size: 13px; letter-spacing: .04em; }
.site-header { padding: 18px 0 14px; background: #fffaf7; }
.site-header__logo { margin: 0; }
.logo__image-wrapper { max-width: 190px !important; }
.logo__image-wrapper a { padding-top: 66.67% !important; }
.site-nav { background: #211d1e !important; border: 0; margin: 0 !important; padding: 2px 16px; text-align: center; }
.site-nav > li { padding: 0 !important; }
.site-nav > li > a { padding: 14px 16px; font-size: 13px; letter-spacing: .06em; }
.site-nav > li:hover { background: #c94f73; }
.fixed { box-shadow: 0 5px 18px rgba(0,0,0,.12); }
.section-header { margin-bottom: 28px; }
.section-header__title { font-size: 28px; letter-spacing: .08em; }
.index-section { padding-top: 52px; padding-bottom: 52px; }
.hero__slide .btn, .slider .btn, .btn, .btn--secondary {
  border-radius: 999px;
  padding: 13px 26px;
  font-weight: 600;
  letter-spacing: .05em;
}
.hero__slide .btn, .slider .btn { background: #c94f73; color: #fff; border-color: #c94f73; }
.grid-link__image { background: #f4efec; overflow: hidden; }
.grid-link__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.collection_info { outline: 0; background: linear-gradient(to top, rgba(20,16,17,.60), rgba(20,16,17,0) 58%); }
.collection_info:hover { background: linear-gradient(to top, rgba(201,79,115,.78), rgba(20,16,17,.05) 65%); }
.collection_info_content { top: auto; bottom: 22px; position: absolute; width: 100%; padding: 0 16px; }
.collection_info .grid-link__title { font-family: Montserrat,sans-serif; font-size: 22px; color: #fff; padding: 0 0 10px; }
.collection_info span.coll_shop_now { display: inline-block; float: none; width: auto; border-radius: 999px; padding: 9px 18px; background: #fff; color: #211d1e; border: 0; font-weight: 600; }
.grid-link__title { font-size: 15px; line-height: 1.4; }
.feature-row { align-items: center; }
.feature-row__text { padding: 36px; }
.sns-app-callout { max-width: 760px; margin: 0 auto; padding: 42px 28px; text-align: center; background: #fff; border: 1px solid #eadde0; border-radius: 18px; box-shadow: 0 8px 30px rgba(68,41,49,.08); }
.sns-app-callout h2 { margin-bottom: 10px; }
.sns-app-callout p { margin-bottom: 20px; }
.sns-app-badges { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.sns-app-badges img { display: block; width: auto; height: 42px; }
.sns-app-badges a:first-child img { height: 60px; }
.newsletter-section { background: #f7e8ec !important; color: #211d1e; }
.newsletter-section .section-header__title { color: #211d1e; }
.site-footer { background: #211d1e; }
@media screen and (max-width: 768px) {
  .header-bar { padding: 5px 0; }
  .site-header { padding: 10px 0; }
  .logo__image-wrapper { max-width: 145px !important; margin: 0 auto; }
  .index-section { padding-top: 34px; padding-bottom: 34px; }
  .section-header__title { font-size: 22px; }
  .grid-link__image img { aspect-ratio: 1 / 1.18; }
  .collection_info .grid-link__title { font-size: 18px; }
  .collection_info_content { bottom: 14px; }
  .collection_info span.coll_shop_now { font-size: 11px; padding: 7px 12px; }
  .feature-row__text { padding: 24px 14px; }
  .sns-app-callout { margin: 0 12px; padding: 30px 18px; }
}

#flexslider--slider_99Wnnb .slides__slide > a {
  display: block;
  height: min(620px, 68vw);
  overflow: hidden;
}
#flexslider--slider_99Wnnb .slides__slide > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
#flexslider--slider_99Wnnb .slides__text-content {
  height: min(620px, 68vw);
}
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  display: inline-block;
  padding: 18px 26px 20px;
  background: rgba(255,250,247,.90);
  color: #211d1e;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(36,25,28,.16);
}
#flexslider--slider_99Wnnb .slides__title { color: #211d1e; margin-bottom: 12px; }
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides__slide > a,
  #flexslider--slider_99Wnnb .slides__text-content { height: 430px; }
  #flexslider--slider_99Wnnb .slides__slide > a > img { object-position: center 40%; }
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center { padding: 12px 16px 14px; }
  #flexslider--slider_99Wnnb .slides__title { font-size: 24px; }
}


/* Hero banner refinement — August 2026 */
#flexslider--slider_99Wnnb,
#flexslider--slider_99Wnnb .flex-viewport,
#flexslider--slider_99Wnnb .slides,
#flexslider--slider_99Wnnb .slides__slide {
  height: 390px !important;
  min-height: 390px !important;
}
#flexslider--slider_99Wnnb .slides__slide > a,
#flexslider--slider_99Wnnb .slides__text-content {
  height: 390px !important;
}
#flexslider--slider_99Wnnb .slides__slide > a > img {
  width: 100%;
  height: 390px !important;
  object-fit: cover;
  object-position: center 38%;
}
#flexslider--slider_99Wnnb .slides__text-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: max(6vw, 32px);
  padding-right: 24px;
  text-align: left;
}
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  max-width: 420px;
  padding: 18px 24px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb,
  #flexslider--slider_99Wnnb .flex-viewport,
  #flexslider--slider_99Wnnb .slides,
  #flexslider--slider_99Wnnb .slides__slide,
  #flexslider--slider_99Wnnb .slides__slide > a,
  #flexslider--slider_99Wnnb .slides__text-content {
    height: 270px !important;
    min-height: 270px !important;
  }
  #flexslider--slider_99Wnnb .slides__slide > a > img {
    height: 270px !important;
    object-position: center 36%;
  }
  #flexslider--slider_99Wnnb .slides__text-content {
    align-items: flex-end;
    justify-content: center;
    padding: 0 14px 18px;
    text-align: center;
  }
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    max-width: 340px;
    padding: 10px 16px 12px;
    text-align: center;
  }
  #flexslider--slider_99Wnnb .slides__title {
    font-size: 21px;
    margin-bottom: 8px;
  }
  #flexslider--slider_99Wnnb .slides__btn {
    padding: 9px 17px;
    font-size: 12px;
  }
}


/* Keep the single hero banner fixed in view; neutralize legacy slider cloning. */
#flexslider--slider_99Wnnb .slides {
  width: 100% !important;
  transform: none !important;
  transition: none !important;
}
#flexslider--slider_99Wnnb .slides__slide.clone {
  display: none !important;
}
#flexslider--slider_99Wnnb .slides__slide:not(.clone) {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}


/* Text wordmark header — replaces image logo in redesign draft */
.site-header__logo {
  margin: 0;
  padding: 17px 20px 18px;
  text-align: center;
  line-height: 1;
}
.site-header__logo > a {
  display: inline-block;
  color: #211d1e;
  font-family: "Avenir Next Rounded", "Avenir Next", Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.15;
  text-transform: none;
}
.site-header__logo > a:hover,
.site-header__logo > a:focus {
  color: #c94f73;
}
@media screen and (max-width: 768px) {
  .site-header__logo {
    padding: 13px 12px 14px;
  }
  .site-header__logo > a {
    font-size: 23px;
    letter-spacing: .055em;
  }
}


/* Brush-script wordmark to echo the Summer Refresh Sale artwork */
.site-header__logo > a {
  font-family: "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site-header__logo > a {
    font-size: 34px;
    letter-spacing: 0;
  }
}


/* Consistent hosted brush-script wordmark */
.site-header__logo > a {
  font-family: "Kaushan Script", cursive;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: .005em;
}
@media screen and (max-width: 768px) {
  .site-header__logo > a { font-size: 33px; }
}


/* Balanced Shop by Category grid — no reserved blank block positions */
#shopify-section-1557227188282 .grid__item {
  width: 33.333333% !important;
  clear: none !important;
  margin-bottom: 30px;
}
#shopify-section-1557227188282 .grid-link {
  height: auto !important;
}
#shopify-section-1557227188282 .grid-link__image {
  height: 360px !important;
  padding: 0 !important;
  margin: 0 !important;
}
#shopify-section-1557227188282 .grid-link__image img {
  width: 100% !important;
  height: 360px !important;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

/* Proportional New Arrivals cards */
#shopify-section-1557285490032 .grid-link__image--product {
  height: 255px !important;
  padding: 0 !important;
  overflow: hidden;
  background: #f5f0ed;
}
#shopify-section-1557285490032 .grid-link__image-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 255px !important;
}
#shopify-section-1557285490032 .product__img-wrapper {
  width: 225px !important;
  max-width: 225px !important;
  height: 225px !important;
  max-height: 225px !important;
}
#shopify-section-1557285490032 .product__img-wrapper > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
}
#shopify-section-1557285490032 .product__img-wrapper img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
#shopify-section-1557285490032 .grid-link__title {
  min-height: 42px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557227188282 .grid__item {
    width: 50% !important;
    margin-bottom: 18px;
  }
  #shopify-section-1557227188282 .grid-link__image,
  #shopify-section-1557227188282 .grid-link__image img {
    height: 230px !important;
  }
  #shopify-section-1557285490032 .grid-link__image--product,
  #shopify-section-1557285490032 .grid-link__image-centered {
    height: 205px !important;
  }
  #shopify-section-1557285490032 .product__img-wrapper {
    width: 180px !important;
    max-width: 180px !important;
    height: 180px !important;
    max-height: 180px !important;
  }
}


/* Align category tiles to the same visual scale as New Arrivals */
#shopify-section-1557227188282 .grid__item {
  height: 325px !important;
  margin-bottom: 32px !important;
  text-align: center;
}
#shopify-section-1557227188282 .grid-link {
  position: relative;
  display: block;
  width: 255px !important;
  height: 285px !important;
  margin: 0 auto !important;
  overflow: visible;
}
#shopify-section-1557227188282 .grid-link__image {
  width: 255px !important;
  height: 255px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
#shopify-section-1557227188282 .grid-link__image img {
  width: 255px !important;
  height: 255px !important;
  object-fit: cover;
  object-position: center;
}
#shopify-section-1557227188282 .collection_info {
  left: 0 !important;
  top: 0 !important;
  width: 255px !important;
  height: 255px !important;
}
#shopify-section-1557227188282 .collection_info_content {
  bottom: 16px !important;
}
#shopify-section-1557227188282 .collection_info .grid-link__title {
  font-size: 19px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557227188282 .grid__item {
    height: 260px !important;
    margin-bottom: 20px !important;
  }
  #shopify-section-1557227188282 .grid-link {
    width: 205px !important;
    height: 230px !important;
    max-width: 100%;
  }
  #shopify-section-1557227188282 .grid-link__image,
  #shopify-section-1557227188282 .grid-link__image img,
  #shopify-section-1557227188282 .collection_info {
    width: 205px !important;
    max-width: 100%;
    height: 205px !important;
  }
  #shopify-section-1557227188282 .collection_info .grid-link__title {
    font-size: 16px;
  }
}


/* Remove legacy collection aspect-ratio expansion */
#shopify-section-1557227188282 .grid-link__image,
#shopify-section-1557227188282 .grid-link__image-centered {
  display: block !important;
  width: 255px !important;
  height: 255px !important;
  min-height: 255px !important;
  max-height: 255px !important;
  overflow: hidden !important;
}
#shopify-section-1557227188282 .collection__grid-image-wrapper {
  width: 255px !important;
  max-width: 255px !important;
  height: 255px !important;
  max-height: 255px !important;
  overflow: hidden !important;
}
#shopify-section-1557227188282 .collection__grid-image-wrapper > div {
  position: relative !important;
  width: 255px !important;
  height: 255px !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557227188282 .grid-link__image,
  #shopify-section-1557227188282 .grid-link__image-centered,
  #shopify-section-1557227188282 .collection__grid-image-wrapper,
  #shopify-section-1557227188282 .collection__grid-image-wrapper > div {
    width: 205px !important;
    max-width: 205px !important;
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
  }
}


/* Align the Trinity story image with its text column */
#shopify-section-feature_row_4YTni3 > .feature-row > .feature-row {
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
#shopify-section-feature_row_4YTni3 .feature-row__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
}
#shopify-section-feature_row_4YTni3 .feature-row__image-wrapper {
  width: 420px !important;
  max-width: 100% !important;
  height: 310px !important;
  max-height: 310px !important;
  margin: 0 auto !important;
  overflow: hidden;
  border-radius: 16px;
}
#shopify-section-feature_row_4YTni3 .feature-row__image-wrapper > div {
  position: relative;
  width: 100%;
  height: 310px !important;
  padding-top: 0 !important;
}
#shopify-section-feature_row_4YTni3 .feature-row__image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 310px !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center 28%;
}
#shopify-section-feature_row_4YTni3 .feature-row__text {
  min-height: 310px;
  padding: 34px 46px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #shopify-section-feature_row_4YTni3 > .feature-row > .feature-row {
    display: block;
  }
  #shopify-section-feature_row_4YTni3 .feature-row__item,
  #shopify-section-feature_row_4YTni3 .feature-row__text {
    min-height: 0;
  }
  #shopify-section-feature_row_4YTni3 .feature-row__image-wrapper,
  #shopify-section-feature_row_4YTni3 .feature-row__image-wrapper > div,
  #shopify-section-feature_row_4YTni3 .feature-row__image {
    width: 100% !important;
    height: 340px !important;
    max-height: 340px !important;
  }
  #shopify-section-feature_row_4YTni3 .feature-row__text {
    padding: 28px 18px 10px;
    align-items: center;
    text-align: center;
  }
}


/* Keep Trinity's face in the story-image crop */
#shopify-section-feature_row_4YTni3 .feature-row__image {
  object-position: center top !important;
}


/* Scale and align the Love Fashion / Facebook-group banner */
#shopify-section-1567100111367 .featured-images .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#shopify-section-1567100111367 .gallery__image-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(52,35,40,.10);
}
#shopify-section-1567100111367 .gallery__image-wrapper {
  width: 100%;
}
#shopify-section-1567100111367 .gallery__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #shopify-section-1567100111367 .featured-images .wrapper {
    width: calc(100% - 28px);
  }
  #shopify-section-1567100111367 .gallery__image-container {
    border-radius: 12px;
  }
}


/* Align the app callout with the surrounding content sections */
#shopify-section-160436433756a3e87b .wrapper,
#shopify-section-160436433756a3e87b .page-width {
  max-width: 100%;
}
#shopify-section-160436433756a3e87b .sns-app-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 48px;
  row-gap: 8px;
  width: 840px;
  max-width: calc(100% - 28px);
  margin: 0 auto;
  padding: 38px 46px;
  text-align: left;
}
#shopify-section-160436433756a3e87b .sns-app-callout h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
#shopify-section-160436433756a3e87b .sns-app-callout > p {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  max-width: 420px;
}
#shopify-section-160436433756a3e87b .sns-app-badges {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
}
#shopify-section-160436433756a3e87b .sns-app-badges a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #shopify-section-160436433756a3e87b .sns-app-callout {
    display: block;
    width: calc(100% - 28px);
    max-width: 560px;
    padding: 30px 20px;
    text-align: center;
  }
  #shopify-section-160436433756a3e87b .sns-app-callout > p {
    max-width: none;
    margin: 10px 0 18px;
  }
  #shopify-section-160436433756a3e87b .sns-app-badges {
    justify-content: center;
    flex-wrap: wrap;
  }
}


/* Uniform product-page media gallery */
.template-product .product-single__photos {
  text-align: center;
}
.template-product .product-single__image-wrapper {
  width: 520px !important;
  max-width: 100% !important;
  height: 600px !important;
  max-height: 600px !important;
  margin: 0 auto !important;
  overflow: hidden;
  background: #f5f0ed;
  border-radius: 14px;
}
.template-product .product-single__image-wrapper > div {
  position: relative;
  width: 100%;
  height: 600px !important;
  padding-top: 0 !important;
}
.template-product .product-single__image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
}
.template-product .product-single__thumbnails li,
.template-product .product-single__thumbnails .grid__item {
  width: 106px !important;
  margin: 0 10px 12px 0;
}
.template-product .product-single__thumbnails a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #f5f0ed;
  border-radius: 8px;
}
.template-product .product-single__thumbnails img {
  width: 96px !important;
  height: 96px !important;
  object-fit: cover;
  object-position: center;
}

/* Uniform product cards directly below the Summer Sale banner */
#shopify-section-1557285490032 .product__img-wrapper img {
  object-fit: cover !important;
}
#shopify-section-1557285490032 .grid-link__image--product {
  border-radius: 10px;
}

/* Uniform related-product cards on product pages */
.template-product .product-single__photos ~ * .grid-link__image--product,
.template-product .product-single__meta ~ * .grid-link__image--product {
  height: 255px !important;
  overflow: hidden;
  background: #f5f0ed;
}
.template-product .grid-link__image--product .product__img-wrapper {
  width: 225px !important;
  max-width: 225px !important;
  height: 225px !important;
  max-height: 225px !important;
}
.template-product .grid-link__image--product .product__img-wrapper > div {
  position: relative;
  width: 100%;
  height: 225px !important;
  padding-top: 0 !important;
}
.template-product .grid-link__image--product img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .template-product .product-single__image-wrapper,
  .template-product .product-single__image-wrapper > div {
    width: 100% !important;
    height: 460px !important;
    max-height: 460px !important;
  }
  .template-product .product-single__thumbnails li,
  .template-product .product-single__thumbnails .grid__item {
    width: 84px !important;
  }
  .template-product .product-single__thumbnails a,
  .template-product .product-single__thumbnails img {
    width: 76px !important;
    height: 76px !important;
  }
}


/* Remove all inset space around products below the Summer Sale banner */
#shopify-section-1557285490032 .grid-link__image--product,
#shopify-section-1557285490032 .grid-link__image-centered,
#shopify-section-1557285490032 .product__img-wrapper,
#shopify-section-1557285490032 .product__img-wrapper > div {
  width: 255px !important;
  max-width: 255px !important;
  height: 255px !important;
  max-height: 255px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
#shopify-section-1557285490032 .grid-link__image--product {
  overflow: hidden !important;
  background: transparent;
}
#shopify-section-1557285490032 .product__img-wrapper img {
  position: absolute;
  inset: 0;
  width: 255px !important;
  height: 255px !important;
  max-width: 255px !important;
  max-height: 255px !important;
  object-fit: cover !important;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557285490032 .grid-link__image--product,
  #shopify-section-1557285490032 .grid-link__image-centered,
  #shopify-section-1557285490032 .product__img-wrapper,
  #shopify-section-1557285490032 .product__img-wrapper > div,
  #shopify-section-1557285490032 .product__img-wrapper img {
    width: 205px !important;
    max-width: 205px !important;
    height: 205px !important;
    max-height: 205px !important;
  }
}


/* Summer Sale collection: show only uniform edge-to-edge product photos */
.template-collection .grid-link__image--product,
.template-collection .grid-link__image-centered {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}
.template-collection .grid-link__image--product .product__img-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 250px !important;
  max-height: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.template-collection .grid-link__image--product .product__img-wrapper > div {
  position: relative !important;
  width: 100% !important;
  height: 250px !important;
  padding-top: 0 !important;
}
.template-collection .grid-link__image--product img {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 250px !important;
  max-height: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
}
.template-collection .grid-link__image--product + .grid-link__title {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .template-collection .grid-link__image--product,
  .template-collection .grid-link__image-centered,
  .template-collection .grid-link__image--product .product__img-wrapper,
  .template-collection .grid-link__image--product .product__img-wrapper > div,
  .template-collection .grid-link__image--product img {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }
}


/* Tighten spacing between New Arrivals and Shop by Category */
#shopify-section-1557285490032 {
  padding-bottom: 22px !important;
}
#shopify-section-1557227188282 {
  padding-top: 22px !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557285490032 {
    padding-bottom: 14px !important;
  }
  #shopify-section-1557227188282 {
    padding-top: 14px !important;
  }
}


/* Tighten spacing between Shop by Category and the Trinity story */
#shopify-section-1557227188282 {
  padding-bottom: 20px !important;
}
#shopify-section-feature_row_4YTni3 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557227188282 {
    padding-bottom: 14px !important;
  }
  #shopify-section-feature_row_4YTni3 {
    padding-top: 14px !important;
  }
}


/* Remove unused height beneath category tiles */
#shopify-section-1557227188282 .grid__item {
  height: 285px !important;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-1557227188282 .grid__item {
    height: 230px !important;
    margin-bottom: 12px !important;
  }
}


/* Short horizontal Summer Sale banner */
#flexslider--slider_99Wnnb,
#flexslider--slider_99Wnnb .flex-viewport,
#flexslider--slider_99Wnnb .slides,
#flexslider--slider_99Wnnb .slides__slide,
#flexslider--slider_99Wnnb .slides__slide > a,
#flexslider--slider_99Wnnb .slides__text-content {
  height: 330px !important;
  min-height: 330px !important;
}
#flexslider--slider_99Wnnb .slides__slide > a > img {
  height: 330px !important;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb,
  #flexslider--slider_99Wnnb .flex-viewport,
  #flexslider--slider_99Wnnb .slides,
  #flexslider--slider_99Wnnb .slides__slide,
  #flexslider--slider_99Wnnb .slides__slide > a,
  #flexslider--slider_99Wnnb .slides__text-content {
    height: 220px !important;
    min-height: 220px !important;
  }
  #flexslider--slider_99Wnnb .slides__slide > a > img {
    height: 220px !important;
    object-position: center center;
  }
}


/* Center Shop the Sale beneath the discount badges */
#flexslider--slider_99Wnnb .slides__text-content {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  padding: 0 17% 14px 0 !important;
  text-align: center !important;
  pointer-events: none;
}
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  width: 360px;
  max-width: 360px;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}
#flexslider--slider_99Wnnb .slides__btn {
  pointer-events: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides__text-content {
    padding: 0 10% 10px 0 !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    width: 210px;
    max-width: 210px;
  }
  #flexslider--slider_99Wnnb .slides__btn {
    padding: 8px 15px;
    font-size: 11px;
  }
}


/* Exact midpoint placement beneath both discount badges */
#flexslider--slider_99Wnnb .slides__text-content {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  padding: 0 !important;
  pointer-events: none;
}
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  position: absolute !important;
  left: 71% !important;
  right: auto !important;
  top: auto !important;
  bottom: 10px !important;
  transform: translateX(-50%) !important;
  width: 320px !important;
  max-width: 320px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}
#flexslider--slider_99Wnnb .slides__btn {
  display: inline-block !important;
  margin: 0 auto !important;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    left: 71% !important;
    bottom: 7px !important;
    width: 190px !important;
    max-width: 190px !important;
  }
}


/* Place Shop the Sale beneath Officially Starts Today */
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  left: 25% !important;
  right: auto !important;
  bottom: 24px !important;
  transform: translateX(-50%) !important;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    left: 26% !important;
    bottom: 12px !important;
  }
}


/* Shop the Sale at bottom center of banner */
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  left: 50% !important;
  right: auto !important;
  bottom: 10px !important;
  transform: translateX(-50%) !important;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    left: 50% !important;
    bottom: 7px !important;
  }
}


/* Shop the Sale at bottom left of banner */
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  left: 32px !important;
  right: auto !important;
  bottom: 12px !important;
  transform: none !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    left: 14px !important;
    bottom: 8px !important;
  }
}


/* Final placement directly beneath Officially Starts Today */
#flexslider--slider_99Wnnb .slides__text-content {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  padding: 0 !important;
}
#flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
  position: absolute !important;
  left: 25.5% !important;
  right: auto !important;
  top: 79% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: 320px !important;
  max-width: 320px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
}
#flexslider--slider_99Wnnb .slides__btn {
  display: inline-block !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  #flexslider--slider_99Wnnb .slides-text-content-wrapper-center {
    left: 26% !important;
    top: 82% !important;
    bottom: auto !important;
    width: 190px !important;
    max-width: 190px !important;
  }
}


/* Anchor CTA to the Summer Sale image itself */
#slide--image_WPxYqR {
  position: relative !important;
}
#slide--image_WPxYqR .slides__text-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
#slide--image_WPxYqR .slides-text-content-wrapper-center {
  position: absolute !important;
  left: 25.5% !important;
  right: auto !important;
  top: 82% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: 320px !important;
  max-width: 320px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  #slide--image_WPxYqR .slides-text-content-wrapper-center {
    left: 26% !important;
    top: 84% !important;
    width: 190px !important;
    max-width: 190px !important;
  }
}
