/** Shopify CDN: Minification failed

Line 1163:10 Expected identifier but found whitespace
Line 1163:11 Unexpected "var("

**/
/* --------------------------------------------------------
  Stylesheet for JR Pet Products

  version: 1.0
  last modified: 11.5.2022 by Alfie Sole
  author: Alfie Sole
  email: alfie.sole@kubixmedia.co.uk
  website: https://kubixmedia.co.uk
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ------ GLOBAL ------ */
.productitem__price .price__current {
  color: #000;
}

h2.home-section--title {
  font-size: 24px;
}

/* ------ SECTIONS ------ */
.trustpilot-section {
  margin: 30px auto;
  height: 140px !important;
}

@media screen and (min-width: 481px) {
  .trustpilot-section .trustpilot-widget--mobile {
    display: none;
  }

}

@media screen and (max-width: 480px) {
  .trustpilot-section .trustpilot-widget:not(.trustpilot-widget--mobile) {
    display: none;
  }
  
  .trustpilot-section {
    height: 24px !important;
  }
}

#tab_desc {
  scroll-margin-top: 300px;
}

.description-tabs--inner {
  background-color: #fff;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Style the tab content */
}

.description-tabs--inner .tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.description-tabs--inner .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-family: var(--font-heading);
  
  
  
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.description-tabs--inner .tablinks.active {
  border-bottom: 2px solid orange;
}

.description-tabs--inner .tabcontent {
  display: none;
  padding: 15px 30px;
}

.tab--description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 25.6px;
}

.tab--description .description--specifications {
  overflow: hidden;
}

.tab--description .description--specifications .specifications_image {
  width: 100%;
  height: auto;
}

.tab--description .description--specifications .specifications_image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .tab--description .description--specifications .specifications_image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tab--description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab--description .description--specifications {
    overflow: hidden;
  }
  .tab--description .description--specifications img {
    width: 100%;
    height: 100%;
  }
}

.tab--description .description__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.tab--description tr:nth-child(odd) {
  background-color: #f9f7f6;
}

.tab--description td {
  padding: 6px;
}

.tab--description .specifications--title {
  color: #3c3c3b;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.tab--description .specifications-table--title {
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}

.tab--description .specifications-table--content {
  color: #3c3c3b;
  font-size: 16px;
  line-height: 25.6px;
}





















.collection--section .collection--image {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  max-width: 128px;
}

.collection--section .collection--title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.collection--section .collection--description.rte {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.logolist--container .logolist--image {
  max-width: 100px;
  max-height: 100px;
}

@media screen and (min-width: 1280px) {
  .logolist--container .logolist--item {
    margin-top: 1.875rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.logolist--container .home-section--title {
  color: #3c3c3b;
  font-family: "Crimson Text";
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
}

.logolist--container .home-section--content {
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25.6px;
  text-align: center;
}

.logolist--container .logolist--text {
  color: #3c3c3b;
  font-family: "Crimson Text";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: center;
  padding: 0 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .logolist--container .logolist--text {
    margin-left: -10%; 
    margin-right: -10%; 
  }
}

.fullwidth-cta--section {
  width: 100%;
  background-color: var(--fullwidth-cta--background);
}

.fullwidth-cta--section .fullwidth--cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fullwidth-cta--section .cta--item {
  padding: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .fullwidth-cta--section .cta--item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.fullwidth-cta--section .cta--item img {
  max-width: 200px;
}

.fullwidth-cta--section .cta--item .h2 {
  margin: 10px 0;
  color: #3c3c3b;
  font-family: "Crimson Text";
  font-size: 31px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
}

.fullwidth-cta--section .cta--item p {
  margin: 10px 0;
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.4px;
}

.fullwidth-cta--section .cta--item .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fullwidth-cta--section .cta--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .fullwidth-cta--section .cta--image {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  .collection-list--section .home-section--content {
    margin-top: 76px;
    margin-bottom: 76px !important;
  }
}

.collection-list--section .collection__item-image {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.collection-list--section .collection__item-title {
  color: #3c3c3b;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}

.grid-product--container {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .grid-product--container {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .grid-product--container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 250px;
  }
}

.grid-product--text {
  padding: 20px;
  height: 95%;
  color: #fff;
  width: 100%;
}

.grid-product--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .grid-product--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.grid-product--image {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .grid-product--image {
    width: 100%;
  }
}

.grid-product--image img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .grid-product--image img {
    width: 100%;
  }
}

.productitem--info {
  background-color: unset;
}

.shoppable-image.shoppable-image-section {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

@media screen and (min-width: 860px) {
  .shoppable-image__wrapper {
    overflow: hidden;
  }
}

.shoppable-image__image {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100%;
}

.highlights-banner__content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.highlights-banner__text .highlights-banner__heading {
  color: #333333;
  font-family: "Crimson Text";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
}

.highlights-banner__text p {
  color: #333333;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.4px;
}

.utility-bar__content-left svg {
  fill: #fff;
  width: 15px;
}

@media screen and (min-width: 768px) {
  .productgrid--item .productgrid-listview .productitem {
    display: block !important;
  }
}

.productgrid--item .productitem {
  background: #fff;
  border-radius: 4px;
}

.productgrid--item .price__current .money {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.productgrid--item .productitem--title {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #3C3C3B;
}

.productitem__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #ccc;
  cursor: pointer;
}

.productitem__wishlist svg {
  height: 20px;
  width: 20px;
}

.productitem__wishlist:hover, .productitem__wishlist.swym-added {
  color: #f69022;
}

.site-footer-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
}

.site-footer-block-item p {
  overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
  .site-footer-blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 1.5fr 1fr 1fr 1fr;
    grid-template-columns: .5fr 1.5fr 1fr 1fr 1fr;
  }
  .site-footer-block-item {
    width: 100% !important;
  }
}

h2.site-footer-block-title {
  font-size: 22px;
}

.form-fields-inline {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.featured-collection__container {
  padding-left: 0;
  padding-right: 0;
}

.testimonial__image-container.testimonial__image-container--circle, .testimonial__image-container.testimonial__image-container--rounded {
  width: 120px;
  height: 120px;
}

@media screen and (min-width: 1024px) {
  form.live-search-form {
    max-width: 64%;
  }
}

.featured-collection__content .flickity-slider--wrapper {
  width: 100% !important;
}

.site-header .trustpilot-widget {
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .site-header .trustpilot-widget {
    display: none;
  }
}

.product-recently-viewed--section .product-recently-viewed__clear {
  color: var(--shopify-editor-setting-color_headings);
}

.account-pagewrapper.with-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .account-pagewrapper.with-meta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.with-meta .account-page-title {
  text-align: center;
}

.account-page__meta .rte {
  text-align: center;
}

.account-page__video-wrapper {
  background-color: var(--color-bg-dark);
}

.account-page__video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.with-meta .account-page-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

/* ------ SNIPPETS ------ */
.product-form__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.product-form__wishlist:hover, .product-form__wishlist.swym-added {
  color: #f69022;
}

#delivery_timer_wrapper {
  padding: unset !important;
}

.product-form--alt,
.product-form--regular {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .product-form--alt {
    display: block;
    width: 33%;
    margin-left: 10px;
    padding: 1rem;
    border-radius: 8px;
    background-color: #ffffff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 1024px) {
  .product-form--regular {
    padding: 1rem;
    border-radius: 8px;
    background-color: #ffffff;
  }
}

.product-text_readmore {
  color: var(--shopify-editor-section-static-utility-bar-setting-border_color);
}

.variant-available {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25.6px;
}

.product-pricing {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}

.product__price .price__current {
  font-family: "Crimson Text", serif;
  font-size: 27px;
  font-weight: 600;
  text-align: left;
}

.has-compare .money {
  color: #078a1c;
}

.has-compare .money {
  color: #078a1c;
  font-family: "Open Sans";
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.price__compare-at .price__compare-at--single {
  color: #7a7073;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: line-through;
  text-transform: uppercase;
}

.metafield-container {
  padding: 10px 0 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 0 10px 0;
}

.metafield-container p {
  margin: 5px 0 15px 0;
  color: #3c3c3b;
  font-family: "Crimson Text";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
}

.meta-icon--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 4px;
}

.meta-icon--item {
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.meta-icon--item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .meta-icon--item {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .site-header-cart--main {
    display: none;
  }
}

.site-header-cart--button {
  position: relative;
}

.article--excerpt-readmore {
  color: #000;
  text-decoration: underline;
}

.qtydiv {
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  padding-top: 12px;
  padding-bottom: 12px;
}

.qtydiv label {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 2.8px;
  color: #747a7b;
}

.btnqty {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 25px;
  padding: 5px;
  line-height: 5px;
}

.btnqty.qtyminus {
  margin-right: 8px;
}

.btnqty.qtyplus {
  margin-left: 8px;
}

.quantity-input {
  border: 0;
  text-align: center;
  width: 50px;
  outline: none;
  display: inline-block;
  font-size: 16px;
  color: #2d2a2b;
  background-color: transparent;
}

.qtybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu-link {
  font-style: normal;
  font-weight: 400 !important;
}

.live-search-form {
  position: absolute;
  top: -1px;
  /* right: -1px;
  left: -1px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: border 100ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.live-search-form .form-field {
  position: relative;
  z-index: 100;
  display: flex;
  height: 46px;
}

.live-search-form-field {
  font-size: 1rem;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc(100% - 53px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  vertical-align: top;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.featured-collection__title-card-outer.featured-collection__title-card-outer--align-center-center {
  text-align: center;
  align-items: flex-start;
}

.product-form--atc-qty {
  width: 7.1875rem;
}

.product-form--atc-qty, .product-form--atc-button
{
  display: inline-block;
  vertical-align: middle;
}

.product-form--atc-button
{
  color: #fff;
  background-color: #f69022;
  border: 1px solid;
  font-size: var(--font-size-button-large);
  letter-spacing: 0em;
  position: relative;
  width: calc(100% - .703125rem - 7.1875rem);
  padding: .875rem .3125rem;
  margin-left: .703125rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.product__container--three-columns .product-form__action-wrapper {
  flex-direction: row;
}


.quantity-selector {
  max-width: 150px;
}

.quantity-selector__button {
  padding: 18px 18px;
}

.quantity-selector__input {
  padding: 0;
  width: 25px;
}

.quantity-selector__label {
  display: none;
}

.product-form--atc-button:hover {
  color: #f69022;
}

.atc--product-details {
  color: black;
}

.atc--product-details--unit-price {
  display: none;
}



.testimonial {
  animation: none !important;
}

.product--container {
  max-width: 1350px;
  margin: auto;
  margin-top: 20px;
}

.trustpilot-section {
  
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter-submit {
  overflow: hidden;
}

.disclosure-list__item {
  color: black !important;
}

.mobile_only {
  display: none;
}

@media only screen and (max-width:768px) {
  .desktop_only {
    display: none;
  }

  .mobile_only {
    display: block;
  }
}

.free-shipping-bar {
  background-color: #dbdbdb;
}


.shoppable-image__image {
  display: block;
}

@media screen and (max-width: 1023px) {
  .productitem__container {
    flex: 1;
  }
}

.icon-swym-wishlist {
  text-decoration: none;
  color: white;
  fill: white;
  margin-right: 15px;
  transform: scale(0.55);
  margin-top: 2px;
  transition: all 100ms ease-in-out;
}

.icon-swym-wishlist-product {
  text-decoration: none;
  color: #ccc;
  fill: #ccc;
  bottom: 0px;
  transform: scale(0.60);
  transition: all 100ms ease-in-out;
}

.icon-swym-wishlist-product:hover {
  color: #f69022;
  fill: #f69022;
  transform: scale(0.80);
}

.product-pricing {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.gorgias-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #544a48;
  border-radius: 100%;
  z-index: 21483647;
}

@media screen and (max-width: 1023px) {
  .gorgias-bubble  {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }

  .icon-swym-wishlist {
    color: #000;
    fill: #000;
  }

  .site-header-actions .trustpilot-widget {
    display: none;
  }
}


.osf_inline_button, .osf_submit_button
font-size: var(--font-size-button-small);
  padding: 0.625rem 1rem;
  letter-spacing: 0.0em;
  font-family: ;
  font-style: ;
  font-weight: ;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: width 125ms cubic-bezier(0.4, 0, 0.2, 1), height 125ms cubic-bezier(0.4, 0, 0.2, 1), border-color 125ms cubic-bezier(0.4, 0, 0.2, 1), background-color 125ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 125ms cubic-bezier(0.4, 0, 0.2, 1);
}


.osf_inline_button:hover, .osf_submit_button:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.osf_inline_button:focus, .osf_submit_button:focus {
  box-shadow: 0 0 0 2px , 0 0 0 5px rgba(17, 153, 255, 0.4), 0 3px 8px rgba(0, 0, 0, 0.1);
}

.osf_inline_button {
  color: #ffffff;
  background-color: #f69022;
  border: 1px solid #f69022;
  padding: 15px;
  font-weight: 700;
}

.osf_inline_button:hover {
  background: ;
  border: 1px solid ;
}

.osf_inline_button:active {
  background: ;
  border: 1px solid ;
}

.osf_popup .osf_select,
.osf_popup .osf_input {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.osf_select,
.osf_input {
  font-family: ;
  font-style: ;
  font-weight: ;
  font-size: var(--font-size-body);
  z-index: 1;
  width: 100%;
  padding: 1.5rem 0.625rem 0.375rem;
  color: #4d4d4d;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.osf_select:focus,
.osf_input:focus {
  border-color: ;
  outline: none;
}

.osf_input.osf_input--error {
  border-color: #f05d5d;
}

.osf_input:hover {
  border-color: ;
}

.page-content {
  max-width: 1400px;
}

.product-gallery--navigation {
  min-height: 92.5px;
}

.product-gallery--navigation.loading {
  position: relative !important;
  opacity: 100 !important;
}

.product-main {
  width: 69.5% !important;
}

.product-holder {
  display: flex;
  width: 100%;
}

.product-details {
  width: 100% !important;
}

.product-form--alt {
  
  width: 100% !important;
  display: inline-block !important; 
  
}


.sms {
  max-width: 1440px;
}

.iti {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sms-holder {
  width: 100%;
}

.sms-input {
  padding-bottom: 1.5rem !important;
  transition: 300ms all;
}

.sms-button {
  padding: 1.6rem !important;
  font-size: 14px;
  overflow: none;
  margin-right: 20px;
  white-space:nowrap;
  transition: 300ms all;
  margin-top: 5px;
  margin-left: 5px;
}

.sms-button:disabled {
  opacity: 50%;
}

.sms-button:hover {
  transform: scale(1.05);
}

.sms-button:hover:disabled {
  transform: scale(1.0);
}

.sms-button:active {
  transform: scale(0.95);
}

.sms-input[error] {
  border-color: red !important;
}

.sms-thank {
  display: none;
}


@media screen and (max-width: 1024px) {
  .product-main {
    width: 0;
  }

  .product-holder {
    flex-direction: column;
  }

  .product-details {
    width: 100% !important;
  }

  .product-form--alt {
    width: 100% !important;
  }
}


@media screen and (max-width: 719px) {
  .product-main {
    display: flex;
    width: 100% !important;
  }

  .product-details {
    width: 100% !important;
  }

  .product-form--alt {
    width: 100% !important;
  }
}

.highlights-banner__content {
  height: 100px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.site-header-actions .trustpilot-widget {
  width: 100px;
  height: 90px;
}

.swym-bg-1 {
  background-color: #f69022 !important;
}

.swym-bg-2 {
  background-color: #544a48 !important;
}

.swym-simple-wishlist-container-content {
  background-color: #f9f7f6 !important;
}

.swym-wishlist-item {
  padding: 1.015625rem !important;
  border: 1px solid rgba(125,124,123,.16) !important;
  box-shadow: 0 1px 4px #7d7c7b1c !important;
}

.swym-wishlist-product-detail-tab-bar {
  display: none !important;
}

.swym-ui-component .swym-product-price.swym-has-sale .swym-product-final-price {
  color: #078a1c !important;
}


.swym-ready i.icon-swym-wishlist:after {
  content: '\f004';
}


.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  visibility: hidden;
  display: none;
}

a[href^="#tab_"] {
  color: #f69022 !important;
}

a[href^="#tab_"]:visited {
  color: #f69022 !important;
}

.site-header__account-link--logout {
  font-weight: 700 !important;
}

.site-header {
  border-bottom: solid 1px;
  border-color: #f69022;
}



.live-search-button .search-icon--active{
  animation: none;
}

.search-icon--processing.live-search-button .search-icon--active {
  animation: rotate 0.7s cubic-bezier(0.69, 0.31, 0.56, 0.83) infinite;
} 

.productitem--action-trigger.productitem--action-atc .atc-button--icon {
  animation: none;
}

.productitem--action-trigger.productitem--action-atc.processing .atc-button--icon {
  animation: rotate 0.6s linear infinite;
}

.shopify-payment-button .shopify-payment-button__button--unbranded .atc-button--icon {
  animation: none;
}

.shopify-payment-button .shopify-payment-button__button--unbranded.processing .atc-button--icon {
  animation: rotate 0.6s linear infinite;
}

.order-page__atc-button .atc-button--icon {
  animation: none;
}

.order-page__atc-button.processing .atc-button--icon {
  animation: rotate 0.6s linear infinite;
}

.product-form--atc-button .atc-button--icon {
  animation: none;
}

.product-form--atc-button.processing .atc-button--icon {
  animation: rotate 0.6s linear infinite;
}

[data-rimg-canvas] {
  animation: none;
}

#full-screen {
    overflow: auto;
}

#full-screen #full-screen-text {
    margin: auto;
    position: relative;
    max-width: 840px;
}

#full-screen #full-screen-text p, #full-screen #full-screen-text h1 {
    text-align: center;
}

.animated-container {
    cursor: pointer;
    width: 49%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background-color: #efefef;
    overflow: hidden;
    display: inline-block;
}

.animated-container .mtt-image-container img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 50%;
    /* animated! */
    transition: width 0.3s ease-in-out;
}

.animated-container .mtt-image-container {
    overflow: hidden;
    width: 200%;
}

.animated-container p.mtt-bio {
    height: 0;
    overflow: hidden;
    /* animated! */
    transition: height 0.3s ease-in-out;
}

.animated-container.selected p.mtt-bio {
    /* height needs to be exactly half of the width */
    height: 204px;

}

.animated-container.selected .mtt-image-container img {
    width: 25%;
}

.mtt-bio-container {
    text-align: center;
    padding: 10px;
}

.mtt-bio-container h3 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Crimson Text,serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
}

.mtt-bio-container h4 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Crimson Text,serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
}

.mtt-bio-container p {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.product-title {
  font-family: "Crimson Text";
}

/* add a breakpoint on animated-container to remove max-width on mobile */
@media screen and (max-width: 600px) {
  .animated-container {
    width: 100%;
  }
}

/*# sourceMappingURL=kubix.css.map */
