/** Shopify CDN: Minification failed

Line 460:5 Unexpected "7."

**/

/* =========================================== 
  Streamline - Custom CSS 
  ======
  Table of contents:
  - GENERAL
    - Fixes
    - Container Control
    - Base Button Styling
    - Style the social icons
    - Base Type Styles
  - HEADER
    - Mega Menu
  - HOMEPAGE
    - Slideshow
    - Instafeed
  - COLLECTION PAGE
  	- Breadcrumbs
  	- Sort
  	- Type Styles
	  - Product grid
  - COLLECTION LIST PAGE
  - PRODUCT PAGE
    - Type Styles
    - Collapse
  	- Better thumbnail grid
  - 404
=========================================== */
  
/* GENERAL */  

/* Fixes */
/* Fix - Flickity button positioning */
.flickity-prev-next-button {
  padding: .625rem;
}

/* Fix - Double sortby */
.utils-sortby-title {
  display: none;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
}
/* Fix - Hover boxes */
.site-navigation a.navmenu-link:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
}
  
/* Container Control - Add any new containers (sections) we created to the default responsive sizing */
/* . {
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  . {
    padding-right: 1.859375rem;
    padding-left: 1.859375rem;
  }
}
@media screen and (min-width: 1080px) {
 . {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
} */
  
/* Base Button Styling */
.slideshow-button.button-secondary,
.slideshow-button.button-primary, 
.button-primary .button-text,
.button-secondary .button-text {
  text-decoration: none;
  display: inline-block;
}
  
/* Style the social icons */
.social-icons.social-icons-dark-light .social-link {
  color: #ba6e27;
  padding: 0;
}
.social-icons .social-link:not(:first-child) {
  margin-left: 0.25rem;
}
.social-icons.social-icons-dark-light .social-link svg {
  background-color: unset;
}
.share-buttons.share-buttons-dark-light .share-buttons--list .share-buttons--button {
  color: #ba6e27;
  background-color: unset;
  padding: 0;
}
.share-buttons .share-buttons--list .share-buttons--button:first-child,
.share-buttons .share-buttons--list .share-buttons--button:not(:first-child) {
  margin-left: 0.25rem;
}
.share-buttons .share-buttons--list {
  margin-top: .5rem; 
}
/* Inline share buttons */ 
.product--container .share-buttons .share-buttons--title,
.product--container .share-buttons .share-buttons--list {
  display: inline-block;  
  font-size: var(--font-size-body-smallest, .75rem);
}
.product--container .share-buttons--title {
  vertical-align: super;
}
@media screen and (min-width: 720px) {
  .product-main .share-buttons {
    margin-top: .5rem;
  }
}

/* Base Type Styles */
/* Default preheading color settings should be added to settings_schema.json after "color_text_headings"
      {
        "type": "color",
        "id": "color_preheading_text",
        "label": "Pre-Headings",
        "default": "#222222"
      },
*/
.home-section--preheading,
.preheading,
.alt-img-with-text--content .alt-img-with-text--text .preheading {
  font-size: var(--font-size-body-medium);
  color: ;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* HEADER */
/* Mega Menu */
.site-navigation .navmenu-depth-2 .navmenu-link {
  padding-top:unset;
  padding-bottom:unset;
  font-size:12px!important;
}
.site-navigation .navmenu-meganav--image-link{
  font-size: var(--font-size-body-tiny);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navmenu-meganav[data-meganav-id="0da9ecb5-1e34-4dc4-9730-e185d7d05bbf"] {
 /*   display: block; /* testing */ 

  }

/* Mega Menu - create grid for columns */


.site-navigation a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-template-rows: auto;
  grid-template-areas:  
    "fimage one two three four limage"
    "fimage five six seven eight limage";
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  row-gap: 30px;
  column-gap:40px;
  padding-bottom: 50px;
  padding-top:40px;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop li.navmenu-meganav--image-container {
  position: relative;
  margin: 0;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item {
  flex-basis: unset;
  flex-grow: unset;
  flex-shrink: unset;
  justify-content: unset;
  min-width: unset;
  padding-right: unset;
  padding-left: unset;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-1,
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-2,
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-3 {
  width: unset;
  min-width: unset;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li {
  width: max-content;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(1) {
  grid-area: one;
} 
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(2) {
  grid-area: two;
}  
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(3) {
  grid-area: three;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(4) {
  grid-area: four;
}  
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(5) {
  grid-area: five;
}  
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(6) {
  grid-area: six;
}  
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(7) {
  grid-area: seven;
} 
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-item:nth-of-type(8) {
  grid-area: eight;
} 
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items div.navmenu-meganav--image-first {
  grid-area: fimage;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items .navmenu-meganav--image-last {
  grid-area: limage;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items div.navmenu-meganav--image-first,
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items div.navmenu-meganav--image-last {
  display: flex;
  flex-direction: row;
}
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items div.navmenu-meganav--image-first li:nth-of-type(2),
.site-navigation .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items div.navmenu-meganav--image-last li:nth-of-type(2) {
  margin-left: 1rem;
}


/* HOMEPAGE */
/* Slideshow */


/* Instafeed */


/* COLLECTION PAGE */  

/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase; 
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-smallest, .75rem);
}  
  
/* Sort */
.utils-filter-button .utils-filter-text,
.productgrid--utils,
.utils-sortby-title,
.utils-sortby-button,
.utils-showby-title,
.utils-showby-item,
.utils-sortby-select .form-field-select,
.utils-sortby-select svg {
  font-size: var(--font-size-body-tiny, .675rem);
  color: #75451C;
}
.productgrid--utils {
  background-color: #FAF0E9;
}
.utils-sortby-title {
  display: none;
}
@media screen and (min-width:860px){
.utils-sortby {
  text-align: left; 
  padding-left: 0rem; 
}}
.utils-filter-button,
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
  nav.productgrid--utils {
  max-width: 220px;
    margin: 0;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    bottom: -1rem;
    padding-top:unset;
    padding-bottom:unset;
  }
  .utils-sortby {
    padding-left: .75rem; 
  }
  select#product_grid_sort {
    padding: 0;
}
    
}

/* Type Styles */
/* Collection Header */
.template-collection .collection--section  .collection--title {
  /*font-size: var(--font-size-heading-large, 2.25rem);*/
}
/* Product Grid */
.productgrid--item .productitem {
  text-align: left;
}
.productgrid--item .productitem--title {
  text-transform:unset!important;
}
.productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: 13px!important;
  color: #000000;
}
.productgrid--item .productitem--vendor {
  color: #EFAA1F;
}  
/* put the pricing on one line */
.productitem--price div {
  display: inline-block; 
}

@media screen and (min-width: 1080px) {
  .featured-collection--container .featured-collection--content[data-layout="grid"] {
    grid-template-columns: repeat(4, 1fr); /* sets number of columns */
  }
}  

/* COLLECTION LIST PAGE */
.collection--item-title {
  font-weight: 400;
}
  
  
/* PRODUCT PAGE */

/* Type Styles */
.product--container .product-title {
 
}
.product--container .product-vendor a {
}
.product--container .product--price .price--compare-at,
.product--container .product--price .price--main {
}
.product--container .product-details {
  padding-bottom: 1.5rem;
}
.product--container .product-description.rte {
}

/* Collapse - the space of the hidden elements */
.shopify-payment-button__button--hidden {
  visibility: collapse;
  margin-top: 0 !important;
  height: 0;
}

/* Product Buttons - set the width of buttons */
@media screen and (min-width: 1080px) {
  .product--container .product-form--atc-button,
  .shopify-payment-button,
  .shopify-payment-button .shopify-payment-button__button {
    width: unset; 
    width: fit-content;
  }
}

/* Better thumbnail grid */
/* strip off the photo highlighting on desktop 
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"],
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"]:focus,
.product-gallery--navigation .product-gallery--media-thumbnail:focus {
  box-shadow: none;
}
/* Set height of mobile thumbnails
.product-gallery--navigation .product-gallery--media-thumbnail-img,
.product-gallery--navigation .product-gallery--media-thumbnail {
  height: 10rem; 
  width: auto;
}
 
@media screen and (min-width: 720px) {
  .smart-payment-enabled .product-form--atc-button,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button__more-options {
    width: fit-content;
  }
  .product-gallery--navigation {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-navigation--scroller {
    display: grid;
    grid-template-columns: 32% 32% 32%; /* Set to 24% for 4 column 
    column-gap: 2%;  Set to 1.33% for 4 column 
    row-gap: 2%; /Set to 1.33% for 4 column 
  }
  .product-gallery--media-thumbnail,
  .product-gallery--image-thumbnail {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .product-gallery--media-thumbnail-img {
    height: auto;
    width: 100%;
  }
}*/

/* 404 Template */
.fourohfour--container {
  margin-bottom: 0;
}


/* Slideshow */
.slideshow-image {
  opacity: 1; 
  width: 100%;
  height: initial;
}  
@media screen and (min-width: 640px) {
  .slideshow-image-mobile {
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 639px) {
  .with-mobile .slideshow-image {
    opacity: 0; 
    width: 100%;
    height: 0;
  }  
  .slideshow-image-mobile {
    opacity: 1;
    width: 100%;
    height: initial;
  }
}

<!-- 7. Add the CSS to the main Momentum CSS file -->
/* Hybrid Header */
  
.site-header--hybrid .site-header-menu-button {
  visibility: visible; 
}
.site-header--hybrid .site-header-logo {
  grid-area: logo;
  text-align: center;
  justify-self: center;
}
.site-header--hybrid .site-header-menu-button {
  grid-area: menu;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomleft;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomright;
}
.site-header--hybrid .tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}
.site-header--hybrid input.live-search-form-field {
 
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: var(--font-size-body-smallest);
}
.site-header--hybrid button.live-search-button {
/*   border-radius: 0 25px 25px 0;   */
  padding-top: .35rem;
  padding-bottom: .5rem;
}
.live-search-form .form-field {
  height: 36px; 
}
  
@media screen and (max-width: 1023px) {
  .site-header--hybrid .site-header-main-content {
    margin: .5rem 0 .25rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1.5rem 1.5rem auto 4rem;
    grid-template-rows: auto;
    grid-template-areas: 
        "menu search logo tools";
    column-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .site-header--hybrid .site-header-search-button {
    grid-area: search;
    display: block;
  }
  .site-header--hybrid .small-promo {
    display: none;
  }
  .site-header--hybrid .live-search {
    display: none;
  }
  .site-header--hybrid .live-search.live-search--takeover {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header--hybrid .site-header-search-button {
    display: none;
  }
  .site-header--hybrid .site-header-main-content {
    display: grid;
    width: 100%;
    grid-template-columns: 20rem auto 17rem 3rem;
    grid-template-rows: auto auto 1.5rem;
    grid-template-areas: 
        "menu logo topright topright"
        "search logo promo tools"
        "bottomleft logo bottomright bottomright";
    column-gap: 1rem;
    row-gap: .25rem;
    align-items: center;
  }
  .site-header--hybrid .live-search {
    grid-area: search;
  }
  .site-header--hybrid .small-promo-icon svg {
    width: 30px;
    height: auto;
    margin-right: 1rem;
  }
  .site-header--hybrid .small-promo-text-desktop p {
    margin: 0; 
  }
  .site-header--hybrid .site-header-menu-button {
    visibility: hidden; 
  }
  .site-header--hybrid .site-header-actions {
    flex: unset; 
  }
  .site-header--hybrid .site-navigation .navmenu-depth-1 {
    text-align: center;
  }
  .site-header--hybrid .small-promo {
    width: 90%;
    grid-area: promo;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    margin-right:1.5rem;
  }
  .site-header--hybrid .live-search--active {
    position: relative;
    z-index: 9999;
  }
  .site-header--hybrid .live-search--active .search-flydown {
    width: 200%;
    border-top: 1px solid ;
    margin-top: -1px;
  }
}
@media screen and (min-width: 720px){
.navmenu-meganav.navmenu-meganav--desktop {
  	max-width:1400px;
    width:auto;
    transform: translate(-50%);
    left: 50%!important;
    margin-left: auto!imoprtant;
    margin-right: auto!important;

}}
.site-navigation .navmenu-depth-1 > li {
  padding: 0; 
}
.site-navigation .navmenu-depth-2 {
  text-align: left; 
}
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-size: var(--font-size-body-small); 
}
.site-header-menu-icon {
  padding-top: 12px; 
}

/* Collection List */

/* Base Image Ratio code */
.image-ratio {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.circle .image-ratio {
  padding-top: 100%;
  border-radius: 1000px;
}
.square .image-ratio {
  padding-top: 100%;
}
.landscape3x2 .image-ratio {
  padding-top: 66.66%;
}
.landscape5x4 .image-ratio {
  padding-top: 80%;
}
.portrait4x5 .image-ratio {
  padding-top: 125%;
}
.portrait2x3 .image-ratio {
  padding-top: 150%;
}
.image-ratio img,
.image-ratio .placeholder--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Set the max width of the subheader text */
.text-align-left .dynamic-collection-list--item-subheading {
  padding: 0 12.5% 0 0;
}
.text-align-right .dynamic-collection-list--item-subheading {
  padding: 0 0 0 12.5%;
}
.text-align-center .dynamic-collection-list--item-subheading {
  padding: 0 12.5%;
}

/* Set the parameters of the added text */
.dynamic-collection-list--item-subheading {
  display: block;
  margin-bottom: .5rem;
}
.dynamic-collection-list--item-cta {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

/* Reset the way we do margins (off the title text) */
.dynamic-collection-list--item-link {
  display: block;
  margin-bottom: 1.25rem;
}
.dynamic-collection-list--item-title, 
.dynamic-collection-list--item-title-mobile {
  margin-bottom: .5rem;
}
@media screen and (max-width: 719px) {
  .dynamic-collection-list--item-title, 
  .dynamic-collection-list--item-title-mobile {
    margin-top: 0.25rem;
    margin-bottom: .5rem;
  }
}

/* Allow for 2 wide on desktop */
@media screen and (min-width: 720px) {
  .desktop-collections-per-row-2 .dynamic-collection-list--item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .desktop-collections-per-row-2 .dynamic-collection-list--item {
    width: calc(50% - 20px);
  }
}


/* Slideshow */
.slideshow-image {
  opacity: 1; 
  width: 100%;
  height: initial;
}  
@media screen and (min-width: 640px) {
  .slideshow-image-mobile {
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 639px) {
  .with-mobile .slideshow-image {
    opacity: 0; 
    width: 100%;
    height: 0;
  }  
  .slideshow-image-mobile {
    opacity: 1;
    width: 100%;
    height: initial;
  }
}
/* FOOTER */

/* Swap the order of the blocks on mobile */
@media screen and (max-width: 1024px){
  .site-footer-blocks {
    display: flex;
    flex-direction: column;
  }
  .site-footer-block-item {
    order: 2;
  }
  .site-footer-block-item.site-footer-block-newsletter {
    order: 1;
  }
  .site-footer-block-item.site-footer-block-rich-text {
    order: 3;
  }
}

/* Add the strip of color on the bottom */
.site-footer {
  padding-bottom: 0;
}
.site-footer-information {
  margin-top: 0rem;
}
.site-footer-information--wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-bottom: 0;
  }
}

/* Set the columns on desktop */
@media screen and (min-width: 1024px) {
  .site-footer-blocks .site-footer-block-item {
    width: 20%;
    flex-shrink: 1;
  }
  .site-footer-blocks .site-footer-block-item.site-footer-block-newsletter {
    width: 35%;
    flex-shrink: 0;
  }
}


/* Optional Formatting */

/* Remove the bottom border on the last element */
@media screen and (max-width: 1024px) {
  .site-footer-block-item:last-of-type {
    border-bottom: none;
  }
}

/* Format the newsletter section */
.site-footer-blocks .site-footer-block-item.site-footer-block-newsletter {
  text-align: center;
}
.site-footer-blocks .site-footer-block-item.site-footer-block-newsletter .site-footer-block-title {
   font-size: 22px!important;
  font-weight: 600;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-input {
  background-color: #fafafa;
  color: #111111;
  border-color:#ba6e27;
}

.site-footer-block-newsletter .newsletter .newsletter-input .form-field-title {
 color: #111111;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-title::before {
  background: none;
}
.site-footer-block-newsletter .newsletter {
  margin: 0 auto;
}
.newsletter .form-field-input:focus + .form-field-title, 
.newsletter .form-field-filled.form-field-input + .form-field-title {
  top: .5em;
  color: transparent;
  z-index: 3;
  font-size: 0.8125rem;
  transition-delay: 0.12s;
  transition-property: top, font-size, color;
  display: none;
}
.newsletter .form-field-input:focus + .form-field-title::before, 
.newsletter .form-field-filled.form-field-input + .form-field-title::before {
  position: absolute;
  background-color: transparent;
}
.social-icons {
  justify-content: center;
}
.newsletter .form-fields-inline {
  justify-content: center;
}

.social-icons-inverted .social-link svg {
  background-color: #D94C27;
}
.highlight-banners-align-center .highlights-banners-block {
   
    justify-content: initial;
   
}
.site-footer-information {
  
  text-align: center;
}
.bottom_strips {
    display: block;
    width: 100%;
    height: 100px;
    background: url(/cdn/shop/t/13/assets/stringtheory-stripepattern.png?v=1724323…) no-repeat;
    background-size: 100% 100px;
}
/* Testimonials */
.testimonials {
  overflow: hidden;
}
.testimonial {
  text-align: center;
  justify-content: center;
}
.testimonial-show-quotations .testimonial-blockquote-quote p:first-child::before {
  position: relative;
  top: unset;
  left: unset;
}
/* Style Testimonial Text */
.testimonial-blockquote-quote {
  font-size: var(--font-size-body-small, 1rem);
}
.testimonial-blockquote-citation p {
  font-size: var(--font-size-body-tiny, .675rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (min-width: 860px) {
  .testimonials-2 .testimonial {
    width: calc(40%);
    padding-top: 2rem;
    padding-bottom:2rem;
    padding-left:4rem;
    padding-right:4rem;
    flex-grow: 0;
  }
  .testimonials-4 .testimonial {
    width: calc(40%);
    padding-top: 2rem;
    padding-bottom:2rem;
    padding-left:4rem;
    padding-right:4rem;
    flex-grow: 0;
  }
}
.testimonial-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-2 .testimonial-figure {
    font-size: var(--font-size-heading-3);
    width: 48px;
    margin: 0 0 16px 0;
}

/* Instafeed */  
/* Hide the o.g. Instafeed */
#insta-feed {
  display: none;
}
/* Use our Instafeed */
#insta-container #insta-feed {
  display: block;
  margin-top: 0;
}
#insta-container .wrapper {
  position: relative;
  min-height: 250px;
}
/* Add special grid */
#insta-container #insta-feed,
#insta-container #insta-content {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-template-rows: auto;
  column-gap: .75rem;
  row-gap: .75rem;
  align-items: stretch; 
}
#insta-container #insta-feed {
  grid-template-areas:  
    "two one six four" 
    "three one six five";
}
#insta-container #insta-content {
  grid-template-areas:  
    "b2 b1 content b4" 
    "b3 b1 content b5";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#insta-container .blank1,
#insta-container .blank2,
#insta-container .blank3,
#insta-container .blank4,
#insta-container .blank5 {
  width: 100%;
  padding-top: 100%;
  height: 0;
}
#insta-container .blank1 {
  grid-area: b1;
}
#insta-container .blank2 {
  grid-area: b2;
}
#insta-container .blank3 {
  grid-area: b3;
}
#insta-container .blank4 {
  grid-area: b4;
}
#insta-container .blank5 {
  grid-area: b5;
}
#insta-container .content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
   background: #FAF0E9;
}
#insta-container #insta-feed a .instafeed-container {
  width: 100%!important;
  height: 100%!important;
  padding-top:100%!important;
}
#insta-container #insta-feed a:nth-of-type(1) {
  grid-area: one;
} 
#insta-container #insta-feed a:nth-of-type(2) {
  grid-area: two;
}  
#insta-container #insta-feed a:nth-of-type(3) {
  grid-area: three;
}
#insta-container #insta-feed a:nth-of-type(4) {
  grid-area: four;
}  
#insta-container #insta-feed a:nth-of-type(5) {
  grid-area: five;
}  
#insta-container #insta-feed a:nth-of-type(6) {
  grid-area: six;
  visibility: hidden;
}  
#insta-container #insta-feed a:nth-of-type(7) {
  display:none;
}  
#insta-container #insta-feed a:nth-of-type(8) {
  display:none;
}  
/* End special grid */
#insta-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
#insta-container h2,
#insta-feed h2 {
  font-family: !important;
  font-style: !important;
  font-weight: !important;
  font-size: var(--font-size-section-heading)!important;
  margin-bottom: 1.328125rem;
  letter-spacing: 0.0em;
  color: #0f0f0f;
  text-align: center;
  margin-top: 1rem;
}
#insta-container .home-section--preheading {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
#insta-container .home-section--preheading a.preheading {
  color: #000000;
 font-weight: 700;}
#insta-container .home-section--preheading a{
 
  text-decoration: none;
  text-transform: uppercase;
  z-index: 500;
 
 font-size: 14px;
}
#insta-container .insta-rte {
  font-size: var(--font-size-body-smaller, .875rem);
  max-width: 80%;
  margin: .5rem auto;
}
#insta-container .icon img {
  height: 3rem;
  width: auto;
  padding-right: .5rem;
}
#insta-container hr {
  width: 3rem;
  border: solid .5px;
}
#insta-container .insta-link {
  margin-top: 1rem;
}
#insta-container .insta-link a {
  font-size: var(--font-size-body-smaller, .875rem);
  color: #000;
  letter-spacing: 2px;
  text-decoration: none;
}
#insta-container .home-section--subheading {
  padding: 0 1rem;
  font-size: var(--font-size-body-smaller, .875rem);
}
@media screen and (min-width: 860px) {
  #insta-container .home-section--subheading {
    margin: unset;
  }
}
@media screen and (max-width: 859px) {
  #insta-container #insta-feed {
    margin-top:10px;
    grid-template-columns: auto auto auto auto auto;
  }
  #insta-container #insta-feed {
    grid-template-areas:  
      "one two three four five";
  }
  #insta-container #insta-feed a:nth-of-type(6) {
    visibility: visible;
  } 
  #insta-container #insta-content {
    display: block;
    position: relative;
    top: unset;
  } 
  #insta-container .blank1,
  #insta-container .blank2,
  #insta-container .blank3,
  #insta-container .blank4,
  #insta-container .blank5 {
    display: none;
  }
  #insta-container .content {
    padding: 2rem;
   
  }
}
@media screen and (max-width: 559px) {
  #insta-container #insta-feed {
    margin-top:10px;
    grid-template-columns: auto auto;
  }
  #insta-container #insta-feed {
    grid-template-areas:  
    
      "one one"
      "two three"
      "four five";
  }
}


 .instafeed--container {
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
 .instafeed--container  {
    padding-right: 1.859375rem;
    padding-left: 1.859375rem;
  }
}
@media screen and (min-width: 1080px) {
 .instafeed--container {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
}
a.featured-collection--cta.button-secondary {
    background: transparent;
    color: #ba6e27;
    border: solid 2px #ba6e27;
    font-weight: 600;
}
a.featured-collection--cta.button-secondary:hover{
 border: solid 2px #ba6e27;
    font-weight: 600;
}
/* .bottom_strips_text {
    display: block;
    width: 100%;
    height: 100px;
    background: url(/cdn/shop/t/13/assets/stringtheory-stripepattern.png?v=1724323â€¦) no-repeat;
    background-position: right;
    background-size: 50% 100px;
    position: absolute;
    left: 50%;
  bottom:0;
    transform: translate(-50%, -50%);
} */



@media only screen and (max-width: 768px) {
.bottom_strips_text {
    margin-bottom: 45px;
}
 .alt-img-with-text--text.position-middle.alignment-center:after {position: absolute;
    right: 0;
    left: 0;}
  
}
@media only screen and (min-width: 768px) {
 
.alt-img-with-text--text.position-middle.alignment-center:after{
position: absolute;
    right: 0;
    left: 50%;

}
}

.image-with-text-background{
    background-size: 30% auto;
    background-repeat: no-repeat;
   
}
.article--excerpt-wrapper {

  text-align: left;}
.article--excerpt-content {
  
    padding: 1.25rem 0;
  
}
.dynamic-collection-list--item-title,
.dynamic-collection-list--item-title-mobile {
  font-size: 22px!important;
    }
.home-section--title-container h2.home-section--title:after ,.collection--title:after{
 content: "";
    display: block;
  border-bottom:solid 2px #EFAA1F;
  width:50px;
  margin: 13px auto 0px;
}

.collection--title:after{
 content: "";
    display: block;
  border-bottom:solid 2px #EFAA1F;
  width:50px;
  margin: 13px 0 0px;
}
a.article--excerpt-readmore {
    font-weight: 600;
  font-size: smaller;
    letter-spacing: 1.5px;
}
footer.testimonial-blockquote-footer strong{
letter-spacing:2px;
   font-weight: 600;
}
span.alt-img-with-text--button.button-signpost{
letter-spacing:2px;
}
.newsletter_block {
    max-width: 337px;
    margin: 0 auto;
}

/* Collection page */
.collection--title {
  
    line-height: 0.6;
  
}
.utils-sortby-title{
font-size:  var(--font-size-body-smallest);}
.productgrid--sidebar {
background:#FAF0E9;
}
.faceted-filter__form .filter-item__label,.product-vendor {
   
    font-size: 13px;
}

@media screen and (min-width: 860px){
.productgrid--sidebar {
 
    width: 217px;
  padding: 20px 30px 20px 18px;
  margin-right: 20px;

}
  
  .layout--has-sidebar .productgrid--wrapper {
 
    width: calc(100% - 245px);
   
}
  .utils-sortby-select.form-field-select-wrapper.no-label {
    width: 132px;
}
  .wrapper1.productgrid--wrapper {
    float: right;
   padding-left: 20px;
}
  .wrapper2.productgrid--wrapper {
    width: 100%;
}
  .productgrid--masthead.no-breadcrumbs {
    display: inline-block;
}
  
}

.product--container .product-form--atc-button, .shopify-payment-button, .shopify-payment-button .shopify-payment-button__button{
    width: 100%;
    min-height:50px;
}

/* 3/9 Tate additions */
@font-face {
  font-family: 'Laca';
  font-style: normal;
  font-weight: 300;
  src: local('Laca'), url('/cdn/shop/files/Laca_Regular.woff?v=1646436160') format('woff');
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Ashbury';
  font-style: normal;
  font-weight: 300;
  src: local('Ashbury'), url('/cdn/shop/files/Ashbury_W01_Light.woff?v=1646401873') format('woff');
  text-rendering: optimizeLegibility;
}
.productgrid--sidebar-title{
  display:none;
}
.filter-group h4{
  font-family: "Laca"!important;
  font-size:13px!important;
  color:#75451C!important;
}
.refine-header h4{
  color: #75451C!important;
  font-weight:300!important;
  font-size:18px!important;
  font-family: "Ashbury"!important;
  margin-bottom:-10px!important;
}
.filter-group li.selected a {
  color: #75451C!important;
}
.highlights-banners-heading{
  letter-spacing:2px!important;
} 
@media screen and (min-width: 1024px){
.image-with-text-heading {
    font-size: 2.5rem!important
}}
@media screen and (min-width: 1080px) {
  .featured-collection--container .featured-collection--content[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 4 - calc(3 * 20px) / 4);
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-collection--container .featured-collection--content[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 4 - calc(3 * 20px) / 4);
    margin-right: 20px;
  }
}
/* Fix - Mobile Swipe Tip */
.mobile-swipe-tip {
  font-size: var(--font-size-body-smaller);
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: #9a9a9a;
  z-index: 10;
  border-radius: 25px;
  box-shadow: 0 2px 2px rgba(0,0,0,.25);
}
@media screen and (min-width: 860px) {
  .mobile-swipe-tip {
    display: none; 
  }
}
.alt-img-with-text--text hr{
  width:50px;
  height:2px;
  border-width:0;
  background-color:#EFAA1F;
}
.imgtxthr-left{
  margin-left:0;
}
.imgtxthr-center{
  margin-left:auto;
  margin-right:auto;
}
@media screen and (min-width:720px){
.alt-img-with-text--image{
  border-right:10px solid white;
}}
@media screen and (min-width: 720px){
.home-section--subheading{
  padding-left:1rem;
  padding-right:1rem;
}}
@media screen and (min-width: 720px){
.article--excerpt-image {
  min-height:415px!important;
}}
.article--excerpt-title a {
  font-size:20px!important;
  color: #000000!important;
}
.site-navigation .navmenu-meganav--image-link{
    font-size:11px!important;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px!important;
    font-family: "Laca"!important;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    font-size:11px!important;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px!important;
    font-family: "Laca"!important;
}
/*
*** converted this to a theme setting that allows them to upload a background image for the content side ***
.alt-img-with-text--text:after {
  content: "";
    display: block;
    height: 75px;
    background-image:  url(/cdn/shop/t/13/assets/stringtheory-stripepattern.png?v=1724323…);
    background-repeat: no-repeat;
  background-position:  bottom;
   background-size: 100% 100px;
   bottom:0;
  overflow:hidden;
} */

/* Tate product page work 3/11 */
@media screen and (min-width:860px){
.station-tabs-product-block{
  width:50%;
}}
@media screen and (min-width:860px){
.product-section--container .cbb-also-bought-container{
  width:45%;
  margin:unset!important;
}}
.cbb-also-bought-title{
  margin:unset;
  padding:unset;
  border-bottom:1px solid #D9D9D9!important;
  margin-top:.5rem!important;
  padding-bottom:1.55rem!important;
}
@media screen and (min-width:860px){
.product-section--container{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}}
.station-tabs-tabset .station-tabs-tab span{
  font-size:13px!important;
  letter-spacing:1px!important;
  font-family: "Laca"!important;
  text-transform:uppercase!important;
}
.station-tabs-tabpanel{
  border-top:1px solid #D9D9D9!important;
}
.station-tabs-tabset .station-tabs-tab.is-active  span, .cbb-also-bought-title{
  font-family: "Laca"!important;
  font-size: 13px!important;
  
  text-transform:uppercase!important;
  color:#75451C!important;
}
.cbb-also-bought-product-vendor{
  font-size:11px!important;
  letter-spacing:1.5px!important;
  color:#EFAA1F!important;
  font-weight:bold!important;
  text-transform:uppercase!important;
  padding-top:5px!important;
}
.cbb-also-bought-product-regular-price{
  font-style:normal!important;
  font-size:13px!important;
}
.cbb-also-bought-product-name{
  margin-bottom:unset!important;
}
.breadcrumbs-container span, .breadcrumbs-container a{
  font-size:11px!important;
  letter-spacing:1.5px!important;
}
.breadcrumbs-container{
  display:flex;
  flex-direction:row;
  align-items:center;
}
@media screen and (min-width:860px){
.product-main{
  max-width:350px;
  margin-left:2.8%;
}}
@media screen and (min-width: 720px){
[data-product-gallery-thumbnails=left] .gallery-navigation--scroller {
  width:6rem!important;
}}
@media screen and (min-width: 720px){
[data-product-gallery-thumbnails=left] .product-gallery--navigation {
    margin-right: 5%;
}}
@media screen and (min-width: 720px){
[data-product-gallery-thumbnails=left] .product-gallery--navigation {
  margin-right:3rem;
}}
@media screen and (min-width: 720px) and (min-width: 720px){
.layout--two-col-medium [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail{
  width:6rem!important;
}}
@media screen and (min-width: 720px){
.product-pricing {
    margin-top: 2rem;
}}
.form-options{
  margin-top:unset;
}

/* Product Quantity Button Code */
.qtydiv label{
  display: block;
  margin-bottom: 12px;
  letter-spacing: 2.8px;
  position: relative;
  left: unset;
  top: unset;
}
.qtydiv .btnqty { 
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-size: var(--font-size-body-medium, 1.125rem);
  line-height: 1;
  font-weight: 600;
  width: 2rem;
  flex-basis: 30%;
  padding: .4rem 0;
  text-align: center;
}
.qtydiv .btnqty.qtyminus {
}
.qtydiv .btnqty.qtyplus {
}
.qtydiv .quantity-input {
  text-align: center;
  outline: none;
  flex-basis: 30%;
  padding: .75rem 0rem;
  width: 30%;
  padding: 0;
  border: none;
  font-weight: 600;
}
.qtydiv {
  display: inline-block;
}
.qtydiv div {
}
.qtydiv .qtybox {
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  min-width: 145px;
  height:50px;
  align-items:center;
}
.product-form--atc-qty {
  min-width:145px; 
}
#product-quantity-input {
  background-color: unset; 
}
.product-form--buttons {
  display: flex;
  width: fit-content;
  max-width: 100%;
}
.product-form--buttons .product-form--atc-button {
  margin-right: 1rem;
  align-self: flex-start;
}
.smart-payment-enabled .product-form--atc{
  flex-direction: row;
}
.product-form--atc-button{
  margin-top:unset!important;
  min-height:50px;
}
.spr-review{
  border:1px solid #EFAA1F!important;
  padding:3rem!important;
}
.spr-header-title{
  color:#75451C!important;
  font-size:30px!important;
}
.small-promo-heading{
  font-size:14px!important;
}

@media (min-width: 720px){
.image-with-text-heading {
    margin-bottom: 30px;
}}
.site-navigation{
  border-top:unset!important;
}
.utils-sortby-title {
  font-weight:bold; 
}
.product-reviews--content .spr-content .spr-reviews{
  border:unset;
}
.site-footer-block-content.rte a{
  text-decoration:unset!important;
  color: #ab6d33;
}


/* 3/15 Tate additions */
/* Page numbers */
.pagination__item {
  font-size: var(--font-size-body-tiny, .675rem);
}
.pagination__page {
  padding: 0;
}
.pagination__page .pagination__item {
  padding: 0.85rem 0.6875rem;
  display: block;
  color: #111111;
}
.pagination__page .pagination__item:hover {
  color: #ba6e27;
}
.pagination__item.pagination__item--active,
.pagination__item.pagination__item--active:hover {
  background: url('//stringtheoryyarncompany.com/cdn/shop/t/13/assets/pagination_100x.png?v=101038866298839760931683132117');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  color: #ba6e27;
}

.productitem--badge{
  background-color:unset;
  height:48px;
  width:48px;
  top:0;
  left:unset;
  right:0!important;
  margin-top:10px;
  margin-right:10px;
}
.badge--soldout{
  background-image:url(//stringtheoryyarncompany.com/cdn/shop/t/13/assets/soldout_badge.png?v=131935828091753526471683132120);
  background-size:cover;
  width:48px;
  height:48px;
  background-color:unset;
}
.badge--sale{
  background-image:url(//stringtheoryyarncompany.com/cdn/shop/t/13/assets/sale_badge.png?v=138948600779694116001683132118);
  background-size:cover;
  width:48px;
  height:48px;
  background-color:unset;
}
/* Best Seller Badge */
.badge--new {
  background-image:url(//stringtheoryyarncompany.com/cdn/shop/t/13/assets/new_badge.png?v=6141553662874297531683132116);
  background-size:cover;
  width:48px;
  height:48px;
  background-color:unset;
}
.product-gallery--media-thumbnail[data-gallery-selected=true] {
    box-shadow: 0 0 0 2px #D94C27;
}
.station-tabs-tabcontent strong{
  font-weight:700!important;
}

.filter-group li a{
  text-transform:capitalize!important;
}

.jdgm-ask-question-btn, .jdgm-write-rev-link{
  border-color:#BA6E27!important;
  color:#BA6E27!important;
  text-decoration:unset!important;
}
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge{
  background-color:#BA6E27!important;
}

.site-footer-credits a{
  font-weight:500;
  color:#ba6e27;
}