/** Shopify CDN: Minification failed

Line 213:23 Unexpected "3.cart-notification-product__name"

**/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Shadows+Into+Light&display=swap');

/* @font-face {
    font-family: 'Portrait';
    src: url('/cdn/shop/files/Portrait.eot?v=1765543079');
    src: url('/cdn/shop/files/Portrait.eot?v=1765543079?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Portrait.woff2?v=1765543078') format('woff2'),
        url('/cdn/shop/files/Portrait.woff?v=1765543078') format('woff'),
        url('/cdn/shop/files/Portrait.ttf?v=1765543078') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

div#easylockdown-password-form {
     padding: 0; /* remove large padding */
    background: #fff;
    position: fixed; /* better for full screen overlay */
    inset: 0;
    background-image: url("/cdn/shop/files/DSC07731.jpg?v=1764320859");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center */
    z-index: 999;
}
div#easylockdown-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
input#easylockdown-password {
  height: 50px;
    width: min(520px, 90vw);
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    display: flex;
    
}
.customer.login {
    margin-top: 100px !important;
}
a#easylockdown-password-form-button {
    padding: 16px 44px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, background 0.2s ease;
    font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

a#easylockdown-password-form-button {
    background: #000 !important;
    padding: 16px 80px !important;
}

h1.password__heading {
    color: #fff;
    margin-bottom: 0;
}

.countdown-timer h2 {color: #fff;}
h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito' !important;
}
.hover-video video {
    display: none !important;
}

.drawer__cart-items-wrapper quantity-input.quantity.cart-quantity {
    min-height: 30px;
        width: 110px;
}
.card--media:hover video {
    display: block !important;
    object-fit: cover;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper .color-swatch-item {
    border: 1px solid #000;
    border-radius: 50%;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: #000000 !important;
    color: #fff !important;
}
.btn-Button-dot {
    background-color: initial;
    justify-content: center;
    line-height: 100%;
    padding-block: 12px;
    padding-inline: 0;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}
span.xb-list-style__hasCompareAtPrice {
    color: #000;
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.header__menu-item span {
    font-weight: 700;
}
.multicolumn .page-width {
    max-width: 100%;
    padding: 0;
}
.shopify-section-header-sticky .header__heading-logo {
    filter: brightness(0);
}
@media screen and (min-width: 750px) {
  
    .background-none .multicolumn-card__image-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .multicolumn .grid {
        column-gap: 0 !important;
    }
    .shopify-section-header-sticky .gradient {
        background: #fff;
    }
     .shopify-section-header-sticky .header__menu-item span {   
        color: #000;
    }
     .shopify-section-header-sticky .header__heading-link .h2 {
    color: #000;
    }
     .shopify-section-header-sticky .header__icon {
        color: #000;
    }
}
li#Slide-template--20921243533554__multicolumn_g6V678-1, li#Slide-template--20921243533554__multicolumn_g6V678-2 {
    width: 50% !important;
}
 .section-header {
    position: absolute !important;
    margin-bottom: 0px;
    top: 40px;
    z-index: 99;
    width: 100%;
}
.shopify-section-header-sticky{
    position: sticky !important;
    top: 0;
}
product-info .page-width {
    padding: 0;
}
nav.breadcrumb ol {
    list-style: none;
    display: flex;
    gap: 3px;
    padding-left: 0;
    font-size: 12px;
    color: gray;
    font-weight: 600;
}
.product__title h1 {
    font-size: 15px;
    font-weight: 700;
}
.price__regular .price-item--regular {
    font-size: 15px;
}
.product__media-list {
    gap: 0;
    padding: 0;
}

/* .product:not(.product--columns) .product__media-list .product__media-item:first-child, .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: auto !important;
} */
nav.breadcrumb ol a {
    color: grey;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
div#cart-notification {
    background: #fff;
    color: #000;
    padding-top: 40px;
}
hdiv#cart-notification 3.cart-notification-product__name.h4 {
    color: #000;
}
div#cart-notification a#cart-notification-button {
    color: #fff;
}
div#cart-notification button.button.button--primary.button--full-width {
    background: #000;
}
div#cart-notification  svg.icon.icon-close,div#cart-notification  .cart-notification__heading {
    color: #000;
}
@media screen and (max-width: 750px){
    .xb-list-style__add-to-cart{
        padding: 12px 13px !important;
    }
    .announcement-bar span {
        font-size: 9px;
    }
    .section-header {
        top: 51px;
    }
    .shopify-section-header-sticky{
        top: 0;
        background: #fff;
    }
    .shopify-section-header-sticky .header__icon {
        color: #000;
    }
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 25px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  position: relative;
}

.popup-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.related-products__heading {
    text-transform: uppercase;
    padding-left: 15px;
}
.color-swatch-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}
.popup-btn {
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.cart-count-bubble {
    color: #ffffff;
    background-color: rgb(0 0 0);
}
.color-swatch-wrapper {
  display: flex;
  gap: 0;
  margin: 15px 0;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper {
    margin: 12px 0;
    gap: 5px;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper .color-swatch-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper .color-swatch-item {
    background: transparent;
     width: 20px;
     height: auto;
     border: 1px solid transparent;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper .color-swatch-item {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-wrapper .card .card__content .color-swatch-wrapper .color-swatch-item.active {
    border: 1px solid #000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-swatch-item {
  width: 65px;
  height: 102px;
  border-radius: 0;
  overflow: hidden;
  border: 2px solid transparent;
  display: block;
  background: #f5f5f5;
  position: relative;
}

.product-form__input--pill input[type=radio]+label {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    border-radius: 6px !important;
    border: unset !important;
}
.color_text, legend.form__label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.color-swatch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prd-Colours_Selected {
    block-size: 25px;
    color: #000;
    inline-size: 26px;
    inset-block-end: 0;
    inset-inline-start: calc(50% - 13px);
    pointer-events: none;
    position: absolute;
    transform: translateY(100%);
    transition: transform .5s ease;
}
.color-swatch-item.active .prd-Colours_Selected, a.color-swatch-item:hover .prd-Colours_Selected {
    transform: translateY(0);
    transition: transform .5s ease;
}
.product-popup-modal__button {
    text-decoration: 0;
    color: #000;
    text-transform: uppercase;    
}
.product-popup-modal__opener{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-popup-modal__content {
    height: 54% !important;
}
    .product-popup-modal__content-info {
    color: #000;
    font-size: 13px;
}
.product-popup-modal__toggle .icon {
    color: #000;
}
button.open-size-guide {
    background: transparent;
    border: 0;
    text-decoration: underline;
    color: #adadad;
}
 variant-selects {
    position: relative;
}
.size_custom_flex button.open-size-guide {
    height: 0;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 70%;
}
.card__information {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0;
}
.product-card-wrapper .card .card__content {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.card-information>.price {
    display: flex;
    justify-content: flex-end;
    margin: 0 !important;
}
.price__regular .price-item--regular {
    font-size: 13px;
}
.rte ul, .rte ol {
    list-style-position: unset;
}
.product-form__submit {
    background: #000;
    color: #fff;
}
.product-form__submit span {
    display: flex;
    gap: 4px;
}
.product-form__submit {
    padding: 16px;
}

 
.product-popup-modal {
    visibility: visible !important;
    top: 0;
    transition: opacity 0s 
ease .5s, visibility 0s 
ease .5s, transform .5s 
ease 0s !important;
}
.product-popup-modal__content{
    transform: translate(0%, 100%) !important;
     transition: opacity 0s 
ease .5s, visibility 0s 
ease .5s, transform .5s 
ease 0s !important;
}
.product-popup-modal[open] .product-popup-modal__content {
            margin-top: 0;
    transform: translateX(0) !important;
    left: 34% !important;
    transform: translateY(0%) !important;
    width: 500px !important;
    top: 39px !important;
}
.product-popup-modal__content-info p {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
}
.product-popup-modal__content {
    height: 90%!important;
}
.related-products__heading {
    font-size: 30px;
}
/* The row design */
/* Row design */
.desc-row {
  width: 100%;
  max-width: 44rem;
  border: none;
  background: none;
  padding: 0 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  /* border-top: 1px solid #dadada; */
  border-bottom: 1px solid #dadada;
  text-transform: uppercase;
}

.desc-row .arrow {
  font-size: 16px;
  opacity: 0.6;
  transition: 0.2s ease;
}

.desc-row:hover .arrow {
  transform: translateX(3px);
}

/* Modal background */
.desc-modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}

/* Popup box */
.desc-modal-content {
    position: absolute;
    left: 50%;
    top: 31%;
    transform: translate(-50%,100%);
    transition: transform .35s ease;
    background: #fff;
    padding: 25px;
    max-width: 500px;
    width: 90%;
    border-radius: 4px;
    height: 90%;
}

/* When modal is open → slide up */
.desc-modal.open .desc-modal-content {
  transform: translate(-50%, -30%);
}
.desc-modal-content .drw-Drawer_Footer {
    background-color: #fff;
    inset-block-end: 0;
    padding: 10px 20px 20px;
    position: fixed;
    z-index: 2;
    bottom: 22px;
    width: 100%;
    left: 0;
}
/* Close button */
.desc-close {
  float: right;
  font-size: 28px;
  cursor: pointer;
}

.desc-modal-content p {
    color: #000;
    font-size: 13px;
}
.desc-modal-content h3 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
/* Close button */
.desc-close {
  float: right;
  font-size: 28px;
  cursor: pointer;
}
.related-products-item {
    min-width: 500px;
    display: inline-block;
}

.floating-atc {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px;
  z-index: 9999;
  opacity: 0;
  transition: all .35s ease;
  z-index: 0;
}
.floating-atc-btn {
    background: #000;
    color: #fff;
    padding: 21px 98px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.floating-atc.show {
  opacity: 1;
  bottom: 15px;
}

.floating-atc.hidden {
  display: none;
}
.product-form__submit {
    text-transform: uppercase;
}

.collection .quick-add {
    margin-top: -42px;  
}
.collection .quick-add .quick-add__submit {
    background: #000;
    color: #fff;
    min-width: 80%;
    width: 80%;
    margin: 0 auto;
    font-family: "Nunito", sans-serif;
        border-radius: 4px;
    overflow: hidden;
    min-height: 42px;
    font-size: 13px;
        display: flex;
    align-items: center;
    gap: 10px;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    padding: 0 20px;
}
.card__heading a:after {
    z-index: -1 !important;
}
fieldset.js.product-form__input.product-form__input--swatch {
    display: none;
}
#product-grid .quick-add,
.product-grid .quick-add {
    opacity: 0;
}
#product-grid .card--standard:hover .quick-add,
.product-grid .card--standard:hover .quick-add {
    opacity: 1;
}
.header__icon{
    color: #000;
}
.header__heading-logo {
    filter: brightness(0);
}
.index .header__icon{
    color: #fff;
}
.shopify-section-header-sticky .gradient .header__icon{
    color: #000;
}
.index .header__heading-logo {
    filter: brightness(100%);
}
.shopify-section-header-sticky .header__heading-logo{
    filter: brightness(0);
}
.slick-next {
        right: 10px !important;
}
.slider-buttons {
    display: none;
}
.shopify-policy__body .rte ul,.shopify-policy__body .rte ol {
    list-style-position: unset !important;
}
.shopify-policy__body li p {
    margin: 0 !important;
}
.shopify-policy__container {
    margin-top: 100px;
     margin-bottom: 80px;
    width: 100% !important;
    max-width: 100ch;
}
.product-shipping-returns {
    overflow-y: scroll;
    height: 550px;
}
.pdp_url {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}
.collection-list .collection-list__item .card__content {
    position: absolute;
    bottom: 32px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.collection-list .collection-list__item .card__content .card__information {
    grid-template-columns: 1fr;
}
.collection-list .collection-list__item .card__content .card__information .full-unstyled-link{
    color: #fff;
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
   font-family: 'Nunito';
}
.collection-list .collection-list__item .card__content .card__information a {
    background-color: initial;
    justify-content: center;
    line-height: 100%;
    padding-block: 12px;
    padding-inline: 0;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
}
.collection-list .collection-list__item .card__content .card__information a span.icon-wrap {
    display: none;
}
.icon-with-text span.h4.inline-richtext {
    font-weight: 500;
    font-size: 14px;
}
.icon-with-text--horizontal .icon-with-text__item {
    width: 100% !important;
}
.icon-with-text .svg-wrapper {
    background: #efefef;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
}
.icon-with-text .svg-wrapper>svg {
    height: 20px !important;
    width: 20px !important;
}
.index .xb-wishlist-header-auto__svg svg {
    fill: #fff !important;
}
.xb-wishlist-header-auto__svg svg {
    fill: #000 !important;
}
.shopify-section-header-sticky .xb-wishlist-header-auto__svg svg {
    fill: #000 !important;
}
.xb-wishlist-button-collection__add-icon svg, .xb-wishlist-button-collection__remove-icon svg {
    fill: #000000 !important;
}



@media (max-width: 767px){
    div#TabbyPromo {
        margin: 15px 0 !important;
    }
      .product .product__info-container {
        padding: 0 20px;
    }
    .collection .price__regular .price-item--regular {
    font-size: 12px;
    }
    .floating-atc-btn {
        font-size: 14px;
         padding: 21px 18px;
    }
    .floating-atc {
        width: 95%;
       
    }
    .slick-next {
        right: 10px !important;
    }
    .card--standard>.card__content .card__information {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product .product-media-container.constrain-height .media {
        padding-top: 600px;
    }
    .product .media-type-video .product__media.media.media--transparent img {
        display: none;
    }
    .related-products .card-wrapper {
        padding: 0;
    }
    .header {
    padding: 0 15px !important;
    }
    .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
        padding: 0 15px;
    }
    .size_custom_flex button.open-size-guide {
    left: unset;
        right: 0;
    }
    .product__title h1, .price .price-item {
    font-size: 13px;
    }
    .color_text, legend.form__label {
    font-size: 13px;
    }
    .product__info-container>*+* {
    margin: 5px 0 !important;
    }
    .desc-row span {
    font-size: 12px;
    }
    .card__information {
    grid-template-columns: 1fr;
    }
    .card-information>.price {
    justify-content: flex-start;
    margin: 0 0 0 0 !important;
    }
    .desc-row{
        padding: 10px 0;
    }
    .product-form__submit span {
    font-size: 12px;
    }
    .product-form__submit {
    padding: 11px;
    }
    product-form.product-form {
    margin: 8px 0 !important;
    }
    .collection .collection.page-width {
        padding: 0;
    }
    .product-card-wrapper .card .card__content {
        padding-left: 15px;
    }
    
}
@media(max-width: 480px){
    .sc-item-title, .collection-list .collection-list__item .card__content .card__information .full-unstyled-link {
        font-size: 20px !important;
    }
    .collection .product-card-wrapper .card .card__content, .collection .card .media {
        height: 100%;
    }
    .collection .card-wrapper {
    height: 100%;
    }
     .related-slider .product-card-wrapper .card .card__content, .collection .card .media {
        height: 400px;
    }
    .index .collection .card .media {
         height: 100%;
    }
    .index .collection .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0px;
    }
    
    .related-slider .card-wrapper {
    height: 680px;
    }
}
@media screen and (max-width: 500px) {
    .related-products__heading {
    font-size: 20px;
}
    .xb-wishlist-button-collection {
        top: 86% !important;
        height: 28px;
    }
   
   .unit-toggle {
        display: flex;
        gap: 10px;
    }
    button.unit-btn {
        padding: 0px 15px !important;
    }
}
