/** Shopify CDN: Minification failed

Line 255:1 Expected identifier but found "."
Line 276:142 Unexpected "{"

**/
/* WCAG 2.3.3 / Best Practice — prefers-reduced-motion support */
@media (prefers-reduced-motion: reduce) {
  /* Disable all CSS transitions and animations globally */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  /* Stop hero slideshow from auto-advancing */
  .hero,
  .slideshow__slide,
  .announcement-slider {
    animation: none !important;
    transition: none !important;
  }

  /* Disable parallax movement */
  .parallax-image {
    transform: none !important;
    transition: none !important;
  }

  /* Disable AOS (animate on scroll) animations */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* Disable Flickity slider fade transitions */
  .flickity-slider,
  .flickity-viewport {
    transition: none !important;
  }

  /* Disable product image hover zoom */
  .product-single__photo img,
  .hero__image {
    transition: none !important;
  }
}

.yotpo.yotpo-main-widget .yotpo-icon-empty-star{
  background-image: unset !important;
}

/* Hide breadcrumbs visually but keep for screen readers */
.breadcrumb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* WCAG 2.4.7 fix — restore focus indicators suppressed by theme */

/* Override sitewide outline suppressor */
html:not(.no-js):not(.tab-outline) :focus {
  outline: revert;
}

/* Override Flickity outline suppressor */
.flickity-enabled:focus {
  outline: revert;
}

/* Scope thumbnail indicator to keyboard-only */
.product__thumb-item a:focus:not(:focus-visible) {
  outline: none;
}

/* Restore search input focus indicator */
.site-header__search-input:focus-visible {
  outline: 2px solid var(--colorTextBody);
  outline-offset: 2px;
}

body {
    padding: 0 !important;
}

html.js{
  padding:0px !important;
}

.template-collection .section-header {
    text-align: left;
}

.template-collection .collection-hero__content {
    align-items: end;
}

.template-collection .collection-hero__content:before{
  opacity: 0.2 !important;
}

.shopify-policy__container{
  max-width:1200px !important;
}

.collection-sidebar__group--4{
  display:none !important;
}

.collection-sidebar .tag-list--active-tags li:last-child{
  display:none !important;  
}

  .site-nav li a:active{
    font-weight: 700 !important;
    color:#000 !important;
  }

  .site-nav li:nth-child(1) a:hover, .site-nav li:nth-child(2) a:hover{
    font-weight: 700 !important;
    color:#00524C !important;
  }


/**** HEADER ****/
.tmenu_item_text,
.site-nav__link {
    font-size: 16px !important;
}

div#shopify-section-template--14249334079551__16415733271f452d4d {
    margin-top: 29px;
}
/**** HEADER END ****/
/** COLLECTION **/
.skrim__item {
    min-height: 360px;
}
.skrim__underline-me {
    position: absolute;
    top: 5%;
    left: 0;
}

.overflow-scroller {
    overflow: hidden;
}

.page-width--collection {
    padding: 0 5%;
    margin: 0 auto;
}

.grid-product__tag--sale{
  display:none !important;
}

/** COLLECTION END **/
@media only screen and (min-width:769px){
    .index-section{
      margin:80px 0;
    }
}  

shopify-section-group-footer-group .site-footer {
    margin: 0 !important;
    color: #fff;
    background:#00524d ;
    padding: 70px 0 100px;
}

.template-index .site-footer {
    margin-top: 0;
    padding: 70px 0 100px !important;
}

.copyright {
    background: url(/cdn/shop/files/footer_bg-red.jpg?v=1730329267) top center no-repeat;
    background-size:cover;
    padding: 70px 0 20px;
}

.__react_component_tooltip{
  display:none !important;
}


shopify-section-group-footer-group .site-footer .footer__collapsible a {
    color: #fff !important;
    text-decoration: none !important;
  border:0px !important;                      
}

shopify-section-group-footer-group .site-footer .footer__collapsible a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

shopify-section-group-footer-group .site-footer a:after {
    color: #f8f8f8 !important;
    text-decoration: none !important;
  border:none !important;
  display:none !important;
}
shopify-section-group-footer-group .site-footer li::marker{
  display:none !important;
}

shopify-section-group-footer-group .site-footer ul {
  list-style-type: none !important;
  margin:0px !important;
    text-decoration: none;
}

.footer__social a {
  border-color: #00524d;
}

.copyright li,
.copyright li a,
.copyright,
.copyright a {
  color: #00524d !important;
  font-weight:700 !important;
}

.copyright ul {
  padding: 0;
  margin: 0;
}

.copyright li {
  list-style: none;
}

.copyright li a {
  text-decoration: none;
  color: #2c303c;
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
}

..copyright .footer__small-text {
    font-size: 12px;
    font-weight: bold;
}

.copyright a:after{
  display:none !important;
}


.yotpo .yotpo-icon-default-empty-star:before, .yotpo .yotpo-icon-empty-star:before,
.yotpo .yotpo-first-review .yotpo-first-review-stars,
.yotpo .rating-star:before, .yotpo .rating-star,
.yotpo .yotpo-icon-default-star:before, .yotpo .yotpo-icon-star:before{
     color:#c20000 !important; 
}

.yotpo .text-m {
    color:#000 !important;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label,{
      color:#c20000 !important;
}

.yotpo.yotpo-main-widget .bottom-line-items .yotpo-filter-stars .yotpo-icon.yotpo-icon-empty-star{
  vertical-align:middle !important;
}


.product-block--price{
  margin-top:10px !important;
}


.marquee__text{
  padding:5px 0px !important;
}

#insta-feed, .terms-amp-conditions .instafeed-shopify{
  margin:0px !important;
}

/**** SLICK SLIDER ****/
button.slick-next, button.slick-prev  {
    display: block !important;
    visibility: visible !important;
    color: #fff !important;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none!important;
    opacity: 1!important;
    border: 0;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;		
}

button.slick-prev {
    left: -35px;
}

button.slick-next {
    right: -35px;
}

.slick-prev:before {
    content: "<";
    color: #00524d;
    font-size: 40px;
}
  
.slick-next:before {
    content: ">";
    color: #00524d;
    font-size: 40px;
}

.background-media-text__aligner {
    margin: 10% 40px;
}

.size-boxes {
    max-width: 250px;
    height: auto;
}

.grid-product__content {
    margin-bottom: 0 !important;
}

.grid__image-ratio {
    background-size: cover;
}

#embedded_widget {
    margin: 0 !important;
}



.product-alt-colours {
	margin-bottom: 30px;
}

.product-alt-colours a {
	display: inline-block;
	border:solid 1px #c2d500;
	box-sizing:border-box ;
	margin: 0 5px 5px 0;
}

/*
.grid-product__tag--custom,
.main.template-collection .grid-product__tag--sale{
  display:none;
}
*/
.main.template-collection .grid-product__tag--custom {
  display:block;
  text-transform: uppercase;
}

.wishlisthero-floating {
    right: auto !important;
    left: 10px !important;
}

section#shopify-section-template--14272384761919__165161849715dc2f54 {
    grid-column-start: 1;
    grid-column-end: 4;
}

.main.template-collection .grid-product__tag--sale {
  display:none;
}

.bss_pl_img > div:first-child {
      right: 0;
}

.variant-wrapper.Color {
  display:none;
  visibility:hidden;
}

body.product-hats .variant-wrapper.Color {
  display:block !important;
  visibility:visible!important;
}

@media all and (max-width: 768px){
 .product__main-photos .flickity-page-dots {
    display: none !Important;
}

  .product__thumbs.small--hide {
    display: block !important;
}
}