/** Shopify CDN: Minification failed

Line 333:27 Unexpected "{"
Line 356:24 Expected identifier but found whitespace
Line 356:26 Unexpected "{"
Line 356:36 Expected ":"
Line 356:74 Expected ":"

**/
/* added by evan@cooeecommerce.com */

/* Video hero */
.hero__image-overlay img {
  margin: auto;
  padding: 10px 0;
  max-width: 100%;
}

/* Collections list */
.collection-item__content {
  text-align: center;
}
.collection-item__content .collection-item__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  color: #fff;
  width: 100%;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.collection-item__content:hover .collection-item__info {
  opacity: 1 !important;
}
.collection-item__content .collection-item__image img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: brightness 0.3s ease !important;
  -o-transition: brightness 0.3s ease !important;
  transition: brightness 0.3s ease !important;
}
.collection-item__content:hover .collection-item__image img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/*mobile adjustments*/
@media only screen and (max-width: 749px) {
.collection-item__content .collection-item__info {
  opacity: 1 !important;
}  
.collection-item__content .collection-item__image img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.collection-item__content .collection-item__info span {
  font-size: 2em !important;
}
}
/*end ofmobile adjustments*/

.collection-item__content .collection-item__subhead {
  font-size: 2em;
  text-transform: uppercase;
}
.collection-item__content .collection-item__info span {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}
.collection-item__content .collection-item__info sup {
  display: none;
}

/* Rotate heading text on hover */
.subheading em,
.grid__heading em,
.predictive-search__heading em,
.hero__title em,
.column__heading em,
.ai-product-carousel__heading-awvzvvnzkaxbjz0hnqaigenblock6f6a495gvblfh em,
.scrolling-image-heading-template--17043426574419__ss_scrolling_images_WLNgCU > * em{
  font-style: unset;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.subheading:hover em,
.grid__heading:hover em,
.predictive-search__heading em,
.hero__title em,
.column__heading:hover em,
.ai-product-carousel__heading-awvzvvnzkaxbjz0hnqaigenblock6f6a495gvblfh:hover em,
.scrolling-image-heading-template--17043426574419__ss_scrolling_images_WLNgCU > *:hover em {
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

#sock-guide #SectionColumns--template--17889192902739__section_custom_columns_gmMhXB .column__heading em {
  -webkit-transform: rotate(7deg) !important; 
      -ms-transform: rotate(7deg) !important;
          transform: rotate(7deg) !important;
}

/* Collection page filter  */
:root {
  --swatch-size-filters: 2.2rem;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"]) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"]) label {
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"]) label span {
  font-size: 0.6rem;
  text-transform: uppercase;
  padding-top: 3px;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"])
  label
  .swatch__button {
  margin: 0;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"]) label:after {
  display: none;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"])
  label
  .swatch__button:hover {
  -webkit-box-shadow: inset 0 0 0 1px var(--border);
          box-shadow: inset 0 0 0 1px var(--border);
  outline: 1px solid;
}
.collection-nav:has(input[name="filter.p.m.custom.colour"])
  .sidebar__item--active
  label
  .swatch__button {
  -webkit-box-shadow: inset 0 0 0 1px var(--border);
          box-shadow: inset 0 0 0 1px var(--border);
  outline: 1px solid;
}
.collection__nav {
  border-top: none;
  border-bottom: none;
}
.popout--group .popout__toggle,
.popout--sort .popout__toggle {
  border-right: none;
  border-left: none;
}
.collection__sidebar__slider {
  border: none;
}
.filter-group,
.popout-list__item {
  text-transform: uppercase;
}
.collection__products .grid {
  gap: 8px;
}

/* Cart drawer */
.drawer__empty__img {
  width: 70%;
  margin: 0 auto;
}
.drawer__inner {
  border-left: none;
}
.drawer__message--custom {
  background: var(--text);
  color: var(--bg-accent);
}
.cart__item__image img {
  z-index: 1;
  position: relative;
}

/* Search popdown */
.predictive-search__layout {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 20px;
  gap: 0;
}
.predictive-search__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.predictive-search__heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.predictive-search__group .predictive-search__heading {
  margin: 0.5em;
}
.predictive-search__item,
.predictive-search__actions .btn {
  display: inline-block;
  border: 1px solid #FFFA80;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 0;
  text-align: center;
}
.predictive-search__actions {
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.predictive-search__actions .btn,
a.predictive-search__link {
  color: #FFFA80;
}
.predictive-search__actions .btn span {
  display: inline-block !important;
}
.predictive-search__grid-item {
  background: #eeeeee;
  border-radius: 8px;
  -webkit-clip-path: border-box;
          clip-path: border-box;
}
body.grid-compact .predictive-search__grid-item {
  margin-bottom: 0;
}
.product-item__bg__slider {
  background: #fff;
}
.predictive-search__grid-item .product-item__title,
.predictive-search__grid-item .price {
  color: #212121;
}
.predictive-search__grid-item .product-item__info {
  padding: 10px;
  font-size: 0.75rem;
}
.predictive-search__heading {
  text-align: center;
  font-size: 1.2em;
}
.predictive-search__products__list.grid-outer .grid {
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.predictive-search--empty .wrapper {
  padding-bottom: 40px;
}
.predictive-search__group mark {
  color: unset;
  background-color: unset;
  font-style: unset;
  font-weight: unset;
}
.no-js .theme__header .search-popdown,
.no-js .theme__header .predictive-search,
.theme__header header-search-popdown.is-open .search-popdown,
.theme__header header-search-popdown.is-open .predictive-search {
  padding-right: 0;
}
.search-popdown__submit {
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .no-js .theme__header .search-popdown,
  .no-js .theme__header .predictive-search,
  .theme__header header-search-popdown.is-open .search-popdown,
  .theme__header header-search-popdown.is-open .predictive-search {
    width: 380px;
    padding-right: 0;
    height: calc(100vh - var(--announcement-height) - var(--header-height));
    height: 100vh;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .search-popdown {
    left: auto;
    width: 380px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .predictive-search {
    top: 85px;
  }
  .predictive-search__heading {
    padding-bottom: 0;
  }
  .predictive-search__actions {
    padding: 20px 0 40px 0;
  }
}
@media only screen and (max-width: 749px) {
  .predictive-search__products__list .product-link {
    display: block;
    height: auto;
  }
}

/* product image background */
.cart__item__image a::before,
.product__photo::before,
.product__thumb__link::before,
.product-item__image::before,
.product-upsell__image__thumb::before,
.pswp__img::before,
/* .pswp__thumb::before */ {
  background: rgb(240, 240, 240);
}

/* Product grid impact icon */
.product-item__impact-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product-item__impact-icon img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .product-item__impact-icon img {
    width: 35px;
    height: auto;
  }
}
/* button width* */
:root {
  --button-border-width: {{ settings.button_border_width | default: 2 }}px;
}

.button,
.button--primary,
.button--secondary,
.button--tertiary,
.button--outline,
.shopify-payment-button__button,
.btn {
  border-width: var(--button-border-width) !important;
}
/* Custom global button corner radius */
.button,
.button--primary,
.button--secondary,
.button--tertiary,
.button--outline,
.shopify-payment-button__button,
.btn {
  border-radius: 6px !important; /* ← change to your preferred roundness */
}

/* keeping product and price title colours consistent */
.product-link,
.product-item__price__holder,
.product-information,
.price,
.search-page {
  color: var(--section_text) !important;
}


.product-item__title {
  font-weight: 600;
}

/* Remove white border at top of shop the look, timeline sections */
.has-header-sticky .look__image,
body.has-header-sticky .timeline {
  --top: calc(var(--header-height) - 1px);
}

/* Change button hover styles */
.btn--solid.btn--primary {
  --btn-border-hover: var(--BTN-PRIMARY-TEXT);
  --btn-bg-hover: var(--BTN-PRIMARY-TEXT);
  --btn-text-hover: var(--BTN-PRIMARY-BG);
}
.btn--solid::after {
  height: calc(100% + 1px);
}

.btn--outline.btn--secondary{
  --btn-border-hover: var(--BTN-SECONDARY-BORDER);
  --btn-bg-hover: var(--BTN-SECONDARY-BORDER);
  --btn-text-hover: var(--bg);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--btn-bg-hover);
  }
}

.btn--outline::after, 
.btn--outline .shopify-payment-button__button--unbranded::after, 
.btn--solid::after, 
.btn--solid .shopify-payment-button__button--unbranded::after {
  content: unset;
}

/* Product page - Impact icon */
.product__block .impact-icon {
  position: absolute;
  top: 40px;
  right: 0;
}
.product__block .impact-icon img {
  width: 10vw;
  max-width: 60px;
  height: auto;
}

/* Newsletter section - Partial border */
.index-newsletter .brick__block--text {
  position: relative;
}
.index-newsletter .brick__block--text:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 70%;
  width: 2px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .index-newsletter .brick__block--text:first-child::after {
    right: unset;
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 2px;
  }
}

/* Make sock guide header solid */

#sock-guide .theme__header {
background: #0db551 !important;
}

#find-a-retailer .theme__header {
  background: #0db551 !important;
}

#shop-by-collections .theme__header {
  background: #0db551 !important;
}

/* remove white line under header */

@media only screen and (min-width: 750px) {
#shopify-section-sections--17043418775635__header{
  margin-bottom: -1px;
  }
}

/* replace background with image on sock guide */
#shopify-section-template--17889192902739__ss_featured_collection_14_bwqxMF > div{
  background-image: url(/cdn/shop/files/fluffy-clouds-in-a-light-blue-sky-on-a-clear-summer-day.jpg?v=1760803295);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}