/** Shopify CDN: Minification failed

Line 1603:0 All "@import" rules must come first

**/
/** Shopify CDN: Minification failed

Line 1585:0 All "@import" rules must come first

**/
.grid__item.product__grid__item.product__grid__item--content {
  order: 1;
}

product-info {
display: block;
}

.product {
margin: 0;
}

.product.grid {
gap: 0;
}

.product--no-media {
max-width: 57rem;
margin: 0 auto;
}

.product__media-wrapper {
padding-left: 0;
}

@media screen and (min-width: 750px) {
.product__column-sticky {
  display: block;
  position: sticky;
  top: 3rem;
  z-index: 2;
}

.product--thumbnail .thumbnail-list {
  padding-right: var(--media-shadow-horizontal-offset);
}

.product__info-wrapper {
  padding: 0 0 0 5rem;
}

.product__info-wrapper--extra-padding {
  padding: 0 0 0 8rem;
}

.product--right .product__info-wrapper {
  padding: 0 2.5rem 0 0;
}

.product--right .product__info-wrapper--extra-padding {
  padding: 0 8rem 0 0;
}

.product--right .product__media-list {
  margin-bottom: 2rem;
}

.product__media-container .slider-buttons {
  display: none;
}

.product--right .product__media-wrapper {
  order: 2;
}
}

@media screen and (min-width: 990px) {
.product--large:not(.product--no-media) .product__media-wrapper {
  max-width: 65%;
  width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product--large:not(.product--no-media) .product__info-wrapper {
  padding: 0 0 0 4rem;
  max-width: 35%;
  width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product--large:not(.product--no-media).product--right .product__info-wrapper {
  padding: 0 4rem 0 0;
}

.product--medium:not(.product--no-media) .product__media-wrapper,
.product--small:not(.product--no-media) .product__info-wrapper {
  max-width: 55%;
  width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product--medium:not(.product--no-media) .product__info-wrapper,
.product--small:not(.product--no-media) .product__media-wrapper {
  max-width: 45%;
  width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
}
}

/* Dynamic checkout */

.shopify-payment-button__button {
font-family: inherit;
min-height: 4.6rem;
}

.shopify-payment-button__button [role='button'].focused {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
outline-offset: 0.3rem;
box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
  0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
outline: 0;
box-shadow: none !important;
}

.shopify-payment-button__button [role='button']:focus-visible {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
  0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
background-color: rgba(var(--color-button), var(--alpha-button-background));
color: rgb(var(--color-button-text));
font-size: 1.4rem;
line-height: calc(1 + 0.2 / var(--font-body-scale));
letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
margin: 1.6rem 0 1rem;
font-size: 1.2rem;
line-height: calc(1 + 0.5 / var(--font-body-scale));
letter-spacing: 0.05rem;
text-decoration: underline;
text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
display: none;
}

/* Product form */

.product-form {
display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
display: flex;
align-items: flex-start;
font-size: 1.3rem;
line-height: 1.4;
letter-spacing: 0.04rem;
margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
flex-shrink: 0;
width: 1.5rem;
height: 1.5rem;
margin-right: 0.7rem;
margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
flex: 0 0 100%;
padding: 0;
margin: 0 0 1.2rem 0;
max-width: 44rem;
min-width: fit-content;
border: none;
}

.product-form__input .form__label {
padding-left: 0;
}

.product-form__input .select {
max-width: 100%;
}

.product-form__submit {
margin-bottom: 1rem;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
cursor: not-allowed;
opacity: 0.5;
}

@media screen and (forced-colors: active) {
.product-form__submit[aria-disabled='true'] {
  color: Window;
}
}

/* Overrides */
.shopify-payment-button__more-options {
color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
font-size: 1.5rem;
letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
/* margin: 1.5rem 0; */
}

.product__info-container iframe {
max-width: 100%;
}

/* .product__info-container .product-form, */
.product__info-container .product__description,
.product__info-container .icon-with-text {
margin: 2.5rem 0;
}

.product__text {
margin-bottom: 0;
}

a.product__text {
display: block;
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
text-transform: uppercase;
}

.product__title {
word-break: break-word;
/* margin-bottom: 1.5rem; */
}

.product__title > * {
margin: 0;
}

.product__title > a {
display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
margin-top: 0;
}

.product__accordion .accordion__content {
padding: 0 1rem;
}

.product .price .badge {
margin-bottom: 0.5rem;
}

.product .price__container {
margin-bottom: 0.5rem;
}

.product .price dl {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
display: none;
}

@media screen and (min-width: 750px) {
.product__info-container {
  max-width: 60rem;
}

.product__info-container .price--on-sale .price-item--regular {
  font-size: 1.6rem;
}

.product__info-container > *:first-child {
  margin-top: 0;
}
}

.product__description-title {
font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
padding: 0;
}

.product__tax {
margin-top: -1.4rem;
display: none;
}

.product--no-media .share-button {
max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.product--no-media .product-form {
flex-direction: column;
}

.product--no-media .product-form > .form {
max-width: 30rem;
width: 100%;
}

.product--no-media .product-form__quantity {
flex-direction: column;
max-width: 100%;
}

.product-form__quantity .form__label {
margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
margin-bottom: 1.2rem;
}

.product-form__buttons {
max-width: 44rem;
}

.product--no-media .product__info-container > modal-opener {
display: block;
text-align: center;
}

.product--no-media .product-popup-modal__button {
padding-right: 0;
}

.product--no-media .price {
text-align: center;
}

/* Product media */
.product__media-list video {
border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
.product__media-list {
  margin-left: -2.5rem;
  margin-bottom: 3rem;
  width: calc(100% + 4rem);
}

.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.slider.product__media-list::-webkit-scrollbar {
  height: 0.2rem;
  width: 0.2rem;
}

.product__media-list::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
}

.product__media-list::-webkit-scrollbar-track {
  background-color: rgba(var(--color-foreground), 0.2);
}

.product__media-list .product__media-item {
  width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
}

.product--mobile-columns .product__media-item {
  width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
}
}

@media screen and (min-width: 750px) {
.product--thumbnail .product__media-list,
.product--thumbnail_slider .product__media-list {
  padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
}

.product__media-list {
  padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
}

.product--thumbnail .product__media-item:not(.is-active),
.product--thumbnail_slider .product__media-item:not(.is-active) {
  display: none;
}

.product-media-modal__content > .product__media-item--variant.product__media-item--variant {
  display: none;
}

.product-media-modal__content > .product__media-item--variant:first-child {
  display: block;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
.product__media-list .product__media-item:first-child {
  padding-left: 0;
}

.product--thumbnail_slider .product__media-list {
  margin-left: 0;
}

.product__media-list .product__media-item {
  width: 100%;
}
}

.product__media-icon .icon {
width: 1.2rem;
height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
background-color: rgb(var(--color-background));
border-radius: 50%;
border: 0.1rem solid rgba(var(--color-foreground), 0.1);
color: rgb(var(--color-foreground));
display: flex;
align-items: center;
justify-content: center;
height: 3rem;
width: 3rem;
position: absolute;
left: 1.2rem;
top: 1.2rem;
z-index: 1;
transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
.grid__item.product__media-item--full {
  width: 100%;
}

.product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product--large.product--columns .product__media-item--full .deferred-media__poster-button {
  height: 5rem;
  width: 5rem;
}

.product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
  height: 4.2rem;
  width: 4.2rem;
}

.product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.product--small.product--columns .product__media-item--full .deferred-media__poster-button {
  height: 3.6rem;
  width: 3.6rem;
}

.product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
  width: 1.6rem;
  height: 1.6rem;
}
}

@media screen and (min-width: 990px) {
.product--stacked .product__media-item {
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product:not(.product--columns) .product__media-list .product__media-item:first-child,
.product:not(.product--columns) .product__media-list .product__media-item--full {
  width: 100%;
  max-width: 100%;
}

.product__modal-opener .product__media-icon {
  opacity: 0;
}

.product__modal-opener:hover .product__media-icon,
.product__modal-opener:focus .product__media-icon {
  opacity: 1;
}
}

.product__media-item > * {
display: block;
position: relative;
}

.product__media-toggle {
display: flex;
border: none;
background-color: transparent;
color: currentColor;
padding: 0;
}

.product__media-toggle::after {
content: '';
cursor: pointer;
display: block;
margin: 0;
padding: 0;
position: absolute;
top: calc(var(--border-width) * -1);
right: calc(var(--border-width) * -1);
bottom: calc(var(--border-width) * -1);
left: calc(var(--border-width) * -1);
z-index: 2;
}

.product__media-toggle:focus-visible {
outline: 0;
box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
.product__media-toggle:focus-visible,
.product__media-toggle:focus-visible:after {
  outline: transparent solid 1px;
  outline-offset: 2px;
}
}
.product__media-toggle.focused {
outline: 0;
box-shadow: none;
}

.product__media-toggle:focus-visible:after {
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
border-radius: var(--media-radius);
}

.product-media-modal {
background-color: rgb(var(--color-background));
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
visibility: hidden;
opacity: 0;
z-index: -1;
}

.product-media-modal[open] {
visibility: visible;
opacity: 1;
z-index: 101;
}

.product-media-modal__dialog {
display: flex;
align-items: center;
height: 100vh;
}

.product-media-modal__content {
max-height: 100vh;
width: 100%;
overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
display: none;
}

@media screen and (min-width: 750px) {
.product-media-modal__content {
  padding-bottom: 2rem;
}

.product-media-modal__content > *:not(.active) {
  display: block;
}

.product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}

.product__media-list .deferred-media {
  display: block;
}
}

@media screen and (max-width: 749px) {
.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}

.product--thumbnail .is-active .deferred-media,
.product--thumbnail_slider .is-active .deferred-media {
  display: block;
  width: 100%;
}
}

.product-media-modal__content > * {
display: block;
height: auto;
margin: auto;
}

.product-media-modal__content .media {
background: none;
}

.product-media-modal__model {
width: 100%;
}

.product-media-modal__toggle {
background-color: rgb(var(--color-background));
border: 0.1rem solid rgba(var(--color-foreground), 0.1);
border-radius: 50%;
color: rgba(var(--color-foreground), 0.55);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
right: 2rem;
padding: 1.2rem;
position: fixed;
z-index: 2;
top: 2rem;
width: 4rem;
}

.product-media-modal__content .deferred-media {
width: 100%;
}

@media screen and (min-width: 750px) {
.product-media-modal__content {
  padding: 2rem 11rem;
}

.product-media-modal__content > * {
  width: 100%;
}

.product-media-modal__content > * + * {
  margin-top: 2rem;
}

.product-media-modal__toggle {
  right: 5rem;
  top: 2.2rem;
}
}

@media screen and (min-width: 990px) {
.product-media-modal__content {
  padding: 2rem 11rem;
}

.product-media-modal__content > * + * {
  margin-top: 1.5rem;
}

.product-media-modal__content {
  padding-bottom: 1.5rem;
}

.product-media-modal__toggle {
  right: 5rem;
}
}

.product-media-modal__toggle:hover {
color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
height: auto;
margin: 0;
width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
box-sizing: border-box;
opacity: 0;
position: fixed;
visibility: hidden;
z-index: -1;
margin: 0 auto;
top: 0;
left: 0;
overflow: auto;
width: 100%;
background: rgba(var(--color-foreground), 0.2);
height: 100%;
}

.product-popup-modal[open] {
opacity: 1;
visibility: visible;
z-index: 101;
}

.product-popup-modal__content {
border-radius: var(--popup-corner-radius);
background-color: rgb(var(--color-background));
overflow: auto;
height: 80%;
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
margin-top: 5rem;
width: 92%;
position: absolute;
top: 0;
padding: 0 1.5rem 0 3rem;
border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
border-style: solid;
border-width: var(--popup-border-width);
box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
  rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
  var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
  var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
.product-popup-modal__content {
  padding-right: 1.5rem;
  margin-top: 10rem;
  width: 70%;
  padding: 0 3rem;
}

.product-media-modal__dialog .global-media-settings--no-shadow {
  overflow: visible !important;
}
}

.product-popup-modal__content img {
max-width: 100%;
}

@media screen and (max-width: 749px) {
.product-popup-modal__content table {
  display: block;
  max-width: fit-content;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
}

.product-media-modal__dialog .global-media-settings,
.product-media-modal__dialog .global-media-settings video,
.product-media-modal__dialog .global-media-settings model-viewer,
.product-media-modal__dialog .global-media-settings iframe,
.product-media-modal__dialog .global-media-settings img {
  border: none;
  border-radius: 0;
}
}

.product-popup-modal__opener {
display: inline-block;
}

.product-popup-modal__button {
font-size: 1.6rem;
padding-right: 1.3rem;
padding-left: 0;
min-height: 4.4rem;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.1rem;
transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
height: auto;
margin: 0 auto;
max-width: 100%;
width: 100%;
}

@media screen and (max-width: 749px) {
.product-popup-modal__content-info > * {
  max-height: 100%;
}
}

.product-popup-modal__toggle {
background-color: rgb(var(--color-background));
border: 0.1rem solid rgba(var(--color-foreground), 0.1);
border-radius: 50%;
color: rgba(var(--color-foreground), 0.55);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: sticky;
padding: 1.2rem;
z-index: 2;
top: 1.5rem;
width: 4rem;
margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
height: auto;
margin: 0;
width: 2.2rem;
}

.product__media-list .media > * {
overflow: hidden;
}

.thumbnail-list {
flex-wrap: wrap;
/* grid-gap: 1rem; */
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
content: none;
}

@media screen and (min-width: 750px) {
.product--stacked .thumbnail-list {
  display: none;
}

.thumbnail-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
}

.thumbnail-list_item--variant:not(:first-child) {
display: none;
}

@media screen and (min-width: 990px) {
.thumbnail-list {
  grid-template-columns: repeat(8, 1fr);
}

.product--medium .thumbnail-list {
  grid-template-columns: repeat(8, 1fr);
  gap: 0px;
}

.product--large .thumbnail-list {
  grid-template-columns: repeat(8, 1fr);
}
}

@media screen and (max-width: 749px) {
.product__media-item {
  display: flex;
  align-items: center;
}

.product__modal-opener {
  width: 100%;
}

.thumbnail-slider {
  display: flex;
  align-items: center;
}

.thumbnail-slider .thumbnail-list.slider {
  max-width: 400px;
  margin: auto;
  /* display: flex; */
  padding: 0.5rem 2rem;
  flex: 1;
  /* scroll-padding-left: 0.5rem; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.thumbnail-list__item.slider__slide {
  /* width: calc(33% - 0.6rem); */
  width: calc(80% - -1rem);
}
}

@media screen and (min-width: 750px) {
.product--thumbnail_slider .thumbnail-slider {
  display: flex;
  align-items: center;
}

.thumbnail-slider .thumbnail-list.slider--tablet-up {
  display: flex;
  padding: 0.5rem;
  flex: 1;
  scroll-padding-left: 0.5rem;
}

/* .product__media-wrapper .slider-mobile-gutter .slider-button {
  display: none;
} */

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(25% - 0.8rem);
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button {
  display: flex;
}
}

.product__media-wrapper .slider-mobile-gutter .slider-button {
display: none;
}

@media screen and (min-width: 900px) {
.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(25% - 0.8rem);
}

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(20% - 0.8rem);
}
}

.thumbnail {
border-radius: 10px;
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
padding: 5px;
color: rgb(var(--color-foreground));
cursor: pointer;
background-color: transparent;
border: none !important;
}

.thumbnail:hover {
opacity: 0.7;
}

/* .thumbnail.global-media-settings img {
border-radius: 0;
} */

.thumbnail[aria-current] {
box-shadow: 2px 2px 10px #00000080;
border-radius: 10px;
cursor: pointer;
/* box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
border-color: rgb(var(--color-foreground)); */
}

.image-magnify-full-size {
cursor: zoom-out;
z-index: 1;
margin: 0;
border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
display: none;
}

.product__modal-opener > .loading__spinner {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
display: flex;
align-items: center;
height: 48px;
width: 48px;
}

.product__modal-opener .path {
stroke: rgb(var(--color-button));
opacity: 0.75;
}

@media (hover: hover) {
.product__media-zoom-hover,
.product__media-icon--hover {
  display: none;
}
}

@media screen and (max-width: 749px) {
.product__media-zoom-hover,
.product__media-icon--hover {
  display: flex;
}
}

.js .product__media {
overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
outline: 0;
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: transparent solid 1px;
}
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
border-radius: 10px;
cursor: pointer;
box-shadow: 2px 2px 10px #00000080;
/* outline: 0;
box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground)); */
}

.thumbnail img {
border-radius: 5px !important;
object-fit: cover;
width: 100%;
height: 100%;
pointer-events: none;
}

.thumbnail__badge .icon {
width: 1rem;
height: 1rem;
}

.thumbnail__badge .icon-3d-model {
width: 1.2rem;
height: 1.2rem;
}

.thumbnail__badge {
color: rgb(var(--color-foreground), 0.6);
height: 2rem;
width: 2rem;
left: auto;
right: calc(0.4rem + var(--media-border-width));
top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
.product:not(.product--small) .thumbnail__badge {
  height: 3rem;
  width: 3rem;
}

.product:not(.product--small) .thumbnail__badge .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.product:not(.product--small) .thumbnail__badge .icon-3d-model {
  width: 1.4rem;
  height: 1.4rem;
}
}

.thumbnail-list__item {
position: relative;
}

.thumbnail-list__item::before {
content: '';
display: block;
padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
display: none;
}

.product__view-details {
display: block;
text-decoration: none;
}

.product__view-details:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
}

.product__view-details .icon {
width: 1.2rem;
margin-left: 1.2rem;
flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
display: flex;
align-items: center;
gap: 0.5rem;
}

.product--no-media .product__inventory {
justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
display: block;
}

.product__inventory.visibility-hidden:empty::after {
content: '#';
}

/* Icon with text */
.icon-with-text {
--icon-size: calc(var(--font-heading-scale) * 3rem);
--icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
display: flex;
justify-content: center;
column-gap: 3rem;
flex-direction: row;
}

.icon-with-text--vertical {
--icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .icon {
fill: rgb(var(--color-foreground));
height: var(--icon-size);
width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
min-height: var(--icon-size);
min-width: var(--icon-size);
margin-right: var(--icon-spacing);
}

.icon-with-text img {
height: var(--icon-size);
width: var(--icon-size);
object-fit: contain;
}

.icon-with-text--vertical img {
margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
padding-top: calc(var(--icon-size) + var(--icon-spacing));
text-align: center;
}

.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
padding-top: 0;
}

.icon-with-text__item {
display: flex;
align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
flex-direction: column;
width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
--aspect-ratio: var(--preview-ratio);
--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
position: relative;
width: 100%;
max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
/* arbitrary offset value based on average theme spacing and header height */
--viewport-offset: 400px;
--constrained-min-height: 300px;
--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
margin-right: auto;
margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
width: min(var(--contained-width), 100%);
}

.product-media-container .media {
padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
.product-media-container.media-fit-cover {
  display: flex;
  align-self: stretch;
}

.product-media-container.media-fit-cover .media {
  /* allow media img element to scale relative to modal-opener/product-media-container */
  position: initial;
}
}

@media screen and (min-width: 750px) {
.product-media-container {
  max-width: 100%;
}

.product-media-container:not(.media-type-image) {
  /* override to use actual media ratio (not poster ratio) for video/models on desktop */
  --aspect-ratio: var(--ratio);
}

.product-media-container.constrain-height {
  --viewport-offset: 170px;
  --constrained-min-height: 500px;
}

.product-media-container.media-fit-cover,
.product-media-container.media-fit-cover .product__modal-opener,
.product-media-container.media-fit-cover .media {
  height: 100%;
}

.product-media-container.media-fit-cover .deferred-media__poster img {
  object-fit: cover;
  width: 100%;
}
}

.product-media-container .product__modal-opener {
display: block;
position: relative;
}

@media screen and (min-width: 750px) {
.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}
}

/* Recipient form */
.recipient-form {
/* (2.88[line-height] - 1.6rem) / 2 */
--recipient-checkbox-margin-top: 0.64rem;

display: block;
position: relative;
max-width: 44rem;
margin-bottom: 2.5rem;
}

.recipient-form-field-label {
margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
display: flex;
justify-content: space-between;
}

.recipient-checkbox {
flex-grow: 1;
font-size: 1.6rem;
display: flex;
word-break: break-word;
align-items: flex-start;
max-width: inherit;
position: relative;
cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
position: absolute;
width: 1.6rem;
height: 1.6rem;
margin: var(--recipient-checkbox-margin-top) 0;
top: 0;
left: 0;
z-index: -1;
appearance: none;
-webkit-appearance: none;
}

.recipient-fields__field {
margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
white-space: nowrap;
text-overflow: ellipsis;
max-width: calc(100% - 3.5rem);
overflow: hidden;
}

.recipient-checkbox > svg {
margin-top: var(--recipient-checkbox-margin-top);
margin-right: 1.2rem;
flex-shrink: 0;
}

.recipient-form .icon-checkmark {
visibility: hidden;
position: absolute;
left: 0.28rem;
z-index: 5;
top: 0.4rem;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
visibility: visible;
}

.js .recipient-fields {
display: none;
}

.recipient-fields hr {
margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
display: block;
animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
display: none;
}

.js .recipient-email-label.required {
display: inline;
}

.recipient-form ul {
line-height: calc(1 + 0.6 / var(--font-body-scale));
padding-left: 4.4rem;
text-align: left;
}

.recipient-form ul a {
display: inline;
}

.recipient-form .error-message::first-letter {
text-transform: capitalize;
}

@media screen and (forced-colors: active) {
.recipient-fields > hr {
  border-top: 0.1rem solid rgb(var(--color-background));
}

.recipient-checkbox > svg {
  background-color: inherit;
  border: 0.1rem solid rgb(var(--color-background));
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  border: none;
}
}
.pre-order-note-product {
font-weight: 900;
margin: 0;
}
.price-item--sale {
/* color: red; */
color: #000;
}
.product__title>* {
font-weight: 900;
}


.custom-product-title h1 {
line-height: 115%;
 font-size: 65px;
font-weight: 600;
padding: 10px 0px;
margin-bottom: 5px;
letter-spacing: -0.03rem;
}

@media (max-width: 1200px) and (min-width: 1000px) {
.custom-product-title h1 {
    font-size: 50px;
}
}

.custom-price-item {
letter-spacing: normal !important;
color: #000 !important;
font-family: Gelica !important;
font-weight: 500 !important;
font-size: 20px !important;
}

.money-strike {
text-decoration: line-through !important;
opacity: 80% !important;
}

@media (max-width: 1000px) {
.custom-product-title h1 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 115%;
    margin-bottom: 0;
    padding-bottom: 5px;
}
}
.cow-size-selector-container {
padding-bottom: 10px;
}
.cow-size-selector-title {
padding-bottom: 20px;
font-size: 14px;
}
.cow-size-selector-btn-container a {
text-decoration: none;
border: 1px solid black;
padding: 8px 15px;
color: black;
border-radius: 30px;
font-size: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.cow-size-selector-btn-container {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.cow-size-selector-selected {
color: white !important;
background: black;
}

.pill-disabled {
color: #9a9a9a !important;
border-color: #d4d4d4 !important;
background: #f7f7f7 !important;
text-decoration: line-through !important;
text-decoration-color: #b0b0b0 !important;
text-decoration-thickness: 1px !important;
pointer-events: auto;
cursor: not-allowed !important;
}

@import url("https://use.typekit.net/lom7jtt.css");
html {
scroll-behavior: smooth;
}
body {
font-family: "Gelica", sans-serif;
font-weight: 400;
letter-spacing: 0;
line-height: 1.4;
}
strong, b, .bold {
font-weight: 600;
font-family: "Gelica";
}
.black {
font-weight: 600;
font-family: "Gelica";
}
.product-form__submit span, .burlap-text{
font-family: "Gelica", serif;
}
.sell-out-warning {
margin: 5px 0px;
}
.cow-size-selector-title, .product-form__input .form__label {
font-weight: 500;
}
.cow-size-selector-title {
  padding-bottom: 20px;
}
.cow-size-selector-container {
margin-bottom: 10px;
}
.in-stock-notification, .product-form__input--pill input[type=radio]+label {
letter-spacing: 0;
}
.product-main-bullets-title, .product-item-reviews-container-text, .ugc-photo-title {
font-family: "Gelica", serif;
font-weight: 400;
}
.details-block-item h2 {
font-weight: 600;
}
.cow-size-selector-btn-container a {
font-weight: 400;
}
:root {
--alpha-button-background: 1;
--alpha-button-border: 1;
--alpha-link: 0.85;
--alpha-badge-border: 0.1;
--focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
--focused-base-outline-offset: 0.3rem;
--focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
div, p {
/* letter-spacing: 0.03rem; */
}
.product-card-wrapper .card,
.contains-card--product {
--border-radius: var(--product-card-corner-radius);
--border-width: var(--product-card-border-width);
--border-opacity: var(--product-card-border-opacity);
--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
--shadow-blur-radius: var(--product-card-shadow-blur-radius);
--shadow-opacity: var(--product-card-shadow-opacity);
--shadow-visible: var(--product-card-shadow-visible);
--image-padding: var(--product-card-image-padding);
--text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
--border-radius: var(--collection-card-corner-radius);
--border-width: var(--collection-card-border-width);
--border-opacity: var(--collection-card-border-opacity);
--shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
--shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
--shadow-blur-radius: var(--collection-card-shadow-blur-radius);
--shadow-opacity: var(--collection-card-shadow-opacity);
--shadow-visible: var(--collection-card-shadow-visible);
--image-padding: var(--collection-card-image-padding);
--text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
--border-radius: var(--blog-card-corner-radius);
--border-width: var(--blog-card-border-width);
--border-opacity: var(--blog-card-border-opacity);
--shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
--shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
--shadow-blur-radius: var(--blog-card-shadow-blur-radius);
--shadow-opacity: var(--blog-card-shadow-opacity);
--shadow-visible: var(--blog-card-shadow-visible);
--image-padding: var(--blog-card-image-padding);
--text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
--border-radius: var(--text-boxes-radius);
--border-width: var(--text-boxes-border-width);
--border-opacity: var(--text-boxes-border-opacity);
--shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
--shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
--shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
--shadow-opacity: var(--text-boxes-shadow-opacity);
--shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
--border-radius: var(--media-radius);
--border-width: var(--media-border-width);
--border-opacity: var(--media-border-opacity);
--shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
--shadow-vertical-offset: var(--media-shadow-vertical-offset);
--shadow-blur-radius: var(--media-shadow-blur-radius);
--shadow-opacity: var(--media-shadow-opacity);
--shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
max-width: 100%;
}

.page-width.drawer-menu {
max-width: 100%;
}

.page-width-desktop {
padding: 0;
margin: 0 auto;
}

.utility-bar__grid.page-width {
padding-left: 3rem;
padding-right: 3rem;
background: white;
}

@media screen and (min-width: 750px) {
.page-width {
  padding: 0 5rem;
}

.header.page-width,
.utility-bar__grid.page-width {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.page-width--narrow {
  padding: 0 9rem;
}

.page-width-desktop {
  padding: 0;
}

.page-width-tablet {
  padding: 0 5rem;
}
}

@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
  padding-left: 5rem;
  padding-right: 5rem;
}

.page-width--narrow {
  max-width: 72.6rem;
  padding: 0;
}

.page-width-desktop {
  max-width: var(--page-width);
  padding: 0 5rem;
}
}

.isolate {
position: relative;
z-index: 0;
}

.section + .section {
margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
.section + .section {
  margin-top: var(--spacing-sections-desktop);
}
}

.element-margin-top {
margin-top: 5rem;
}

@media screen and (min-width: 750px) {
.element-margin {
  margin-top: calc(5rem + var(--page-width-margin));
}
}

.background-secondary {
background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
display: grid;
grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
margin: 7rem auto;
}

.rte-width {
max-width: 82rem;
margin: 0 auto 2rem;
}

.list-unstyled {
margin: 0;
padding: 0;
list-style: none;
}

.hidden {
display: none !important;
}

.visually-hidden {
position: absolute !important;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
word-wrap: normal !important;
}

.visually-hidden--inline {
margin: 0;
height: 1em;
}

.overflow-hidden {
overflow: hidden;
}

.skip-to-content-link:focus {
z-index: 9999;
position: inherit;
overflow: auto;
width: auto;
height: auto;
clip: auto;
}

.full-width-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
}

::selection {
background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
font-size: 1.5rem;
letter-spacing: 0.06rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
font-family: var(--font-body-family);
text-shadow: var(--font-body-stroke);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
font-family: var(--font-heading-family);
text-shadow: var(--font-heading-stroke);
text-stroke: var(--font-heading-stroke);
font-style: var(--font-heading-style);
font-weight: var(--font-heading-weight);
letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
color: rgb(var(--color-foreground));
line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
word-break: break-word;
}

.hxxl {
font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
line-height: 1.1;
}

.hxl {
font-size: calc(var(--font-heading-scale) * 5rem);
line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
.hxl {
  font-size: calc(var(--font-heading-scale) * 6.2rem);
}
}

.h0 {
font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
.h0 {
  font-size: calc(var(--font-heading-scale) * 5.2rem);
}
}

h1,
.h1 {
font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
}

h2,
.h2 {
font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}
}

h3,
.h3 {
font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
}

h4,
.h4 {
font-family: var(--font-heading-family);
font-style: var(--font-heading-style);
font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}
}

h6,
.h6 {
color: rgba(var(--color-foreground), 0.75);
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}

blockquote {
font-style: italic;
color: rgba(var(--color-foreground), 0.75);
border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
padding-left: 1rem;
}

@media screen and (min-width: 750px) {
blockquote {
  padding-left: 1.5rem;
}
}

.caption {
font-size: 1rem;
letter-spacing: 0.07rem;
line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
.caption {
  font-size: 1.2rem;
}
}

.caption-with-letter-spacing {
font-size: 1rem;
letter-spacing: 0.13rem;
line-height: calc(1 + 0.2 / var(--font-body-scale));
text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
font-size: 1.2rem;
letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
font-size: 1.4rem;
letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
font-size: 1.3rem;
line-height: calc(1 + 0.5 / var(--font-body-scale));
letter-spacing: 0.04rem;
}

.color-foreground {
color: rgb(var(--color-foreground));
}

table:not([class]) {
table-layout: fixed;
border-collapse: collapse;
font-size: 1.4rem;
border-style: hidden;
box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
/* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
padding: 1em;
border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
.small-hide {
  display: none !important;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
.medium-hide {
  display: none !important;
}
}

@media screen and (min-width: 990px) {
.large-up-hide {
  display: none !important;
}
}

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.uppercase {
text-transform: uppercase;
}

.light {
opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
display: none;
}

.link,
.customer a {
cursor: pointer;
display: inline-block;
border: none;
box-shadow: none;
text-decoration: underline;
text-underline-offset: 0.3rem;
color: rgb(var(--color-link));
background-color: transparent;
font-size: 1.4rem;
font-family: inherit;
}

.link--text {
color: rgb(var(--color-foreground));
}

.link--text:hover {
color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
display: inline-flex;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none;
margin-bottom: 4.5rem;
white-space: nowrap;
}

.link-with-icon .icon {
width: 1.5rem;
margin-left: 1rem;
}

a:not([href]) {
cursor: not-allowed;
}

.circle-divider::after {
content: '\2022';
margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
display: none;
}

hr {
border: none;
height: 0.1rem;
background-color: rgba(var(--color-foreground), 0.2);
display: block;
margin: 5rem 0;
}

@media screen and (min-width: 750px) {
hr {
  margin: 7rem 0;
}
}

.full-unstyled-link {
text-decoration: none;
color: currentColor;
display: block;
}

.placeholder {
background-color: rgba(var(--color-foreground), 0.04);
color: rgba(var(--color-foreground), 0.55);
fill: rgba(var(--color-foreground), 0.55);
}

details > * {
box-sizing: border-box;
}

.break {
word-break: break-word;
}

.visibility-hidden {
visibility: hidden;
}

@media (prefers-reduced-motion) {
.motion-reduce {
  transition: none !important;
  animation: none !important;
}
}

:root {
--duration-short: 100ms;
--duration-default: 200ms;
--duration-announcement-bar: 250ms;
--duration-medium: 300ms;
--duration-long: 500ms;
--font-body-family: "Gelica";
--font-heading-family: "Gelica";
/*--font-heading-stroke: -2px -2px 0 #000, 2px -2px 0 #000, -2px  2px 0 #000, 2px  2px 0 #000; */
/* --font-body-stroke: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000; */
--duration-extra-long: 600ms;
--duration-extra-longer: 750ms;
--duration-extended: 3s;
--ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
--animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
--animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.1rem;
transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
color: rgb(var(--color-link));
text-decoration-thickness: 0.2rem;
}

.icon-arrow {
width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
transform: translateX(-0.25rem);
transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
cursor: pointer;
list-style: none;
position: relative;
}

summary .icon-caret {
position: absolute;
height: 0.6rem;
right: 1.5rem;
top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
display: none;
}

.disclosure-has-popup {
position: relative;
}

.disclosure-has-popup[open] > summary::before {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: block;
cursor: default;
content: ' ';
background: transparent;
}

.disclosure-has-popup > summary::before {
display: none;
}

.disclosure-has-popup[open] > summary + * {
z-index: 100;
}

@media screen and (min-width: 750px) {
.disclosure-has-popup[open] > summary + * {
  z-index: 4;
}

.facets .disclosure-has-popup[open] > summary + * {
  z-index: 2;
}
}

/* base-focus */
/*
Focus ring - default (with offset)
*/

*:focus {
outline: 0;
box-shadow: none;
}

*:focus-visible {
outline: var(--focused-base-outline);
outline-offset: var(--focused-base-outline-offset);
box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
outline: var(--focused-base-outline);
outline-offset: var(--focused-base-outline-offset);
box-shadow: var(--focused-base-box-shadow);
}

/*
Focus ring - inset
*/

.focus-inset:focus-visible {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
outline-offset: -0.2rem;
box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
outline-offset: -0.2rem;
box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
box-shadow: none !important;
outline: 0 !important;
}

.focus-offset:focus-visible {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
outline-offset: 1rem;
box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
outline-offset: 1rem;
box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
margin: 0;
}

.title .link {
font-size: inherit;
}

.title-wrapper {
margin-bottom: 3rem;
}

.title-wrapper-with-link {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1rem;
margin-bottom: 3rem;
flex-wrap: wrap;
}

.title--primary {
margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
.title-wrapper--self-padded-mobile {
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (min-width: 990px) {
.title,
.title-wrapper-with-link {
  margin: 5rem 0 3rem;
}

.title--primary {
  margin: 2rem 0;
}

.title-wrapper-with-link {
  align-items: center;
}

.title-wrapper-with-link .title {
  margin-bottom: 0;
}

.title-wrapper--self-padded-tablet-down {
  padding-left: 0;
  padding-right: 0;
}
}

.title-wrapper-with-link .link-with-icon {
margin: 0;
flex-shrink: 0;
display: flex;
align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
width: 1.5rem;
}

.title-wrapper-with-link a {
margin-top: 0;
flex-shrink: 0;
}

.title-wrapper--no-top-margin {
margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
margin-top: 0;
}

.subtitle {
font-size: 1.8rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
letter-spacing: 0.06rem;
color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
font-size: 1.4rem;
letter-spacing: 0.1rem;
}

.subtitle--medium {
font-size: 1.6rem;
letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
/* display: flex; */
flex-wrap: wrap;
margin-bottom: 2rem;
padding: 0;
list-style: none;
column-gap: var(--grid-mobile-horizontal-spacing);
row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
.grid {
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
}

.grid:last-child {
margin-bottom: 0;
}

.grid__item {
/* width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4); */
/* max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2); */
/* flex-grow: 1; */
/* flex-shrink: 0; */
}

@media screen and (min-width: 750px) {
.grid__item {
  /* width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4); */
  /* max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2); */
}
}

.grid--gapless.grid {
column-gap: 0;
row-gap: 0;
}

@media screen and (max-width: 749px) {
.grid__item.slider__slide--full-width {
  width: 100%;
  max-width: none;
}
}

.grid--1-col .grid__item {
max-width: 100%;
width: 100%;
}

.grid--3-col .grid__item {
width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
}

.grid--2-col .grid__item {
width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.grid--4-col-tablet .grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}

.grid--3-col-tablet .grid__item {
  width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

.grid--2-col-tablet .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
}

@media screen and (max-width: 989px) {
.grid--1-col-tablet-down .grid__item {
  width: 100%;
  max-width: 100%;
}

.slider--tablet.grid--peek {
  margin: 0;
  width: 100%;
}

.slider--tablet.grid--peek .grid__item {
  box-sizing: content-box;
  margin: 0;
}

.slider.slider--tablet .scroll-trigger.animate--slide-in,
.slider.slider--mobile .scroll-trigger.animate--slide-in {
  animation: none;
  opacity: 1;
  transform: inherit;
}

.scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
  animation: var(--animation-slide-in);
}
}

@media screen and (min-width: 990px) {
.grid--6-col-desktop .grid__item {
  width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
}

.grid--5-col-desktop .grid__item {
  width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
}

.grid--4-col-desktop .grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}

.grid--3-col-desktop .grid__item {
  width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

.grid--2-col-desktop .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.slider.slider--desktop .scroll-trigger.animate--slide-in {
  animation: none;
  opacity: 1;
  transform: inherit;
}

.scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
  animation: var(--animation-slide-in);
}
}

@media screen and (min-width: 990px) {
.grid--1-col-desktop {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid--1-col-desktop .grid__item {
  width: 100%;
  max-width: 100%;
}
}

@media screen and (max-width: 749px) {
.grid--peek.slider--mobile {
  margin: 0;
  width: 100%;
}

.grid--peek.slider--mobile .grid__item {
  box-sizing: content-box;
  margin: 0;
}

.grid--peek .grid__item {
  min-width: 35%;
}

.grid--peek.slider .grid__item:first-of-type {
  margin-left: 1.5rem;
}

/* Fix to show some space at the end of our sliders in all browsers */
.grid--peek.slider:after {
  margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
}

.grid--2-col-tablet-down .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
.grid--peek .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
}

.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
.slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
  width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
.slider--tablet.grid--peek .grid__item {
  width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
}

.slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
  width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
}

.slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
}

.slider--tablet.grid--peek .grid__item:first-of-type {
  margin-left: 1.5rem;
}

.grid--2-col-tablet-down .grid__item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.grid--1-col-tablet-down.grid--peek .grid__item {
  width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
}
}

/* component-media */
.media {
display: block;
background-color: rgba(var(--color-foreground), 0.1);
position: relative;
overflow: hidden;
}

.media--transparent {
background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
/* display: block; */
/* max-width: 100%; */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
/* height: 100%; */
/* width: 100%; */
}

.media > img {
/* object-fit: cover; */
/* object-position: center center; */
/* transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
/* border-radius: 20px; */
}

.media--square {
padding-bottom: 100%;
}

.media--portrait {
padding-bottom: 125%;
}

.media--landscape {
padding-bottom: 66.6%;
}

.media--cropped {
padding-bottom: 56%;
}

.media--16-9 {
padding-bottom: 56.25%;
}

.media--circle {
padding-bottom: 100%;
border-radius: 50%;
}

.media.media--hover-effect > img + img {
opacity: 0;
}

@media screen and (min-width: 990px) {
.media--cropped {
  padding-bottom: 63%;
}
}

deferred-media {
display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
--color-button: var(--color-secondary-button);
--color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
--alpha-button-background: 0;
--alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
--shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
--shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
--shadow-blur-radius: var(--buttons-shadow-blur-radius);
--shadow-opacity: var(--buttons-shadow-opacity);
--shadow-visible: var(--buttons-shadow-visible);
--border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
--border-opacity: calc(1 - var(--buttons-border-opacity));
border-radius: var(--buttons-radius-outset);
position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
min-width: calc(12rem + var(--buttons-border-width) * 2);
min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
display: inline-flex;
justify-content: center;
align-items: center;
border: 0;
padding: 0 3rem;
cursor: pointer;
font: inherit;
font-size: 1.5rem;
text-decoration: none;
color: rgb(var(--color-button-text));
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
border-radius: var(--buttons-radius-outset);
box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
content: '';
position: absolute;
top: var(--buttons-border-width);
right: var(--buttons-border-width);
bottom: var(--buttons-border-width);
left: var(--buttons-border-width);
z-index: 1;
border-radius: var(--buttons-radius);
box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
  0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
--border-offset: 1.3px;
box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
  0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
--border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
outline: 0;
box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
  0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
font-size: 1.5rem;
letter-spacing: 0.1rem;
line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
font-size: 1.2rem;
padding: 1rem 1.5rem;
min-width: calc(9rem + var(--buttons-border-width) * 2);
min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
cursor: not-allowed;
opacity: 0.5;
}

.button--full-width {
display: flex;
width: 100%;
}

.button.loading {
color: transparent;
position: relative;
}

@media screen and (forced-colors: active) {
.button.loading {
  color: rgb(var(--color-foreground));
}
}

.button.loading > .loading__spinner {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
height: 100%;
display: flex;
align-items: center;
}

.button.loading > .loading__spinner .spinner {
width: fit-content;
}

.button.loading > .loading__spinner .path {
stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
display: block;
position: relative;
}

.share-button details {
width: fit-content;
}

.share-button__button {
font-size: 1.4rem;
display: flex;
align-items: center;
color: rgb(var(--color-link));
margin-left: 0;
padding-left: 0;
min-height: 4.4rem;
}

details[open] > .share-button__fallback {
animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
cursor: pointer;
background-color: transparent;
border: none;
}

.share-button__button .icon-share {
height: 1.2rem;
margin-right: 1rem;
min-width: 1.3rem;
}

.share-button__fallback {
display: flex;
align-items: center;
position: absolute;
top: 3rem;
left: 0.1rem;
z-index: 3;
width: 100%;
min-width: max-content;
border-radius: var(--inputs-radius);
border: 0;
}

.share-button__fallback:after {
pointer-events: none;
content: '';
position: absolute;
top: var(--inputs-border-width);
right: var(--inputs-border-width);
bottom: var(--inputs-border-width);
left: var(--inputs-border-width);
border: 0.1rem solid transparent;
border-radius: var(--inputs-radius);
box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
transition: box-shadow var(--duration-short) ease;
z-index: 1;
}

.share-button__fallback:before {
background: rgb(var(--color-background));
pointer-events: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--inputs-radius-outset);
box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
  var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
z-index: -1;
}

.share-button__fallback button {
width: 4.4rem;
height: 4.4rem;
padding: 0;
flex-shrink: 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
display: none;
}

.share-button__close,
.share-button__copy {
background-color: transparent;
color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
background-color: rgb(var(--color-background));
z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
background-color: rgb(var(--color-background));
z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
content: none;
}

.share-button__fallback .field {
border-radius: 0;
min-width: auto;
min-height: auto;
transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
outline-offset: 0.1rem;
box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
box-shadow: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
filter: none;
min-width: auto;
min-height: auto;
}

.share-button__fallback .field__input:hover {
box-shadow: none;
}

.share-button__fallback .icon {
width: 1.5rem;
height: 1.5rem;
}

.share-button__message:not(:empty) {
display: flex;
align-items: center;
width: 100%;
height: 100%;
margin-top: 0;
padding: 0.8rem 0 0.8rem 1.5rem;
margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
-webkit-appearance: none;
appearance: none;
background-color: rgb(var(--color-background));
color: rgb(var(--color-foreground));
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
font-size: 1.6rem;
width: 100%;
box-sizing: border-box;
transition: box-shadow var(--duration-short) ease;
border-radius: var(--inputs-radius);
height: 4.5rem;
min-height: calc(var(--inputs-border-width) * 2);
min-width: calc(7rem + (var(--inputs-border-width) * 2));
position: relative;
border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
pointer-events: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--inputs-radius-outset);
box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
  var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
pointer-events: none;
content: '';
position: absolute;
top: var(--inputs-border-width);
right: var(--inputs-border-width);
bottom: var(--inputs-border-width);
left: var(--inputs-border-width);
border: 0.1rem solid transparent;
border-radius: var(--inputs-radius);
box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
transition: box-shadow var(--duration-short) ease;
z-index: 1;
}

.select__select {
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
font-size: 1.2rem;
color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
  rgba(var(--color-foreground), var(--inputs-border-opacity));
outline: 0;
border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
outline: 0;
border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
outline: 0;
border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
outline: 0;
box-shadow: none;
}

.text-area,
.select {
display: flex;
position: relative;
width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
height: 0.6rem;
pointer-events: none;
position: absolute;
top: calc(50% - 0.2rem);
right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
cursor: pointer;
line-height: calc(1 + 0.6 / var(--font-body-scale));
padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
margin: var(--inputs-border-width);
min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
position: relative;
width: 100%;
display: flex;
transition: box-shadow var(--duration-short) ease;
}

.customer .field {
display: flex;
}

.field--with-error {
flex-wrap: wrap;
}

.field__input,
.customer .field input {
flex-grow: 1;
text-align: left;
padding: 1.5rem;
margin: var(--inputs-border-width);
transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
font-size: 1.6rem;
left: calc(var(--inputs-border-width) + 2rem);
top: calc(1rem + var(--inputs-border-width));
margin-bottom: 0;
pointer-events: none;
position: absolute;
transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
color: rgba(var(--color-foreground), 0.75);
letter-spacing: 0.1rem;
line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
font-size: 1rem;
top: calc(var(--inputs-border-width) + 0.5rem);
left: calc(var(--inputs-border-width) + 2rem);
letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
padding: 2.2rem 1.5rem 0.8rem 2rem;
margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
opacity: 0;
}

.field__button {
align-items: center;
background-color: transparent;
border: 0;
color: currentColor;
cursor: pointer;
display: flex;
height: 4.4rem;
justify-content: center;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 4.4rem;
}

.field__button > svg {
height: 2.5rem;
width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
min-height: 10rem;
resize: none;
}

input[type='checkbox'] {
display: inline-block;
width: auto;
margin-right: 0.5rem;
}

/* Form global */

.form__label {
display: block;
margin-bottom: 0.6rem;
}

.form__message {
align-items: center;
display: flex;
font-size: 1.4rem;
line-height: 1;
margin-top: 1rem;
}

.form__message--large {
font-size: 1.6rem;
}

.customer .field .form__message {
font-size: 1.4rem;
text-align: left;
}

.form__message .icon,
.customer .form__message svg {
flex-shrink: 0;
height: 1.3rem;
margin-right: 0.5rem;
width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
height: 1.5rem;
width: 1.5rem;
margin-right: 1rem;
}

.customer .field .form__message svg {
align-self: start;
}

.form-status {
margin: 0;
font-size: 1.6rem;
}

.form-status-list {
padding: 0;
margin: 2rem 0 4rem;
}

.form-status-list li {
list-style-position: inside;
}

.form-status-list .link::first-letter {
text-transform: capitalize;
}

/* component-quantity */
.quantity {
color: rgba(var(--color-foreground));
position: relative;
width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
display: flex;
border-radius: var(--inputs-radius);
min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
}

.quantity:after {
pointer-events: none;
content: '';
position: absolute;
top: var(--inputs-border-width);
right: var(--inputs-border-width);
bottom: var(--inputs-border-width);
left: var(--inputs-border-width);
border: 0.1rem solid transparent;
border-radius: var(--inputs-radius);
box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
transition: box-shadow var(--duration-short) ease;
z-index: 1;
}

.quantity:before {
background: rgb(var(--color-background));
pointer-events: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: var(--inputs-radius-outset);
box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
  var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
z-index: -1;
}

.quantity__input {
color: currentColor;
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
font-size: 1.6rem;
font-weight: 500;
opacity: 0.85;
text-align: center;
background-color: transparent;
border: 0;
padding: 0 0.5rem;
width: 100%;
flex-grow: 1;
-webkit-appearance: none;
appearance: none;
}

.quantity__button {
width: calc(4.5rem / var(--font-body-scale));
flex-shrink: 0;
font-size: 1.8rem;
border: 0;
background-color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: rgb(var(--color-foreground));
padding: 0;
}

.quantity__button:first-child {
margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
width: 1rem;
pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
background-color: rgb(var(--color-background));
z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
background-color: rgb(var(--color-background));
z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
box-shadow: inherit;
background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
-webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.quantity__input[type='number'] {
-moz-appearance: textfield;
}

.quantity__rules {
margin-top: 0.5rem;
position: relative;
font-size: 1.2rem;
}

.quantity__rules .caption {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
content: '\2022';
margin: 0 0.5rem;
}

.quantity__rules-cart {
position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
visibility: hidden;
}

/* component-modal */
.modal__toggle {
list-style-type: none;
}

.modal__toggle-close {
display: none;
}

.modal__toggle-open {
display: flex;
}

.modal__close-button.link {
display: flex;
justify-content: center;
align-items: center;
padding: 0rem;
height: 4.4rem;
width: 4.4rem;
background-color: transparent;
}

.modal__close-button .icon {
width: 1.7rem;
height: 1.7rem;
}

.modal__content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(var(--color-background));
z-index: 4;
display: flex;
justify-content: center;
align-items: center;
}

.media-modal {
cursor: zoom-out;
}

.media-modal .deferred-media {
cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
display: none;
}

.cart-count-bubble {
position: absolute;
background-color: rgb(var(--color-button));
color: rgb(var(--color-button-text));
height: 1.7rem;
width: 1.7rem;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.9rem;
bottom: 0.8rem;
left: 2.2rem;
line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
height: 100%;
}

.utility-bar--bottom-border {
border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
.utility-bar--bottom-border-social-only {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
}

.utility-bar__grid {
display: grid;
grid-template-columns: 1fr;
grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
justify-content: flex-start;
align-content: center;
margin-left: -1.2rem;
grid-area: social-icons;
}

@media screen and (max-width: 989px) {
.utility-bar .utility-bar__grid .list-social {
  display: none;
}
}

.utility-bar .list-social__item .icon {
scale: 0.9;
}

@media screen and (min-width: 990px) {
.utility-bar__grid--3-col {
  grid-template-columns: 3fr 4fr 3fr;
  grid-template-areas: 'social-icons announcements language-currency';
}

.utility-bar__grid--2-col {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'social-icons language-currency';
}

.announcement-bar.announcement-bar--one-announcement,
.announcement-bar--one-announcement .announcement-bar__link {
  width: fit-content;
  margin: auto;
}
}

.announcement-bar,
.announcement-bar__announcement {
color: rgb(var(--color-foreground));
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
grid-area: announcements;
}

.announcement-bar .slider--everywhere {
margin-bottom: 0;
scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
width: 100%;
}

.announcement-bar .slider-button--next {
margin-right: -1.5rem;
min-width: 44px;
}

.announcement-bar .slider-button--prev {
margin-left: -1.5rem;
min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
outline-offset: -0.3rem;
box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
grid-area: language-currency;
align-self: center;
display: flex;
justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
  padding-left: 5rem;
  padding-right: 5rem;
}

.announcement-bar-slider {
  width: 60%;
}

.announcement-bar .slider-button {
  height: 3.8rem;
}
}

.announcement-bar__link {
display: flex;
width: 100%;
text-decoration: none;
height: 100%;
justify-content: center;
align-items: center;
}

.announcement-bar__link:hover {
text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
display: inline-block;
pointer-events: none;
margin-left: 0.8rem;
vertical-align: middle;
margin-bottom: 0.2rem;
}

.announcement-bar__message {
text-align: center;
padding: 1rem 0;
margin: 0;
letter-spacing: 0.1rem;
min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
animation-duration: var(--duration-announcement-bar);
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
--announcement-translate-from: -1.5rem;
/* Prevent flicker */
opacity: 0;
animation-name: translateAnnouncementSlideIn;
animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
--announcement-translate-from: 1.5rem;
/* Prevent flicker */
opacity: 0;
animation-name: translateAnnouncementSlideIn;
animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
--announcement-translate-to: 1.5rem;
animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
--announcement-translate-to: -1.5rem;
animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
0% {
  opacity: 0;
  transform: translateX(var(--announcement-translate-from));
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}

@keyframes translateAnnouncementSlideOut {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(var(--announcement-translate-to));
}
}

/* section-header */
.section-header.shopify-section-group-header-group {
z-index: 3;

}

.shopify-section-header-sticky {
position: sticky;
top: 0;
}

.shopify-section-header-hidden {
top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
top: 0;
}

.section-header.animate {
transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
z-index: initial;
}


details[open] > .search-modal {
opacity: 1;
animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
display: block;
}

details[open] .modal-overlay::after {
position: absolute;
content: '';
background-color: rgb(var(--color-foreground), 0.5);
top: 100%;
left: 0;
right: 0;
height: 100vh;
}

.search-modal {
opacity: 0;
border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
height: 100%;
}

.search-modal__content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
padding: 0 5rem 0 1rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
position: relative;
}

.search-modal__content-bottom {
bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
width: 100%;
}

.search-modal__close-button {
position: absolute;
right: 0.3rem;
}

@media screen and (min-width: 750px) {
.search-modal__close-button {
  right: 1rem;
}

.search-modal__content {
  padding: 0 6rem;
}
}

@media screen and (min-width: 990px) {
.search-modal__form {
  max-width: 74.2rem;
}

.search-modal__close-button {
  position: initial;
  margin-left: 0.5rem;
}
}

/* Header menu drawer */
.header__icon--menu .icon {
display: block;
position: absolute;
opacity: 1;
transform: scale(1);
transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
visibility: hidden;
opacity: 0;
transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
visibility: visible;
opacity: 1;
transform: scale(1.07);
}

.js details > .header__submenu {
opacity: 0;
transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
animation: animateMenuOpen var(--duration-default) ease;
animation-fill-mode: forwards;
z-index: 1;
}

@media (prefers-reduced-motion) {
details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
}
}

/* Header menu */
.header__inline-menu {
margin-left: -1.2rem;
grid-area: navigation;
display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
margin-left: 0;
}

@media screen and (min-width: 990px) {
.header__inline-menu {
  display: block;
}

.header--top-center .header__inline-menu {
  justify-self: center;
}

.header--top-center .header__inline-menu > .list-menu--inline {
  justify-content: center;
}

.header--middle-left .header__inline-menu {
  margin-left: 0;
}
}

.header__menu {
padding: 0 1rem;
}

.header__menu-item {
padding: 1.2rem;
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
color: rgb(var(--color-foreground));
}

.header__menu-item span {
transition: text-decoration var(--duration-short) ease;
font-weight: 600;
font-size: 1.6rem;
}
.menu-drawer__menu-item {
font-weight: 600;
}
.header__menu-item:hover span {
text-decoration: underline;
text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
text-decoration: underline;
}

details[open]:hover > .header__menu-item {
text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
transform: rotate(180deg);
}

.header__active-menu-item {
transition: text-decoration-thickness var(--duration-short) ease;
color: rgb(var(--color-foreground));
text-decoration: underline;
text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
text-decoration-thickness: 0.2rem;
}

.header__submenu {
transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
border-radius: var(--popup-corner-radius);
border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
border-style: solid;
border-width: var(--popup-border-width);
box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
  rgba(var(--color-shadow), var(--popup-shadow-opacity));
z-index: -1;
}

.header__submenu.list-menu {
padding: 1rem 0;
}

.header__submenu .header__submenu {
background-color: rgba(var(--color-foreground), 0.03);
padding: 1rem 0;
margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
right: 2rem;
}

.header__submenu .header__menu-item {
justify-content: space-between;
padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
text-decoration-line: underline;
}

.header__menu-item .icon-caret {
right: 0.8rem;
}

.header__submenu .icon-caret {
flex-shrink: 0;
margin-left: 1rem;
position: static;
}

header-menu > details,
details-disclosure > details {
position: relative;
}

@keyframes animateMenuOpen {
0% {
  opacity: 0;
  transform: translateY(-1.5rem);
}

100% {
  opacity: 1;
  transform: translateY(0);
}
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
overflow: hidden;
}

@media screen and (min-width: 750px) {
.overflow-hidden-mobile {
  overflow: auto;
}
}

@media screen and (min-width: 990px) {
.overflow-hidden-tablet {
  overflow: auto;
}
}

.badge {
border: 1px solid transparent;
border-radius: var(--badge-corner-radius);
display: inline-block;
font-size: 1.2rem;
letter-spacing: 0.1rem;
line-height: 1;
padding: 0.5rem 1.3rem 0.6rem 1.3rem;
text-align: center;
background-color: rgb(var(--color-badge-background));
border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
color: rgb(var(--color-badge-foreground));
word-break: break-word;
}

.gradient {
background: transparent;
/*
background: rgb(var(--color-background));
background: var(--gradient-background);
background-attachment: fixed;
*/
}

@media screen and (forced-colors: active) {
.icon {
  color: CanvasText;
  fill: CanvasText !important;
}

.icon-close-small path {
  stroke: CanvasText;
}
}

.ratio {
display: flex;
position: relative;
align-items: stretch;
}

.ratio::before {
content: '';
width: 0;
height: 0;
padding-bottom: var(--ratio-percent);
}

.content-container {
border-radius: var(--text-boxes-radius);
border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
position: relative;
}

.content-container:after {
content: '';
position: absolute;
top: calc(var(--text-boxes-border-width) * -1);
right: calc(var(--text-boxes-border-width) * -1);
bottom: calc(var(--text-boxes-border-width) * -1);
left: calc(var(--text-boxes-border-width) * -1);
border-radius: var(--text-boxes-radius);
box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
  var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
z-index: -1;
}

.content-container--full-width:after {
left: 0;
right: 0;
border-radius: 0;
}

@media screen and (max-width: 749px) {
.content-container--full-width-mobile {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.content-container--full-width-mobile:after {
  display: none;
}
}

.global-media-settings {
position: relative;
border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
border-radius: var(--media-radius);
overflow: visible !important;
background-color: rgb(var(--color-background));
}

.global-media-settings:after {
content: '';
position: absolute;
top: calc(var(--media-border-width) * -1);
right: calc(var(--media-border-width) * -1);
bottom: calc(var(--media-border-width) * -1);
left: calc(var(--media-border-width) * -1);
border-radius: var(--media-radius);
box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
  rgba(var(--color-shadow), var(--media-shadow-opacity));
z-index: -1;
pointer-events: none;
}

.global-media-settings--no-shadow {
overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
border-radius: 0;
border-left: none;
border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
.grid {
  margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
}

.grid__item {
  padding-left: var(--grid-mobile-horizontal-spacing);
  padding-bottom: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-desktop-horizontal-spacing);
    padding-bottom: var(--grid-desktop-vertical-spacing);
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 749px) {
  .grid--peek .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
  }
}

.product-grid .grid__item {
  padding-bottom: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .product-grid .grid__item {
    padding-bottom: var(--grid-desktop-vertical-spacing);
  }
}
}

.font-body-bold {
font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
.button,
.shopify-challenge__button,
.customer button {
  border: transparent solid 1px;
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: solid transparent 1px;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  outline: transparent solid 1px;
}

.localization-form__select:focus {
  outline: transparent solid 1px;
}
}

.rte:after {
clear: both;
content: '';
display: block;
}

.rte > *:first-child {
margin-top: 0;
}

.rte > *:last-child {
margin-bottom: 0;
}

.rte table {
table-layout: fixed;
}

@media screen and (min-width: 750px) {
.rte table td {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
}

.rte img {
height: auto;
max-width: 100%;
border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
border-radius: var(--media-radius);
box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
  rgba(var(--color-shadow), var(--media-shadow-opacity));
margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
list-style-position: inside;
padding-left: 2rem;
}

.rte li {
list-style: inherit;
}

.rte li:last-child {
margin-bottom: 0;
}

.rte a {
color: rgba(var(--color-link), var(--alpha-link));
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.1rem;
transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
color: rgb(var(--color-link));
text-decoration-thickness: 0.2rem;
}

.rte blockquote {
display: inline-flex;
}

.rte blockquote > * {
margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
display: block;
height: 0;
width: 0;
}

.shape--arch {
clip-path: url('#Shape-Arch');
}

.shape--blob {
clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
clip-path: circle(closest-side);
}

.shape--diamond {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
position: fixed;
height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
--zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
transition: scale var(--duration-short) linear;
scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
.animate--ambient > img,
.animate--ambient > svg {
  animation: animateAmbient 30s linear infinite;
}

@keyframes animateAmbient {
  0% {
    transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
  }
}

.scroll-trigger.animate--fade-in,
.scroll-trigger.animate--slide-in {
  opacity: 0.01;
}

.scroll-trigger.animate--slide-in {
  transform: translateY(2rem);
}

.scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
  opacity: 1;
  animation: var(--animation-fade-in);
}

.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
  animation: var(--animation-slide-in);
  animation-delay: calc(var(--animation-order) * 75ms);
}

.scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
.scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
.scroll-trigger.scroll-trigger--design-mode .slider,
.scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
  opacity: 1;
  animation: none;
  transition: none;
  transform: none;
}

.scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
  transform: translateY(0);
}

@keyframes slideIn {
  from {
    transform: translateY(2rem);
    opacity: 0.01;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
.animate--hover-3d-lift .card-wrapper .card--card,
.animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
.animate--hover-3d-lift .button:not(.button--tertiary),
.animate--hover-3d-lift .shopify-challenge__button,
.animate--hover-3d-lift .customer button,
.animate--hover-3d-lift .shopify-payment-button__button,
.animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
  transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
  transform-origin: center;
}

.animate--hover-3d-lift .card-wrapper:hover .card--card,
.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
.animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
.animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
.animate--hover-3d-lift .customer button:not([disabled]):hover,
.animate--hover-3d-lift .shopify-payment-button__button:hover,
.animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
  transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
  transform: rotate(1deg);
  box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
    0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
}

.animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
  transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
}

.animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
.animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
  transform: rotate(0.5deg); /* Less intense rotation for collage items. */
}

.animate--hover-3d-lift .product-grid .grid__item:hover,
.animate--hover-3d-lift .collection-list .grid__item:hover,
.animate--hover-3d-lift .collage__item:hover,
.animate--hover-3d-lift .blog-articles .article:hover,
.animate--hover-3d-lift .complementary-slide li:hover {
  z-index: 2; /* Make sure the hovered card is the topmost card. */
}

.animate--hover-3d-lift .product-grid {
  isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
}

.animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
  box-shadow: none;
  transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
}

.animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
  transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
  filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
}

.animate--hover-3d-lift .card-wrapper:hover .card--card:after,
.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
.animate--hover-3d-lift
  .card-wrapper:hover
  .card--shape.card--standard:not(.card--text)
  .card__inner
  .card__media:before {
  background-image: var(--easter-egg);
  background-size: 250px 250px;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  z-index: 2;
}

.animate--hover-3d-lift
  .card-wrapper:hover
  .card--shape.card--standard:not(.card--text)
  .card__inner
  .card__media:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.animate--hover-3d-lift .card-wrapper .card--card:before,
.animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
  mix-blend-mode: overlay;
  background-size: 400% 100%;
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 55%
  );
}

.animate--hover-3d-lift .card-wrapper:hover .card--card:before,
.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
  opacity: 0.2;
  transition: background-position 6s ease, opacity var(--duration-long) ease;
  background-position: left;
  z-index: 2;
}

:root {
  --easter-egg: none;
  --sparkle: url('./sparkle.gif');
}

.animate--hover-vertical-lift .button:not(.button--tertiary),
.animate--hover-vertical-lift .shopify-challenge__button,
.animate--hover-vertical-lift .customer button,
.animate--hover-vertical-lift .shopify-payment-button__button {
  transition: transform var(--duration-default) var(--ease-out-slow);
}

.animate--hover-vertical-lift .card-wrapper .card--card,
.animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
  transition: transform var(--duration-medium) var(--ease-out-slow);
}

.animate--hover-vertical-lift .card-wrapper:hover .card--card,
.animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
  transform: translateY(-0.75rem);
}

.animate--hover-vertical-lift .card-wrapper:active .card--card,
.animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
  transform: translateY(-0.5rem);
}

.animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
.animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
.animate--hover-vertical-lift .customer button:not([disabled]):hover,
.animate--hover-vertical-lift .shopify-payment-button__button:hover {
  transform: translateY(-0.25rem);
}

.animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
.animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
.animate--hover-vertical-lift .customer button:not([disabled]):active,
.animate--hover-vertical-lift .shopify-payment-button__button:active {
  transform: translateY(0);
}

.animate--hover-vertical-lift .button:not([disabled]):hover:after,
.animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
.animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
  --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
}

.animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
  --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
}
}

/* Loading spinner */
.loading__spinner {
position: absolute;
z-index: 1;
width: 1.8rem;
}

.loading__spinner {
width: 1.8rem;
display: inline-block;
}

.spinner {
animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(270deg);
}
}

.path {
stroke-dasharray: 280;
stroke-dashoffset: 0;
transform-origin: center;
stroke: rgb(var(--color-foreground));
animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
.path {
  stroke: CanvasText;
}
}

@keyframes dash {
0% {
  stroke-dashoffset: 280;
}
50% {
  stroke-dashoffset: 75;
  transform: rotate(135deg);
}
100% {
  stroke-dashoffset: 280;
  transform: rotate(450deg);
}
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
pointer-events: none;
cursor: default;
}

/* Progress bar */
.progress-bar-container {
width: 100%;
margin: auto;
}

.progress-bar {
height: 0.13rem;
width: 100%;
}

.progress-bar-value {
width: 100%;
height: 100%;
background-color: rgb(var(--color-foreground));
animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
transform-origin: 0;
}

.progress-bar .progress-bar-value {
display: block;
}

@keyframes indeterminateAnimation {
0% {
  transform: translateX(-20%) scaleX(0);
}
40% {
  transform: translateX(30%) scaleX(0.7);
}
100% {
  transform: translateX(100%) scaleX(0);
}
}
/* HOME HERO SECTION */
.home-page-preview-carousel {
  
}
.home-product-photo {
width: auto !important;
}
.left-ugc-container .photo-section-text {
margin-left: 50px;
}



/* CHANGE COMMENT ADDED BY @OPTIEXPERTS */
.home-section-hero-container {
/* background: url("https://cdn.shopify.com/s/files/1/0597/7476/3095/files/Untitled_design_11.webp?v=1721697423");
background-size: cover; */
position: relative;
}
.home-section-hero-container .bg_image_wrapper {
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
width: 100%;
height: 100%;
}
.home-section-hero-container .bg_image_wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}




.mini-highlandcow-hero-container {
background: url("https://cdn.shopify.com/s/files/1/0597/7476/3095/files/Untitled_design_-_2024-10-10T153348.761.webp?v=1728599668");
background-size: cover;
}

.home-hero-logo {
position: absolute;
top: 15px;
left: 15px;
}
.home-hero-logo img {
width: 125px;
height: 125px;
}
.home-hero-block-container {
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
}
.home-hero-block-text h2 {
font-weight: 700;
font-size: 90px;
margin-bottom: 5px;
line-height: 125%;
color: #D3C3AD;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 6px;
background-clip: text;
padding-left: 10px;
line-height: 150%;

/*
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;*/
}

.home-section-hero-container {
padding-top: 25px;
}
.timmy-bundle-container {
margin-top: 75px !important;
margin-bottom: 25px !important;
}
.timmy-bundle-container, .photo-section-img img {
border-radius: 30px;
}
.home-hero-block-text h3 {
font-weight: 500;
font-size: 35px;
margin-bottom: 25px;
line-height: 125%;
color: #D3C3AD;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 4px;
background-clip: text;
padding-left: 10px;
margin-top: 0;
/*
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;*/
}

.home-hero-block-text h1{
font-size: 30px;
  font-weight: 600;
text-transform: uppercase;
  color: #D3C3AD;
  background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 4px;
background-clip: text;
padding-left: 10px;
}

.home-main .home-hero-block-text h1 {
font-weight: 600;
font-size: 8rem;
margin-bottom: 5px;
line-height: 125%;
color: #D3C3AD;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 6px;
background-clip: text;
padding-left: 10px;
line-height: 150%;
/*
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;*/
}
.product-hero-text h2 {
font-size: 80px;
line-height: 135%;
margin-bottom: 25px;
}
.product-hero-text ul li {

font-size: 20px;
  color: #D3C3AD;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 3px;
background-clip: text;
font-weight: 600;
padding-left: 10px;
}
.product-hero-text ul li::marker {
color: black;
}
.product-hero-text ul {

}
.home-main, .home-hero-block-text h3 {

}
.mini-cow-text-block {
 margin-top: -10%;
}
.product-hero-text h3 {
font-size: 20px;
}
.product-hero-text h1 {
font-size: 40px;
}
.home-product-btns-container {
display: flex;
align-items: end;
 flex-wrap: wrap;
}
@media (max-width: 1229px) {
.learn-more-home-btn {
  margin: 5px;
}
}
.home-page-btn, .shopify-buy__btn, .scrollToButton, .learn-more-home-btn, .home-shop-now-btn {
padding: 0px 20px;
background: #C9DBE8;
border: 4px solid black;
border-radius: 50px;
font-family: var(--font-body-family) !important;
font-size: 35px;
box-shadow: 2px 2px 10px rgba(255,255,255,.8);
font-weight: 600;
height: 60px;
cursor: pointer;
color: black;
}
.learn-more-home-btn {
background: white;
width: 240px;
}
.home-page-btn div{
  background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 2px;
background-clip: text;
}

.home-hero-block-text {
/* max-width: 600px; */
width: 45%;
margin-right: -100px;
}
.home-hero-block-img {
/* max-width: 1000px; */
overflow: none;
width: 55%;
}
.home-hero-block-img img{
width: 100%;
}
.section-template--15852288540759__custom_liquid_4BmVAM-padding {
padding: 0 !important;
}

.mini-cow-img {
margin-left: 10%;
}
.highland-cow-main-container {
background: url("https://cdn.shopify.com/s/files/1/0597/7476/3095/files/Untitled_design_-_2024-10-10T154342.932.webp?v=1728600407");
background-size: cover;
}
/* HOME SECTION DETAILS */

.home-section-details-container {
display: flex;
align-items: center;
flex-direction: column;
padding: 50px;
background: rgb(255,227,217);
background: linear-gradient(180deg, rgba(255,227,217,0.75) 20%, rgba(255,255,255,.5) 100%);
padding-bottom: 0;
}
.details-main-container {
  display: flex;
justify-content: center;
align-items: center;
}
.details-block {
display: flex;
flex-direction: column;
}
.details-text-block {
 width: 30%; 
}
.details-img {
width: 100%;
}
.mini-cow-photo-center {
margin: 50px 10px;
border-radius: 30px;
}
.mini-cow-photo-center img {
border-radius: 30px !important;
}
.details-block-item {
margin: 25px 0px;
}
.details-block-item h2 {
margin-bottom: 10px;
font-size: 30px;
letter-spacing: -0.03rem;
}
.details-block-item h2, .details-block-item div{
text-align: center;
text-transform: none;
}
.details-block-item div {
 font-size: 15px;
}
.details-img {
max-width: 1000px;
}

/*HOME SECTION UGC CONTAINER*/
.home-section-ugc-container {
display: flex;
justify-content: center;
max-width: 2000px;
margin: auto;
margin-top: 25px;
}
@media (max-width: 600px) {
.home-section-ugc-container {
  margin-top: 0px;
}
}
.ugc-item {
margin: 20px;
width: 28%;
}
.ugc-item video{
width: 100%;
margin: 0;
padding: 0;
 border-radius: 30px;
  box-shadow: 2px 2px 10px #444444;
}
/*HOME SECTION SIZE CONTAINER*/
.home-section-size-container {
position: relative;
margin: 50px 0;
margin-bottom: 0;
margin-top: 0;
}
.home-section-size-header {
font-weight: 600;
font-size: 75px;
text-align: center;
color: #d3c3ad;
margin: 0 auto;
position: absolute;
width: 80%;
left: 10%;
z-index: 1;
top: 25px;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 6px;
background-clip: text;
}
.home-section-size-container img {
width: 100%;
object-fit: cover; 
margin-top: 20px;
}
.home-section-size-container h2 {
font-size: 80px;
font-weight: 600;
position: absolute;
top: 0px;
left: calc(50% - 300px);
width: 600px;
text-align: center;
line-height: 125%;
margin-top: 15px;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 6px;
background-clip: text;
color: #d3c3ad;
padding: 8px 8px;
display: none;
}
@media(max-width: 1080px) {
.home-section-size-container {
height: 550px;
 overflow-x: scroll;
   overflow-y: hidden;
  white-space: nowrap;
}
.home-section-size-container img {
width: auto;
height: 100%;
object-fit: cover; 
object-position: 0% 50%;
 overflow-x: scroll;
overflow-y: hidden;
margin-top: 0;
}
.home-section-size-container h2 {
  font-size: 35px;
  width: 100%;
  left: 0;
  padding: 10px;
}
}
body {
color: black !important;
}

/* UGC PHOTO CONTAINER */
.home-section-ugc-photo-container {
display: flex;
justify-content: center;
align-items: center;
margin: 50px 25px;
margin-top: 20px;
margin-bottom: 0;
}
.mini-ugc {
margin-top: 50px;
}
.photo-section-item {
width: 50%;
}

.photo-section-img img {
width: 100%;
margin: 0 auto;
}
.photo-section-img {
width: 40%;
}
.photo-section-text {
max-width: 600px;
}
.photo-section-text ul {

}
.mini-section-img {
width: 50%;
margin-left: 50px;
}
.ugc-photo-title {
font-size: 60px;
padding: 10px 0px;
margin-bottom: 0px;
padding-bottom: 0;
margin-top: 0;
font-weight: 600;
line-height: 1.2;
letter-spacing: -0.03rem;
}
.photo-section-text ul li {
font-size: 18px;
color: black;
}

/*HOME REVIEW SECTION*/
.home-section-review-container {
margin: 50px 0px;
}
.home-section-review-container h2{
 font-size: 60px;
 background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 3px;
background-clip: text;
text-align: center;
padding: 10px;
margin-bottom: 15px;
}
.review-item-container  {
display: flex;
justify-content: center;
position: relative;
overflow: hidden;
}
.review-img {
width: 60%;
margin: 0 auto;
}
.review-img img {
width: 100%;
}
.review-timmy {
width: 500px;
}
.review-timmy img{
width: 100%;
}
.timmy1 {
position: absolute;
bottom: -10px;
left: -25px;
transform: rotate(-15deg);
}
.timmy2 {
position: absolute;
bottom: -10px;
right: -35px;
 transform: rotate(15deg);
}
/*HOME BURLAP SECTION*/
/* REMOVE BACKGROUND IMAGE FROM THAT CLASS FOR BIG-IMAGE-SECTION @OPTIEXPERTS */
.home-section-burlap-container {
padding-top: 25px;
padding-bottom: 50px;
overflow: hidden;
}
.burlap-text {
font-size: 65px;
font-weight: 600;
text-align: center;
margin-right: 50px;
margin-left: 50px;
line-height: 1.2;
margin-top: 25px;
letter-spacing: -0.03rem;
}
.product-form__submit span {
font-weight: 600;
}
.burlap-item-container {
display: flex;
justify-content: center;
max-width: 1600px;
margin: auto;
}

.burlap-item img {
width: 100%;
}
.burlap-item-timmy {
margin-left: 25px;
transform: rotate(20deg);
}
.burlap-tammy {
margin-top: 50px;
}
.burlap-item-bag {
margin-right: 25px;
}
/*HOME SECTION PRODUCT*/
.pre-order-note {
font-weight: 600;
}
.pre-order-sub-note {
font-weight: 600;
}
.money-strike {
text-decoration: line-through;

opacity: 80%;
}
.money-pre-order {
 margin-left: 5px;
}
.home-section-product-container {
display: flex;
justify-content: center;
max-width: 1500px;
margin: 0px auto;
align-items: start;
margin-top: 15px;
background: white;
}
.home-section-product-main-container {
background-color: white;
}
.header-wrapper--border-bottom {
border-bottom: .1rem solid #dddddd;
}
.product-item {
width: auto;
padding: 25px;
padding-top: 0;
}
.product-img-item {
width: 900px;
}
.product-text-item {
padding-right: 0;
max-width: 900px;
}
.product-text-item h2 {
line-height: 125%;
 font-size: 60px;
font-weight: 600;
padding: 10px 0px;
margin-bottom: 5px;
  background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 1px;
background-clip: text;
}
.product-item-reviews-container {
display: flex;
}
.review-star-container img {
width: 20px;
margin: 0px -1px; 
}
.product-item-reviews-container-text {
margin-left: 10px;
font-size: 16px;
font-weight: 500;
line-height: 140%;
}
.shopify-buy__btn {
font-family: "ComingSoon";
font-weight: 600;
}
div, body, h1, h2, h3, span, p {
/* color: black; */
}
.product-price-item {
font-family: Gelica;
font-weight: 500;
font-size: 25px;
/*
color: black;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 0.5px;
background-clip: text;
*/
}
.product-sub-text-item {
font-size: 18px;
margin: 15px 0px;
margin-bottom: 25px;
color: black;
}
.product-add-cart-quantity-container {
display: flex;
align-items: center;
}
.quantity-container {
display: flex;
align-items: center;
}
.quantity-item {
font-size: 25px;
margin: 6px;
}
.quantity-number {
  background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 1.5px;
background-clip: text;
}
.quantity-symbol img {
width: 25px;
margin: auto;
}
.quantity-symbol {
background: #dddddd;
border-radius: 50%;
padding: 15px;
display: flex;
 box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.product-basic-question-container {
margin-top: 20px;
}
.product-item-basic-btn {
display: flex;
justify-content: space-between;
width: 100%;
padding: 8px 15px;
margin: 8px 0px;
border-radius: 30px;
background: #f1f1f1;
box-shadow: 2px 2px 6px rgba(0,0,0,.4);
border: none;
}
.product-item-basic-content {
padding: 10px;
background: #f2f2f2;
border-radius: 15px; 
}
.product-item-basic-btn span{
font-size: 22px;
font-family: "Gelica";
font-weight: 500;
}
.shopify-buy__btn-wrapper {
margin-right: 100% !important;
}
.product-carousel-container {
overflow: hidden;
width: 650px;
}
.carousel-main-img-container {
width: 650px;
overflow-x: scroll;
    scroll-behavior: smooth;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;
display: flex;
justify-content: left;
align-items: center;
}
.carousel-main-img-container::-webkit-scrollbar {
  display: none !important; /* Hide scrollbar for WebKit browsers */
}
.carousel-main-img {
width: 650px;
}
.carousel-main-img img {
width: 650px;
border-radius: 20px;
}
.carousel-thumb-container {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;

}
@media (max-width: 850px) {
.carousel-thumb-container {
justify-content: left;
} 
}
.active {
box-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.carousel-thumb {
width: 70px;
height: 70px;
margin: 0px;
border-radius: 10px;
cursor: pointer;
}
.carousel-thumb img {
width: 70px;
height: 70px;
padding: 5px;
border-radius: 10px;
}
/*HOME FOOTER SECTION*/
.footer-item ul a {
color: black !important;
text-decoration: none;
}
.home-section-footer {
background: rgb(255,227,217);
background: linear-gradient(180deg, rgba(255,227,217,0.7539390756302521) 14%, rgba(201,219,232,1) 100%);
padding: 50px 25px;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-item ul li {
font-size: 30px;
background: black;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 0.5px;
background-clip: text;
list-style: none;
font-weight: 600;
}
.footer-item-logo {
display: flex;
justify-content: right;
}
.footer-item {
width: 50%;
}
.footer-item img {
width: 45%;
}
/*PASSWORD PAGE*/
.email-signup-banner__box {
border-radius: 30px;
border: 3px solid #444444;
}
.password-header {
border-bottom: 3px solid #444444;
}
.burlap-item {
width: 50%; 
}
@media(max-width: 1200px) and (min-width: 1000px) {
.review-star-container img {
  width: 20px;
}
.product-text-item h2 {
  font-size: 50px;
}
.product-img-item, .product-carousel-container, .carousel-main-img-container, .carousel-main-img, .carousel-main-img img, .carousel-thumb-container {
  width: 600px;
}
.home-section-ugc-photo-container.opti_section_wider .photo-section-text {
  margin-left: 50px !important;
}
}
@media (max-width: 1000px) {
.product-hero-btns-container {
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 125px);
}
  .product-hero-btns-container div{
    margin-bottom: 5px;
}
.mini-cow-text-block {
  margin-top: 0;
}
  .home-top-btn {
    position: absolute;
  width: 210px;
  bottom: 20px;
  left: calc(50% - 105px);
}
/*HOME SECTION SIZE CONTAINER*/
.home-section-size-header {
  font-size: 40px;
  width: 90%;
  left: 5%;
  padding-left: 5px;
  padding-right: 5px;
}
/*HOME LOGO SECTION*/
.home-hero-logo {
  left: calc(50% - 60px);
}
.home-hero-logo img {
  width: 120px;
  height: 120px;
}
/*HOME HERO SECTION*/
.home-hero-block h2 {
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 5px;
  text-align: center;
   margin-top: 0px;
  padding: 10px 10px;
}
.home-main .home-hero-block-text h1 {
  font-size: 45px;
}
.home-shop-now-button {

}
.home-hero-block-text h3 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 10px;
}
.home-hero-block-img {
  width: 90%;
  margin: auto;
}
.home-hero-block-text {
  margin-right: 0;
 width: 100%;
  margin-bottom: 0px;
}
.home-section-hero-container {
  padding-top: 25px;
}

  .home-hero-block h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
.home-hero-block-img img {
  margin-bottom: 75px;
}
.home-hero-home-img img{
  margin-bottom: 0; 
}
.home-hero-block-container {
  flex-direction: column;
  position: relative;
  padding-bottom: 70px;
  gap: 0px;
}
.home-section-hero-container {
 
}
.product-component-1721342279236 {
  float: center;
}
.home-hero-btn-container-final, .home-hero-block-text .home-shop-now-btn {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 125px);
}
.home-product-btns-container {
  flex-direction: column;
  align-items: start;
}
.learn-more-home-btn {
margin-top: 5px;
}
/*HOME SECTION DETAILS CONTAINER*/
.details-main-container {
  flex-direction: column;
  width: 100%;
}
.details-text-block {
  order: 1;
  width: 90%;
}
.details-img {
  order: 2;
  width: 100%;
}
.details-block-item {
  margin: 0;
}
/*UGC VIDEO SECTION*/
.ugc-video-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-section-ugc-container {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: left;
}
.ugc-item {
  flex: 0 0 80%;
}
/*UGC PHOTOS SECTION*/
.home-section-ugc-photo-container {
  flex-direction: column-reverse;
}
.home-section-ugc-photo-container {
    margin: 25px 5px;
}
.photo-section-item {
  width: 95%;
}
.mini-section-img {
  margin-left: 0;
}
.mini-cow-photo-center {
  margin-bottom: 15px;
}
.ugc-photo-title {
  width: auto;
  font-size: 45px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.photo-section-text ul li {
  font-size: 18px;
}
.left-ugc-container {
  flex-direction: column;
}
  .photo-section-text{
  margin-left: 0px !important;
}
/*HOME SECTION REVIEW CONTAINER*/

  .home-section-review-container h2{
  font-size: 55px;
    line-height: 130%;
}
.review-timmy {
  width: 250px;
}
.review-img {
  width: 95%;
}
.timmy2 {
  right: -100px;
  transform: rotate(5deg);
}
.timmy1 {
  left: -115px;
   transform: rotate(-5deg);
}
/*HOME SECTION BURLAP*/
.home-section-burlap-container {

}

.burlap-text {
font-size: 45px;
}
.burlap-item-container {
flex-direction: column;
}
.burlap-item {
width: 100%; 
}
.burlap-item img {

}
.burlap-item-timmy {
margin-top: -75px;
margin-left: 0;
transform: rotate(20deg);
}
.burlap-item-bag {
margin-right: 0;
}
/*HOME SECTION PRODUCT CONTAINER*/
.home-section-product-container {
  flex-direction: column-reverse;
}
.product-item {
  width: 100%;
}
.product-text-item h2 {
  margin-top: 10px;
  font-size: 45px;
  line-height: 125%;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.product-text-item {
  padding-right: 15px;
  padding-left: 15px;
}
.product-img-item {
  padding: 0;
}

  .carousel-main-img, .carousel-main-img-container, .carousel-main-img img, .product-carousel-container, .carousel-thumb-container {
  width: 400px;
  margin: auto;
}
@media (max-width: 410px) {
    .carousel-main-img, .carousel-main-img-container, .carousel-main-img img, .product-carousel-container, .carousel-thumb-container {
  width: 375px;
  margin: auto;
}
}

.carousel-thumb-container {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
}
.carousel-thumb {
width: 70px;
height: 70px;
margin: 0;
}
.carousel-thumb img {
width: 70px;
height: 70px;
}
.mini-cow-size-header {
  transform: translateY(100px);
  margin: 10px;
}
@media(max-width: 600px) {
.product-item-basic-btn {
  width: 100%;
}
  .home-section-details-container {
    padding: 5px;
  }
}
/*FOOTER SECTION*/
.home-section-footer {
  padding: 25px 10px;
  flex-direction: column-reverse;
}
.footer-item-logo {
  justify-content: center;
}
.footer-item img {
  width: 35%;
}
.footer-item {
  width: 100%;
  padding-top: 10px;
}
.review-star-container img {
  width: 18px;
}
.product-item-reviews-container-text {
  line-height: 1.3;
}
.review-star-container {
  margin-left: 0 !important;
}
}
@media(max-width: 750px) {
.email-signup-banner__box {
  margin-right: 10px;
  margin-left: 10px;
  z-index: 9;
  margin-top: -10px;
  background-color: #f2f2f2 !important;
}
.banner__media {
  z-index: 0;
}
.burlap-text {
  margin-right: 20px;
  margin-left: 20px;
}
}
@media (max-width: 1000px) and (min-width: 600px) {
    .product-img-item, .product-carousel-container, .carousel-main-img-container, .carousel-main-img, .carousel-main-img img, .carousel-thumb-container {
  width: 600px;
}
.product-img-item {
  margin: auto;
}
}
._textHeading_2aowh_35 {
font-family: "Coming Soon", sans-serif;
font-weight: 600;
}

.shopify-buy__cart-toggle {
background: #C9DBE8;

}
.product-form__submit {
background: #c9dbe8;
border-radius: 30px;
font-size: 35px;
width: 300px;
border: 4px solid black;
font-weight: 600;
padding: 5px 20px;
margin-right: 10px;
color: black;
}
.product-form__submit__notify {
background: #c9dbe8;
border-radius: 30px;
font-size: 18px;
border: 4px solid black;
font-weight: 600;
padding: 5px 20px;
margin-right: 10px;
color: black;
width: max-content;
}
.product-form__submit__notify:after, .product-form__submit__notify:before {
display: none;
}
.mini-btn {
color: black;
}
.product-add-container {
display: flex;
}
.product-form__submit:after, .product-form__submit:before {
display: none;
}
.shopify-buy__btn--cart-checkout {
font-family: 'Coming Soon', sans-serif !important;
}
.product-hero-btns-container {
display: flex;
}
.bundler-add-button-container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.drawer-add-btn-container {

}
.bundler-item-title {
font-weight: 500;
line-height: 130%;
margin-bottom: 5px;
padding-right: 15px;
margin-top: 5px;
}
.bundler-add-button {
padding: 0px 10px;
border-radius: 30px;
font-size: 20px;
font-weight: 600;
border: 2px solid black;
background: #C9DBE8;
font-family: 'Coming Soon';
cursor: pointer;
}
.bundler-title {
font-size: 20px;
font-weight: 600;

margin-top: 15px;
margin: 15px;
  margin-bottom: 0;
}
.bundler-container {
padding: 10px;
border-radius: 10px;
border: 1px solid #dddddd;
 margin: 5px 0px;
}
.bundler-item {
display: flex;
position: relative;
align-items: center;
}
.bundler-item-price p {
 margin: 0; 
margin-bottom: 5px;
}
.bundler-product-img {
margin-right: 10px;
width: 115px;
height: 100px;
}
.bundler-product-img img {
margin: auto;
border-radius: 15px;
  width: 115px;
height: 115px;
}
.bundler-add-button-container {
position: absolute;
right: 10px;
}
.mini-add-btn {
font-size: 16px !important;
width: 145px !important;
border-width: 2px;
    height: 35px;
  min-height: 30px;
}
@media(max-width: 600px) {
.mini-add-btn {
  font-size: 15px !important;
  width: 140px !important;
  padding: 0px !important;
  height: 35px;
  min-height: 30px;
}
.bundler-product-img {
  width: 120px;
  height: 120px;
}
.bundler-product-img img{
  width: 120px;
  height: 120px;    
}
}
@media(max-width: 375px) {
.mini-add-btn {
  font-size: 14px !important;
  width: 130px !important;
}
.product-form__submit {
  padding: 5px 10px;
}
  .bundler-product-img {
  width: 110px;
  height: 110px;
}
.bundler-product-img img{
  width: 110px;
  height: 110px;    
}
}
.announcement-bar__message span {
 font-weight: 600; 
font-size: 14px;
}
.shopify-buy__btn-wrapper {
margin-top: 0 !important;
}
.cart-item__name {
font-weight: 600;
}
#az_reviews .comment_time {
display: none !important;
}
.product-main-bullets li{
font-weight: 400;
font-size: 18px;
list-style: none;
border-bottom: 1px solid #dddddd;
display: flex;
align-items: center;
margin: 5px;
padding: 3px;
padding-bottom: 5px;
line-height: 130%;
}
.product__description {
margin-top: 0px !important;
margin-bottom: 0px !important;
font-size: 16px;
line-height: 1.4;
}
.product-main-bullets li img{
margin-right: 15px;
 height: 50px;
}
.product-main-bullets {
margin-top: 5px;
margin-bottom: 0;
padding: 10px;
background: #f1f1f1;
border: 2px solid #dddddd;
border-radius: 15px;
margin-top: 15px;
}
.areviews_main_header_container {
display: none !important;
}
.product-main-bullets-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
/*
.header-wrapper, .utility-bar {
background: #f9f9f9;
}
*/
.ugc-video-btn-container {

padding: 10px;
padding-bottom: 25px;
}
.opt_overlay_text {
position: relative;
}
.image-text-slider {
display: flex;
justify-content: center;
max-width: 2000px;
margin: 0 auto;
align-items: center;
}
.image-text-slider-component img {
border-radius: 30px;
width: 100%;
object-fit: cover;
}
.image-text-slider-component {
width: 50%;
margin-right: 15px;
margin-left: 15px;
}
@media (max-width: 600px) {
.image-text-slider {
  margin-left: 0;
  margin-right: 0;
}
}
.section-template--16355607806039__custom_liquid_AiDFrw-padding {
background: white;
}
.slider-text-block {
margin-left: 15px;
padding: 0px 10px;
}
.slider-text-block h2 {
font-size: 65px;
font-weight: 600;
margin-bottom: 0;
padding-bottom: 0;
line-height: 1.3;
margin-top: 0;
}
.slider-text-block ul li {
font-size: 22px;
}
.slider-text-block ul {
margin-top: 0;
}
.collection__title h2 {
font-weight: 600;
line-height: 1.2;
}
.featured-collection-header {
font-family: "Gelica";
}
@media (max-width: 1000px) {
.featured-collection-header {
  text-align: center;
}
}
.image-carousel-container {
width: 100%;
display: flex;
overflow-x: scroll
}
.image-carousel-item {
width: 95vw;
margin-left: 2.5%;
max-height: 600px;
overflow: hidden;
}
.image-carousel-item img {
border-radius: 30px;
object-fit: cover;
width: 95vw;
}

.triplets-section-container {
width: 100%;
display: flex;
padding-top: 50px;
padding-bottom: 50px;
background: #f2f2f2;
align-items: center;
overflow: hidden;
}

.triplets-img-container img{
width: calc(100% / 3 + 100px);

}
.triplets-img-container img{
margin-right: -115px;
}
.triplets-img-container {
display: flex;
width: 75%;

}
.triplets-text-container {
max-width: 30%;
margin-left: 50px;
}
.triplets-text-container h2 {
font-size: 60px;
margin-bottom: 10px;
margin-top: 0;
font-weight: 600;
line-height: 120%;
}
.triplets-text {
font-size: 20px;
}
.triplets-text-container .home-shop-now-btn {
margin-top: 50px;
}
@media (max-width: 1200px) {
.product-form__submit {
  font-size: 32px;
  width: 100%;
  padding: 8px 20px;
}
.image-text-slider {
  flex-direction: column;
}
.image-text-slider-component {
  width: calc(100% - 15px);
}
.image-text-slider-component h2 {
  font-size: 45px;
  margin-top: 10px;
}
.triplets-section-container {
  flex-direction: column;
  position: relative;
  padding-bottom: 100px;
      overflow: hidden;
  padding-top: 25px;
}
.triplets-text-container {
  width: 95%;
  margin-left: 0;
  max-width: 95%;
}
.triplets-img-container {
  width: 95%;
  margin-left: 2.5%; 
  flex-direction: column;

}
.triplets-img-container img {
  width: 100%;
  margin-right: 0;
}
.triplets-img-container img:nth-child(1) {
  transform: rotate(15deg);
  margin-top: -20px;
  margin-left: 75px;
}
  .triplets-img-container img:nth-child(2) {
 transform: rotate(-15deg);
    margin-left: -70px;
    margin-top: -150px;
}
  .triplets-img-container img:nth-child(3) {
transform: rotate(15deg);
    margin-left: 75px;
    margin-top: -200px;
}
.triplets-text-container h2 {
  font-size: 45px;
   text-align: center;

}
.triplets-text {
font-size: 18px;
   text-align: center;
    margin-bottom: 20px;
  margin-top: 10px;
}
.triplets-text-container button {
  position: absolute;
  bottom: 15px;
  width: 225px;
  margin-left: calc(45% - 112.5px);
}
.slider-text-block ul li {
  font-size: 18px;
}
.home-shop-now-btn {
  font-size: 25px;
  padding: 0px 20px 0px;
}
}

.product-collection-title {
font-family: "Gelica";
}
.elephant-color {
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,226,194,1) 100%);
}
.moose-color {
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(111,90,71,1) 100%);
}
.capybara-color {
background: transparent;
}
.best-seller-note {
position: absolute;
top: 5px;
right: 5px;
border-radius: 30px;
border: 2px solid #dddddd;
z-index: 9;
padding: 5px 10px;
background: #f2f2f2;
font-weight: 600;
}
.best-seller-badge {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
border: 2px solid #dddddd;
background: #f2f2f2;
font-weight: 600;
}
@media (max-width: 600px) {
.best-seller-badge {
  padding: 2px 5px;
  font-size: 12px;
}
}
.form__label {

}
.red-dot 
{
background: red !important;
}
.mini-cow-pre-order-container {
display: flex;
padding: 10px;
border: 2px solid #dddddd;
border-radius: 15px;
width: 100%;
max-width: 400px;
justify-content: center;
align-items: start;
padding-bottom: 12px;
margin-bottom: 8px;
}
.free-mini-img-container {

}
.free-mini-price {
color: red;
}
.free-mini-text {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}
.free-mini-sub-text {
line-height: 135%;
font-size: 12px;
}
.free-mini-img-container img {
object-fit: cover;
  width: 135px;
height: 135px;
}
@media (max-width: 600px) {
.free-mini-img-container img {
    width: 120px;
    height: 120px;
}
.free-mini-limited {
  font-size: 14px;
}
}

.header-wrapper {
  background-color: white;
}
.card__media .media{
border-radius: 15px;
}

.bundle-photo-container {
position: relative;
  margin: 0 auto;
max-width: 2000px;
}
.original-cow-main-container {
margin-bottom: 25px;
}
.bundle-photo-text-container {
z-index: 1;
position: absolute;
left: 100px;
top: 30%;
}
.bundle-photo-text {
color: white;
font-size: 20px;
}
.bundle-photo-text p{
color: white;
font-size: 18px;
margin: 0;
text-shadow: 0 1px 5px rgba(0,0,0,.8);
}
.bundle-photo-text-title {
color: white;
    font-size: 60px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03rem;
}
.bundle-photo-img-container {
width: 100%;
z-index: -1;

}
.bundle-photo-img-container img {
object-fit: cover;
width: 100%;
z-index: -1;
}
@media (min-width: 2000px) {
.bundle-photo-img-container img{
border-radius: 30px;
}
.bundle-photo-container {
  margin-bottom: 25px;
}
}
@media (min-width: 1200px) {
.bundle-photo-text-container {
    max-width: 600px;
}
  .bundle-photo-btn-container {
  margin-top: 15px;
}
  .bundle-photo-btn-container button{
    box-shadow: none !important;
  }
}
@media (max-width: 1200px) {
.bundle-photo-text-container {
  width: 95%;
  bottom: 50px;
  left: 2.5%;
  top: auto;
}
.original-cow-text-container {
  bottom: 150px;
}
.bundle-photo-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
  .bundle-photo-btn-container button{
    box-shadow: none !important;
  }
.bundle-photo-text-title {
  font-size: 45px;
   text-align: center;
  line-height: 115%;
}
.bundle-photo-text {
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
}
@media (max-width: 392px) {
.cow-size-selector-btn-container a, .product-form__input--pill input[type=radio]+label {
  font-size: 14px !important;
}
}

.add-weight-insert-container {
display: flex;
flex-wrap: wrap;
}
.add-weight-insert-pill {
border: 1px solid black;
border-radius: 30px;
font-size: 15px; 
margin: 2px;
padding: 5px 10px;
cursor: pointer;
font-family: "Gelica", sans-serif;
  color: black;
}
.selected {
background: black;
color: white;
}
.add-weight-insert-title {
font-weight: 600;
font-size: 20px;
line-height: 130%;
margin-bottom: 5px;
}
.weighted-insert-mega-container {
border: 1px solid #dddddd;
border-radius: 20px;
padding: 10px;
background: white;
margin-bottom: 15px;
}
.weighted-insert-photo {
margin-right: 15px;
}
.weighted-insert-photo img {
width: 100px;
height: 100px;
}
.blanket-add-upsell-btn {
background: #c9dbe8;
padding: 5px 10px;
font-weight: 700;
font-family: 'Gelica', serif;
border-radius: 20px;
font-size: 20px;
border: 2px solid black;
cursor: pointer;
color: black;
}
.slide-block-container img {
display: none !important;
}
.weighted-insert-super-container {
display: flex;
}
.opt-buy-buttons {
  display: flex;
 justify-content: left;
   color: black;
}
@media (max-width: 1200px) {
.add-weight-insert-title {
  font-size: 18px;
}
}
@media (max-width: 600px) {
.add-weight-insert-pill {
  font-size: 15px;
  margin: 2.5px;
    padding: 4px 8px;
}
.add-weight-insert-title {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 5px;
}
.blanket-add-upsell-btn {
  font-size: 18px;
}
.add-weight-insert-container {
  flex-wrap: wrap;
}
.weighted-insert-photo img {
  width: 90px;
  height: 90px;
}
.pre-order-notice-contact {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
}
@media (max-width: 380px) {
  .add-weight-insert-pill {
    font-size: 14px;
  }
  .weighted-insert-photo img {
    width: 80px;
    height: 80px;
  }
}
.bundler-items-all {
max-height: 700px;
overflow-y: auto;
overscroll-behavior: auto;
}

@media(max-width: 800px) {
.bundler-items-all {
max-height: 400px;
margin-right: 5px;
margin-left: 5px;
}
}
.list-menu {
background: white;
}
.cow-color-selector-container {
display: flex;
margin-bottom: 10px;
}
.color-title {
padding-bottom: 10px !important;
}
.cow-color-selector-item {
width: 35px;
height: 35px;
border-radius: 50%;
border: 2px solid #dddddd;
margin: 0px 2px;
cursor: pointer;
}
.color-active {
border-color: black;
}
.white-and-pink-circle {
  background: linear-gradient(
  135deg,
  #ffffff 50%,
  #f4a6b8 50%
);
}
.white-and-black-circle {
background: linear-gradient(
  135deg,
  #ffffff 50%,
  #000000 50%
);
}
.white-and-purple-circle {
 background: linear-gradient(
  135deg,
  #ffffff 50%,
  #c7b9e2 50%
);
}
.brown-circle {
background: #cf8343;
}
.pink-circle {
background: #f4a6b8;
}
.tan-circle {
background: #ce955e;
}
.sell-out-warning {

}
.in-stock-notification {
margin-bottom: 5px;
margin-top: 5px;
}
.product-item-reviews-container {
margin-top: 7px;
}
.about-us-page-container {
max-width: 1000px;
margin: 0 auto;
}
.pre-order-cart-drawer-note {
margin-top: 5px;
}
.product-add-benefit-item {
margin-bottom: 5px;
}
#free-shipping-text {
margin-top: 0;
}
.red-cart-notice {
margin-bottom: 15px;
}
@media (max-width: 800px) {
.red-cart-notice {
  margin-bottom: 0;
}
}
.loved-by-people {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  background: #f2f2f2;
  border-radius: 15px;
  border: 1px solid #dddddd;
  margin-top: 15px;
}
.home-section-size-header {
    font-weight: 600;
    font-size: 75px;
    text-align: center;
    color: #d3c3ad;
    margin: 0 auto;
    position: absolute;
    width: 80%;
    left: 10%;
    z-index: 1;
    top: 25px;
    background: #000;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 6px;
    background-clip: text;
}

@media (max-width: 1000px) {
.loved-by-people {
  font-size: 13px;
}
    .home-section-size-header {
        font-size: 40px;
        width: 90%;
        left: 5%;
        padding-left: 5px;
        padding-right: 5px;
    }
        .home-section-size-container {
        height: 550px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}
@media screen and (min-width: 990px) {
  .product__grid__item, .product__bar {
      order: 2;
  }
  .container .product__media:not(.product__media--fit) {
      height: auto;
      padding-right: 5rem;
  }
      .product .container .product__grid--has-media, .product .container.max-w-fluid .product__grid--has-media {
      gap: 0;
      grid-template-columns: 45% 55%;
  }
  .product__media-layout--full .product__media-slider {
  height: 100%;
  padding: 20px;
}
}
a.pill-disabled {
  display: none;
}
/* --------------------------------------------------------------------------
 主产品区（main-product）：画廊缩略图与 section-product.css 解耦
 仅作用于带 .section-new.main-product 的区块；由本文件在 main-product 中引入
-------------------------------------------------------------------------- */
@media screen and (min-width: 750px) {
.section-new.main-product .product__media-slider .swiper-thumbs-container {
  position: static;
  background-color: transparent;
}

.section-new.main-product .product__media-slider .swiper-thumbs-container .swiper-thumbs {
  display: block !important;
  position: absolute;
  inset-inline-start: var(--page-gutter);
  inset-inline-end: var(--page-gutter);
  inset-block-end: 1rem;
  z-index: 3;
  max-width: calc(100% - (var(--page-gutter) * 2));
}

.section-new.main-product .product .swiper-thumbs.swiper-horizontal {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  inset: auto !important;
  cursor: pointer;
  overflow: hidden;
}

.section-new.main-product .product__media-layout--full .product__media-slider {
  position: relative;
  padding-bottom: 9rem;
}
}

@media screen and (min-width: 990px) {
  .section-new.main-product .container .product__media:not(.product__media--fit) {
    min-height: calc(100vh - (var(--header-height, var(--default-header-height)) + var(--announcement-bar-height, var(--default-announcement-bar-height))));
    height: calc(100vh - (var(--header-height, var(--default-header-height)) + var(--announcement-bar-height, var(--default-announcement-bar-height))));
    padding-right: 5rem;
  }
.product__media, .product__media .media:not(.media--thumb), .product__media-layout--full .media:not(.media--thumb) {
    background-color: transparent;
    padding-block-end: 2% !important;
}
  .section-new.main-product .product__media-layout--full .product__media-slider {
    height: 100%;
  }
}